Max level shown:
1 [ Jan 8 15:19:34 Enabled. ]
2 [ Jan 8 15:19:34 Rereading configuration. ]
3 [ Jan 8 15:19:36 Rereading configuration. ]
4 [ Jan 8 15:19:48 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 8 15:19:48 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.08 15:19:49.866336 [ 1 ] {} <Information> Application: Will watch for the process with pid 23159
29 2025.01.08 15:19:49.866880 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.08 15:19:50.426691 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23159
31 2025.01.08 15:19:50.427566 [ 1 ] {} <Information> Application: starting up
32 2025.01.08 15:19:50.428285 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.08 15:19:50.528200 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.08 15:19:50.550254 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.08 15:19:50.550333 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.08 15:19:50.550352 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.08 15:19:50.550420 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.08 15:19:50.551123 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.08 15:19:50.552809 [ 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.08 15:19:50.553652 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.08 15:19:50.554600 [ 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.08 15:19:50.554656 [ 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.08 15:19:50.554695 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.08 15:19:50.554883 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.08 15:19:50.555927 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.08 15:19:50.561636 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.08 15:19:50.562348 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.08 15:19:50.564052 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.08 15:19:50.564149 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.08 15:19:50.565875 [ 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.08 15:19:50.566428 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.08 15:19:50.571524 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.08 15:19:50.572250 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.08 15:19:50.573879 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.08 15:19:50.574315 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.08 15:19:50.574823 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.08 15:19:50.575189 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.08 15:19:50.576772 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.08 15:19:50.576800 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.08 15:19:50.576894 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.08 15:19:50.577054 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.08 15:19:50.588586 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.08 15:19:50.588615 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000181832 sec
68 2025.01.08 15:19:50.588688 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.08 15:19:50.588727 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.08 15:19:50.590020 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.08 15:19:50.591266 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.08 15:19:50.606467 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.08 15:19:50.606517 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.08 15:19:50.606609 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.08 15:19:50.606623 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.08 15:19:50.606658 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.08 15:19:50.606749 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.08 15:19:50.611599 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.08 15:19:50.611657 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.08 15:19:50.611720 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.08 15:19:50.611940 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.08 15:19:50.611962 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.08 15:19:50.612001 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.08 15:19:50.612089 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.08 15:19:50.612104 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.08 15:19:50.612137 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.08 15:19:50.612208 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.08 15:19:50.646608 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.08 15:19:50.648341 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.08 15:19:50.648469 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151582 sec
91 2025.01.08 15:19:50.648493 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.08 15:19:50.648505 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.08 15:19:50.648531 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.08 15:19:50.648793 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.08 15:19:50.648896 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.08 15:19:50.648928 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.08 15:19:50.648942 [ 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.08 15:19:50.648955 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.08 15:19:50.655572 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.08 15:19:50.655792 [ 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.08 15:19:50.656780 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.9221e-05 sec.
102 2025.01.08 15:19:50.657887 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.08 15:19:50.657979 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.08 15:19:50.657998 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.08 15:19:50.718860 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34971
106 2025.01.08 15:19:50.719201 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.08 15:19:50.719261 [ 3 ] {} <Debug> TCP-Session: 93f86eac-09be-4164-9f8b-c1003fa4092a Authenticating user 'default' from [fd00:1122:3344:101::e]:34971
108 2025.01.08 15:19:50.719295 [ 3 ] {} <Debug> TCP-Session: 93f86eac-09be-4164-9f8b-c1003fa4092a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.08 15:19:50.719382 [ 3 ] {} <Debug> TCP-Session: 93f86eac-09be-4164-9f8b-c1003fa4092a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.08 15:19:50.719471 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.08 15:19:50.719500 [ 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.08 15:19:50.719578 [ 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.08 15:19:50.721368 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42994
114 2025.01.08 15:19:50.721373 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34007
115 2025.01.08 15:19:50.721566 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.01.08 15:19:50.721568 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2025.01.08 15:19:50.721604 [ 5 ] {} <Debug> TCP-Session: 40e66fe6-0adf-4943-82b5-863a6e7bad7c Authenticating user 'default' from [fd00:1122:3344:101::e]:34007
118 2025.01.08 15:19:50.721748 [ 5 ] {} <Debug> TCP-Session: 40e66fe6-0adf-4943-82b5-863a6e7bad7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
119 2025.01.08 15:19:50.721743 [ 4 ] {} <Debug> TCP-Session: 13cfd9ba-bd06-42ab-83c0-27a467808482 Authenticating user 'default' from [fd00:1122:3344:101::e]:42994
120 2025.01.08 15:19:50.721772 [ 5 ] {} <Debug> TCP-Session: 40e66fe6-0adf-4943-82b5-863a6e7bad7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
121 2025.01.08 15:19:50.721898 [ 4 ] {} <Debug> TCP-Session: 13cfd9ba-bd06-42ab-83c0-27a467808482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.01.08 15:19:50.721937 [ 4 ] {} <Debug> TCP-Session: 13cfd9ba-bd06-42ab-83c0-27a467808482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.01.08 15:19:50.722246 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42519
124 2025.01.08 15:19:50.722388 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.01.08 15:19:50.722397 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32835
126 2025.01.08 15:19:50.722422 [ 253 ] {} <Debug> TCP-Session: ea07ae68-9152-41aa-ba2d-9808332f9167 Authenticating user 'default' from [fd00:1122:3344:101::e]:42519
127 2025.01.08 15:19:50.722526 [ 253 ] {} <Debug> TCP-Session: ea07ae68-9152-41aa-ba2d-9808332f9167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.01.08 15:19:50.722675 [ 253 ] {} <Debug> TCP-Session: ea07ae68-9152-41aa-ba2d-9808332f9167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.01.08 15:19:50.722680 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.01.08 15:19:50.722669 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64832
131 2025.01.08 15:19:50.722784 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56576
132 2025.01.08 15:19:50.722817 [ 254 ] {} <Debug> TCP-Session: 9d851858-55e9-4bd2-ac16-beaefbffb05f Authenticating user 'default' from [fd00:1122:3344:101::e]:32835
133 2025.01.08 15:19:50.723072 [ 254 ] {} <Debug> TCP-Session: 9d851858-55e9-4bd2-ac16-beaefbffb05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.01.08 15:19:50.723091 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42317
135 2025.01.08 15:19:50.723095 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.01.08 15:19:50.723184 [ 254 ] {} <Debug> TCP-Session: 9d851858-55e9-4bd2-ac16-beaefbffb05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.01.08 15:19:50.723079 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.01.08 15:19:50.723317 [ 255 ] {} <Debug> TCP-Session: b72a4cd0-fa72-479c-88c9-2cf841acafd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64832
139 2025.01.08 15:19:50.723323 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.01.08 15:19:50.723431 [ 256 ] {} <Debug> TCP-Session: b9db2d20-90dd-4192-ba86-a03616eec066 Authenticating user 'default' from [fd00:1122:3344:101::e]:56576
141 2025.01.08 15:19:50.723458 [ 257 ] {} <Debug> TCP-Session: 4fc324a5-948e-49bd-9839-fa6920bc0961 Authenticating user 'default' from [fd00:1122:3344:101::e]:42317
142 2025.01.08 15:19:50.723468 [ 255 ] {} <Debug> TCP-Session: b72a4cd0-fa72-479c-88c9-2cf841acafd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.01.08 15:19:50.723526 [ 256 ] {} <Debug> TCP-Session: b9db2d20-90dd-4192-ba86-a03616eec066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.01.08 15:19:50.723550 [ 257 ] {} <Debug> TCP-Session: 4fc324a5-948e-49bd-9839-fa6920bc0961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.08 15:19:50.723533 [ 255 ] {} <Debug> TCP-Session: b72a4cd0-fa72-479c-88c9-2cf841acafd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.08 15:19:50.723611 [ 256 ] {} <Debug> TCP-Session: b9db2d20-90dd-4192-ba86-a03616eec066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.08 15:19:50.723633 [ 257 ] {} <Debug> TCP-Session: 4fc324a5-948e-49bd-9839-fa6920bc0961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.08 15:19:51.000362 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB
149 2025.01.08 15:19:51.036262 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43635
150 2025.01.08 15:19:51.036466 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.01.08 15:19:51.036497 [ 258 ] {} <Debug> TCP-Session: 39d481e9-5f27-4e2c-8af7-32db7110f669 Authenticating user 'default' from [fd00:1122:3344:101::c]:43635
152 2025.01.08 15:19:51.036522 [ 258 ] {} <Debug> TCP-Session: 39d481e9-5f27-4e2c-8af7-32db7110f669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.08 15:19:51.036546 [ 258 ] {} <Debug> TCP-Session: 39d481e9-5f27-4e2c-8af7-32db7110f669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.01.08 15:19:51.036611 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.01.08 15:19:51.036637 [ 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
156 2025.01.08 15:19:51.036662 [ 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
157 2025.01.08 15:19:51.037666 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51723
158 2025.01.08 15:19:51.037731 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55508
159 2025.01.08 15:19:51.037959 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.08 15:19:51.038014 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.01.08 15:19:51.038023 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59625
162 2025.01.08 15:19:51.038060 [ 259 ] {} <Debug> TCP-Session: 71619d4b-bb28-484d-a8db-8e503667b1c4 Authenticating user 'default' from [fd00:1122:3344:101::c]:51723
163 2025.01.08 15:19:51.037996 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53088
164 2025.01.08 15:19:51.038109 [ 260 ] {} <Debug> TCP-Session: 0f5b1f4c-3c61-4116-885a-23c052508153 Authenticating user 'default' from [fd00:1122:3344:101::c]:55508
165 2025.01.08 15:19:51.038126 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43595
166 2025.01.08 15:19:51.038158 [ 259 ] {} <Debug> TCP-Session: 71619d4b-bb28-484d-a8db-8e503667b1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
167 2025.01.08 15:19:51.038342 [ 259 ] {} <Debug> TCP-Session: 71619d4b-bb28-484d-a8db-8e503667b1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2025.01.08 15:19:51.038579 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2025.01.08 15:19:51.038608 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.01.08 15:19:51.038598 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59014
171 2025.01.08 15:19:51.038678 [ 263 ] {} <Debug> TCP-Session: 9d5f0291-716a-40ec-ab17-120e7d4cd158 Authenticating user 'default' from [fd00:1122:3344:101::c]:43595
172 2025.01.08 15:19:51.038417 [ 260 ] {} <Debug> TCP-Session: 0f5b1f4c-3c61-4116-885a-23c052508153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
173 2025.01.08 15:19:51.038627 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42107
174 2025.01.08 15:19:51.038848 [ 263 ] {} <Debug> TCP-Session: 9d5f0291-716a-40ec-ab17-120e7d4cd158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2025.01.08 15:19:51.038850 [ 260 ] {} <Debug> TCP-Session: 0f5b1f4c-3c61-4116-885a-23c052508153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.01.08 15:19:51.038963 [ 262 ] {} <Debug> TCP-Session: 68616dd0-2fce-4674-9245-a8aa5172c947 Authenticating user 'default' from [fd00:1122:3344:101::c]:59625
177 2025.01.08 15:19:51.038974 [ 263 ] {} <Debug> TCP-Session: 9d5f0291-716a-40ec-ab17-120e7d4cd158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2025.01.08 15:19:51.039065 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2025.01.08 15:19:51.039112 [ 262 ] {} <Debug> TCP-Session: 68616dd0-2fce-4674-9245-a8aa5172c947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
180 2025.01.08 15:19:51.039242 [ 265 ] {} <Debug> TCP-Session: 40e8510e-c16a-450e-b008-d3bfd42b47ba Authenticating user 'default' from [fd00:1122:3344:101::c]:42107
181 2025.01.08 15:19:51.039266 [ 262 ] {} <Debug> TCP-Session: 68616dd0-2fce-4674-9245-a8aa5172c947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
182 2025.01.08 15:19:51.039123 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
183 2025.01.08 15:19:51.039435 [ 265 ] {} <Debug> TCP-Session: 40e8510e-c16a-450e-b008-d3bfd42b47ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.08 15:19:51.039449 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
185 2025.01.08 15:19:51.039507 [ 261 ] {} <Debug> TCP-Session: d2db2e04-b1a5-407a-9204-45264c2be8e6 Authenticating user 'default' from [fd00:1122:3344:101::c]:53088
186 2025.01.08 15:19:51.039512 [ 265 ] {} <Debug> TCP-Session: 40e8510e-c16a-450e-b008-d3bfd42b47ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.01.08 15:19:51.039526 [ 264 ] {} <Debug> TCP-Session: 380699ce-c574-4281-976f-e46b70834ef6 Authenticating user 'default' from [fd00:1122:3344:101::c]:59014
188 2025.01.08 15:19:51.039554 [ 261 ] {} <Debug> TCP-Session: d2db2e04-b1a5-407a-9204-45264c2be8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2025.01.08 15:19:51.039601 [ 264 ] {} <Debug> TCP-Session: 380699ce-c574-4281-976f-e46b70834ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.08 15:19:51.039614 [ 261 ] {} <Debug> TCP-Session: d2db2e04-b1a5-407a-9204-45264c2be8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.08 15:19:51.039645 [ 264 ] {} <Debug> TCP-Session: 380699ce-c574-4281-976f-e46b70834ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.01.08 15:19:51.184490 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42859
193 2025.01.08 15:19:51.186356 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.01.08 15:19:51.186414 [ 266 ] {} <Debug> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Authenticating user 'default' from [fd00:1122:3344:101::d]:42859
195 2025.01.08 15:19:51.186438 [ 266 ] {} <Debug> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.08 15:19:51.186452 [ 266 ] {} <Debug> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.01.08 15:19:51.186526 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.01.08 15:19:51.186552 [ 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.08 15:19:51.186580 [ 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.08 15:19:51.189171 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46795
201 2025.01.08 15:19:51.189178 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53656
202 2025.01.08 15:19:51.189232 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61057
203 2025.01.08 15:19:51.189465 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47577
204 2025.01.08 15:19:51.189580 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
205 2025.01.08 15:19:51.189602 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56200
206 2025.01.08 15:19:51.189635 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39256
207 2025.01.08 15:19:51.189811 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.01.08 15:19:51.190022 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40849
209 2025.01.08 15:19:51.190163 [ 268 ] {} <Debug> TCP-Session: 86c44757-6c06-43fc-a6d3-8b4fa39c89f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46795
210 2025.01.08 15:19:51.190162 [ 270 ] {} <Debug> TCP-Session: 6a3a3f05-183b-4109-bfe0-a8eb0bfa625f Authenticating user 'default' from [fd00:1122:3344:101::d]:47577
211 2025.01.08 15:19:51.190821 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.01.08 15:19:51.190880 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41464
213 2025.01.08 15:19:51.189618 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
214 2025.01.08 15:19:51.191165 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
215 2025.01.08 15:19:51.191206 [ 268 ] {} <Debug> TCP-Session: 86c44757-6c06-43fc-a6d3-8b4fa39c89f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
216 2025.01.08 15:19:51.191766 [ 269 ] {} <Debug> TCP-Session: 148fe59d-eb32-45c9-90e0-a9f46e19e6fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61057
217 2025.01.08 15:19:51.191821 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
218 2025.01.08 15:19:51.191896 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2025.01.08 15:19:51.190102 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.01.08 15:19:51.192001 [ 269 ] {} <Debug> TCP-Session: 148fe59d-eb32-45c9-90e0-a9f46e19e6fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
221 2025.01.08 15:19:51.192060 [ 274 ] {} <Debug> TCP-Session: 1d31249f-25b6-4d97-9d31-ade021fe303c Authenticating user 'default' from [fd00:1122:3344:101::d]:40849
222 2025.01.08 15:19:51.192095 [ 268 ] {} <Debug> TCP-Session: 86c44757-6c06-43fc-a6d3-8b4fa39c89f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2025.01.08 15:19:51.192058 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
224 2025.01.08 15:19:51.192135 [ 272 ] {} <Debug> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39256
225 2025.01.08 15:19:51.192167 [ 270 ] {} <Debug> TCP-Session: 6a3a3f05-183b-4109-bfe0-a8eb0bfa625f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.01.08 15:19:51.192251 [ 274 ] {} <Debug> TCP-Session: 1d31249f-25b6-4d97-9d31-ade021fe303c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2025.01.08 15:19:51.192005 [ 267 ] {} <Debug> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Authenticating user 'default' from [fd00:1122:3344:101::d]:53656
228 2025.01.08 15:19:51.192357 [ 272 ] {} <Debug> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2025.01.08 15:19:51.192390 [ 274 ] {} <Debug> TCP-Session: 1d31249f-25b6-4d97-9d31-ade021fe303c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2025.01.08 15:19:51.192396 [ 270 ] {} <Debug> TCP-Session: 6a3a3f05-183b-4109-bfe0-a8eb0bfa625f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.01.08 15:19:51.192394 [ 269 ] {} <Debug> TCP-Session: 148fe59d-eb32-45c9-90e0-a9f46e19e6fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.08 15:19:51.192627 [ 273 ] {} <Debug> TCP-Session: c56e9cac-6447-4b59-972f-22a9da88bdc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41464
233 2025.01.08 15:19:51.192628 [ 272 ] {} <Debug> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.08 15:19:51.192664 [ 271 ] {} <Debug> TCP-Session: a12fc471-9873-4ffc-b48f-ac2d0f9a0aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56200
235 2025.01.08 15:19:51.192673 [ 267 ] {} <Debug> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
236 2025.01.08 15:19:51.192738 [ 273 ] {} <Debug> TCP-Session: c56e9cac-6447-4b59-972f-22a9da88bdc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
237 2025.01.08 15:19:51.192882 [ 271 ] {} <Debug> TCP-Session: a12fc471-9873-4ffc-b48f-ac2d0f9a0aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2025.01.08 15:19:51.192890 [ 267 ] {} <Debug> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.08 15:19:51.193047 [ 273 ] {} <Debug> TCP-Session: c56e9cac-6447-4b59-972f-22a9da88bdc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.01.08 15:19:51.193056 [ 271 ] {} <Debug> TCP-Session: a12fc471-9873-4ffc-b48f-ac2d0f9a0aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
241 2025.01.08 15:19:51.196109 [ 266 ] {0dc50f30-056a-4678-9100-e2561b7ca03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
242 2025.01.08 15:19:51.304436 [ 266 ] {0dc50f30-056a-4678-9100-e2561b7ca03e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42859) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
243 
244 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
245 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
246 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
247 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
248 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
249 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
250 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
251 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
252 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
253 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
254 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
255 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
256 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
257 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
258 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
259 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
260 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
261 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
262 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
263 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
264 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
265 
266 2025.01.08 15:19:51.305703 [ 266 ] {0dc50f30-056a-4678-9100-e2561b7ca03e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
267 
268 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
269 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
270 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
271 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
272 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
273 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
274 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
275 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
276 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
277 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
278 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
279 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
280 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
281 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
282 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
283 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
284 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
285 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
286 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
287 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
288 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
289 
290 2025.01.08 15:19:51.305817 [ 266 ] {0dc50f30-056a-4678-9100-e2561b7ca03e} <Debug> TCPHandler: Processed in 0.115964821 sec.
291 2025.01.08 15:19:51.306244 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2025.01.08 15:19:51.306454 [ 267 ] {97cdda38-f4c3-42d7-a008-2bf64ad3f04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
293 2025.01.08 15:19:51.306813 [ 267 ] {97cdda38-f4c3-42d7-a008-2bf64ad3f04c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53656) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
294 
295 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
296 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
297 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
298 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
299 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
300 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
301 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
302 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
303 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
304 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
305 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
306 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
307 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
308 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
309 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
310 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
311 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
312 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
313 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
314 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
315 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
316 
317 2025.01.08 15:19:51.306969 [ 267 ] {97cdda38-f4c3-42d7-a008-2bf64ad3f04c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
318 
319 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
320 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
321 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
322 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
323 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
324 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
325 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
326 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
327 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
328 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
329 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
330 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
331 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
332 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
333 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
334 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
335 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
336 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
337 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
338 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
339 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
340 
341 2025.01.08 15:19:51.307096 [ 267 ] {97cdda38-f4c3-42d7-a008-2bf64ad3f04c} <Debug> TCPHandler: Processed in 0.001027644 sec.
342 2025.01.08 15:19:51.308335 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.01.08 15:19:51.309576 [ 266 ] {3d6eb86a-0bea-4b61-936e-6b863bc4b293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) DROP DATABASE IF EXISTS oximeter (stage: Complete)
344 2025.01.08 15:19:51.310202 [ 266 ] {3d6eb86a-0bea-4b61-936e-6b863bc4b293} <Debug> TCPHandler: Processed in 0.001985468 sec.
345 2025.01.08 15:19:51.310431 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2025.01.08 15:19:51.310554 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
347 2025.01.08 15:19:51.310661 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
348 2025.01.08 15:19:51.315031 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
349 2025.01.08 15:19:51.315056 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9311e-05 sec
350 2025.01.08 15:19:51.315070 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Trace> ReferentialDeps: No tables
351 2025.01.08 15:19:51.315099 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Trace> LoadingDeps: No tables
352 2025.01.08 15:19:51.315124 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Information> DatabaseAtomic (oximeter): Starting up tables.
353 2025.01.08 15:19:51.315179 [ 267 ] {66e11308-2e4c-457a-9ade-236744072913} <Debug> TCPHandler: Processed in 0.00480807 sec.
354 2025.01.08 15:19:51.315375 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.01.08 15:19:51.315586 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) /* The version table contains metadata about the `oximeter` database */
356 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
357 2025.01.08 15:19:51.315639 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
358 2025.01.08 15:19:51.323492 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
359 2025.01.08 15:19:51.326156 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Debug> oximeter.version (4ad18afd-856c-4e65-92d7-37d92467d364): Loading data parts
360 2025.01.08 15:19:51.326668 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Debug> oximeter.version (4ad18afd-856c-4e65-92d7-37d92467d364): There are no data parts
361 2025.01.08 15:19:51.331475 [ 266 ] {3515272e-4f98-4cc6-b915-822017d2e770} <Debug> TCPHandler: Processed in 0.016158643 sec.
362 2025.01.08 15:19:51.331703 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
363 2025.01.08 15:19:51.331986 [ 267 ] {692983ea-67ca-4cd7-ac6e-5693a0dcf8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) /* The measurement tables contain all individual samples from each timeseries.
364 *
365 * Each table stores a single datum type, and otherwise contains nearly the same
366 * structure. The primary sorting key is on the timeseries name, key, and then
367 * timestamp, so that all timeseries from the same schema are grouped, followed
368 * by all samples from the same timeseries.
369 *
370 * This reflects that one usually looks up the _key_ in one or more field table,
371 * and then uses that to index quickly into the measurements tables.
372 */
373 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)
374 2025.01.08 15:19:51.332086 [ 267 ] {692983ea-67ca-4cd7-ac6e-5693a0dcf8ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
375 2025.01.08 15:19:51.342798 [ 267 ] {692983ea-67ca-4cd7-ac6e-5693a0dcf8ec} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Loading data parts
376 2025.01.08 15:19:51.343120 [ 267 ] {692983ea-67ca-4cd7-ac6e-5693a0dcf8ec} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): There are no data parts
377 2025.01.08 15:19:51.345771 [ 267 ] {692983ea-67ca-4cd7-ac6e-5693a0dcf8ec} <Debug> TCPHandler: Processed in 0.014137634 sec.
378 2025.01.08 15:19:51.345987 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
379 2025.01.08 15:19:51.346237 [ 266 ] {8a1b1d11-156a-4534-a71e-bd48070b5d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
380 2025.01.08 15:19:51.346303 [ 266 ] {8a1b1d11-156a-4534-a71e-bd48070b5d72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
381 2025.01.08 15:19:51.348380 [ 266 ] {8a1b1d11-156a-4534-a71e-bd48070b5d72} <Debug> oximeter.measurements_i8 (94972070-30c5-42be-b5f4-159fdf6b2fe9): Loading data parts
382 2025.01.08 15:19:51.348612 [ 266 ] {8a1b1d11-156a-4534-a71e-bd48070b5d72} <Debug> oximeter.measurements_i8 (94972070-30c5-42be-b5f4-159fdf6b2fe9): There are no data parts
383 2025.01.08 15:19:51.350002 [ 266 ] {8a1b1d11-156a-4534-a71e-bd48070b5d72} <Debug> TCPHandler: Processed in 0.004081238 sec.
384 2025.01.08 15:19:51.350228 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
385 2025.01.08 15:19:51.350458 [ 267 ] {e4c748c6-f567-485e-8b75-6a2ca2cb3b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
386 2025.01.08 15:19:51.350536 [ 267 ] {e4c748c6-f567-485e-8b75-6a2ca2cb3b9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
387 2025.01.08 15:19:51.352356 [ 267 ] {e4c748c6-f567-485e-8b75-6a2ca2cb3b9a} <Debug> oximeter.measurements_u8 (339eb100-08c5-4d66-85d4-c17fcdec7662): Loading data parts
388 2025.01.08 15:19:51.352550 [ 267 ] {e4c748c6-f567-485e-8b75-6a2ca2cb3b9a} <Debug> oximeter.measurements_u8 (339eb100-08c5-4d66-85d4-c17fcdec7662): There are no data parts
389 2025.01.08 15:19:51.353684 [ 267 ] {e4c748c6-f567-485e-8b75-6a2ca2cb3b9a} <Debug> TCPHandler: Processed in 0.003536521 sec.
390 2025.01.08 15:19:51.353914 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
391 2025.01.08 15:19:51.354150 [ 266 ] {f1ceec83-ed58-4b31-bfa6-920f333ce09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
392 2025.01.08 15:19:51.354208 [ 266 ] {f1ceec83-ed58-4b31-bfa6-920f333ce09e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
393 2025.01.08 15:19:51.358375 [ 266 ] {f1ceec83-ed58-4b31-bfa6-920f333ce09e} <Debug> oximeter.measurements_i16 (6ebf737c-e659-4d8b-8b37-aa25179ff066): Loading data parts
394 2025.01.08 15:19:51.358571 [ 266 ] {f1ceec83-ed58-4b31-bfa6-920f333ce09e} <Debug> oximeter.measurements_i16 (6ebf737c-e659-4d8b-8b37-aa25179ff066): There are no data parts
395 2025.01.08 15:19:51.361019 [ 266 ] {f1ceec83-ed58-4b31-bfa6-920f333ce09e} <Debug> TCPHandler: Processed in 0.007184463 sec.
396 2025.01.08 15:19:51.361222 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
397 2025.01.08 15:19:51.361453 [ 267 ] {4714d208-823a-4454-9af7-8f46d3d1d5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
398 2025.01.08 15:19:51.361535 [ 267 ] {4714d208-823a-4454-9af7-8f46d3d1d5e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
399 2025.01.08 15:19:51.364807 [ 267 ] {4714d208-823a-4454-9af7-8f46d3d1d5e2} <Debug> oximeter.measurements_u16 (1a9b1dbc-1d54-46e8-8491-864857f2c31f): Loading data parts
400 2025.01.08 15:19:51.365015 [ 267 ] {4714d208-823a-4454-9af7-8f46d3d1d5e2} <Debug> oximeter.measurements_u16 (1a9b1dbc-1d54-46e8-8491-864857f2c31f): There are no data parts
401 2025.01.08 15:19:51.366697 [ 267 ] {4714d208-823a-4454-9af7-8f46d3d1d5e2} <Debug> TCPHandler: Processed in 0.00553543 sec.
402 2025.01.08 15:19:51.366908 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2025.01.08 15:19:51.367143 [ 266 ] {0e564d45-9fd2-4b44-8878-917af216ae83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
404 2025.01.08 15:19:51.367204 [ 266 ] {0e564d45-9fd2-4b44-8878-917af216ae83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
405 2025.01.08 15:19:51.371343 [ 266 ] {0e564d45-9fd2-4b44-8878-917af216ae83} <Debug> oximeter.measurements_i32 (36a6b0c0-5064-43e2-830a-337b560d17b8): Loading data parts
406 2025.01.08 15:19:51.371520 [ 266 ] {0e564d45-9fd2-4b44-8878-917af216ae83} <Debug> oximeter.measurements_i32 (36a6b0c0-5064-43e2-830a-337b560d17b8): There are no data parts
407 2025.01.08 15:19:51.373776 [ 266 ] {0e564d45-9fd2-4b44-8878-917af216ae83} <Debug> TCPHandler: Processed in 0.00693208 sec.
408 2025.01.08 15:19:51.373978 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
409 2025.01.08 15:19:51.374194 [ 267 ] {42a65446-67b7-485b-baff-e85ec1ea5fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
410 2025.01.08 15:19:51.374273 [ 267 ] {42a65446-67b7-485b-baff-e85ec1ea5fe5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
411 2025.01.08 15:19:51.378843 [ 267 ] {42a65446-67b7-485b-baff-e85ec1ea5fe5} <Debug> oximeter.measurements_u32 (c301fd36-23d0-433b-a997-bde7d9f9f6d0): Loading data parts
412 2025.01.08 15:19:51.379068 [ 267 ] {42a65446-67b7-485b-baff-e85ec1ea5fe5} <Debug> oximeter.measurements_u32 (c301fd36-23d0-433b-a997-bde7d9f9f6d0): There are no data parts
413 2025.01.08 15:19:51.382051 [ 267 ] {42a65446-67b7-485b-baff-e85ec1ea5fe5} <Debug> TCPHandler: Processed in 0.008131787 sec.
414 2025.01.08 15:19:51.382257 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2025.01.08 15:19:51.382497 [ 266 ] {8a2856b3-7dc2-4086-be4c-7eb72015cc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
416 2025.01.08 15:19:51.382558 [ 266 ] {8a2856b3-7dc2-4086-be4c-7eb72015cc3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
417 2025.01.08 15:19:51.386025 [ 266 ] {8a2856b3-7dc2-4086-be4c-7eb72015cc3d} <Debug> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): Loading data parts
418 2025.01.08 15:19:51.386210 [ 266 ] {8a2856b3-7dc2-4086-be4c-7eb72015cc3d} <Debug> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): There are no data parts
419 2025.01.08 15:19:51.387959 [ 266 ] {8a2856b3-7dc2-4086-be4c-7eb72015cc3d} <Debug> TCPHandler: Processed in 0.005762403 sec.
420 2025.01.08 15:19:51.388175 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2025.01.08 15:19:51.388399 [ 267 ] {9747927f-72d8-4caa-8b37-ac1d7b2e2076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
422 2025.01.08 15:19:51.388478 [ 267 ] {9747927f-72d8-4caa-8b37-ac1d7b2e2076} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
423 2025.01.08 15:19:51.390537 [ 267 ] {9747927f-72d8-4caa-8b37-ac1d7b2e2076} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Loading data parts
424 2025.01.08 15:19:51.390760 [ 267 ] {9747927f-72d8-4caa-8b37-ac1d7b2e2076} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): There are no data parts
425 2025.01.08 15:19:51.392588 [ 267 ] {9747927f-72d8-4caa-8b37-ac1d7b2e2076} <Debug> TCPHandler: Processed in 0.004480704 sec.
426 2025.01.08 15:19:51.392791 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2025.01.08 15:19:51.393028 [ 266 ] {02d0a77f-4a1e-43e5-89c1-9aa65b795ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
428 2025.01.08 15:19:51.393087 [ 266 ] {02d0a77f-4a1e-43e5-89c1-9aa65b795ca9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
429 2025.01.08 15:19:51.396515 [ 266 ] {02d0a77f-4a1e-43e5-89c1-9aa65b795ca9} <Debug> oximeter.measurements_f32 (248a6e74-9e30-40cf-a4c5-470f2d8d3fd9): Loading data parts
430 2025.01.08 15:19:51.396691 [ 266 ] {02d0a77f-4a1e-43e5-89c1-9aa65b795ca9} <Debug> oximeter.measurements_f32 (248a6e74-9e30-40cf-a4c5-470f2d8d3fd9): There are no data parts
431 2025.01.08 15:19:51.399055 [ 266 ] {02d0a77f-4a1e-43e5-89c1-9aa65b795ca9} <Debug> TCPHandler: Processed in 0.006322511 sec.
432 2025.01.08 15:19:51.399278 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2025.01.08 15:19:51.399490 [ 267 ] {9448c4ad-0fef-446e-b55b-415b73b68df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
434 2025.01.08 15:19:51.399570 [ 267 ] {9448c4ad-0fef-446e-b55b-415b73b68df4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
435 2025.01.08 15:19:51.401997 [ 267 ] {9448c4ad-0fef-446e-b55b-415b73b68df4} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Loading data parts
436 2025.01.08 15:19:51.402203 [ 267 ] {9448c4ad-0fef-446e-b55b-415b73b68df4} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): There are no data parts
437 2025.01.08 15:19:51.403654 [ 267 ] {9448c4ad-0fef-446e-b55b-415b73b68df4} <Debug> TCPHandler: Processed in 0.004435784 sec.
438 2025.01.08 15:19:51.403848 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2025.01.08 15:19:51.404076 [ 266 ] {06dc218f-e654-459e-bbfb-7fcdf66854f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
440 2025.01.08 15:19:51.404137 [ 266 ] {06dc218f-e654-459e-bbfb-7fcdf66854f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
441 2025.01.08 15:19:51.405871 [ 266 ] {06dc218f-e654-459e-bbfb-7fcdf66854f7} <Debug> oximeter.measurements_string (b996c1ea-9d7f-4d93-9590-ea3bf85b8b99): Loading data parts
442 2025.01.08 15:19:51.406056 [ 266 ] {06dc218f-e654-459e-bbfb-7fcdf66854f7} <Debug> oximeter.measurements_string (b996c1ea-9d7f-4d93-9590-ea3bf85b8b99): There are no data parts
443 2025.01.08 15:19:51.407244 [ 266 ] {06dc218f-e654-459e-bbfb-7fcdf66854f7} <Debug> TCPHandler: Processed in 0.00345317 sec.
444 2025.01.08 15:19:51.407452 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
445 2025.01.08 15:19:51.407670 [ 267 ] {a8aa3c5e-d0e3-4a83-a337-e5cc7c84fe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
446 * NOTE: Right now we can't unambiguously record a nullable byte array.
447 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
448 * a string isn't palatable for a few reasons.
449 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
450 * details.
451 */
452 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
453 2025.01.08 15:19:51.407751 [ 267 ] {a8aa3c5e-d0e3-4a83-a337-e5cc7c84fe68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
454 2025.01.08 15:19:51.410193 [ 267 ] {a8aa3c5e-d0e3-4a83-a337-e5cc7c84fe68} <Debug> oximeter.measurements_bytes (14452947-a7fc-4f7b-810c-7c13865dfc61): Loading data parts
455 2025.01.08 15:19:51.410376 [ 267 ] {a8aa3c5e-d0e3-4a83-a337-e5cc7c84fe68} <Debug> oximeter.measurements_bytes (14452947-a7fc-4f7b-810c-7c13865dfc61): There are no data parts
456 2025.01.08 15:19:51.411927 [ 267 ] {a8aa3c5e-d0e3-4a83-a337-e5cc7c84fe68} <Debug> TCPHandler: Processed in 0.004532695 sec.
457 2025.01.08 15:19:51.412135 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2025.01.08 15:19:51.412357 [ 266 ] {527b79b4-b648-48a6-9d33-e4628c65cfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
459 2025.01.08 15:19:51.412432 [ 266 ] {527b79b4-b648-48a6-9d33-e4628c65cfa5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
460 2025.01.08 15:19:51.417725 [ 266 ] {527b79b4-b648-48a6-9d33-e4628c65cfa5} <Debug> oximeter.measurements_cumulativei64 (25978f8e-454f-4400-b5bb-adbf9ece720c): Loading data parts
461 2025.01.08 15:19:51.417898 [ 266 ] {527b79b4-b648-48a6-9d33-e4628c65cfa5} <Debug> oximeter.measurements_cumulativei64 (25978f8e-454f-4400-b5bb-adbf9ece720c): There are no data parts
462 2025.01.08 15:19:51.419433 [ 266 ] {527b79b4-b648-48a6-9d33-e4628c65cfa5} <Debug> TCPHandler: Processed in 0.007356386 sec.
463 2025.01.08 15:19:51.419645 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
464 2025.01.08 15:19:51.419870 [ 267 ] {774c1d8d-7512-4f7a-ad89-2723b32f731c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
465 2025.01.08 15:19:51.419957 [ 267 ] {774c1d8d-7512-4f7a-ad89-2723b32f731c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
466 2025.01.08 15:19:51.423808 [ 267 ] {774c1d8d-7512-4f7a-ad89-2723b32f731c} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Loading data parts
467 2025.01.08 15:19:51.424033 [ 267 ] {774c1d8d-7512-4f7a-ad89-2723b32f731c} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): There are no data parts
468 2025.01.08 15:19:51.427856 [ 267 ] {774c1d8d-7512-4f7a-ad89-2723b32f731c} <Debug> TCPHandler: Processed in 0.008268719 sec.
469 2025.01.08 15:19:51.428049 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
470 2025.01.08 15:19:51.428301 [ 266 ] {08a3dcc5-c8f9-4613-9a08-a051c6c30c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
471 2025.01.08 15:19:51.428364 [ 266 ] {08a3dcc5-c8f9-4613-9a08-a051c6c30c5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
472 2025.01.08 15:19:51.431290 [ 266 ] {08a3dcc5-c8f9-4613-9a08-a051c6c30c5e} <Debug> oximeter.measurements_cumulativef32 (8be7a180-15c1-4564-95c2-e3a2be5ef6f8): Loading data parts
473 2025.01.08 15:19:51.431474 [ 266 ] {08a3dcc5-c8f9-4613-9a08-a051c6c30c5e} <Debug> oximeter.measurements_cumulativef32 (8be7a180-15c1-4564-95c2-e3a2be5ef6f8): There are no data parts
474 2025.01.08 15:19:51.434559 [ 266 ] {08a3dcc5-c8f9-4613-9a08-a051c6c30c5e} <Debug> TCPHandler: Processed in 0.006568105 sec.
475 2025.01.08 15:19:51.434756 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
476 2025.01.08 15:19:51.434980 [ 267 ] {29860dcc-d179-415d-a248-2c422b1244f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
477 2025.01.08 15:19:51.435068 [ 267 ] {29860dcc-d179-415d-a248-2c422b1244f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
478 2025.01.08 15:19:51.437076 [ 267 ] {29860dcc-d179-415d-a248-2c422b1244f3} <Debug> oximeter.measurements_cumulativef64 (5cc0e0aa-c17c-4637-b363-87fa1626f319): Loading data parts
479 2025.01.08 15:19:51.437238 [ 267 ] {29860dcc-d179-415d-a248-2c422b1244f3} <Debug> oximeter.measurements_cumulativef64 (5cc0e0aa-c17c-4637-b363-87fa1626f319): There are no data parts
480 2025.01.08 15:19:51.439901 [ 267 ] {29860dcc-d179-415d-a248-2c422b1244f3} <Debug> TCPHandler: Processed in 0.005204605 sec.
481 2025.01.08 15:19:51.440123 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
482 2025.01.08 15:19:51.440434 [ 266 ] {32186bc8-986e-4393-a37c-8253b1cdc690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
483 * NOTE: Array types cannot be Nullable, see
484 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
485 * for more details.
486 *
487 * This means we need to use empty arrays to indicate a missing value. This
488 * is unfortunate, and at this point relies on the fact that an
489 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
490 * to figure out another way to represent missing samples here.
491 */
492 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)
493 2025.01.08 15:19:51.440510 [ 266 ] {32186bc8-986e-4393-a37c-8253b1cdc690} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
494 2025.01.08 15:19:51.444148 [ 266 ] {32186bc8-986e-4393-a37c-8253b1cdc690} <Debug> oximeter.measurements_histogrami8 (3293c52d-c190-4653-9886-57575634a993): Loading data parts
495 2025.01.08 15:19:51.444336 [ 266 ] {32186bc8-986e-4393-a37c-8253b1cdc690} <Debug> oximeter.measurements_histogrami8 (3293c52d-c190-4653-9886-57575634a993): There are no data parts
496 2025.01.08 15:19:51.446406 [ 266 ] {32186bc8-986e-4393-a37c-8253b1cdc690} <Debug> TCPHandler: Processed in 0.006344432 sec.
497 2025.01.08 15:19:51.446622 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.01.08 15:19:51.446920 [ 267 ] {44c43750-fae7-4a70-8052-3ef0e3ca119c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
499 2025.01.08 15:19:51.447018 [ 267 ] {44c43750-fae7-4a70-8052-3ef0e3ca119c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
500 2025.01.08 15:19:51.449932 [ 267 ] {44c43750-fae7-4a70-8052-3ef0e3ca119c} <Debug> oximeter.measurements_histogramu8 (583493bd-41b0-4a4d-90bd-c2e2c97b02ec): Loading data parts
501 2025.01.08 15:19:51.450153 [ 267 ] {44c43750-fae7-4a70-8052-3ef0e3ca119c} <Debug> oximeter.measurements_histogramu8 (583493bd-41b0-4a4d-90bd-c2e2c97b02ec): There are no data parts
502 2025.01.08 15:19:51.451574 [ 267 ] {44c43750-fae7-4a70-8052-3ef0e3ca119c} <Debug> TCPHandler: Processed in 0.005013622 sec.
503 2025.01.08 15:19:51.451783 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.01.08 15:19:51.452120 [ 266 ] {eb1809f4-08c6-4ff4-885c-fbde8e98259b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
505 2025.01.08 15:19:51.452201 [ 266 ] {eb1809f4-08c6-4ff4-885c-fbde8e98259b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
506 2025.01.08 15:19:51.454471 [ 266 ] {eb1809f4-08c6-4ff4-885c-fbde8e98259b} <Debug> oximeter.measurements_histogrami16 (202c43b1-2b64-4acb-839c-707e380dc7ee): Loading data parts
507 2025.01.08 15:19:51.454643 [ 266 ] {eb1809f4-08c6-4ff4-885c-fbde8e98259b} <Debug> oximeter.measurements_histogrami16 (202c43b1-2b64-4acb-839c-707e380dc7ee): There are no data parts
508 2025.01.08 15:19:51.456327 [ 266 ] {eb1809f4-08c6-4ff4-885c-fbde8e98259b} <Debug> TCPHandler: Processed in 0.004614167 sec.
509 2025.01.08 15:19:51.456551 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.01.08 15:19:51.456850 [ 267 ] {218e0350-e152-4727-a8d3-93373689094d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
511 2025.01.08 15:19:51.456943 [ 267 ] {218e0350-e152-4727-a8d3-93373689094d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
512 2025.01.08 15:19:51.459241 [ 267 ] {218e0350-e152-4727-a8d3-93373689094d} <Debug> oximeter.measurements_histogramu16 (9bb73fb4-a715-4c8b-9eeb-a2e2e2232f57): Loading data parts
513 2025.01.08 15:19:51.459419 [ 267 ] {218e0350-e152-4727-a8d3-93373689094d} <Debug> oximeter.measurements_histogramu16 (9bb73fb4-a715-4c8b-9eeb-a2e2e2232f57): There are no data parts
514 2025.01.08 15:19:51.461068 [ 267 ] {218e0350-e152-4727-a8d3-93373689094d} <Debug> TCPHandler: Processed in 0.004578096 sec.
515 2025.01.08 15:19:51.461291 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.01.08 15:19:51.461635 [ 266 ] {e081f06b-fdb0-4725-845f-4de770aeb297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
517 2025.01.08 15:19:51.461719 [ 266 ] {e081f06b-fdb0-4725-845f-4de770aeb297} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
518 2025.01.08 15:19:51.465330 [ 266 ] {e081f06b-fdb0-4725-845f-4de770aeb297} <Debug> oximeter.measurements_histogrami32 (42a78659-63d2-48b8-84cb-214301cbf468): Loading data parts
519 2025.01.08 15:19:51.465496 [ 266 ] {e081f06b-fdb0-4725-845f-4de770aeb297} <Debug> oximeter.measurements_histogrami32 (42a78659-63d2-48b8-84cb-214301cbf468): There are no data parts
520 2025.01.08 15:19:51.467151 [ 266 ] {e081f06b-fdb0-4725-845f-4de770aeb297} <Debug> TCPHandler: Processed in 0.005920825 sec.
521 2025.01.08 15:19:51.467371 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2025.01.08 15:19:51.467672 [ 267 ] {468c7112-c736-4374-9986-542f4811adb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
523 2025.01.08 15:19:51.467772 [ 267 ] {468c7112-c736-4374-9986-542f4811adb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
524 2025.01.08 15:19:51.470748 [ 267 ] {468c7112-c736-4374-9986-542f4811adb9} <Debug> oximeter.measurements_histogramu32 (0bc144f1-42b1-418b-a43c-22860aca29ce): Loading data parts
525 2025.01.08 15:19:51.470969 [ 267 ] {468c7112-c736-4374-9986-542f4811adb9} <Debug> oximeter.measurements_histogramu32 (0bc144f1-42b1-418b-a43c-22860aca29ce): There are no data parts
526 2025.01.08 15:19:51.472277 [ 267 ] {468c7112-c736-4374-9986-542f4811adb9} <Debug> TCPHandler: Processed in 0.004964571 sec.
527 2025.01.08 15:19:51.472496 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
528 2025.01.08 15:19:51.472834 [ 266 ] {aa5bcb07-c15c-4c99-b641-0ec1df9e3898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
529 2025.01.08 15:19:51.472916 [ 266 ] {aa5bcb07-c15c-4c99-b641-0ec1df9e3898} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
530 2025.01.08 15:19:51.475658 [ 266 ] {aa5bcb07-c15c-4c99-b641-0ec1df9e3898} <Debug> oximeter.measurements_histogrami64 (6ca8a734-11ab-491f-b38a-a0b0b6b29355): Loading data parts
531 2025.01.08 15:19:51.475828 [ 266 ] {aa5bcb07-c15c-4c99-b641-0ec1df9e3898} <Debug> oximeter.measurements_histogrami64 (6ca8a734-11ab-491f-b38a-a0b0b6b29355): There are no data parts
532 2025.01.08 15:19:51.477738 [ 266 ] {aa5bcb07-c15c-4c99-b641-0ec1df9e3898} <Debug> TCPHandler: Processed in 0.005302727 sec.
533 2025.01.08 15:19:51.477946 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
534 2025.01.08 15:19:51.478242 [ 267 ] {899aa864-68ed-4f5b-81fe-05105d9f46f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
535 2025.01.08 15:19:51.478342 [ 267 ] {899aa864-68ed-4f5b-81fe-05105d9f46f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
536 2025.01.08 15:19:51.480745 [ 267 ] {899aa864-68ed-4f5b-81fe-05105d9f46f4} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Loading data parts
537 2025.01.08 15:19:51.480950 [ 267 ] {899aa864-68ed-4f5b-81fe-05105d9f46f4} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): There are no data parts
538 2025.01.08 15:19:51.483177 [ 267 ] {899aa864-68ed-4f5b-81fe-05105d9f46f4} <Debug> TCPHandler: Processed in 0.005289456 sec.
539 2025.01.08 15:19:51.483400 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2025.01.08 15:19:51.483727 [ 266 ] {121d0948-60dd-4b83-ae2f-239e30e6d0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
541 2025.01.08 15:19:51.483799 [ 266 ] {121d0948-60dd-4b83-ae2f-239e30e6d0ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
542 2025.01.08 15:19:51.486244 [ 266 ] {121d0948-60dd-4b83-ae2f-239e30e6d0ba} <Debug> oximeter.measurements_histogramf32 (aa577947-f09b-4d80-a87e-ef764bd62f14): Loading data parts
543 2025.01.08 15:19:51.486419 [ 266 ] {121d0948-60dd-4b83-ae2f-239e30e6d0ba} <Debug> oximeter.measurements_histogramf32 (aa577947-f09b-4d80-a87e-ef764bd62f14): There are no data parts
544 2025.01.08 15:19:51.487648 [ 266 ] {121d0948-60dd-4b83-ae2f-239e30e6d0ba} <Debug> TCPHandler: Processed in 0.004309102 sec.
545 2025.01.08 15:19:51.487845 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2025.01.08 15:19:51.488138 [ 267 ] {a96d5ad7-e2f1-404f-b671-f65752533b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
547 2025.01.08 15:19:51.488236 [ 267 ] {a96d5ad7-e2f1-404f-b671-f65752533b26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
548 2025.01.08 15:19:51.490883 [ 267 ] {a96d5ad7-e2f1-404f-b671-f65752533b26} <Debug> oximeter.measurements_histogramf64 (f0cd4103-79ab-43aa-ad03-4aaec9295009): Loading data parts
549 2025.01.08 15:19:51.491077 [ 267 ] {a96d5ad7-e2f1-404f-b671-f65752533b26} <Debug> oximeter.measurements_histogramf64 (f0cd4103-79ab-43aa-ad03-4aaec9295009): There are no data parts
550 2025.01.08 15:19:51.493030 [ 267 ] {a96d5ad7-e2f1-404f-b671-f65752533b26} <Debug> TCPHandler: Processed in 0.005244705 sec.
551 2025.01.08 15:19:51.493236 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2025.01.08 15:19:51.493501 [ 266 ] {aca042d0-85f3-40d6-b468-ce751eb6bbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) /* The field tables store named dimensions of each timeseries.
553 *
554 * As with the measurement tables, there is one field table for each field data
555 * type. Fields are deduplicated by using the "replacing merge tree", though
556 * this behavior **must not** be relied upon for query correctness.
557 *
558 * The index for the fields differs from the measurements, however. Rows are
559 * sorted by timeseries name, then field name, field value, and finally
560 * timeseries key. This reflects the most common pattern for looking them up:
561 * by field name and possibly value, within a timeseries. The resulting keys are
562 * usually then used to look up measurements.
563 *
564 * NOTE: We may want to consider a secondary index on these tables, sorting by
565 * timeseries name and then key, since it would improve lookups where one
566 * already has the key. Realistically though, these tables are quite small and
567 * so performance benefits will be low in absolute terms.
568 *
569 * TTL: We use a materialized column to expire old field table records. This
570 * column is generated automatically by the database whenever a new row is
571 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
572 * query. Since these tables are `ReplacingMergeTree`s, that means the last
573 * record will remain during a deduplication, which will have the last
574 * timestamp. ClickHouse will then expire old data for us, similar to the
575 * measurement tables.
576 */
577 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)
578 2025.01.08 15:19:51.493585 [ 266 ] {aca042d0-85f3-40d6-b468-ce751eb6bbb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
579 2025.01.08 15:19:51.495875 [ 266 ] {aca042d0-85f3-40d6-b468-ce751eb6bbb5} <Debug> oximeter.fields_bool (2c0fc542-c787-4269-ae55-18eaaf8f9074): Loading data parts
580 2025.01.08 15:19:51.496053 [ 266 ] {aca042d0-85f3-40d6-b468-ce751eb6bbb5} <Debug> oximeter.fields_bool (2c0fc542-c787-4269-ae55-18eaaf8f9074): There are no data parts
581 2025.01.08 15:19:51.498809 [ 266 ] {aca042d0-85f3-40d6-b468-ce751eb6bbb5} <Debug> TCPHandler: Processed in 0.005634732 sec.
582 2025.01.08 15:19:51.499715 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2025.01.08 15:19:51.499926 [ 267 ] {5bedb8fe-9f40-4f35-ae19-84dca76a437b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
584 2025.01.08 15:19:51.500019 [ 267 ] {5bedb8fe-9f40-4f35-ae19-84dca76a437b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
585 2025.01.08 15:19:51.502639 [ 267 ] {5bedb8fe-9f40-4f35-ae19-84dca76a437b} <Debug> oximeter.fields_i8 (0e5b41fd-76d3-4c5f-996b-a5aedf06e4bd): Loading data parts
586 2025.01.08 15:19:51.502850 [ 267 ] {5bedb8fe-9f40-4f35-ae19-84dca76a437b} <Debug> oximeter.fields_i8 (0e5b41fd-76d3-4c5f-996b-a5aedf06e4bd): There are no data parts
587 2025.01.08 15:19:51.504567 [ 267 ] {5bedb8fe-9f40-4f35-ae19-84dca76a437b} <Debug> TCPHandler: Processed in 0.004908621 sec.
588 2025.01.08 15:19:51.504770 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2025.01.08 15:19:51.505024 [ 266 ] {53faba77-0fec-4036-a669-9bead35bd99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
590 2025.01.08 15:19:51.505087 [ 266 ] {53faba77-0fec-4036-a669-9bead35bd99c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
591 2025.01.08 15:19:51.507770 [ 266 ] {53faba77-0fec-4036-a669-9bead35bd99c} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Loading data parts
592 2025.01.08 15:19:51.507959 [ 266 ] {53faba77-0fec-4036-a669-9bead35bd99c} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): There are no data parts
593 2025.01.08 15:19:51.509655 [ 266 ] {53faba77-0fec-4036-a669-9bead35bd99c} <Debug> TCPHandler: Processed in 0.004943041 sec.
594 2025.01.08 15:19:51.509879 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2025.01.08 15:19:51.510093 [ 267 ] {5f2d0772-53b2-4e37-800d-c16521a161d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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)
596 2025.01.08 15:19:51.510186 [ 267 ] {5f2d0772-53b2-4e37-800d-c16521a161d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
597 2025.01.08 15:19:51.512658 [ 267 ] {5f2d0772-53b2-4e37-800d-c16521a161d8} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Loading data parts
598 2025.01.08 15:19:51.512852 [ 267 ] {5f2d0772-53b2-4e37-800d-c16521a161d8} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): There are no data parts
599 2025.01.08 15:19:51.514876 [ 267 ] {5f2d0772-53b2-4e37-800d-c16521a161d8} <Debug> TCPHandler: Processed in 0.005055393 sec.
600 2025.01.08 15:19:51.515099 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
601 2025.01.08 15:19:51.515372 [ 266 ] {40dd2ad1-1544-433c-881e-46dcc8781d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) 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)
602 2025.01.08 15:19:51.515452 [ 266 ] {40dd2ad1-1544-433c-881e-46dcc8781d0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
603 2025.01.08 15:19:51.517661 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65373
604 2025.01.08 15:19:51.517846 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
605 2025.01.08 15:19:51.517875 [ 277 ] {} <Debug> TCP-Session: f78ad5b5-8bea-4618-a456-994fe7aca71d Authenticating user 'default' from [fd00:1122:3344:101::b]:65373
606 2025.01.08 15:19:51.517939 [ 277 ] {} <Debug> TCP-Session: f78ad5b5-8bea-4618-a456-994fe7aca71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
607 2025.01.08 15:19:51.517954 [ 277 ] {} <Debug> TCP-Session: f78ad5b5-8bea-4618-a456-994fe7aca71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
608 2025.01.08 15:19:51.518021 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
609 2025.01.08 15:19:51.518068 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
610 2025.01.08 15:19:51.518084 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
611 2025.01.08 15:19:51.519168 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56561
612 2025.01.08 15:19:51.519172 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48595
613 2025.01.08 15:19:51.519245 [ 266 ] {40dd2ad1-1544-433c-881e-46dcc8781d0b} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Loading data parts
614 2025.01.08 15:19:51.519328 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60946
615 2025.01.08 15:19:51.519348 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
616 2025.01.08 15:19:51.519529 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60532
617 2025.01.08 15:19:51.519565 [ 279 ] {} <Debug> TCP-Session: 7582c233-2fd1-46bf-857f-bb739c9d6324 Authenticating user 'default' from [fd00:1122:3344:101::b]:56561
618 2025.01.08 15:19:51.519546 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
619 2025.01.08 15:19:51.519694 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62282
620 2025.01.08 15:19:51.519884 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
621 2025.01.08 15:19:51.519908 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35766
622 2025.01.08 15:19:51.519972 [ 278 ] {} <Debug> TCP-Session: 3e8dd16f-d772-4fcc-b261-616a84fa6e1b Authenticating user 'default' from [fd00:1122:3344:101::b]:48595
623 2025.01.08 15:19:51.520029 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
624 2025.01.08 15:19:51.520070 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33558
625 2025.01.08 15:19:51.520084 [ 281 ] {} <Debug> TCP-Session: 8f4820a3-b34d-471e-ba09-89f513b7a607 Authenticating user 'default' from [fd00:1122:3344:101::b]:60532
626 2025.01.08 15:19:51.520227 [ 278 ] {} <Debug> TCP-Session: 3e8dd16f-d772-4fcc-b261-616a84fa6e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2025.01.08 15:19:51.520313 [ 280 ] {} <Debug> TCP-Session: 74ac6b2f-b719-466f-b2bc-e10b1ca9726b Authenticating user 'default' from [fd00:1122:3344:101::b]:60946
628 2025.01.08 15:19:51.520349 [ 281 ] {} <Debug> TCP-Session: 8f4820a3-b34d-471e-ba09-89f513b7a607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
629 2025.01.08 15:19:51.519776 [ 279 ] {} <Debug> TCP-Session: 7582c233-2fd1-46bf-857f-bb739c9d6324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
630 2025.01.08 15:19:51.520372 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
631 2025.01.08 15:19:51.520439 [ 266 ] {40dd2ad1-1544-433c-881e-46dcc8781d0b} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): There are no data parts
632 2025.01.08 15:19:51.520473 [ 281 ] {} <Debug> TCP-Session: 8f4820a3-b34d-471e-ba09-89f513b7a607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
633 2025.01.08 15:19:51.520544 [ 278 ] {} <Debug> TCP-Session: 3e8dd16f-d772-4fcc-b261-616a84fa6e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
634 2025.01.08 15:19:51.520606 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
635 2025.01.08 15:19:51.520473 [ 280 ] {} <Debug> TCP-Session: 74ac6b2f-b719-466f-b2bc-e10b1ca9726b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
636 2025.01.08 15:19:51.520638 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
637 2025.01.08 15:19:51.520556 [ 279 ] {} <Debug> TCP-Session: 7582c233-2fd1-46bf-857f-bb739c9d6324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
638 2025.01.08 15:19:51.520764 [ 280 ] {} <Debug> TCP-Session: 74ac6b2f-b719-466f-b2bc-e10b1ca9726b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
639 2025.01.08 15:19:51.520868 [ 282 ] {} <Debug> TCP-Session: ac9f64f6-f29f-4cab-96fa-275b0b835aed Authenticating user 'default' from [fd00:1122:3344:101::b]:62282
640 2025.01.08 15:19:51.520965 [ 284 ] {} <Debug> TCP-Session: 641295b9-71e1-49d0-ab17-e1fa1d5764b2 Authenticating user 'default' from [fd00:1122:3344:101::b]:33558
641 2025.01.08 15:19:51.521075 [ 282 ] {} <Debug> TCP-Session: ac9f64f6-f29f-4cab-96fa-275b0b835aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
642 2025.01.08 15:19:51.521022 [ 283 ] {} <Debug> TCP-Session: 5ff86f08-6337-4d0f-9628-db834a4a086d Authenticating user 'default' from [fd00:1122:3344:101::b]:35766
643 2025.01.08 15:19:51.521104 [ 284 ] {} <Debug> TCP-Session: 641295b9-71e1-49d0-ab17-e1fa1d5764b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2025.01.08 15:19:51.521140 [ 282 ] {} <Debug> TCP-Session: ac9f64f6-f29f-4cab-96fa-275b0b835aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
645 2025.01.08 15:19:51.521238 [ 284 ] {} <Debug> TCP-Session: 641295b9-71e1-49d0-ab17-e1fa1d5764b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.01.08 15:19:51.521303 [ 283 ] {} <Debug> TCP-Session: 5ff86f08-6337-4d0f-9628-db834a4a086d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
647 2025.01.08 15:19:51.521375 [ 283 ] {} <Debug> TCP-Session: 5ff86f08-6337-4d0f-9628-db834a4a086d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
648 2025.01.08 15:19:51.522964 [ 266 ] {40dd2ad1-1544-433c-881e-46dcc8781d0b} <Debug> TCPHandler: Processed in 0.007922525 sec.
649 2025.01.08 15:19:51.523210 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2025.01.08 15:19:51.523421 [ 267 ] {6572a42b-4d35-44a9-9d88-6ba0135f6899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
651 2025.01.08 15:19:51.523512 [ 267 ] {6572a42b-4d35-44a9-9d88-6ba0135f6899} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2025.01.08 15:19:51.526279 [ 267 ] {6572a42b-4d35-44a9-9d88-6ba0135f6899} <Debug> oximeter.fields_i32 (2e7c46c7-f0a5-4059-8d21-44cca4281081): Loading data parts
653 2025.01.08 15:19:51.526468 [ 267 ] {6572a42b-4d35-44a9-9d88-6ba0135f6899} <Debug> oximeter.fields_i32 (2e7c46c7-f0a5-4059-8d21-44cca4281081): There are no data parts
654 2025.01.08 15:19:51.529411 [ 267 ] {6572a42b-4d35-44a9-9d88-6ba0135f6899} <Debug> TCPHandler: Processed in 0.00625684 sec.
655 2025.01.08 15:19:51.529624 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2025.01.08 15:19:51.529900 [ 266 ] {d7857984-6ebb-4341-abf0-290b7b641e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
657 2025.01.08 15:19:51.529980 [ 266 ] {d7857984-6ebb-4341-abf0-290b7b641e83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
658 2025.01.08 15:19:51.533572 [ 266 ] {d7857984-6ebb-4341-abf0-290b7b641e83} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Loading data parts
659 2025.01.08 15:19:51.533737 [ 266 ] {d7857984-6ebb-4341-abf0-290b7b641e83} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): There are no data parts
660 2025.01.08 15:19:51.536461 [ 266 ] {d7857984-6ebb-4341-abf0-290b7b641e83} <Debug> TCPHandler: Processed in 0.006905139 sec.
661 2025.01.08 15:19:51.536698 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
662 2025.01.08 15:19:51.536909 [ 267 ] {0f15cb20-3e7f-4f7d-b4f0-e18f9fbf64d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
663 2025.01.08 15:19:51.537005 [ 267 ] {0f15cb20-3e7f-4f7d-b4f0-e18f9fbf64d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
664 2025.01.08 15:19:51.540290 [ 267 ] {0f15cb20-3e7f-4f7d-b4f0-e18f9fbf64d0} <Debug> oximeter.fields_i64 (ddfda2ba-81e7-404a-b973-a287d46e6c76): Loading data parts
665 2025.01.08 15:19:51.540496 [ 267 ] {0f15cb20-3e7f-4f7d-b4f0-e18f9fbf64d0} <Debug> oximeter.fields_i64 (ddfda2ba-81e7-404a-b973-a287d46e6c76): There are no data parts
666 2025.01.08 15:19:51.542864 [ 267 ] {0f15cb20-3e7f-4f7d-b4f0-e18f9fbf64d0} <Debug> TCPHandler: Processed in 0.006228209 sec.
667 2025.01.08 15:19:51.543062 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2025.01.08 15:19:51.543320 [ 266 ] {6060d93a-7e86-4580-baee-dc03126609e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
669 2025.01.08 15:19:51.543370 [ 266 ] {6060d93a-7e86-4580-baee-dc03126609e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
670 2025.01.08 15:19:51.546156 [ 266 ] {6060d93a-7e86-4580-baee-dc03126609e1} <Debug> oximeter.fields_u64 (298863e6-11e7-4521-8b52-f92595f20645): Loading data parts
671 2025.01.08 15:19:51.546327 [ 266 ] {6060d93a-7e86-4580-baee-dc03126609e1} <Debug> oximeter.fields_u64 (298863e6-11e7-4521-8b52-f92595f20645): There are no data parts
672 2025.01.08 15:19:51.549540 [ 266 ] {6060d93a-7e86-4580-baee-dc03126609e1} <Debug> TCPHandler: Processed in 0.006534654 sec.
673 2025.01.08 15:19:51.549782 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
674 2025.01.08 15:19:51.550101 [ 267 ] {8da6a895-da92-462d-b8ee-0f0db4836db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
675 2025.01.08 15:19:51.550226 [ 267 ] {8da6a895-da92-462d-b8ee-0f0db4836db8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
676 2025.01.08 15:19:51.552843 [ 267 ] {8da6a895-da92-462d-b8ee-0f0db4836db8} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Loading data parts
677 2025.01.08 15:19:51.553079 [ 267 ] {8da6a895-da92-462d-b8ee-0f0db4836db8} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): There are no data parts
678 2025.01.08 15:19:51.554327 [ 267 ] {8da6a895-da92-462d-b8ee-0f0db4836db8} <Debug> TCPHandler: Processed in 0.004608877 sec.
679 2025.01.08 15:19:51.554554 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
680 2025.01.08 15:19:51.554882 [ 266 ] {5cd3c614-8954-4392-8c69-b1133223dfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
681 2025.01.08 15:19:51.555000 [ 266 ] {5cd3c614-8954-4392-8c69-b1133223dfdf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
682 2025.01.08 15:19:51.558223 [ 266 ] {5cd3c614-8954-4392-8c69-b1133223dfdf} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Loading data parts
683 2025.01.08 15:19:51.558417 [ 266 ] {5cd3c614-8954-4392-8c69-b1133223dfdf} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): There are no data parts
684 2025.01.08 15:19:51.560661 [ 266 ] {5cd3c614-8954-4392-8c69-b1133223dfdf} <Debug> TCPHandler: Processed in 0.006170349 sec.
685 2025.01.08 15:19:51.560898 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
686 2025.01.08 15:19:51.561115 [ 267 ] {853dcd42-f049-4f2c-b7b5-79632e235678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
687 2025.01.08 15:19:51.561213 [ 267 ] {853dcd42-f049-4f2c-b7b5-79632e235678} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
688 2025.01.08 15:19:51.563223 [ 267 ] {853dcd42-f049-4f2c-b7b5-79632e235678} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Loading data parts
689 2025.01.08 15:19:51.563432 [ 267 ] {853dcd42-f049-4f2c-b7b5-79632e235678} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): There are no data parts
690 2025.01.08 15:19:51.565082 [ 267 ] {853dcd42-f049-4f2c-b7b5-79632e235678} <Debug> TCPHandler: Processed in 0.004250721 sec.
691 2025.01.08 15:19:51.565324 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
692 2025.01.08 15:19:51.565742 [ 266 ] {bcdeb93a-34f9-4104-a8bf-3d08251cb373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) /* The timeseries schema table stores the extracted schema for the samples
693 * oximeter collects.
694 */
695 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
696 2025.01.08 15:19:51.565866 [ 266 ] {bcdeb93a-34f9-4104-a8bf-3d08251cb373} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
697 2025.01.08 15:19:51.568458 [ 266 ] {bcdeb93a-34f9-4104-a8bf-3d08251cb373} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Loading data parts
698 2025.01.08 15:19:51.568674 [ 266 ] {bcdeb93a-34f9-4104-a8bf-3d08251cb373} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): There are no data parts
699 2025.01.08 15:19:51.573004 [ 266 ] {bcdeb93a-34f9-4104-a8bf-3d08251cb373} <Debug> TCPHandler: Processed in 0.007750002 sec.
700 2025.01.08 15:19:51.573221 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
701 2025.01.08 15:19:51.573480 [ 267 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
702 2025.01.08 15:19:51.574704 [ 267 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
703 2025.01.08 15:19:51.590187 [ 276 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Trace> oximeter.version (4ad18afd-856c-4e65-92d7-37d92467d364): Trying to reserve 1.00 MiB using storage policy from min volume index 0
704 2025.01.08 15:19:51.590285 [ 276 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
705 2025.01.08 15:19:51.595262 [ 276 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
706 2025.01.08 15:19:51.595673 [ 276 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Trace> oximeter.version (4ad18afd-856c-4e65-92d7-37d92467d364): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
707 2025.01.08 15:19:51.596064 [ 267 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.02266 sec., 44.1306266548985 rows/sec., 706.09 B/sec.
708 2025.01.08 15:19:51.596367 [ 267 ] {b22b8b01-0ced-466a-ae63-04be25be737f} <Debug> TCPHandler: Processed in 0.023204534 sec.
709 2025.01.08 15:19:51.964981 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33449
710 2025.01.08 15:19:51.965207 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2025.01.08 15:19:51.965239 [ 285 ] {} <Debug> TCP-Session: d5e4334f-a942-43ff-bfc5-755b080ae08c Authenticating user 'default' from [fd00:1122:3344:101::a]:33449
712 2025.01.08 15:19:51.965266 [ 285 ] {} <Debug> TCP-Session: d5e4334f-a942-43ff-bfc5-755b080ae08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2025.01.08 15:19:51.965382 [ 285 ] {} <Debug> TCP-Session: d5e4334f-a942-43ff-bfc5-755b080ae08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2025.01.08 15:19:51.965438 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2025.01.08 15:19:51.965465 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
716 2025.01.08 15:19:51.965561 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
717 2025.01.08 15:19:51.966759 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57562
718 2025.01.08 15:19:51.966844 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53837
719 2025.01.08 15:19:51.966996 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51686
720 2025.01.08 15:19:51.967004 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
721 2025.01.08 15:19:51.967146 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48410
722 2025.01.08 15:19:51.967146 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
723 2025.01.08 15:19:51.967334 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63737
724 2025.01.08 15:19:51.967371 [ 286 ] {} <Debug> TCP-Session: 34fcf245-0419-420c-894b-6d18f930bc26 Authenticating user 'default' from [fd00:1122:3344:101::a]:57562
725 2025.01.08 15:19:51.967422 [ 287 ] {} <Debug> TCP-Session: bc7435b5-5165-422e-bdfd-f98c2ba091c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:53837
726 2025.01.08 15:19:51.967406 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2025.01.08 15:19:51.967743 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54516
728 2025.01.08 15:19:51.967839 [ 286 ] {} <Debug> TCP-Session: 34fcf245-0419-420c-894b-6d18f930bc26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
729 2025.01.08 15:19:51.967857 [ 287 ] {} <Debug> TCP-Session: bc7435b5-5165-422e-bdfd-f98c2ba091c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
730 2025.01.08 15:19:51.967810 [ 288 ] {} <Debug> TCP-Session: b98666b7-5781-4e9e-880a-cbf6203c033b Authenticating user 'default' from [fd00:1122:3344:101::a]:51686
731 2025.01.08 15:19:51.967740 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
732 2025.01.08 15:19:51.967795 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47793
733 2025.01.08 15:19:51.967804 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
734 2025.01.08 15:19:51.968001 [ 287 ] {} <Debug> TCP-Session: bc7435b5-5165-422e-bdfd-f98c2ba091c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2025.01.08 15:19:51.968063 [ 288 ] {} <Debug> TCP-Session: b98666b7-5781-4e9e-880a-cbf6203c033b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
736 2025.01.08 15:19:51.968002 [ 286 ] {} <Debug> TCP-Session: 34fcf245-0419-420c-894b-6d18f930bc26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
737 2025.01.08 15:19:51.968147 [ 289 ] {} <Debug> TCP-Session: 86fd32d6-7456-4baa-9ff2-17905da13177 Authenticating user 'default' from [fd00:1122:3344:101::a]:48410
738 2025.01.08 15:19:51.968327 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
739 2025.01.08 15:19:51.968140 [ 290 ] {} <Debug> TCP-Session: b38f445f-7dfa-4dc4-8856-21ed3a09e8e2 Authenticating user 'default' from [fd00:1122:3344:101::a]:63737
740 2025.01.08 15:19:51.968302 [ 288 ] {} <Debug> TCP-Session: b98666b7-5781-4e9e-880a-cbf6203c033b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
741 2025.01.08 15:19:51.968473 [ 289 ] {} <Debug> TCP-Session: 86fd32d6-7456-4baa-9ff2-17905da13177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
742 2025.01.08 15:19:51.968487 [ 290 ] {} <Debug> TCP-Session: b38f445f-7dfa-4dc4-8856-21ed3a09e8e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2025.01.08 15:19:51.968095 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
744 2025.01.08 15:19:51.968581 [ 292 ] {} <Debug> TCP-Session: 3a550967-da41-47aa-b17a-fc3316127c2b Authenticating user 'default' from [fd00:1122:3344:101::a]:47793
745 2025.01.08 15:19:51.968592 [ 290 ] {} <Debug> TCP-Session: b38f445f-7dfa-4dc4-8856-21ed3a09e8e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2025.01.08 15:19:51.968637 [ 291 ] {} <Debug> TCP-Session: 57e90be0-5fa4-4a94-a72e-3da15eaf07a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:54516
747 2025.01.08 15:19:51.968645 [ 292 ] {} <Debug> TCP-Session: 3a550967-da41-47aa-b17a-fc3316127c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
748 2025.01.08 15:19:51.968676 [ 289 ] {} <Debug> TCP-Session: 86fd32d6-7456-4baa-9ff2-17905da13177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
749 2025.01.08 15:19:51.968685 [ 292 ] {} <Debug> TCP-Session: 3a550967-da41-47aa-b17a-fc3316127c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
750 2025.01.08 15:19:51.968703 [ 291 ] {} <Debug> TCP-Session: 57e90be0-5fa4-4a94-a72e-3da15eaf07a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2025.01.08 15:19:51.968810 [ 291 ] {} <Debug> TCP-Session: 57e90be0-5fa4-4a94-a72e-3da15eaf07a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2025.01.08 15:19:52.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.91 MiB, peak 126.91 MiB, free memory in arenas 0.00 B, will set to 141.18 MiB (RSS), difference: 14.26 MiB
753 2025.01.08 15:19:58.112507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2025.01.08 15:19:58.112534 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
755 2025.01.08 15:19:58.112625 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2025.01.08 15:19:58.112649 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.08 15:19:58.120165 [ 243 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Loading data parts
758 2025.01.08 15:19:58.120649 [ 243 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): There are no data parts
759 2025.01.08 15:19:58.128192 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.01.08 15:19:58.128302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
761 2025.01.08 15:19:58.131566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2025.01.08 15:19:58.132558 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2025.01.08 15:19:58.133361 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
764 2025.01.08 15:19:58.139231 [ 244 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Loading data parts
765 2025.01.08 15:19:58.139428 [ 244 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): There are no data parts
766 2025.01.08 15:19:58.162555 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.01.08 15:19:58.162598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
768 2025.01.08 15:19:58.169577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.01.08 15:19:58.170300 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2025.01.08 15:19:58.172621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2025.01.08 15:19:59.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.27 MiB, peak 150.27 MiB, free memory in arenas 0.00 B, will set to 151.06 MiB (RSS), difference: 4.79 MiB
772 2025.01.08 15:20:00.612420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2025.01.08 15:20:00.612526 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2025.01.08 15:20:00.617674 [ 242 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Loading data parts
775 2025.01.08 15:20:00.617820 [ 242 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): There are no data parts
776 2025.01.08 15:20:00.623366 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2025.01.08 15:20:00.623405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
778 2025.01.08 15:20:00.625052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2025.01.08 15:20:00.625351 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2025.01.08 15:20:00.625788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2025.01.08 15:20:01.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.24 MiB, peak 155.24 MiB, free memory in arenas 0.00 B, will set to 151.52 MiB (RSS), difference: -3.72 MiB
782 2025.01.08 15:20:05.577131 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
783 2025.01.08 15:20:05.577198 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
784 2025.01.08 15:20:05.633558 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2025.01.08 15:20:05.634464 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2025.01.08 15:20:05.634517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
787 2025.01.08 15:20:05.635177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2025.01.08 15:20:05.635483 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2025.01.08 15:20:05.635777 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2025.01.08 15:20:05.672767 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2025.01.08 15:20:05.694440 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2025.01.08 15:20:05.694514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
793 2025.01.08 15:20:05.701100 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2025.01.08 15:20:05.701910 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2025.01.08 15:20:05.704806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2025.01.08 15:20:06.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.19 MiB, peak 156.19 MiB, free memory in arenas 0.00 B, will set to 154.24 MiB (RSS), difference: 2.05 MiB
797 2025.01.08 15:20:11.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.26 MiB, peak 156.19 MiB, free memory in arenas 0.00 B, will set to 154.28 MiB (RSS), difference: 4.01 MiB
798 2025.01.08 15:20:11.604951 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.01.08 15:20:11.605160 [ 266 ] {aa6029b9-cd14-4635-8efa-8b2030bda6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2025.01.08 15:20:11.605592 [ 266 ] {aa6029b9-cd14-4635-8efa-8b2030bda6a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.01.08 15:20:11.606101 [ 266 ] {aa6029b9-cd14-4635-8efa-8b2030bda6a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2025.01.08 15:20:11.607084 [ 266 ] {aa6029b9-cd14-4635-8efa-8b2030bda6a0} <Debug> TCPHandler: Processed in 0.002275452 sec.
803 2025.01.08 15:20:11.608694 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2025.01.08 15:20:11.608926 [ 267 ] {50201440-9587-4519-acb2-e80c0bed61b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
805 2025.01.08 15:20:11.610951 [ 267 ] {50201440-9587-4519-acb2-e80c0bed61b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2025.01.08 15:20:11.611028 [ 267 ] {50201440-9587-4519-acb2-e80c0bed61b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2025.01.08 15:20:11.611700 [ 267 ] {50201440-9587-4519-acb2-e80c0bed61b3} <Debug> TCPHandler: Processed in 0.003133085 sec.
808 2025.01.08 15:20:11.612084 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.01.08 15:20:11.612278 [ 266 ] {81720d4e-3c33-43ed-bb2d-24c85c83970e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
810 2025.01.08 15:20:11.612764 [ 266 ] {81720d4e-3c33-43ed-bb2d-24c85c83970e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2025.01.08 15:20:11.612825 [ 266 ] {81720d4e-3c33-43ed-bb2d-24c85c83970e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2025.01.08 15:20:11.613397 [ 266 ] {81720d4e-3c33-43ed-bb2d-24c85c83970e} <Debug> TCPHandler: Processed in 0.0013811 sec.
813 2025.01.08 15:20:11.613677 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2025.01.08 15:20:11.613837 [ 267 ] {5e817258-babc-483d-bec3-cabef1496f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
815 2025.01.08 15:20:11.614211 [ 267 ] {5e817258-babc-483d-bec3-cabef1496f24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2025.01.08 15:20:11.614270 [ 267 ] {5e817258-babc-483d-bec3-cabef1496f24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2025.01.08 15:20:11.614746 [ 267 ] {5e817258-babc-483d-bec3-cabef1496f24} <Debug> TCPHandler: Processed in 0.001124726 sec.
818 2025.01.08 15:20:11.615041 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2025.01.08 15:20:11.615231 [ 266 ] {17411edf-e0fe-4122-80c5-6ddf46d3a763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
820 2025.01.08 15:20:11.615676 [ 266 ] {17411edf-e0fe-4122-80c5-6ddf46d3a763} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2025.01.08 15:20:11.615745 [ 266 ] {17411edf-e0fe-4122-80c5-6ddf46d3a763} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2025.01.08 15:20:11.616320 [ 266 ] {17411edf-e0fe-4122-80c5-6ddf46d3a763} <Debug> TCPHandler: Processed in 0.001351529 sec.
823 2025.01.08 15:20:11.616613 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.01.08 15:20:11.616775 [ 267 ] {c96d4756-4f3a-4796-a7de-835c3a916dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
825 2025.01.08 15:20:11.617150 [ 267 ] {c96d4756-4f3a-4796-a7de-835c3a916dcc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2025.01.08 15:20:11.617207 [ 267 ] {c96d4756-4f3a-4796-a7de-835c3a916dcc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.01.08 15:20:11.617681 [ 267 ] {c96d4756-4f3a-4796-a7de-835c3a916dcc} <Debug> TCPHandler: Processed in 0.001126746 sec.
828 2025.01.08 15:20:11.617954 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.01.08 15:20:11.618143 [ 266 ] {7f97c89d-bce6-4543-bf28-d36164eef9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
830 2025.01.08 15:20:11.618600 [ 266 ] {7f97c89d-bce6-4543-bf28-d36164eef9cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2025.01.08 15:20:11.618670 [ 266 ] {7f97c89d-bce6-4543-bf28-d36164eef9cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.01.08 15:20:11.619244 [ 266 ] {7f97c89d-bce6-4543-bf28-d36164eef9cd} <Debug> TCPHandler: Processed in 0.001348769 sec.
833 2025.01.08 15:20:11.619492 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.01.08 15:20:11.619655 [ 267 ] {99fa91d6-1cb3-437b-8765-46327cf07eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
835 2025.01.08 15:20:11.620035 [ 267 ] {99fa91d6-1cb3-437b-8765-46327cf07eed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2025.01.08 15:20:11.620092 [ 267 ] {99fa91d6-1cb3-437b-8765-46327cf07eed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.01.08 15:20:11.620570 [ 267 ] {99fa91d6-1cb3-437b-8765-46327cf07eed} <Debug> TCPHandler: Processed in 0.001132867 sec.
838 2025.01.08 15:20:11.620804 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.01.08 15:20:11.620960 [ 266 ] {476712ea-e5a6-488c-93d8-47ebd6ca69e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
840 2025.01.08 15:20:11.621345 [ 266 ] {476712ea-e5a6-488c-93d8-47ebd6ca69e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2025.01.08 15:20:11.621401 [ 266 ] {476712ea-e5a6-488c-93d8-47ebd6ca69e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.01.08 15:20:11.621911 [ 266 ] {476712ea-e5a6-488c-93d8-47ebd6ca69e1} <Debug> TCPHandler: Processed in 0.001161117 sec.
843 2025.01.08 15:20:11.622180 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.01.08 15:20:11.622335 [ 267 ] {edcc0ea5-2396-4ae1-a502-c7104356a7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
845 2025.01.08 15:20:11.622718 [ 267 ] {edcc0ea5-2396-4ae1-a502-c7104356a7b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.01.08 15:20:11.622774 [ 267 ] {edcc0ea5-2396-4ae1-a502-c7104356a7b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2025.01.08 15:20:11.623248 [ 267 ] {edcc0ea5-2396-4ae1-a502-c7104356a7b1} <Debug> TCPHandler: Processed in 0.001121256 sec.
848 2025.01.08 15:20:11.623530 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2025.01.08 15:20:11.623687 [ 266 ] {e5e16f1c-793d-46d3-877d-b67f5b6f4ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
850 2025.01.08 15:20:11.624073 [ 266 ] {e5e16f1c-793d-46d3-877d-b67f5b6f4ef3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2025.01.08 15:20:11.624132 [ 266 ] {e5e16f1c-793d-46d3-877d-b67f5b6f4ef3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2025.01.08 15:20:11.624632 [ 266 ] {e5e16f1c-793d-46d3-877d-b67f5b6f4ef3} <Debug> TCPHandler: Processed in 0.001158667 sec.
853 2025.01.08 15:20:11.624882 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2025.01.08 15:20:11.625057 [ 267 ] {fe0fca9c-cea8-411a-8546-ce5e3aaf0d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
855 2025.01.08 15:20:11.625533 [ 267 ] {fe0fca9c-cea8-411a-8546-ce5e3aaf0d13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2025.01.08 15:20:11.625602 [ 267 ] {fe0fca9c-cea8-411a-8546-ce5e3aaf0d13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2025.01.08 15:20:11.626147 [ 267 ] {fe0fca9c-cea8-411a-8546-ce5e3aaf0d13} <Debug> TCPHandler: Processed in 0.001318189 sec.
858 2025.01.08 15:20:11.626431 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2025.01.08 15:20:11.626594 [ 266 ] {c5556625-299d-4d97-a3f5-4c4568c4a7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
860 2025.01.08 15:20:11.626983 [ 266 ] {c5556625-299d-4d97-a3f5-4c4568c4a7f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2025.01.08 15:20:11.627041 [ 266 ] {c5556625-299d-4d97-a3f5-4c4568c4a7f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2025.01.08 15:20:11.627551 [ 266 ] {c5556625-299d-4d97-a3f5-4c4568c4a7f4} <Debug> TCPHandler: Processed in 0.001179037 sec.
863 2025.01.08 15:20:11.627792 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2025.01.08 15:20:11.627952 [ 267 ] {04748e6a-d81a-4520-89fe-4c2506424164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
865 2025.01.08 15:20:11.628346 [ 267 ] {04748e6a-d81a-4520-89fe-4c2506424164} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2025.01.08 15:20:11.628403 [ 267 ] {04748e6a-d81a-4520-89fe-4c2506424164} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2025.01.08 15:20:11.628882 [ 267 ] {04748e6a-d81a-4520-89fe-4c2506424164} <Debug> TCPHandler: Processed in 0.001145816 sec.
868 2025.01.08 15:20:11.632470 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.01.08 15:20:11.632623 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
870 2025.01.08 15:20:11.632690 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2025.01.08 15:20:11.633500 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.01.08 15:20:11.633552 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
873 2025.01.08 15:20:11.634125 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.01.08 15:20:11.634352 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2025.01.08 15:20:11.634607 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002021 sec., 6927.263730826325 rows/sec., 993.96 KiB/sec.
876 2025.01.08 15:20:11.634747 [ 266 ] {86a0d55b-0961-474c-96b5-d552a2976b98} <Debug> TCPHandler: Processed in 0.002347184 sec.
877 2025.01.08 15:20:11.634895 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.01.08 15:20:11.635026 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
879 2025.01.08 15:20:11.635079 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
880 2025.01.08 15:20:11.636484 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.01.08 15:20:11.636529 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
882 2025.01.08 15:20:11.636989 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.01.08 15:20:11.637245 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2025.01.08 15:20:11.637480 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002485 sec., 10462.77665995976 rows/sec., 796.58 KiB/sec.
885 2025.01.08 15:20:11.637547 [ 267 ] {9905bf85-f405-43a2-8d28-27b6f0eabf99} <Debug> TCPHandler: Processed in 0.002711269 sec.
886 2025.01.08 15:20:11.637689 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
887 2025.01.08 15:20:11.637810 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
888 2025.01.08 15:20:11.637859 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
889 2025.01.08 15:20:11.638445 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2025.01.08 15:20:11.638486 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
891 2025.01.08 15:20:11.638862 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
892 2025.01.08 15:20:11.639104 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2025.01.08 15:20:11.639339 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001554 sec., 18018.018018018018 rows/sec., 1.41 MiB/sec.
894 2025.01.08 15:20:11.639485 [ 266 ] {03052bdb-3dac-4364-83bf-7f15007eea64} <Debug> TCPHandler: Processed in 0.001843017 sec.
895 2025.01.08 15:20:11.639623 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2025.01.08 15:20:11.639745 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
897 2025.01.08 15:20:11.639798 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
898 2025.01.08 15:20:11.641027 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
899 2025.01.08 15:20:11.641067 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
900 2025.01.08 15:20:11.641540 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
901 2025.01.08 15:20:11.641798 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
902 2025.01.08 15:20:11.642024 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.002293 sec., 34888.79197557785 rows/sec., 2.42 MiB/sec.
903 2025.01.08 15:20:11.642086 [ 267 ] {ba77b2a2-f8df-467d-8fb0-c057b84add06} <Debug> TCPHandler: Processed in 0.002513827 sec.
904 2025.01.08 15:20:11.642221 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2025.01.08 15:20:11.642340 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
906 2025.01.08 15:20:11.642394 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
907 2025.01.08 15:20:11.642893 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
908 2025.01.08 15:20:11.642933 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
909 2025.01.08 15:20:11.643321 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
910 2025.01.08 15:20:11.643558 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
911 2025.01.08 15:20:11.643815 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001479 sec., 16227.180527383367 rows/sec., 1.11 MiB/sec.
912 2025.01.08 15:20:11.643909 [ 266 ] {d2b05670-15eb-48c3-9255-f328cd6ac403} <Debug> TCPHandler: Processed in 0.001744385 sec.
913 2025.01.08 15:20:13.135950 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
914 2025.01.08 15:20:13.136594 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
915 2025.01.08 15:20:13.136641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
916 2025.01.08 15:20:13.137234 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
917 2025.01.08 15:20:13.137486 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
918 2025.01.08 15:20:13.137709 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
919 2025.01.08 15:20:13.204937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
920 2025.01.08 15:20:13.223938 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2025.01.08 15:20:13.223999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
922 2025.01.08 15:20:13.230466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
923 2025.01.08 15:20:13.231348 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2025.01.08 15:20:13.234275 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
925 2025.01.08 15:20:16.608738 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.01.08 15:20:16.608967 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2025.01.08 15:20:16.609052 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2025.01.08 15:20:16.609784 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.01.08 15:20:16.609839 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
930 2025.01.08 15:20:16.610280 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.01.08 15:20:16.610538 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): 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.08 15:20:16.610781 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 1.03 MiB/sec.
933 2025.01.08 15:20:16.610849 [ 266 ] {8045c7a4-8345-4771-a10e-e9569013c64b} <Debug> TCPHandler: Processed in 0.002249972 sec.
934 2025.01.08 15:20:16.611159 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2025.01.08 15:20:16.611382 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2025.01.08 15:20:16.611464 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2025.01.08 15:20:16.612262 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.01.08 15:20:16.612307 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
939 2025.01.08 15:20:16.612733 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.01.08 15:20:16.612985 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): 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.08 15:20:16.613214 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001892 sec., 14799.154334038054 rows/sec., 1.15 MiB/sec.
942 2025.01.08 15:20:16.613270 [ 267 ] {cbdfc3d2-0fee-4749-baaf-35d0f84346d7} <Debug> TCPHandler: Processed in 0.002300993 sec.
943 2025.01.08 15:20:16.613404 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2025.01.08 15:20:16.613534 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2025.01.08 15:20:16.613593 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2025.01.08 15:20:16.614145 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2025.01.08 15:20:16.614188 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
948 2025.01.08 15:20:16.614586 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2025.01.08 15:20:16.614830 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): 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.08 15:20:16.615042 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001541 sec., 64892.926670992856 rows/sec., 4.50 MiB/sec.
951 2025.01.08 15:20:16.615098 [ 266 ] {07573ed4-8ce2-41a8-90f0-2e8842cb6ba8} <Debug> TCPHandler: Processed in 0.001751845 sec.
952 2025.01.08 15:20:16.615304 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2025.01.08 15:20:16.615528 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2025.01.08 15:20:16.615626 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2025.01.08 15:20:16.616361 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2025.01.08 15:20:16.616402 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
957 2025.01.08 15:20:16.616782 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2025.01.08 15:20:16.617028 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): 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.08 15:20:16.617231 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00176 sec., 17045.454545454544 rows/sec., 1.17 MiB/sec.
960 2025.01.08 15:20:16.617281 [ 267 ] {68133ce1-8b9d-4e64-83b1-a601f025d02f} <Debug> TCPHandler: Processed in 0.00209142 sec.
961 2025.01.08 15:20:20.577238 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
962 2025.01.08 15:20:20.577323 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
963 2025.01.08 15:20:20.626365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2025.01.08 15:20:20.630327 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2025.01.08 15:20:20.630384 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
966 2025.01.08 15:20:20.631896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2025.01.08 15:20:20.632197 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): 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.08 15:20:20.633151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2025.01.08 15:20:20.637870 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
970 2025.01.08 15:20:20.638563 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2025.01.08 15:20:20.638609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
972 2025.01.08 15:20:20.639132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2025.01.08 15:20:20.639379 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): 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.08 15:20:20.639585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
975 2025.01.08 15:20:20.734387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2025.01.08 15:20:20.758020 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2025.01.08 15:20:20.758096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
978 2025.01.08 15:20:20.764823 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2025.01.08 15:20:20.765579 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): 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.08 15:20:20.768692 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2025.01.08 15:20:21.605504 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2025.01.08 15:20:21.605803 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
983 2025.01.08 15:20:21.606344 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
984 2025.01.08 15:20:21.606517 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
985 2025.01.08 15:20:21.606827 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
986 2025.01.08 15:20:21.607020 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
987 2025.01.08 15:20:21.607378 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
988 2025.01.08 15:20:21.608539 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
989 2025.01.08 15:20:21.608636 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
990 2025.01.08 15:20:21.608657 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
991 2025.01.08 15:20:21.608772 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
992 2025.01.08 15:20:21.608801 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
993 2025.01.08 15:20:21.611188 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.005501 sec., 2544.991819669151 rows/sec., 103.85 KiB/sec.
994 2025.01.08 15:20:21.611327 [ 266 ] {25c6264f-4d2c-4cc9-aee2-ec8294252960} <Debug> TCPHandler: Processed in 0.005960346 sec.
995 2025.01.08 15:20:21.612239 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2025.01.08 15:20:21.612512 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
997 2025.01.08 15:20:21.612947 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
998 2025.01.08 15:20:21.612999 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
999 2025.01.08 15:20:21.613335 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1000 2025.01.08 15:20:21.613418 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1001 2025.01.08 15:20:21.613599 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1002 2025.01.08 15:20:21.613639 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1003 2025.01.08 15:20:21.613667 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1004 2025.01.08 15:20:21.613684 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1005 2025.01.08 15:20:21.613731 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1006 2025.01.08 15:20:21.613756 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1007 2025.01.08 15:20:21.614398 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002001 sec., 6996.501749125437 rows/sec., 285.50 KiB/sec.
1008 2025.01.08 15:20:21.614492 [ 267 ] {cd27f9f4-9f20-44d9-b17b-63cbf091a615} <Debug> TCPHandler: Processed in 0.002389185 sec.
1009 2025.01.08 15:20:21.614770 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2025.01.08 15:20:21.614952 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1011 2025.01.08 15:20:21.615264 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1012 2025.01.08 15:20:21.615306 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1013 2025.01.08 15:20:21.615568 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2025.01.08 15:20:21.615645 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2025.01.08 15:20:21.615802 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1016 2025.01.08 15:20:21.615837 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1017 2025.01.08 15:20:21.615861 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1018 2025.01.08 15:20:21.615879 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1019 2025.01.08 15:20:21.615925 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1020 2025.01.08 15:20:21.615950 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1021 2025.01.08 15:20:21.616633 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00176 sec., 7954.545454545454 rows/sec., 324.60 KiB/sec.
1022 2025.01.08 15:20:21.616756 [ 266 ] {58f7bf9e-93e2-44a8-94fd-557efcb537cd} <Debug> TCPHandler: Processed in 0.002047109 sec.
1023 2025.01.08 15:20:21.617425 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1024 2025.01.08 15:20:21.617608 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1025 2025.01.08 15:20:21.617917 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1026 2025.01.08 15:20:21.617958 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1027 2025.01.08 15:20:21.618222 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1028 2025.01.08 15:20:21.618289 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1029 2025.01.08 15:20:21.618435 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1030 2025.01.08 15:20:21.618470 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1031 2025.01.08 15:20:21.618494 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1032 2025.01.08 15:20:21.618511 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1033 2025.01.08 15:20:21.618556 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1034 2025.01.08 15:20:21.618579 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1035 2025.01.08 15:20:21.619106 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 362.03 KiB/sec.
1036 2025.01.08 15:20:21.619190 [ 267 ] {11dc214a-b705-4636-aafb-a73bba24735a} <Debug> TCPHandler: Processed in 0.001824887 sec.
1037 2025.01.08 15:20:21.619482 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1038 2025.01.08 15:20:21.619662 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1039 2025.01.08 15:20:21.619971 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1040 2025.01.08 15:20:21.620014 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1041 2025.01.08 15:20:21.620281 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1042 2025.01.08 15:20:21.620349 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1043 2025.01.08 15:20:21.620501 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1044 2025.01.08 15:20:21.620536 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1045 2025.01.08 15:20:21.620560 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1046 2025.01.08 15:20:21.620578 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1047 2025.01.08 15:20:21.620624 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1048 2025.01.08 15:20:21.620648 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1049 2025.01.08 15:20:21.621242 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001658 sec., 8443.90832328106 rows/sec., 344.57 KiB/sec.
1050 2025.01.08 15:20:21.621360 [ 266 ] {ac504343-a66e-4d8b-8968-03c621311842} <Debug> TCPHandler: Processed in 0.001944538 sec.
1051 2025.01.08 15:20:21.621644 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2025.01.08 15:20:21.621845 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1053 2025.01.08 15:20:21.622204 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1054 2025.01.08 15:20:21.622255 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1055 2025.01.08 15:20:21.622526 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1056 2025.01.08 15:20:21.622591 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1057 2025.01.08 15:20:21.622744 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1058 2025.01.08 15:20:21.622777 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1059 2025.01.08 15:20:21.622800 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1060 2025.01.08 15:20:21.622818 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1061 2025.01.08 15:20:21.622861 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1062 2025.01.08 15:20:21.622884 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1063 2025.01.08 15:20:21.623370 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 353.52 KiB/sec.
1064 2025.01.08 15:20:21.623451 [ 267 ] {4b35ea93-c91b-4976-ba8b-a1afaf48be0d} <Debug> TCPHandler: Processed in 0.001874387 sec.
1065 2025.01.08 15:20:21.623720 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1066 2025.01.08 15:20:21.623924 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1067 2025.01.08 15:20:21.624283 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1068 2025.01.08 15:20:21.624330 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1069 2025.01.08 15:20:21.624596 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1070 2025.01.08 15:20:21.624663 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1071 2025.01.08 15:20:21.624812 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1072 2025.01.08 15:20:21.624846 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1073 2025.01.08 15:20:21.624870 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1074 2025.01.08 15:20:21.624888 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1075 2025.01.08 15:20:21.624932 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1076 2025.01.08 15:20:21.624954 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1077 2025.01.08 15:20:21.625540 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00171 sec., 8187.134502923977 rows/sec., 334.09 KiB/sec.
1078 2025.01.08 15:20:21.625678 [ 266 ] {0ebc4f5b-cddd-4d6e-a753-2a95714f06f6} <Debug> TCPHandler: Processed in 0.002027809 sec.
1079 2025.01.08 15:20:21.626025 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1080 2025.01.08 15:20:21.626349 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1081 2025.01.08 15:20:21.626650 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1082 2025.01.08 15:20:21.626693 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1083 2025.01.08 15:20:21.626959 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1084 2025.01.08 15:20:21.627024 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1085 2025.01.08 15:20:21.627169 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1086 2025.01.08 15:20:21.627202 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1087 2025.01.08 15:20:21.627224 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1088 2025.01.08 15:20:21.627241 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1089 2025.01.08 15:20:21.627284 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1090 2025.01.08 15:20:21.627306 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1091 2025.01.08 15:20:21.627841 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 347.50 KiB/sec.
1092 2025.01.08 15:20:21.627922 [ 267 ] {cc779547-6b07-40b6-86a7-d4cc28a00287} <Debug> TCPHandler: Processed in 0.002007259 sec.
1093 2025.01.08 15:20:21.628170 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1094 2025.01.08 15:20:21.628378 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1095 2025.01.08 15:20:21.628743 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1096 2025.01.08 15:20:21.628795 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1097 2025.01.08 15:20:21.629130 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1098 2025.01.08 15:20:21.629213 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1099 2025.01.08 15:20:21.629381 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1100 2025.01.08 15:20:21.629414 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1101 2025.01.08 15:20:21.629437 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1102 2025.01.08 15:20:21.629454 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1103 2025.01.08 15:20:21.629497 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1104 2025.01.08 15:20:21.629520 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1105 2025.01.08 15:20:21.630170 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001887 sec., 7419.183889772125 rows/sec., 302.75 KiB/sec.
1106 2025.01.08 15:20:21.630280 [ 266 ] {8146c522-432c-43bf-939d-694d35c8233b} <Debug> TCPHandler: Processed in 0.002177561 sec.
1107 2025.01.08 15:20:21.630522 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1108 2025.01.08 15:20:21.630729 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1109 2025.01.08 15:20:21.631086 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1110 2025.01.08 15:20:21.631138 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1111 2025.01.08 15:20:21.631440 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1112 2025.01.08 15:20:21.631506 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1113 2025.01.08 15:20:21.631651 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1114 2025.01.08 15:20:21.631684 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1115 2025.01.08 15:20:21.631706 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1116 2025.01.08 15:20:21.631723 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1117 2025.01.08 15:20:21.631765 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1118 2025.01.08 15:20:21.631788 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1119 2025.01.08 15:20:21.632274 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 347.92 KiB/sec.
1120 2025.01.08 15:20:21.632354 [ 267 ] {9ce5cae9-6583-4254-a4d2-6196ad7d5ae5} <Debug> TCPHandler: Processed in 0.001902207 sec.
1121 2025.01.08 15:20:21.632601 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.01.08 15:20:21.632806 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1123 2025.01.08 15:20:21.633181 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1124 2025.01.08 15:20:21.633235 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1125 2025.01.08 15:20:21.633522 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1126 2025.01.08 15:20:21.633587 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1127 2025.01.08 15:20:21.633739 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1128 2025.01.08 15:20:21.633772 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1129 2025.01.08 15:20:21.633796 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1130 2025.01.08 15:20:21.633814 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1131 2025.01.08 15:20:21.633856 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1132 2025.01.08 15:20:21.633879 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1133 2025.01.08 15:20:21.634404 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 337.24 KiB/sec.
1134 2025.01.08 15:20:21.634524 [ 266 ] {4d5d4262-cdff-4623-a836-7a98107a53f8} <Debug> TCPHandler: Processed in 0.001993298 sec.
1135 2025.01.08 15:20:21.634833 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2025.01.08 15:20:21.635161 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1137 2025.01.08 15:20:21.635551 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1138 2025.01.08 15:20:21.635596 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1139 2025.01.08 15:20:21.635990 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1140 2025.01.08 15:20:21.636085 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1141 2025.01.08 15:20:21.636275 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1142 2025.01.08 15:20:21.636317 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1143 2025.01.08 15:20:21.636341 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1144 2025.01.08 15:20:21.636358 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1145 2025.01.08 15:20:21.636403 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1146 2025.01.08 15:20:21.636426 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1147 2025.01.08 15:20:21.636957 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001957 sec., 7153.806847215125 rows/sec., 291.92 KiB/sec.
1148 2025.01.08 15:20:21.637041 [ 267 ] {0c213dac-6460-41ab-a93f-f72a2859baa8} <Debug> TCPHandler: Processed in 0.002320414 sec.
1149 2025.01.08 15:20:21.641219 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1150 2025.01.08 15:20:21.641435 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1151 2025.01.08 15:20:21.641814 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1152 2025.01.08 15:20:21.641870 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1153 2025.01.08 15:20:21.642218 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1154 2025.01.08 15:20:21.642297 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1155 2025.01.08 15:20:21.642450 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1156 2025.01.08 15:20:21.642483 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1157 2025.01.08 15:20:21.642509 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1158 2025.01.08 15:20:21.642527 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1159 2025.01.08 15:20:21.642571 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1160 2025.01.08 15:20:21.642595 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1161 2025.01.08 15:20:21.643161 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001827 sec., 7662.835249042146 rows/sec., 312.69 KiB/sec.
1162 2025.01.08 15:20:21.643273 [ 266 ] {5e234b2c-0fda-4a98-8e0f-9035fb7ca74f} <Debug> TCPHandler: Processed in 0.002120111 sec.
1163 2025.01.08 15:20:21.647198 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2025.01.08 15:20:21.647352 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1165 2025.01.08 15:20:21.647414 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1166 2025.01.08 15:20:21.648281 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2025.01.08 15:20:21.648329 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1168 2025.01.08 15:20:21.648845 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1169 2025.01.08 15:20:21.649071 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2025.01.08 15:20:21.649285 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001976 sec., 6578.947368421053 rows/sec., 1.30 MiB/sec.
1171 2025.01.08 15:20:21.649338 [ 267 ] {86022919-3c93-4c69-93a4-df0ea1d7f6af} <Debug> TCPHandler: Processed in 0.002210352 sec.
1172 2025.01.08 15:20:21.649496 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1173 2025.01.08 15:20:21.649646 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1174 2025.01.08 15:20:21.649704 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1175 2025.01.08 15:20:21.650950 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2025.01.08 15:20:21.650988 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1177 2025.01.08 15:20:21.651408 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1178 2025.01.08 15:20:21.651652 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2025.01.08 15:20:21.651869 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002261 sec., 6191.950464396285 rows/sec., 445.74 KiB/sec.
1180 2025.01.08 15:20:21.652013 [ 266 ] {81b9ea87-0b02-40b1-9f9d-66ab35c25dd4} <Debug> TCPHandler: Processed in 0.002586227 sec.
1181 2025.01.08 15:20:21.652167 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1182 2025.01.08 15:20:21.652310 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1183 2025.01.08 15:20:21.652360 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1184 2025.01.08 15:20:21.653024 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2025.01.08 15:20:21.653063 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1186 2025.01.08 15:20:21.653438 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1187 2025.01.08 15:20:21.653683 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2025.01.08 15:20:21.653897 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.001618 sec., 116810.87762669963 rows/sec., 10.34 MiB/sec.
1189 2025.01.08 15:20:21.653948 [ 267 ] {1ccc24de-4f80-423c-a7d2-aed06883ed48} <Debug> TCPHandler: Processed in 0.001847176 sec.
1190 2025.01.08 15:20:21.654079 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1191 2025.01.08 15:20:21.654195 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1192 2025.01.08 15:20:21.654243 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1193 2025.01.08 15:20:21.655136 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1194 2025.01.08 15:20:21.655178 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1195 2025.01.08 15:20:21.655561 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1196 2025.01.08 15:20:21.655867 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2025.01.08 15:20:21.656088 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001914 sec., 7836.990595611285 rows/sec., 552.57 KiB/sec.
1198 2025.01.08 15:20:21.656253 [ 266 ] {cfaa33bd-eaaa-47ef-a647-8d8050ba63f4} <Debug> TCPHandler: Processed in 0.002223242 sec.
1199 2025.01.08 15:20:21.656408 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1200 2025.01.08 15:20:21.656526 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1201 2025.01.08 15:20:21.656574 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1202 2025.01.08 15:20:21.657147 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1203 2025.01.08 15:20:21.657188 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1204 2025.01.08 15:20:21.657545 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1205 2025.01.08 15:20:21.657783 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1206 2025.01.08 15:20:21.657984 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec.
1207 2025.01.08 15:20:21.658036 [ 267 ] {a028304d-183a-445c-8132-71de1c4bc565} <Debug> TCPHandler: Processed in 0.001687114 sec.
1208 2025.01.08 15:20:21.658191 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1209 2025.01.08 15:20:21.658337 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1210 2025.01.08 15:20:21.658393 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1211 2025.01.08 15:20:21.659073 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1212 2025.01.08 15:20:21.659119 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1213 2025.01.08 15:20:21.659508 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1214 2025.01.08 15:20:21.659743 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1215 2025.01.08 15:20:21.659971 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec.
1216 2025.01.08 15:20:21.660055 [ 266 ] {946790d7-efe1-412e-8da3-c0d8cfa11380} <Debug> TCPHandler: Processed in 0.001936338 sec.
1217 2025.01.08 15:20:21.660207 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1218 2025.01.08 15:20:21.660326 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1219 2025.01.08 15:20:21.660374 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1220 2025.01.08 15:20:21.661070 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2025.01.08 15:20:21.661110 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1222 2025.01.08 15:20:21.661494 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1223 2025.01.08 15:20:21.661730 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1224 2025.01.08 15:20:21.661995 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00168 sec., 210714.2857142857 rows/sec., 14.79 MiB/sec.
1225 2025.01.08 15:20:21.662065 [ 267 ] {99531a29-eca0-49d9-8638-fccc88e9851b} <Debug> TCPHandler: Processed in 0.001915497 sec.
1226 2025.01.08 15:20:21.662201 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1227 2025.01.08 15:20:21.662321 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1228 2025.01.08 15:20:21.662378 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1229 2025.01.08 15:20:21.662931 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1230 2025.01.08 15:20:21.662976 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1231 2025.01.08 15:20:21.663379 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1232 2025.01.08 15:20:21.663612 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1233 2025.01.08 15:20:21.663798 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec.
1234 2025.01.08 15:20:21.663918 [ 266 ] {c214af04-0c00-4d82-92a3-94dee21a1b7a} <Debug> TCPHandler: Processed in 0.001762326 sec.
1235 2025.01.08 15:20:21.664079 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1236 2025.01.08 15:20:21.664195 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1237 2025.01.08 15:20:21.664247 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1238 2025.01.08 15:20:21.664899 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1239 2025.01.08 15:20:21.664945 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1240 2025.01.08 15:20:21.665388 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1241 2025.01.08 15:20:21.665626 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1242 2025.01.08 15:20:21.665890 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00171 sec., 103508.77192982456 rows/sec., 6.83 MiB/sec.
1243 2025.01.08 15:20:21.666029 [ 267 ] {7efe6c4c-addd-4aa8-b963-dae7f0fce1d4} <Debug> TCPHandler: Processed in 0.002011189 sec.
1244 2025.01.08 15:20:21.666166 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1245 2025.01.08 15:20:21.666282 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1246 2025.01.08 15:20:21.666336 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1247 2025.01.08 15:20:21.666867 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1248 2025.01.08 15:20:21.666913 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1249 2025.01.08 15:20:21.667313 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1250 2025.01.08 15:20:21.667537 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1251 2025.01.08 15:20:21.667796 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
1252 2025.01.08 15:20:21.667849 [ 266 ] {1419801f-8a7a-408e-bb80-5906f8773c09} <Debug> TCPHandler: Processed in 0.001737165 sec.
1253 2025.01.08 15:20:21.667989 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1254 2025.01.08 15:20:21.668109 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1255 2025.01.08 15:20:21.668187 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1256 2025.01.08 15:20:21.669251 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1257 2025.01.08 15:20:21.669290 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1258 2025.01.08 15:20:21.672027 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1259 2025.01.08 15:20:21.672455 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1260 2025.01.08 15:20:21.672793 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004708 sec., 1699.235344095157 rows/sec., 3.04 MiB/sec.
1261 2025.01.08 15:20:21.672887 [ 267 ] {dab322bb-a7fe-4d8a-a651-e82276978895} <Debug> TCPHandler: Processed in 0.004952661 sec.
1262 2025.01.08 15:20:21.673035 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1263 2025.01.08 15:20:21.673172 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1264 2025.01.08 15:20:21.673229 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1265 2025.01.08 15:20:21.673712 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2025.01.08 15:20:21.673751 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1267 2025.01.08 15:20:21.674110 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1268 2025.01.08 15:20:21.674345 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2025.01.08 15:20:21.674621 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001469 sec., 35398.23008849558 rows/sec., 2.19 MiB/sec.
1270 2025.01.08 15:20:21.674699 [ 266 ] {341a5330-c292-4471-a450-03033ad45dd7} <Debug> TCPHandler: Processed in 0.001730545 sec.
1271 2025.01.08 15:20:26.609213 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1272 2025.01.08 15:20:26.609413 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1273 2025.01.08 15:20:26.609486 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1274 2025.01.08 15:20:26.610203 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1275 2025.01.08 15:20:26.610280 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1276 2025.01.08 15:20:26.610702 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1277 2025.01.08 15:20:26.610960 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1278 2025.01.08 15:20:26.611215 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001846 sec., 14084.507042253521 rows/sec., 1.05 MiB/sec.
1279 2025.01.08 15:20:26.611406 [ 266 ] {3cf5f21c-2cd0-44b7-a2d6-ac5db7b0f2df} <Debug> TCPHandler: Processed in 0.002319044 sec.
1280 2025.01.08 15:20:26.611651 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1281 2025.01.08 15:20:26.611845 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1282 2025.01.08 15:20:26.611916 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1283 2025.01.08 15:20:26.612654 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1284 2025.01.08 15:20:26.612721 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1285 2025.01.08 15:20:26.613164 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1286 2025.01.08 15:20:26.613415 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1287 2025.01.08 15:20:26.613610 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001819 sec., 15393.073117097305 rows/sec., 1.20 MiB/sec.
1288 2025.01.08 15:20:26.613672 [ 267 ] {8a39c7e5-b601-40e4-b271-c10418bfc93e} <Debug> TCPHandler: Processed in 0.002150271 sec.
1289 2025.01.08 15:20:26.613821 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1290 2025.01.08 15:20:26.613960 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1291 2025.01.08 15:20:26.614024 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1292 2025.01.08 15:20:26.614585 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1293 2025.01.08 15:20:26.614629 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1294 2025.01.08 15:20:26.615034 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1295 2025.01.08 15:20:26.615277 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1296 2025.01.08 15:20:26.615489 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001563 sec., 63979.52655150352 rows/sec., 4.44 MiB/sec.
1297 2025.01.08 15:20:26.615546 [ 266 ] {12126a3b-7a9f-40d5-ac4f-bda61a46072e} <Debug> TCPHandler: Processed in 0.001785815 sec.
1298 2025.01.08 15:20:26.615714 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1299 2025.01.08 15:20:26.615865 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1300 2025.01.08 15:20:26.615929 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1301 2025.01.08 15:20:26.616505 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1302 2025.01.08 15:20:26.616543 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1303 2025.01.08 15:20:26.616934 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1304 2025.01.08 15:20:26.617180 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1305 2025.01.08 15:20:26.617364 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001536 sec., 19531.25 rows/sec., 1.34 MiB/sec.
1306 2025.01.08 15:20:26.617417 [ 267 ] {3daa6c5e-2d16-4e65-9c78-fd06e173db62} <Debug> TCPHandler: Processed in 0.001783055 sec.
1307 2025.01.08 15:20:28.139753 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1308 2025.01.08 15:20:28.140487 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1309 2025.01.08 15:20:28.140533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1310 2025.01.08 15:20:28.141089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1311 2025.01.08 15:20:28.141341 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1312 2025.01.08 15:20:28.141591 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1313 2025.01.08 15:20:28.268822 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1314 2025.01.08 15:20:28.288487 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1315 2025.01.08 15:20:28.288546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1316 2025.01.08 15:20:28.295337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1317 2025.01.08 15:20:28.296083 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1318 2025.01.08 15:20:28.298830 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1319 2025.01.08 15:20:30.633541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194
1320 2025.01.08 15:20:30.637132 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1321 2025.01.08 15:20:30.637188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1322 2025.01.08 15:20:30.638743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1323 2025.01.08 15:20:30.639045 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1324 2025.01.08 15:20:30.639630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194
1325 2025.01.08 15:20:31.613318 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1326 2025.01.08 15:20:31.613537 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1327 2025.01.08 15:20:31.613616 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1328 2025.01.08 15:20:31.614322 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2025.01.08 15:20:31.614367 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1330 2025.01.08 15:20:31.614789 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1331 2025.01.08 15:20:31.615033 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2025.01.08 15:20:31.615259 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec.
1333 2025.01.08 15:20:31.615322 [ 266 ] {045ed0d4-be10-4603-a57e-fdecd3bf9fe7} <Debug> TCPHandler: Processed in 0.002135461 sec.
1334 2025.01.08 15:20:31.615616 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1335 2025.01.08 15:20:31.615937 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1336 2025.01.08 15:20:31.616056 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1337 2025.01.08 15:20:31.617107 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1338 2025.01.08 15:20:31.617155 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1339 2025.01.08 15:20:31.617606 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1340 2025.01.08 15:20:31.617860 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1341 2025.01.08 15:20:31.618112 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.002261 sec., 83591.33126934984 rows/sec., 7.40 MiB/sec.
1342 2025.01.08 15:20:31.618176 [ 267 ] {fa85b9ec-bba9-42f2-9efa-f7de5959af95} <Debug> TCPHandler: Processed in 0.00274687 sec.
1343 2025.01.08 15:20:31.618322 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1344 2025.01.08 15:20:31.618469 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1345 2025.01.08 15:20:31.618529 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1346 2025.01.08 15:20:31.619120 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1347 2025.01.08 15:20:31.619160 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1348 2025.01.08 15:20:31.619512 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1349 2025.01.08 15:20:31.619747 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1350 2025.01.08 15:20:31.619994 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001553 sec., 9658.725048293625 rows/sec., 681.02 KiB/sec.
1351 2025.01.08 15:20:31.620146 [ 266 ] {bacd3571-3176-4a36-ad1f-362be77f6af3} <Debug> TCPHandler: Processed in 0.001891827 sec.
1352 2025.01.08 15:20:31.620347 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1353 2025.01.08 15:20:31.620576 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1354 2025.01.08 15:20:31.620670 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1355 2025.01.08 15:20:31.621259 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1356 2025.01.08 15:20:31.621300 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1357 2025.01.08 15:20:31.621660 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1358 2025.01.08 15:20:31.621901 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1359 2025.01.08 15:20:31.622110 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec.
1360 2025.01.08 15:20:31.622162 [ 267 ] {afca0bf3-65bd-402c-8b93-48e8f43692b2} <Debug> TCPHandler: Processed in 0.001920978 sec.
1361 2025.01.08 15:20:31.622291 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1362 2025.01.08 15:20:31.622411 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1363 2025.01.08 15:20:31.622460 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1364 2025.01.08 15:20:31.623008 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1365 2025.01.08 15:20:31.623045 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1366 2025.01.08 15:20:31.623392 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1367 2025.01.08 15:20:31.623620 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1368 2025.01.08 15:20:31.623815 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001429 sec., 9097.270818754374 rows/sec., 567.21 KiB/sec.
1369 2025.01.08 15:20:31.623867 [ 266 ] {e0c69cc1-05e2-4dcc-a499-7430025f73bc} <Debug> TCPHandler: Processed in 0.001632374 sec.
1370 2025.01.08 15:20:31.624070 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1371 2025.01.08 15:20:31.624294 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1372 2025.01.08 15:20:31.624386 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1373 2025.01.08 15:20:31.625209 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1374 2025.01.08 15:20:31.625249 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1375 2025.01.08 15:20:31.625626 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1376 2025.01.08 15:20:31.625866 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1377 2025.01.08 15:20:31.626084 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001846 sec., 191765.98049837488 rows/sec., 13.46 MiB/sec.
1378 2025.01.08 15:20:31.626136 [ 267 ] {cb59cc36-a119-4da7-b1fa-2d306d823b6d} <Debug> TCPHandler: Processed in 0.002176632 sec.
1379 2025.01.08 15:20:31.626299 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1380 2025.01.08 15:20:31.626438 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1381 2025.01.08 15:20:31.626497 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1382 2025.01.08 15:20:31.627009 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1383 2025.01.08 15:20:31.627048 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1384 2025.01.08 15:20:31.627408 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1385 2025.01.08 15:20:31.627637 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1386 2025.01.08 15:20:31.627870 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec.
1387 2025.01.08 15:20:31.627936 [ 266 ] {df3e7f46-37f4-4d7e-b2d4-835448e8e8b6} <Debug> TCPHandler: Processed in 0.001706914 sec.
1388 2025.01.08 15:20:31.628153 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1389 2025.01.08 15:20:31.628379 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1390 2025.01.08 15:20:31.628478 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1391 2025.01.08 15:20:31.629152 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1392 2025.01.08 15:20:31.629192 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1393 2025.01.08 15:20:31.629580 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1394 2025.01.08 15:20:31.629808 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1395 2025.01.08 15:20:31.630023 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001701 sec., 104056.43738977073 rows/sec., 6.86 MiB/sec.
1396 2025.01.08 15:20:31.630075 [ 267 ] {0283087a-08aa-411a-9306-e26737d5470d} <Debug> TCPHandler: Processed in 0.002030649 sec.
1397 2025.01.08 15:20:31.630290 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1398 2025.01.08 15:20:31.630511 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1399 2025.01.08 15:20:31.630604 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1400 2025.01.08 15:20:31.631101 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1401 2025.01.08 15:20:31.631139 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1402 2025.01.08 15:20:31.631486 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1403 2025.01.08 15:20:31.631712 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1404 2025.01.08 15:20:31.631981 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec.
1405 2025.01.08 15:20:31.632047 [ 266 ] {54361da5-9d40-45f1-a9ad-d8aa4e541a03} <Debug> TCPHandler: Processed in 0.001865506 sec.
1406 2025.01.08 15:20:31.632195 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1407 2025.01.08 15:20:31.632334 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1408 2025.01.08 15:20:31.632425 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1409 2025.01.08 15:20:31.633530 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1410 2025.01.08 15:20:31.633569 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1411 2025.01.08 15:20:31.634172 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1412 2025.01.08 15:20:31.634426 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1413 2025.01.08 15:20:31.634654 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002342 sec., 3415.8838599487617 rows/sec., 6.12 MiB/sec.
1414 2025.01.08 15:20:31.634927 [ 267 ] {b57330d0-aae5-4003-a08b-32dbc729196c} <Debug> TCPHandler: Processed in 0.00279813 sec.
1415 2025.01.08 15:20:31.635072 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1416 2025.01.08 15:20:31.635209 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1417 2025.01.08 15:20:31.635267 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1418 2025.01.08 15:20:31.635831 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1419 2025.01.08 15:20:31.635881 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1420 2025.01.08 15:20:31.636340 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1421 2025.01.08 15:20:31.636624 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1422 2025.01.08 15:20:31.636869 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001689 sec., 30787.44819419775 rows/sec., 1.91 MiB/sec.
1423 2025.01.08 15:20:31.636921 [ 266 ] {d4c139b8-d28f-4318-92c6-545be412447e} <Debug> TCPHandler: Processed in 0.001913918 sec.
1424 2025.01.08 15:20:35.577370 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
1425 2025.01.08 15:20:35.577424 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
1426 2025.01.08 15:20:35.641759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1427 2025.01.08 15:20:35.642749 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1428 2025.01.08 15:20:35.642822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1429 2025.01.08 15:20:35.643442 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1430 2025.01.08 15:20:35.643701 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1431 2025.01.08 15:20:35.643894 [ 84 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1432 2025.01.08 15:20:35.643995 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1433 2025.01.08 15:20:35.644000 [ 84 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2025.01.08 15:20:35.644051 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1435 2025.01.08 15:20:35.644367 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
1436 2025.01.08 15:20:35.644552 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1437 2025.01.08 15:20:35.644722 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1438 2025.01.08 15:20:35.644849 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1439 2025.01.08 15:20:35.645040 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1440 2025.01.08 15:20:35.645304 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1441 2025.01.08 15:20:35.645463 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1442 2025.01.08 15:20:35.645575 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1443 2025.01.08 15:20:35.666501 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022366512 sec., 125455.41298527012 rows/sec., 1.79 MiB/sec.
1444 2025.01.08 15:20:35.667224 [ 190 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1445 2025.01.08 15:20:35.667544 [ 190 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2025.01.08 15:20:35.667624 [ 190 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_6_1} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1447 2025.01.08 15:20:35.667736 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1448 2025.01.08 15:20:35.798941 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1449 2025.01.08 15:20:35.819257 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2025.01.08 15:20:35.819306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1451 2025.01.08 15:20:35.826219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1452 2025.01.08 15:20:35.827002 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1453 2025.01.08 15:20:35.827343 [ 83 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1454 2025.01.08 15:20:35.827483 [ 83 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2025.01.08 15:20:35.827554 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1456 2025.01.08 15:20:35.828074 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1457 2025.01.08 15:20:35.842733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1458 2025.01.08 15:20:35.844331 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1459 2025.01.08 15:20:35.845502 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1460 2025.01.08 15:20:35.850606 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1461 2025.01.08 15:20:35.855985 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1462 2025.01.08 15:20:35.860970 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1463 2025.01.08 15:20:35.875402 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1464 2025.01.08 15:20:35.880311 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
1465 2025.01.08 15:20:35.943124 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.115376752 sec., 398.6938373858886 rows/sec., 2.06 MiB/sec.
1466 2025.01.08 15:20:35.945906 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1467 2025.01.08 15:20:35.948992 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1468 2025.01.08 15:20:35.949115 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_6_1} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1469 2025.01.08 15:20:35.951895 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1470 2025.01.08 15:20:36.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.49 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 163.98 MiB (RSS), difference: 3.49 MiB
1471 2025.01.08 15:20:36.609572 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1472 2025.01.08 15:20:36.609789 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1473 2025.01.08 15:20:36.609884 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1474 2025.01.08 15:20:36.610655 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1475 2025.01.08 15:20:36.610703 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1476 2025.01.08 15:20:36.611163 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1477 2025.01.08 15:20:36.611433 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1478 2025.01.08 15:20:36.611646 [ 81 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1479 2025.01.08 15:20:36.611738 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002009 sec., 12941.762070681933 rows/sec., 985.31 KiB/sec.
1480 2025.01.08 15:20:36.611768 [ 81 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1481 2025.01.08 15:20:36.611869 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1482 2025.01.08 15:20:36.611879 [ 266 ] {37fd197e-387f-419a-a59c-a596b6daf01c} <Debug> TCPHandler: Processed in 0.002446045 sec.
1483 2025.01.08 15:20:36.612140 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
1484 2025.01.08 15:20:36.612242 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2025.01.08 15:20:36.612379 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1486 2025.01.08 15:20:36.612460 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1487 2025.01.08 15:20:36.612555 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1488 2025.01.08 15:20:36.612744 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1489 2025.01.08 15:20:36.612756 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1490 2025.01.08 15:20:36.613112 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part
1491 2025.01.08 15:20:36.613440 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1492 2025.01.08 15:20:36.613778 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part
1493 2025.01.08 15:20:36.614103 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1494 2025.01.08 15:20:36.615003 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1495 2025.01.08 15:20:36.615056 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1496 2025.01.08 15:20:36.615775 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1497 2025.01.08 15:20:36.615900 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.003882536 sec., 124145.66149547616 rows/sec., 11.09 MiB/sec.
1498 2025.01.08 15:20:36.616093 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1499 2025.01.08 15:20:36.616102 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2025.01.08 15:20:36.616288 [ 81 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1501 2025.01.08 15:20:36.616354 [ 81 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2025.01.08 15:20:36.616387 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1503 2025.01.08 15:20:36.616409 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003945 sec., 7097.591888466413 rows/sec., 566.88 KiB/sec.
1504 2025.01.08 15:20:36.616648 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1505 2025.01.08 15:20:36.616960 [ 267 ] {740ca634-7cee-4724-b984-293e297c1b8a} <Debug> TCPHandler: Processed in 0.004913661 sec.
1506 2025.01.08 15:20:36.617265 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_6_1} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1507 2025.01.08 15:20:36.617272 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
1508 2025.01.08 15:20:36.617313 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2025.01.08 15:20:36.617450 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
1510 2025.01.08 15:20:36.617686 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1511 2025.01.08 15:20:36.617697 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1512 2025.01.08 15:20:36.617752 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1513 2025.01.08 15:20:36.617807 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1514 2025.01.08 15:20:36.618131 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1515 2025.01.08 15:20:36.618501 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part
1516 2025.01.08 15:20:36.618798 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1517 2025.01.08 15:20:36.619171 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part
1518 2025.01.08 15:20:36.619622 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
1519 2025.01.08 15:20:36.620587 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1520 2025.01.08 15:20:36.620653 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1521 2025.01.08 15:20:36.621746 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1522 2025.01.08 15:20:36.622213 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1523 2025.01.08 15:20:36.622757 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1524 2025.01.08 15:20:36.622807 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 5 columns (5 merged, 0 gathered) in 0.006154259 sec., 133241.0611903074 rows/sec., 10.00 MiB/sec.
1525 2025.01.08 15:20:36.622832 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1526 2025.01.08 15:20:36.622866 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005255 sec., 19029.49571836346 rows/sec., 1.32 MiB/sec.
1527 2025.01.08 15:20:36.622892 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1528 2025.01.08 15:20:36.623119 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1529 2025.01.08 15:20:36.623215 [ 266 ] {fd32c74d-d5fd-42d4-8ed2-92b73fbecb49} <Debug> TCPHandler: Processed in 0.006101798 sec.
1530 2025.01.08 15:20:36.623500 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
1531 2025.01.08 15:20:36.623529 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1532 2025.01.08 15:20:36.623864 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1533 2025.01.08 15:20:36.623872 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1534 2025.01.08 15:20:36.623946 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part
1535 2025.01.08 15:20:36.624001 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1536 2025.01.08 15:20:36.624034 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1537 2025.01.08 15:20:36.624462 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_6_1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1538 2025.01.08 15:20:36.624498 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1539 2025.01.08 15:20:36.624823 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
1540 2025.01.08 15:20:36.624957 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part
1541 2025.01.08 15:20:36.625259 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1542 2025.01.08 15:20:36.625537 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part
1543 2025.01.08 15:20:36.625778 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1544 2025.01.08 15:20:36.626616 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1545 2025.01.08 15:20:36.626667 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1546 2025.01.08 15:20:36.627232 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1547 2025.01.08 15:20:36.627555 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1548 2025.01.08 15:20:36.627762 [ 81 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1549 2025.01.08 15:20:36.627840 [ 81 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1550 2025.01.08 15:20:36.627848 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.004804589 sec., 152770.61159653825 rows/sec., 10.34 MiB/sec.
1551 2025.01.08 15:20:36.627877 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1552 2025.01.08 15:20:36.627963 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004179 sec., 7178.750897343862 rows/sec., 503.59 KiB/sec.
1553 2025.01.08 15:20:36.628260 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1554 2025.01.08 15:20:36.628294 [ 267 ] {8a36bc12-7fe1-456c-876c-29d163dbf396} <Debug> TCPHandler: Processed in 0.004926541 sec.
1555 2025.01.08 15:20:36.628360 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
1556 2025.01.08 15:20:36.628700 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1557 2025.01.08 15:20:36.628760 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
1558 2025.01.08 15:20:36.629020 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1559 2025.01.08 15:20:36.629044 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2025.01.08 15:20:36.629368 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1561 2025.01.08 15:20:36.629391 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part
1562 2025.01.08 15:20:36.629568 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1563 2025.01.08 15:20:36.629697 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
1564 2025.01.08 15:20:36.629856 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part
1565 2025.01.08 15:20:36.630026 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1566 2025.01.08 15:20:36.631161 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003170586 sec., 68757.00580271281 rows/sec., 4.49 MiB/sec.
1567 2025.01.08 15:20:36.631299 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1568 2025.01.08 15:20:36.631574 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1569 2025.01.08 15:20:36.631649 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_6_1} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1570 2025.01.08 15:20:36.631723 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1571 2025.01.08 15:20:36.938215 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1572 2025.01.08 15:20:36.938485 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1573 2025.01.08 15:20:36.938917 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1574 2025.01.08 15:20:36.938968 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1575 2025.01.08 15:20:36.939305 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1576 2025.01.08 15:20:36.939394 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1577 2025.01.08 15:20:36.939578 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1578 2025.01.08 15:20:36.939924 [ 295 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1579 2025.01.08 15:20:36.939950 [ 296 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1580 2025.01.08 15:20:36.940117 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1581 2025.01.08 15:20:36.940146 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1582 2025.01.08 15:20:36.940420 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1583 2025.01.08 15:20:36.940446 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1584 2025.01.08 15:20:36.940512 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1585 2025.01.08 15:20:36.940565 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1586 2025.01.08 15:20:36.941961 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.003599 sec., 7502.083912197832 rows/sec., 279.21 KiB/sec.
1587 2025.01.08 15:20:36.942105 [ 266 ] {96753b62-5648-49f1-910c-b75e65dec6c4} <Debug> TCPHandler: Processed in 0.004023048 sec.
1588 2025.01.08 15:20:36.942462 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1589 2025.01.08 15:20:36.942709 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1590 2025.01.08 15:20:36.943088 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1591 2025.01.08 15:20:36.943136 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1592 2025.01.08 15:20:36.943451 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1593 2025.01.08 15:20:36.943529 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1594 2025.01.08 15:20:36.943706 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1595 2025.01.08 15:20:36.943794 [ 297 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1596 2025.01.08 15:20:36.943824 [ 295 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1597 2025.01.08 15:20:36.943963 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1598 2025.01.08 15:20:36.943994 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1599 2025.01.08 15:20:36.944082 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1600 2025.01.08 15:20:36.944104 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1601 2025.01.08 15:20:36.944147 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1602 2025.01.08 15:20:36.944197 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1603 2025.01.08 15:20:36.945315 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002724 sec., 9911.894273127753 rows/sec., 368.90 KiB/sec.
1604 2025.01.08 15:20:36.945455 [ 267 ] {4e606a29-aebc-4416-94a5-39d28e6bc4d8} <Debug> TCPHandler: Processed in 0.003080745 sec.
1605 2025.01.08 15:20:36.945731 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1606 2025.01.08 15:20:36.945964 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1607 2025.01.08 15:20:36.946361 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1608 2025.01.08 15:20:36.946419 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1609 2025.01.08 15:20:36.946792 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1610 2025.01.08 15:20:36.946866 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1611 2025.01.08 15:20:36.947023 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1612 2025.01.08 15:20:36.947116 [ 297 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1613 2025.01.08 15:20:36.947150 [ 295 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1614 2025.01.08 15:20:36.947284 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1615 2025.01.08 15:20:36.947317 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1616 2025.01.08 15:20:36.947401 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1617 2025.01.08 15:20:36.947423 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1618 2025.01.08 15:20:36.947464 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1619 2025.01.08 15:20:36.947512 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1620 2025.01.08 15:20:36.948532 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00268 sec., 10074.626865671642 rows/sec., 374.96 KiB/sec.
1621 2025.01.08 15:20:36.948669 [ 266 ] {67d786f4-a4f7-4f20-8187-21c72bae46e0} <Debug> TCPHandler: Processed in 0.003016984 sec.
1622 2025.01.08 15:20:36.948928 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1623 2025.01.08 15:20:36.949115 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1624 2025.01.08 15:20:36.949439 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1625 2025.01.08 15:20:36.949484 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1626 2025.01.08 15:20:36.949781 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1627 2025.01.08 15:20:36.949848 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1628 2025.01.08 15:20:36.949998 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1629 2025.01.08 15:20:36.950061 [ 297 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1630 2025.01.08 15:20:36.950116 [ 295 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1631 2025.01.08 15:20:36.950233 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1632 2025.01.08 15:20:36.950263 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1633 2025.01.08 15:20:36.950343 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1634 2025.01.08 15:20:36.950364 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1635 2025.01.08 15:20:36.950406 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1636 2025.01.08 15:20:36.950453 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1637 2025.01.08 15:20:36.951574 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002548 sec., 10596.546310832025 rows/sec., 394.38 KiB/sec.
1638 2025.01.08 15:20:36.951717 [ 267 ] {45019dd2-a79c-4017-bd14-14e9aa98252f} <Debug> TCPHandler: Processed in 0.002845181 sec.
1639 2025.01.08 15:20:36.952001 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1640 2025.01.08 15:20:36.952220 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1641 2025.01.08 15:20:36.952613 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1642 2025.01.08 15:20:36.952671 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1643 2025.01.08 15:20:36.953013 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1644 2025.01.08 15:20:36.953083 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1645 2025.01.08 15:20:36.953237 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1646 2025.01.08 15:20:36.953331 [ 297 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1647 2025.01.08 15:20:36.953347 [ 296 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1648 2025.01.08 15:20:36.953438 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1649 2025.01.08 15:20:36.953462 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1650 2025.01.08 15:20:36.953544 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1651 2025.01.08 15:20:36.953565 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1652 2025.01.08 15:20:36.953606 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1653 2025.01.08 15:20:36.953657 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1654 2025.01.08 15:20:36.954656 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002542 sec., 10621.557828481511 rows/sec., 395.31 KiB/sec.
1655 2025.01.08 15:20:36.954798 [ 266 ] {2adc8911-880c-402b-8846-9e2251ad9441} <Debug> TCPHandler: Processed in 0.002867181 sec.
1656 2025.01.08 15:20:36.955061 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2025.01.08 15:20:36.955281 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1658 2025.01.08 15:20:36.955670 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1659 2025.01.08 15:20:36.955727 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1660 2025.01.08 15:20:36.956049 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1661 2025.01.08 15:20:36.956115 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1662 2025.01.08 15:20:36.956264 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1663 2025.01.08 15:20:36.956333 [ 297 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1664 2025.01.08 15:20:36.956355 [ 295 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1665 2025.01.08 15:20:36.956451 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1666 2025.01.08 15:20:36.956479 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1667 2025.01.08 15:20:36.956560 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1668 2025.01.08 15:20:36.956581 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 27 rows with 2 streams
1669 2025.01.08 15:20:36.956623 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1670 2025.01.08 15:20:36.956669 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1671 2025.01.08 15:20:36.957667 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002492 sec., 10834.670947030498 rows/sec., 403.24 KiB/sec.
1672 2025.01.08 15:20:36.957819 [ 267 ] {85d7910a-a7ad-4113-8d8c-43962a04a5b2} <Debug> TCPHandler: Processed in 0.002825261 sec.
1673 2025.01.08 15:20:37.044740 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2025.01.08 15:20:37.044907 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1675 2025.01.08 15:20:37.044973 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1676 2025.01.08 15:20:37.045851 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2025.01.08 15:20:37.045899 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1678 2025.01.08 15:20:37.046415 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1679 2025.01.08 15:20:37.046641 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1680 2025.01.08 15:20:37.046913 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002049 sec., 2928.2576866764275 rows/sec., 651.99 KiB/sec.
1681 2025.01.08 15:20:37.046987 [ 266 ] {a381ff05-82f8-4a9c-8b98-520855ff2f0f} <Debug> TCPHandler: Processed in 0.002319783 sec.
1682 2025.01.08 15:20:37.047155 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2025.01.08 15:20:37.047310 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1684 2025.01.08 15:20:37.047369 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1685 2025.01.08 15:20:37.048029 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2025.01.08 15:20:37.048069 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1687 2025.01.08 15:20:37.048452 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1688 2025.01.08 15:20:37.048694 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2025.01.08 15:20:37.048876 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001606 sec., 8717.3100871731 rows/sec., 627.53 KiB/sec.
1690 2025.01.08 15:20:37.048929 [ 267 ] {87d8556c-5ce8-499b-83f7-77203c8bc0f0} <Debug> TCPHandler: Processed in 0.001843246 sec.
1691 2025.01.08 15:20:37.049083 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2025.01.08 15:20:37.049228 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1693 2025.01.08 15:20:37.049288 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1694 2025.01.08 15:20:37.050598 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2025.01.08 15:20:37.050639 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1696 2025.01.08 15:20:37.051111 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1697 2025.01.08 15:20:37.051365 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2025.01.08 15:20:37.051579 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Debug> executeQuery: Read 1329 rows, 113.25 KiB in 0.002386 sec., 556999.1617770327 rows/sec., 46.35 MiB/sec.
1699 2025.01.08 15:20:37.051642 [ 266 ] {7d592f20-bea7-41bf-92c2-8c33c8a8172d} <Debug> TCPHandler: Processed in 0.002627818 sec.
1700 2025.01.08 15:20:37.051800 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2025.01.08 15:20:37.051942 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1702 2025.01.08 15:20:37.052000 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1703 2025.01.08 15:20:37.052701 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1704 2025.01.08 15:20:37.052747 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1705 2025.01.08 15:20:37.053112 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1706 2025.01.08 15:20:37.053347 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1707 2025.01.08 15:20:37.053560 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001648 sec., 9101.941747572815 rows/sec., 641.76 KiB/sec.
1708 2025.01.08 15:20:37.053736 [ 267 ] {f89d572d-6f06-49ec-8565-df6b0b88b0b8} <Debug> TCPHandler: Processed in 0.001993119 sec.
1709 2025.01.08 15:20:37.053896 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2025.01.08 15:20:37.054041 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1711 2025.01.08 15:20:37.054097 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1712 2025.01.08 15:20:37.106099 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2025.01.08 15:20:37.106142 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1714 2025.01.08 15:20:37.106520 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1715 2025.01.08 15:20:37.106757 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1716 2025.01.08 15:20:37.106994 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.052981 sec., 4567.675204318529 rows/sec., 316.89 KiB/sec.
1717 2025.01.08 15:20:37.107050 [ 266 ] {c5366f21-bb6c-44a7-be2a-ccd87a010ae7} <Debug> TCPHandler: Processed in 0.053220737 sec.
1718 2025.01.08 15:20:37.107203 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2025.01.08 15:20:37.107326 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1720 2025.01.08 15:20:37.107375 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1721 2025.01.08 15:20:37.107966 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2025.01.08 15:20:37.108006 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1723 2025.01.08 15:20:37.108367 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1724 2025.01.08 15:20:37.108613 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): 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.08 15:20:37.108790 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001493 sec., 8707.300736771602 rows/sec., 542.90 KiB/sec.
1726 2025.01.08 15:20:37.108842 [ 267 ] {1b7934dd-f587-49e6-adf2-790598f5d2a9} <Debug> TCPHandler: Processed in 0.001705505 sec.
1727 2025.01.08 15:20:37.108986 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2025.01.08 15:20:37.109098 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1729 2025.01.08 15:20:37.109144 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1730 2025.01.08 15:20:37.110108 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.01.08 15:20:37.110149 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1732 2025.01.08 15:20:37.110542 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1733 2025.01.08 15:20:37.110780 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): 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.08 15:20:37.110984 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.001884 sec., 429936.3057324841 rows/sec., 30.96 MiB/sec.
1735 2025.01.08 15:20:37.111036 [ 266 ] {47e0eef6-eb57-4abe-82c6-7de3a57167fc} <Debug> TCPHandler: Processed in 0.00209194 sec.
1736 2025.01.08 15:20:37.111187 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2025.01.08 15:20:37.111328 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1738 2025.01.08 15:20:37.111388 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1739 2025.01.08 15:20:37.111926 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2025.01.08 15:20:37.111964 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1741 2025.01.08 15:20:37.112326 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1742 2025.01.08 15:20:37.112562 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): 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.08 15:20:37.112744 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
1744 2025.01.08 15:20:37.112795 [ 267 ] {5e664b11-4779-41c6-adde-fad87bb0e212} <Debug> TCPHandler: Processed in 0.001672053 sec.
1745 2025.01.08 15:20:37.112999 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2025.01.08 15:20:37.113230 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1747 2025.01.08 15:20:37.113328 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1748 2025.01.08 15:20:37.166351 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2025.01.08 15:20:37.166391 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1750 2025.01.08 15:20:37.166995 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1751 2025.01.08 15:20:37.167239 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2025.01.08 15:20:37.167495 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Debug> executeQuery: Read 2449 rows, 167.06 KiB in 0.054314 sec., 45089.66380675332 rows/sec., 3.00 MiB/sec.
1753 2025.01.08 15:20:37.167680 [ 266 ] {c90633ef-eeb4-418c-90fe-7fca615a9b58} <Debug> TCPHandler: Processed in 0.054793698 sec.
1754 2025.01.08 15:20:37.167852 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2025.01.08 15:20:37.167997 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1756 2025.01.08 15:20:37.168059 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1757 2025.01.08 15:20:37.168624 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1758 2025.01.08 15:20:37.168670 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1759 2025.01.08 15:20:37.169054 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1760 2025.01.08 15:20:37.169291 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): 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.08 15:20:37.169477 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec.
1762 2025.01.08 15:20:37.169528 [ 267 ] {29f67729-89ea-4a14-b2dd-1afb3241e80d} <Debug> TCPHandler: Processed in 0.001743755 sec.
1763 2025.01.08 15:20:37.169661 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2025.01.08 15:20:37.169781 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1765 2025.01.08 15:20:37.169869 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1766 2025.01.08 15:20:37.171107 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.01.08 15:20:37.171147 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1768 2025.01.08 15:20:37.171750 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1769 2025.01.08 15:20:37.172003 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2025.01.08 15:20:37.172232 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002476 sec., 3231.0177705977385 rows/sec., 5.79 MiB/sec.
1771 2025.01.08 15:20:37.172324 [ 266 ] {38038865-af49-4a70-8da5-6593dffea498} <Debug> TCPHandler: Processed in 0.002720039 sec.
1772 2025.01.08 15:20:37.172476 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2025.01.08 15:20:37.172615 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1774 2025.01.08 15:20:37.172673 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1775 2025.01.08 15:20:37.173171 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2025.01.08 15:20:37.173209 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1777 2025.01.08 15:20:37.173571 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1778 2025.01.08 15:20:37.173814 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2025.01.08 15:20:37.174000 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001415 sec., 19787.985865724382 rows/sec., 1.11 MiB/sec.
1780 2025.01.08 15:20:37.174048 [ 267 ] {8c13a606-02b3-4b98-b8f9-d5d5070e0a78} <Debug> TCPHandler: Processed in 0.001639304 sec.
1781 2025.01.08 15:20:40.640042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 260
1782 2025.01.08 15:20:40.644024 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1783 2025.01.08 15:20:40.644064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1784 2025.01.08 15:20:40.645545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1785 2025.01.08 15:20:40.645869 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1786 2025.01.08 15:20:40.646653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260
1787 2025.01.08 15:20:41.608711 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1788 2025.01.08 15:20:41.608939 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1789 2025.01.08 15:20:41.609013 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1790 2025.01.08 15:20:41.609743 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1791 2025.01.08 15:20:41.609794 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1792 2025.01.08 15:20:41.610255 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1793 2025.01.08 15:20:41.610512 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1794 2025.01.08 15:20:41.610758 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001876 sec., 13859.275053304904 rows/sec., 1.03 MiB/sec.
1795 2025.01.08 15:20:41.610823 [ 266 ] {b07df6fe-fdcb-4262-97c6-aad8efae2dd9} <Debug> TCPHandler: Processed in 0.002249313 sec.
1796 2025.01.08 15:20:41.611066 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1797 2025.01.08 15:20:41.611273 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1798 2025.01.08 15:20:41.611352 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1799 2025.01.08 15:20:41.612147 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1800 2025.01.08 15:20:41.612190 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1801 2025.01.08 15:20:41.612628 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1802 2025.01.08 15:20:41.612884 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1803 2025.01.08 15:20:41.613095 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001881 sec., 14885.699096225411 rows/sec., 1.16 MiB/sec.
1804 2025.01.08 15:20:41.613156 [ 267 ] {bec4eb26-f11a-47d0-96dc-a8604b45024d} <Debug> TCPHandler: Processed in 0.002228442 sec.
1805 2025.01.08 15:20:41.613301 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1806 2025.01.08 15:20:41.613451 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1807 2025.01.08 15:20:41.613516 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1808 2025.01.08 15:20:41.614130 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1809 2025.01.08 15:20:41.614171 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1810 2025.01.08 15:20:41.614567 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1811 2025.01.08 15:20:41.614806 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1812 2025.01.08 15:20:41.615033 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001618 sec., 49443.757725587144 rows/sec., 3.43 MiB/sec.
1813 2025.01.08 15:20:41.615092 [ 266 ] {5e1bb9c2-9790-4cad-a568-07fba0794785} <Debug> TCPHandler: Processed in 0.001859397 sec.
1814 2025.01.08 15:20:41.615292 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1815 2025.01.08 15:20:41.615522 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1816 2025.01.08 15:20:41.615621 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1817 2025.01.08 15:20:41.616391 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1818 2025.01.08 15:20:41.616438 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1819 2025.01.08 15:20:41.616901 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1820 2025.01.08 15:20:41.617157 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1821 2025.01.08 15:20:41.617336 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001875 sec., 12800 rows/sec., 897.92 KiB/sec.
1822 2025.01.08 15:20:41.617388 [ 267 ] {21943668-8f8d-46ef-91de-0ca44b4b2b31} <Debug> TCPHandler: Processed in 0.002204382 sec.
1823 2025.01.08 15:20:43.144152 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1824 2025.01.08 15:20:43.144785 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1825 2025.01.08 15:20:43.144821 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1826 2025.01.08 15:20:43.145348 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1827 2025.01.08 15:20:43.145592 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2025.01.08 15:20:43.145819 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1829 2025.01.08 15:20:43.342850 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1830 2025.01.08 15:20:43.361435 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.01.08 15:20:43.361484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1832 2025.01.08 15:20:43.368226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1833 2025.01.08 15:20:43.368948 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.01.08 15:20:43.371334 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1835 2025.01.08 15:20:44.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.19 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 166.23 MiB (RSS), difference: 1.04 MiB
1836 2025.01.08 15:20:46.608888 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.01.08 15:20:46.609116 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1838 2025.01.08 15:20:46.609197 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1839 2025.01.08 15:20:46.609928 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.01.08 15:20:46.609974 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1841 2025.01.08 15:20:46.610424 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1842 2025.01.08 15:20:46.610679 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1843 2025.01.08 15:20:46.610894 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001835 sec., 14168.937329700273 rows/sec., 1.05 MiB/sec.
1844 2025.01.08 15:20:46.610984 [ 266 ] {852b92db-c1b5-49cb-b1a0-28fefadd3e8a} <Debug> TCPHandler: Processed in 0.002236633 sec.
1845 2025.01.08 15:20:46.611274 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2025.01.08 15:20:46.611578 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1847 2025.01.08 15:20:46.611695 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1848 2025.01.08 15:20:46.612629 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2025.01.08 15:20:46.612678 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1850 2025.01.08 15:20:46.613106 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1851 2025.01.08 15:20:46.613362 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1852 2025.01.08 15:20:46.613660 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002158 sec., 12974.976830398517 rows/sec., 1.01 MiB/sec.
1853 2025.01.08 15:20:46.613813 [ 267 ] {ff6a54d1-2cd4-4213-85a4-5fed419feaf2} <Debug> TCPHandler: Processed in 0.002723049 sec.
1854 2025.01.08 15:20:46.613975 [ 266 ] {} <Trace> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.01.08 15:20:46.614126 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1856 2025.01.08 15:20:46.614191 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1857 2025.01.08 15:20:46.614823 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.08 15:20:46.614871 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1859 2025.01.08 15:20:46.615296 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1860 2025.01.08 15:20:46.615535 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.01.08 15:20:46.615750 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00166 sec., 60240.96385542169 rows/sec., 4.18 MiB/sec.
1862 2025.01.08 15:20:46.615805 [ 266 ] {29c793da-57c0-4341-a145-b516b89eb1e5} <Debug> TCPHandler: Processed in 0.001898327 sec.
1863 2025.01.08 15:20:46.615947 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.01.08 15:20:46.616072 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1865 2025.01.08 15:20:46.616127 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1866 2025.01.08 15:20:46.616633 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2025.01.08 15:20:46.616672 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1868 2025.01.08 15:20:46.617055 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1869 2025.01.08 15:20:46.617305 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2025.01.08 15:20:46.617489 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001446 sec., 20746.887966804978 rows/sec., 1.42 MiB/sec.
1871 2025.01.08 15:20:46.617543 [ 267 ] {7df0eae8-4237-4792-8ec7-ededc1d6b852} <Debug> TCPHandler: Processed in 0.001654484 sec.
1872 2025.01.08 15:20:50.577484 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
1873 2025.01.08 15:20:50.577538 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
1874 2025.01.08 15:20:50.645978 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1875 2025.01.08 15:20:50.646603 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.01.08 15:20:50.646650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1877 2025.01.08 15:20:50.647344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 276
1878 2025.01.08 15:20:50.647870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1879 2025.01.08 15:20:50.648327 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1880 2025.01.08 15:20:50.648760 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1881 2025.01.08 15:20:50.650840 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1882 2025.01.08 15:20:50.650891 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1883 2025.01.08 15:20:50.652375 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1884 2025.01.08 15:20:50.652686 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1885 2025.01.08 15:20:50.653484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
1886 2025.01.08 15:20:50.871436 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1887 2025.01.08 15:20:50.891276 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2025.01.08 15:20:50.891331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1889 2025.01.08 15:20:50.898566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1890 2025.01.08 15:20:50.899397 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1891 2025.01.08 15:20:50.902038 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1892 2025.01.08 15:20:51.194227 [ 266 ] {} <Debug> TCPHandler: Done processing connection.
1893 2025.01.08 15:20:51.194330 [ 266 ] {} <Debug> TCP-Session: 2ef57cea-af1b-4aca-9ddf-ddd79ef16e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1894 2025.01.08 15:20:51.605498 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1895 2025.01.08 15:20:51.605802 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1896 2025.01.08 15:20:51.606293 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1897 2025.01.08 15:20:51.606346 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1898 2025.01.08 15:20:51.606704 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1899 2025.01.08 15:20:51.606786 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1900 2025.01.08 15:20:51.606967 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1901 2025.01.08 15:20:51.607088 [ 297 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1902 2025.01.08 15:20:51.607159 [ 295 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1903 2025.01.08 15:20:51.607162 [ 296 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1904 2025.01.08 15:20:51.607327 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1905 2025.01.08 15:20:51.607359 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1906 2025.01.08 15:20:51.607482 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1907 2025.01.08 15:20:51.607507 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 33 rows with 3 streams
1908 2025.01.08 15:20:51.607553 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1909 2025.01.08 15:20:51.607602 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1910 2025.01.08 15:20:51.607644 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1911 2025.01.08 15:20:51.609555 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003899 sec., 8463.708643241856 rows/sec., 313.33 KiB/sec.
1912 2025.01.08 15:20:51.609740 [ 267 ] {8c92cdad-4583-4879-bd47-8d25557be5e4} <Debug> TCPHandler: Processed in 0.004379203 sec.
1913 2025.01.08 15:20:51.610114 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1914 2025.01.08 15:20:51.610367 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1915 2025.01.08 15:20:51.610850 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1916 2025.01.08 15:20:51.610904 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1917 2025.01.08 15:20:51.611282 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1918 2025.01.08 15:20:51.611367 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1919 2025.01.08 15:20:51.611555 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1920 2025.01.08 15:20:51.611677 [ 299 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1921 2025.01.08 15:20:51.611714 [ 296 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1922 2025.01.08 15:20:51.611732 [ 295 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1923 2025.01.08 15:20:51.611839 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1924 2025.01.08 15:20:51.611865 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1925 2025.01.08 15:20:51.611985 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1926 2025.01.08 15:20:51.612011 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 33 rows with 3 streams
1927 2025.01.08 15:20:51.612056 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1928 2025.01.08 15:20:51.612109 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1929 2025.01.08 15:20:51.612154 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1930 2025.01.08 15:20:51.613758 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.00352 sec., 9375 rows/sec., 347.07 KiB/sec.
1931 2025.01.08 15:20:51.613946 [ 272 ] {c942c04f-5e4a-4629-8d90-970b36f8b600} <Debug> TCPHandler: Processed in 0.003987318 sec.
1932 2025.01.08 15:20:51.614195 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1933 2025.01.08 15:20:51.614432 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1934 2025.01.08 15:20:51.614862 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1935 2025.01.08 15:20:51.614922 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1936 2025.01.08 15:20:51.615311 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1937 2025.01.08 15:20:51.615378 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1938 2025.01.08 15:20:51.615534 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1939 2025.01.08 15:20:51.615667 [ 295 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1940 2025.01.08 15:20:51.615682 [ 296 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1941 2025.01.08 15:20:51.615700 [ 297 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1942 2025.01.08 15:20:51.615819 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
1943 2025.01.08 15:20:51.615847 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
1944 2025.01.08 15:20:51.615953 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1945 2025.01.08 15:20:51.615976 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 33 rows with 3 streams
1946 2025.01.08 15:20:51.616018 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1947 2025.01.08 15:20:51.616068 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1948 2025.01.08 15:20:51.616115 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1949 2025.01.08 15:20:51.617555 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003245 sec., 10169.49152542373 rows/sec., 376.48 KiB/sec.
1950 2025.01.08 15:20:51.617725 [ 267 ] {0a10275d-36cc-4e8b-a42a-6772d666a4f6} <Debug> TCPHandler: Processed in 0.003598921 sec.
1951 2025.01.08 15:20:51.627899 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1952 2025.01.08 15:20:51.628126 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1953 2025.01.08 15:20:51.628218 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1954 2025.01.08 15:20:51.628962 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1955 2025.01.08 15:20:51.629000 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1956 2025.01.08 15:20:51.629478 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1957 2025.01.08 15:20:51.629721 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1958 2025.01.08 15:20:51.629981 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001889 sec., 1588.1418740074114 rows/sec., 144.75 KiB/sec.
1959 2025.01.08 15:20:51.630317 [ 267 ] {e925a4f8-4f07-427a-aa57-0ed9f58d4ecd} <Debug> TCPHandler: Processed in 0.002523397 sec.
1960 2025.01.08 15:20:51.630494 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1961 2025.01.08 15:20:51.630633 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1962 2025.01.08 15:20:51.630689 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1963 2025.01.08 15:20:51.631314 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1964 2025.01.08 15:20:51.631358 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1965 2025.01.08 15:20:51.631785 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1966 2025.01.08 15:20:51.632036 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1967 2025.01.08 15:20:51.632257 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001647 sec., 8500.303582270795 rows/sec., 611.91 KiB/sec.
1968 2025.01.08 15:20:51.632589 [ 272 ] {445b5476-958b-42d6-9a52-02246b7ec98f} <Debug> TCPHandler: Processed in 0.002153422 sec.
1969 2025.01.08 15:20:51.632808 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1970 2025.01.08 15:20:51.633038 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1971 2025.01.08 15:20:51.633129 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1972 2025.01.08 15:20:51.633876 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1973 2025.01.08 15:20:51.633915 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1974 2025.01.08 15:20:51.634301 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1975 2025.01.08 15:20:51.634537 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1976 2025.01.08 15:20:51.634823 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Debug> executeQuery: Read 233 rows, 21.25 KiB in 0.001828 sec., 127461.70678336981 rows/sec., 11.35 MiB/sec.
1977 2025.01.08 15:20:51.634939 [ 267 ] {d32bf0e2-c9a4-4116-87c0-20e04585a6ca} <Debug> TCPHandler: Processed in 0.002239572 sec.
1978 2025.01.08 15:20:51.635094 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1979 2025.01.08 15:20:51.635239 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1980 2025.01.08 15:20:51.635297 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1981 2025.01.08 15:20:51.636017 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1982 2025.01.08 15:20:51.636055 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1983 2025.01.08 15:20:51.636431 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1984 2025.01.08 15:20:51.636673 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1985 2025.01.08 15:20:51.636900 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001673 sec., 22115.95935445308 rows/sec., 1.58 MiB/sec.
1986 2025.01.08 15:20:51.636982 [ 272 ] {a5d25fc4-7cfe-434c-99d2-033948eca15a} <Debug> TCPHandler: Processed in 0.001959908 sec.
1987 2025.01.08 15:20:51.637120 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1988 2025.01.08 15:20:51.637234 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1989 2025.01.08 15:20:51.637297 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1990 2025.01.08 15:20:51.638321 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2025.01.08 15:20:51.638360 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1992 2025.01.08 15:20:51.638708 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1993 2025.01.08 15:20:51.638938 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1994 2025.01.08 15:20:51.639215 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001996 sec., 7014.0280561122245 rows/sec., 491.22 KiB/sec.
1995 2025.01.08 15:20:51.639275 [ 267 ] {8c9b47c3-c5aa-4727-9527-334b9ed1ddd4} <Debug> TCPHandler: Processed in 0.002212052 sec.
1996 2025.01.08 15:20:51.639418 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2025.01.08 15:20:51.639559 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1998 2025.01.08 15:20:51.639617 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1999 2025.01.08 15:20:51.640302 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2025.01.08 15:20:51.640339 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2001 2025.01.08 15:20:51.640694 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2002 2025.01.08 15:20:51.640935 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2025.01.08 15:20:51.641236 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001684 sec., 7719.714964370546 rows/sec., 481.32 KiB/sec.
2004 2025.01.08 15:20:51.641391 [ 272 ] {6cebc493-f6b5-4d24-9783-703ef198da74} <Debug> TCPHandler: Processed in 0.002039999 sec.
2005 2025.01.08 15:20:51.641584 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2025.01.08 15:20:51.641804 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2007 2025.01.08 15:20:51.641894 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2008 2025.01.08 15:20:51.642773 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2025.01.08 15:20:51.642812 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2010 2025.01.08 15:20:51.643187 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2011 2025.01.08 15:20:51.643419 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.01.08 15:20:51.643794 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Debug> executeQuery: Read 389 rows, 28.26 KiB in 0.001986 sec., 195871.0976837865 rows/sec., 13.90 MiB/sec.
2013 2025.01.08 15:20:51.644114 [ 267 ] {63b81797-f56d-4bd5-a38f-64610e53ae46} <Debug> TCPHandler: Processed in 0.002635327 sec.
2014 2025.01.08 15:20:51.644271 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.01.08 15:20:51.644391 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2016 2025.01.08 15:20:51.644441 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2017 2025.01.08 15:20:51.644927 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2025.01.08 15:20:51.644965 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2019 2025.01.08 15:20:51.645332 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2020 2025.01.08 15:20:51.645569 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2025.01.08 15:20:51.645910 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec.
2022 2025.01.08 15:20:51.646077 [ 272 ] {ca29c4b4-7258-49c7-916b-0a6c1b909fbd} <Debug> TCPHandler: Processed in 0.001872657 sec.
2023 2025.01.08 15:20:51.646209 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2024 2025.01.08 15:20:51.646340 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2025 2025.01.08 15:20:51.646401 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2026 2025.01.08 15:20:51.647064 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2025.01.08 15:20:51.647109 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2028 2025.01.08 15:20:51.647540 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2029 2025.01.08 15:20:51.647766 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2025.01.08 15:20:51.647988 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00168 sec., 105357.14285714286 rows/sec., 6.95 MiB/sec.
2031 2025.01.08 15:20:51.648039 [ 267 ] {815bf07c-d6ea-4299-97e5-53db546816f2} <Debug> TCPHandler: Processed in 0.001886087 sec.
2032 2025.01.08 15:20:51.648169 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2033 2025.01.08 15:20:51.648292 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2034 2025.01.08 15:20:51.648353 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2035 2025.01.08 15:20:51.648903 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2036 2025.01.08 15:20:51.648947 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2037 2025.01.08 15:20:51.649361 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2038 2025.01.08 15:20:51.649604 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2039 2025.01.08 15:20:51.649801 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001533 sec., 652.3157208088714 rows/sec., 43.95 KiB/sec.
2040 2025.01.08 15:20:51.649854 [ 272 ] {0e2d38b8-de93-459b-91d4-8fd2a7d7ca84} <Debug> TCPHandler: Processed in 0.001741645 sec.
2041 2025.01.08 15:20:51.650016 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2042 2025.01.08 15:20:51.650133 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2043 2025.01.08 15:20:51.650214 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2044 2025.01.08 15:20:51.651784 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2045 2025.01.08 15:20:51.651823 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2046 2025.01.08 15:20:51.652464 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2047 2025.01.08 15:20:51.652711 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2048 2025.01.08 15:20:51.653052 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002939 sec., 10207.553589656345 rows/sec., 18.29 MiB/sec.
2049 2025.01.08 15:20:51.653146 [ 267 ] {c6fcc105-3e8d-424d-b696-b1a71edc55d0} <Debug> TCPHandler: Processed in 0.003184906 sec.
2050 2025.01.08 15:20:51.653304 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2051 2025.01.08 15:20:51.653442 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2052 2025.01.08 15:20:51.653502 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2053 2025.01.08 15:20:51.654069 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Trace> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2025.01.08 15:20:51.654113 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2055 2025.01.08 15:20:51.654512 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2056 2025.01.08 15:20:51.654746 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Trace> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2057 2025.01.08 15:20:51.655001 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001588 sec., 11335.012594458438 rows/sec., 836.35 KiB/sec.
2058 2025.01.08 15:20:51.655053 [ 272 ] {c4fc6063-d181-459e-abb9-d376597046c7} <Debug> TCPHandler: Processed in 0.001818796 sec.
2059 2025.01.08 15:20:51.655185 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2060 2025.01.08 15:20:51.655337 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2061 2025.01.08 15:20:51.655431 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2062 2025.01.08 15:20:51.656300 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2025.01.08 15:20:51.656342 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2064 2025.01.08 15:20:51.656701 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2065 2025.01.08 15:20:51.656928 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2066 2025.01.08 15:20:51.657259 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001948 sec., 26694.045174537987 rows/sec., 1.65 MiB/sec.
2067 2025.01.08 15:20:51.657558 [ 267 ] {da99d611-d18b-49b8-9a9c-789c94c8f18b} <Debug> TCPHandler: Processed in 0.002426275 sec.
2068 2025.01.08 15:20:56.608582 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2069 2025.01.08 15:20:56.608885 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2070 2025.01.08 15:20:56.608997 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2071 2025.01.08 15:20:56.609971 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2072 2025.01.08 15:20:56.610024 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2073 2025.01.08 15:20:56.610475 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2074 2025.01.08 15:20:56.610727 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2075 2025.01.08 15:20:56.610931 [ 38 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2076 2025.01.08 15:20:56.611005 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002191 sec., 11866.727521679599 rows/sec., 903.47 KiB/sec.
2077 2025.01.08 15:20:56.611015 [ 38 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2025.01.08 15:20:56.611096 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2079 2025.01.08 15:20:56.611144 [ 267 ] {0aee7330-45a2-40e7-a0a9-f71d57bd891e} <Debug> TCPHandler: Processed in 0.00275166 sec.
2080 2025.01.08 15:20:56.611333 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
2081 2025.01.08 15:20:56.611424 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2082 2025.01.08 15:20:56.611494 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2083 2025.01.08 15:20:56.611541 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part
2084 2025.01.08 15:20:56.611607 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2085 2025.01.08 15:20:56.611682 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part
2086 2025.01.08 15:20:56.611757 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2087 2025.01.08 15:20:56.612160 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part
2088 2025.01.08 15:20:56.612591 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2089 2025.01.08 15:20:56.612995 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 233 rows starting from the beginning of the part
2090 2025.01.08 15:20:56.613333 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part
2091 2025.01.08 15:20:56.614429 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2092 2025.01.08 15:20:56.614474 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2093 2025.01.08 15:20:56.615047 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2094 2025.01.08 15:20:56.615383 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2095 2025.01.08 15:20:56.615521 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1829 rows, containing 5 columns (5 merged, 0 gathered) in 0.004304382 sec., 424915.818345119 rows/sec., 37.37 MiB/sec.
2096 2025.01.08 15:20:56.615648 [ 38 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2097 2025.01.08 15:20:56.615717 [ 38 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2098 2025.01.08 15:20:56.615749 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2099 2025.01.08 15:20:56.615781 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00423 sec., 6619.385342789597 rows/sec., 528.68 KiB/sec.
2100 2025.01.08 15:20:56.616082 [ 272 ] {cbf3e17b-94a3-4c67-a549-2d25b80a21d9} <Debug> TCPHandler: Processed in 0.004800379 sec.
2101 2025.01.08 15:20:56.616063 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2102 2025.01.08 15:20:56.616216 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
2103 2025.01.08 15:20:56.616362 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2104 2025.01.08 15:20:56.616701 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2105 2025.01.08 15:20:56.616738 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2106 2025.01.08 15:20:56.616842 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part
2107 2025.01.08 15:20:56.616900 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2108 2025.01.08 15:20:56.616909 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.01.08 15:20:56.617350 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_11_2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2110 2025.01.08 15:20:56.617404 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part
2111 2025.01.08 15:20:56.617784 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
2112 2025.01.08 15:20:56.617926 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
2113 2025.01.08 15:20:56.618318 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part
2114 2025.01.08 15:20:56.618746 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 389 rows starting from the beginning of the part
2115 2025.01.08 15:20:56.619047 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part
2116 2025.01.08 15:20:56.619978 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2117 2025.01.08 15:20:56.620039 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2118 2025.01.08 15:20:56.621043 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2119 2025.01.08 15:20:56.621570 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2025.01.08 15:20:56.621797 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2121 2025.01.08 15:20:56.621897 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2122 2025.01.08 15:20:56.621971 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2123 2025.01.08 15:20:56.622147 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005498 sec., 18188.432157148054 rows/sec., 1.26 MiB/sec.
2124 2025.01.08 15:20:56.622491 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
2125 2025.01.08 15:20:56.622549 [ 267 ] {3eee5819-7300-4602-8b5f-feb8b2643a1b} <Debug> TCPHandler: Processed in 0.006341181 sec.
2126 2025.01.08 15:20:56.622858 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1637 rows, containing 5 columns (5 merged, 0 gathered) in 0.006959891 sec., 235204.83294925164 rows/sec., 17.76 MiB/sec.
2127 2025.01.08 15:20:56.622902 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2128 2025.01.08 15:20:56.622995 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2129 2025.01.08 15:20:56.623104 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part
2130 2025.01.08 15:20:56.623203 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2131 2025.01.08 15:20:56.623297 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2132 2025.01.08 15:20:56.623611 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2133 2025.01.08 15:20:56.623628 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2449 rows starting from the beginning of the part
2134 2025.01.08 15:20:56.624244 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part
2135 2025.01.08 15:20:56.624427 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2025.01.08 15:20:56.624795 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part
2137 2025.01.08 15:20:56.624854 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_11_2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2138 2025.01.08 15:20:56.625262 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2139 2025.01.08 15:20:56.625477 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part
2140 2025.01.08 15:20:56.625641 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part
2141 2025.01.08 15:20:56.626535 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2142 2025.01.08 15:20:56.626600 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2143 2025.01.08 15:20:56.627453 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2144 2025.01.08 15:20:56.628017 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2025.01.08 15:20:56.628299 [ 38 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2146 2025.01.08 15:20:56.628367 [ 38 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.01.08 15:20:56.628415 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2148 2025.01.08 15:20:56.628442 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0053 sec., 5660.377358490566 rows/sec., 397.07 KiB/sec.
2149 2025.01.08 15:20:56.628686 [ 272 ] {17ca88af-2fb5-4768-88eb-9fa1f5162df2} <Debug> TCPHandler: Processed in 0.005992197 sec.
2150 2025.01.08 15:20:56.628813 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
2151 2025.01.08 15:20:56.629212 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2152 2025.01.08 15:20:56.629215 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3640 rows, containing 5 columns (5 merged, 0 gathered) in 0.007072352 sec., 514680.26478320087 rows/sec., 34.49 MiB/sec.
2153 2025.01.08 15:20:56.629279 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part
2154 2025.01.08 15:20:56.629428 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
2155 2025.01.08 15:20:56.629641 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2156 2025.01.08 15:20:56.629632 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
2157 2025.01.08 15:20:56.629985 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
2158 2025.01.08 15:20:56.630200 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part
2159 2025.01.08 15:20:56.630467 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
2160 2025.01.08 15:20:56.630669 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2161 2025.01.08 15:20:56.630955 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2162 2025.01.08 15:20:56.631070 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
2163 2025.01.08 15:20:56.631933 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.003407878 sec., 112093.21460451343 rows/sec., 7.28 MiB/sec.
2164 2025.01.08 15:20:56.632080 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2165 2025.01.08 15:20:56.632367 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2025.01.08 15:20:56.632449 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_11_2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2167 2025.01.08 15:20:56.632531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2168 2025.01.08 15:20:58.148915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2169 2025.01.08 15:20:58.149649 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2170 2025.01.08 15:20:58.149696 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2171 2025.01.08 15:20:58.150223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2172 2025.01.08 15:20:58.150470 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.01.08 15:20:58.150675 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2174 2025.01.08 15:20:58.402148 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2175 2025.01.08 15:20:58.422277 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2176 2025.01.08 15:20:58.422340 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2177 2025.01.08 15:20:58.429497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2178 2025.01.08 15:20:58.430250 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2179 2025.01.08 15:20:58.433117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2180 2025.01.08 15:21:00.653703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 316
2181 2025.01.08 15:21:00.657278 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2182 2025.01.08 15:21:00.657334 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2183 2025.01.08 15:21:00.658896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2184 2025.01.08 15:21:00.659237 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2185 2025.01.08 15:21:00.659477 [ 32 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2186 2025.01.08 15:21:00.659634 [ 32 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.01.08 15:21:00.659719 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2188 2025.01.08 15:21:00.660778 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
2189 2025.01.08 15:21:00.661231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316
2190 2025.01.08 15:21:00.661757 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2191 2025.01.08 15:21:00.661932 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
2192 2025.01.08 15:21:00.662462 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
2193 2025.01.08 15:21:00.662945 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2194 2025.01.08 15:21:00.663427 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2195 2025.01.08 15:21:00.663944 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2196 2025.01.08 15:21:00.664420 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
2197 2025.01.08 15:21:00.671869 [ 198 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.012000913 sec., 26331.32995797903 rows/sec., 25.87 MiB/sec.
2198 2025.01.08 15:21:00.672801 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2199 2025.01.08 15:21:00.673483 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2200 2025.01.08 15:21:00.673566 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_6_1} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2201 2025.01.08 15:21:00.673758 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB.
2202 2025.01.08 15:21:01.614553 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2203 2025.01.08 15:21:01.614873 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2204 2025.01.08 15:21:01.614989 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2205 2025.01.08 15:21:01.615995 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2206 2025.01.08 15:21:01.616044 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2207 2025.01.08 15:21:01.616471 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2208 2025.01.08 15:21:01.616721 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2025.01.08 15:21:01.616911 [ 31 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2210 2025.01.08 15:21:01.616984 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002192 sec., 6386.861313868613 rows/sec., 459.77 KiB/sec.
2211 2025.01.08 15:21:01.616992 [ 31 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2212 2025.01.08 15:21:01.617068 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2213 2025.01.08 15:21:01.617128 [ 267 ] {0b4f25c9-1c48-4bca-baee-09a3bbf10865} <Debug> TCPHandler: Processed in 0.002705909 sec.
2214 2025.01.08 15:21:01.617348 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2215 2025.01.08 15:21:01.617433 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2216 2025.01.08 15:21:01.617552 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2217 2025.01.08 15:21:01.617598 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2218 2025.01.08 15:21:01.617619 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2219 2025.01.08 15:21:01.617698 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2220 2025.01.08 15:21:01.617820 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2221 2025.01.08 15:21:01.618276 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2222 2025.01.08 15:21:01.618632 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2223 2025.01.08 15:21:01.619039 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
2224 2025.01.08 15:21:01.620404 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2025.01.08 15:21:01.620457 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2226 2025.01.08 15:21:01.620778 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003597572 sec., 19457.567492742328 rows/sec., 1.44 MiB/sec.
2227 2025.01.08 15:21:01.620911 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2228 2025.01.08 15:21:01.621024 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2229 2025.01.08 15:21:01.621216 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_5_1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2230 2025.01.08 15:21:01.621318 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_5_1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2231 2025.01.08 15:21:01.621321 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2232 2025.01.08 15:21:01.621417 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2233 2025.01.08 15:21:01.621667 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.004082 sec., 57569.81871631554 rows/sec., 5.13 MiB/sec.
2234 2025.01.08 15:21:01.621861 [ 272 ] {3048a1a4-9ce1-4a35-aac3-7bcdcdf57472} <Debug> TCPHandler: Processed in 0.004564856 sec.
2235 2025.01.08 15:21:01.622084 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2236 2025.01.08 15:21:01.622315 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2237 2025.01.08 15:21:01.622410 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2238 2025.01.08 15:21:01.623122 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2239 2025.01.08 15:21:01.623162 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2240 2025.01.08 15:21:01.623534 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2241 2025.01.08 15:21:01.623782 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2242 2025.01.08 15:21:01.624008 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001753 sec., 21677.12492869367 rows/sec., 1.55 MiB/sec.
2243 2025.01.08 15:21:01.624062 [ 267 ] {b8a749ab-fe73-413c-ac0d-1bebf9f8cfcc} <Debug> TCPHandler: Processed in 0.002089011 sec.
2244 2025.01.08 15:21:01.624205 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2245 2025.01.08 15:21:01.624325 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2246 2025.01.08 15:21:01.624375 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2247 2025.01.08 15:21:01.624951 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2248 2025.01.08 15:21:01.624988 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2249 2025.01.08 15:21:01.625335 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2250 2025.01.08 15:21:01.625565 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2251 2025.01.08 15:21:01.625742 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001442 sec., 9708.73786407767 rows/sec., 679.94 KiB/sec.
2252 2025.01.08 15:21:01.625793 [ 272 ] {925f2d0c-1e89-4b40-a166-29a054269383} <Debug> TCPHandler: Processed in 0.001649093 sec.
2253 2025.01.08 15:21:01.625939 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2254 2025.01.08 15:21:01.626083 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2255 2025.01.08 15:21:01.626142 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2256 2025.01.08 15:21:01.626780 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2257 2025.01.08 15:21:01.626819 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2258 2025.01.08 15:21:01.627178 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2259 2025.01.08 15:21:01.627417 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2260 2025.01.08 15:21:01.627595 [ 30 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2261 2025.01.08 15:21:01.627653 [ 30 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2025.01.08 15:21:01.627677 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec.
2263 2025.01.08 15:21:01.627689 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2264 2025.01.08 15:21:01.627832 [ 267 ] {f553e348-9759-436d-8c06-f0d3f9e5f521} <Debug> TCPHandler: Processed in 0.001960088 sec.
2265 2025.01.08 15:21:01.628146 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2266 2025.01.08 15:21:01.628367 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2267 2025.01.08 15:21:01.628386 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2268 2025.01.08 15:21:01.628529 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2269 2025.01.08 15:21:01.628814 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2270 2025.01.08 15:21:01.628893 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2271 2025.01.08 15:21:01.629270 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2272 2025.01.08 15:21:01.629698 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2273 2025.01.08 15:21:01.630036 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2274 2025.01.08 15:21:01.630198 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
2275 2025.01.08 15:21:01.631195 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2025.01.08 15:21:01.631275 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2277 2025.01.08 15:21:01.632322 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2278 2025.01.08 15:21:01.632655 [ 199 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004782009 sec., 13592.613481070402 rows/sec., 900.59 KiB/sec.
2279 2025.01.08 15:21:01.632812 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2280 2025.01.08 15:21:01.632952 [ 199 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2281 2025.01.08 15:21:01.633208 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004869 sec., 77428.63010885192 rows/sec., 5.47 MiB/sec.
2282 2025.01.08 15:21:01.633337 [ 272 ] {d978af66-309a-46f2-94e7-1f653d0f83ab} <Debug> TCPHandler: Processed in 0.005391537 sec.
2283 2025.01.08 15:21:01.633588 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2284 2025.01.08 15:21:01.633620 [ 199 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_5_1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2285 2025.01.08 15:21:01.633785 [ 199 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_5_1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2286 2025.01.08 15:21:01.633832 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2287 2025.01.08 15:21:01.633942 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2288 2025.01.08 15:21:01.633953 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2289 2025.01.08 15:21:01.634546 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2290 2025.01.08 15:21:01.634587 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2291 2025.01.08 15:21:01.634952 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2292 2025.01.08 15:21:01.635185 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2293 2025.01.08 15:21:01.635442 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 187.94 KiB/sec.
2294 2025.01.08 15:21:01.635563 [ 267 ] {11652703-e082-4026-9293-d694690b6ed4} <Debug> TCPHandler: Processed in 0.00211784 sec.
2295 2025.01.08 15:21:01.635778 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2296 2025.01.08 15:21:01.636004 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2297 2025.01.08 15:21:01.636101 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2298 2025.01.08 15:21:01.636982 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2299 2025.01.08 15:21:01.637021 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2300 2025.01.08 15:21:01.637409 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2301 2025.01.08 15:21:01.637651 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2302 2025.01.08 15:21:01.637822 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001875 sec., 94400 rows/sec., 6.23 MiB/sec.
2303 2025.01.08 15:21:01.637872 [ 272 ] {c15aef0d-683e-4c3c-9a68-dfe21205da51} <Debug> TCPHandler: Processed in 0.002203141 sec.
2304 2025.01.08 15:21:01.638076 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2305 2025.01.08 15:21:01.638300 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2306 2025.01.08 15:21:01.638393 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2307 2025.01.08 15:21:01.638960 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2308 2025.01.08 15:21:01.638998 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2309 2025.01.08 15:21:01.639352 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2310 2025.01.08 15:21:01.639595 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2311 2025.01.08 15:21:01.639779 [ 30 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2312 2025.01.08 15:21:01.639848 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001599 sec., 625.3908692933084 rows/sec., 42.14 KiB/sec.
2313 2025.01.08 15:21:01.639877 [ 30 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2025.01.08 15:21:01.639979 [ 267 ] {4e873c84-2cf4-4736-a5dd-5614e1e7009e} <Debug> TCPHandler: Processed in 0.002013529 sec.
2315 2025.01.08 15:21:01.639980 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2316 2025.01.08 15:21:01.640274 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2317 2025.01.08 15:21:01.640550 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2318 2025.01.08 15:21:01.640662 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2319 2025.01.08 15:21:01.640901 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2320 2025.01.08 15:21:01.640913 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2321 2025.01.08 15:21:01.640996 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2322 2025.01.08 15:21:01.641362 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2323 2025.01.08 15:21:01.641861 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2324 2025.01.08 15:21:01.642188 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2325 2025.01.08 15:21:01.642853 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
2326 2025.01.08 15:21:01.645987 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005813913 sec., 860.0059890817079 rows/sec., 57.95 KiB/sec.
2327 2025.01.08 15:21:01.646232 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2328 2025.01.08 15:21:01.646297 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2329 2025.01.08 15:21:01.646373 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2330 2025.01.08 15:21:01.646779 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_5_1} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2331 2025.01.08 15:21:01.647002 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_5_1} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2332 2025.01.08 15:21:01.647149 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2333 2025.01.08 15:21:01.647497 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2334 2025.01.08 15:21:01.647760 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2335 2025.01.08 15:21:01.647962 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007378 sec., 4201.680672268908 rows/sec., 7.53 MiB/sec.
2336 2025.01.08 15:21:01.648065 [ 272 ] {e962234f-2261-4689-8311-5a944bdd307a} <Debug> TCPHandler: Processed in 0.007983596 sec.
2337 2025.01.08 15:21:01.648270 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2338 2025.01.08 15:21:01.648495 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2339 2025.01.08 15:21:01.648588 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2340 2025.01.08 15:21:01.649083 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2341 2025.01.08 15:21:01.649121 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2342 2025.01.08 15:21:01.649488 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2343 2025.01.08 15:21:01.649721 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2025.01.08 15:21:01.649978 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001528 sec., 34031.41361256544 rows/sec., 2.11 MiB/sec.
2345 2025.01.08 15:21:01.650165 [ 267 ] {55465e3c-edb0-47a8-ba9c-9aea03eadb03} <Debug> TCPHandler: Processed in 0.002005239 sec.
2346 2025.01.08 15:21:05.577583 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
2347 2025.01.08 15:21:05.577637 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
2348 2025.01.08 15:21:05.650859 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2349 2025.01.08 15:21:05.651875 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2350 2025.01.08 15:21:05.651958 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2351 2025.01.08 15:21:05.652509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2352 2025.01.08 15:21:05.652756 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2025.01.08 15:21:05.652973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2354 2025.01.08 15:21:05.933220 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2355 2025.01.08 15:21:05.953506 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2356 2025.01.08 15:21:05.953570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2357 2025.01.08 15:21:05.961013 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2358 2025.01.08 15:21:05.961810 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2359 2025.01.08 15:21:05.965206 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2360 2025.01.08 15:21:06.605015 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2361 2025.01.08 15:21:06.605375 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2362 2025.01.08 15:21:06.605906 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2363 2025.01.08 15:21:06.605965 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2364 2025.01.08 15:21:06.606338 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2365 2025.01.08 15:21:06.606423 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2366 2025.01.08 15:21:06.606601 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2367 2025.01.08 15:21:06.606826 [ 296 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2368 2025.01.08 15:21:06.606846 [ 295 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2369 2025.01.08 15:21:06.606865 [ 297 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2370 2025.01.08 15:21:06.606829 [ 299 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2371 2025.01.08 15:21:06.607043 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
2372 2025.01.08 15:21:06.607075 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
2373 2025.01.08 15:21:06.607216 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2374 2025.01.08 15:21:06.607241 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 36 rows with 4 streams
2375 2025.01.08 15:21:06.607285 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2376 2025.01.08 15:21:06.607331 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2377 2025.01.08 15:21:06.607372 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2378 2025.01.08 15:21:06.607415 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2379 2025.01.08 15:21:06.609778 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004572 sec., 7874.0157480314965 rows/sec., 297.54 KiB/sec.
2380 2025.01.08 15:21:06.610052 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> MemoryTracker: Peak memory usage (for query): 144.48 KiB.
2381 2025.01.08 15:21:06.610074 [ 267 ] {7c1037f7-1d0e-47bb-9b57-f5d8319d47ed} <Debug> TCPHandler: Processed in 0.005227516 sec.
2382 2025.01.08 15:21:06.615832 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2025.01.08 15:21:06.615963 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2384 2025.01.08 15:21:06.616019 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2385 2025.01.08 15:21:06.616704 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.01.08 15:21:06.616750 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2387 2025.01.08 15:21:06.617241 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2388 2025.01.08 15:21:06.617461 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.01.08 15:21:06.617682 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001747 sec., 572.4098454493417 rows/sec., 59.25 KiB/sec.
2390 2025.01.08 15:21:06.617877 [ 267 ] {d1696eab-0a33-464b-ab0d-8681b390a4fc} <Debug> TCPHandler: Processed in 0.00209463 sec.
2391 2025.01.08 15:21:06.618132 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2025.01.08 15:21:06.618304 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2393 2025.01.08 15:21:06.618376 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2394 2025.01.08 15:21:06.619121 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2025.01.08 15:21:06.619195 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2396 2025.01.08 15:21:06.619616 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2397 2025.01.08 15:21:06.619897 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2025.01.08 15:21:06.620136 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Debug> executeQuery: Read 49 rows, 4.16 KiB in 0.00188 sec., 26063.829787234044 rows/sec., 2.16 MiB/sec.
2399 2025.01.08 15:21:06.620199 [ 272 ] {b62b17ea-5d58-4504-9480-cbef7d2cf49c} <Debug> TCPHandler: Processed in 0.002193502 sec.
2400 2025.01.08 15:21:06.620359 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2401 2025.01.08 15:21:06.620505 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2402 2025.01.08 15:21:06.620565 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2403 2025.01.08 15:21:06.621222 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2025.01.08 15:21:06.621260 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2405 2025.01.08 15:21:06.621628 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2406 2025.01.08 15:21:06.621896 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2407 2025.01.08 15:21:06.622019 [ 45 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2408 2025.01.08 15:21:06.622068 [ 45 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2025.01.08 15:21:06.622084 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001613 sec., 6819.590824550527 rows/sec., 512.80 KiB/sec.
2410 2025.01.08 15:21:06.622095 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2411 2025.01.08 15:21:06.622183 [ 267 ] {9b75a61b-5923-4ec4-a2fc-1959baef72e7} <Debug> TCPHandler: Processed in 0.001891347 sec.
2412 2025.01.08 15:21:06.622481 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
2413 2025.01.08 15:21:06.622518 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2414 2025.01.08 15:21:06.622738 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2415 2025.01.08 15:21:06.622806 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2416 2025.01.08 15:21:06.622819 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2417 2025.01.08 15:21:06.622906 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2418 2025.01.08 15:21:06.623119 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2419 2025.01.08 15:21:06.623559 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2420 2025.01.08 15:21:06.623916 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part
2421 2025.01.08 15:21:06.624350 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part
2422 2025.01.08 15:21:06.624705 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part
2423 2025.01.08 15:21:06.625402 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2025.01.08 15:21:06.625467 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2425 2025.01.08 15:21:06.626324 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2426 2025.01.08 15:21:06.626903 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2427 2025.01.08 15:21:06.627340 [ 45 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2428 2025.01.08 15:21:06.627502 [ 45 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2429 2025.01.08 15:21:06.627513 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.004762 sec., 209.99580008399832 rows/sec., 13.95 KiB/sec.
2430 2025.01.08 15:21:06.627616 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2431 2025.01.08 15:21:06.627883 [ 272 ] {fd7de8c2-7a6d-464b-8db9-22b4cadfaa94} <Debug> TCPHandler: Processed in 0.00556847 sec.
2432 2025.01.08 15:21:06.627960 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005746513 sec., 22796.43324569178 rows/sec., 1.70 MiB/sec.
2433 2025.01.08 15:21:06.628213 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
2434 2025.01.08 15:21:06.628230 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2435 2025.01.08 15:21:06.628251 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2436 2025.01.08 15:21:06.628570 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2437 2025.01.08 15:21:06.628634 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2438 2025.01.08 15:21:06.628655 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
2439 2025.01.08 15:21:06.628777 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2440 2025.01.08 15:21:06.629111 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2441 2025.01.08 15:21:06.629159 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
2442 2025.01.08 15:21:06.629602 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_6_1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2443 2025.01.08 15:21:06.629626 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part
2444 2025.01.08 15:21:06.629965 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
2445 2025.01.08 15:21:06.630084 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2446 2025.01.08 15:21:06.630397 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2447 2025.01.08 15:21:06.630760 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
2448 2025.01.08 15:21:06.632219 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2449 2025.01.08 15:21:06.632286 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2450 2025.01.08 15:21:06.633358 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2451 2025.01.08 15:21:06.633540 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005482689 sec., 54535.283690174656 rows/sec., 3.91 MiB/sec.
2452 2025.01.08 15:21:06.633711 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2453 2025.01.08 15:21:06.633863 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2454 2025.01.08 15:21:06.634417 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.01.08 15:21:06.634502 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Debug> executeQuery: Read 46 rows, 3.69 KiB in 0.005993 sec., 7675.621558484899 rows/sec., 615.63 KiB/sec.
2456 2025.01.08 15:21:06.634702 [ 267 ] {2b1f789b-613c-46f0-912d-ddc251adada4} <Debug> TCPHandler: Processed in 0.006699556 sec.
2457 2025.01.08 15:21:06.634714 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_6_1} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2458 2025.01.08 15:21:06.634881 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2459 2025.01.08 15:21:06.634915 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2460 2025.01.08 15:21:06.635041 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2461 2025.01.08 15:21:06.635095 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2462 2025.01.08 15:21:06.635659 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2463 2025.01.08 15:21:06.635698 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2464 2025.01.08 15:21:06.636107 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2465 2025.01.08 15:21:06.636351 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2466 2025.01.08 15:21:06.636560 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001544 sec., 64766.83937823834 rows/sec., 4.49 MiB/sec.
2467 2025.01.08 15:21:06.636613 [ 272 ] {a2bd3f3c-a2f0-47ea-a88a-090b182cde6a} <Debug> TCPHandler: Processed in 0.001804386 sec.
2468 2025.01.08 15:21:06.636775 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2469 2025.01.08 15:21:06.636917 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2470 2025.01.08 15:21:06.636977 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2471 2025.01.08 15:21:06.637554 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2025.01.08 15:21:06.637599 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2473 2025.01.08 15:21:06.637982 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2474 2025.01.08 15:21:06.638214 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2025.01.08 15:21:06.638391 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001507 sec., 1327.1400132714 rows/sec., 84.24 KiB/sec.
2476 2025.01.08 15:21:06.638442 [ 267 ] {226e25fa-63f3-4175-a7e1-aa2d42e1d886} <Debug> TCPHandler: Processed in 0.001736225 sec.
2477 2025.01.08 15:21:06.638588 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2478 2025.01.08 15:21:06.638706 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2479 2025.01.08 15:21:06.638802 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2480 2025.01.08 15:21:06.640072 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2481 2025.01.08 15:21:06.640113 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2482 2025.01.08 15:21:06.640732 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2483 2025.01.08 15:21:06.640996 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2484 2025.01.08 15:21:06.641181 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2485 2025.01.08 15:21:06.641273 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2486 2025.01.08 15:21:06.641297 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002609 sec., 4216.174779609045 rows/sec., 7.56 MiB/sec.
2487 2025.01.08 15:21:06.641326 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2488 2025.01.08 15:21:06.641768 [ 272 ] {51b2be7a-8fb6-4a08-bc82-2121fee26edd} <Debug> TCPHandler: Processed in 0.003235586 sec.
2489 2025.01.08 15:21:06.641782 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
2490 2025.01.08 15:21:06.641990 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2491 2025.01.08 15:21:06.642182 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2492 2025.01.08 15:21:06.642271 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2493 2025.01.08 15:21:06.642292 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2494 2025.01.08 15:21:06.642436 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
2495 2025.01.08 15:21:06.642939 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
2496 2025.01.08 15:21:06.643427 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2497 2025.01.08 15:21:06.643464 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Trace> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2498 2025.01.08 15:21:06.643513 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2499 2025.01.08 15:21:06.643815 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
2500 2025.01.08 15:21:06.644202 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part
2501 2025.01.08 15:21:06.644364 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2502 2025.01.08 15:21:06.644522 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part
2503 2025.01.08 15:21:06.644825 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Trace> oximeter.measurements_i64 (131e2738-1c72-45c1-9444-35980179f8d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2504 2025.01.08 15:21:06.645358 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.003207 sec., 2806.361085126286 rows/sec., 207.07 KiB/sec.
2505 2025.01.08 15:21:06.645571 [ 267 ] {f67a1410-f1df-4957-9373-1468df410182} <Debug> TCPHandler: Processed in 0.003700983 sec.
2506 2025.01.08 15:21:06.645749 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2507 2025.01.08 15:21:06.646042 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2508 2025.01.08 15:21:06.646204 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2509 2025.01.08 15:21:06.648099 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2510 2025.01.08 15:21:06.648168 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2511 2025.01.08 15:21:06.649380 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2512 2025.01.08 15:21:06.649950 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2513 2025.01.08 15:21:06.650541 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004585 sec., 6543.075245365322 rows/sec., 459.00 KiB/sec.
2514 2025.01.08 15:21:06.650662 [ 272 ] {4f472267-7456-4933-982b-f6471de4c884} <Debug> TCPHandler: Processed in 0.004987641 sec.
2515 2025.01.08 15:21:06.651181 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 19 columns (19 merged, 0 gathered) in 0.0096864 sec., 9910.802775024778 rows/sec., 17.76 MiB/sec.
2516 2025.01.08 15:21:06.651445 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2517 2025.01.08 15:21:06.651828 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2518 2025.01.08 15:21:06.651900 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2519 2025.01.08 15:21:06.652002 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2520 2025.01.08 15:21:06.890829 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2521 2025.01.08 15:21:06.891262 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2522 2025.01.08 15:21:06.891883 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2523 2025.01.08 15:21:06.891937 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2524 2025.01.08 15:21:06.892304 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2525 2025.01.08 15:21:06.892386 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2526 2025.01.08 15:21:06.892566 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2527 2025.01.08 15:21:06.892719 [ 299 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2528 2025.01.08 15:21:06.892811 [ 296 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2529 2025.01.08 15:21:06.892905 [ 295 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2530 2025.01.08 15:21:06.892922 [ 300 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2531 2025.01.08 15:21:06.892953 [ 297 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2532 2025.01.08 15:21:06.893117 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (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
2533 2025.01.08 15:21:06.893144 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Spreading mark ranges among streams (default reading)
2534 2025.01.08 15:21:06.893285 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2535 2025.01.08 15:21:06.893312 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (SelectExecutor): Reading approx. 36 rows with 4 streams
2536 2025.01.08 15:21:06.893359 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2537 2025.01.08 15:21:06.893409 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2538 2025.01.08 15:21:06.893454 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2539 2025.01.08 15:21:06.893497 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2540 2025.01.08 15:21:06.895855 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004804 sec., 7493.7552039966695 rows/sec., 283.17 KiB/sec.
2541 2025.01.08 15:21:06.896139 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> MemoryTracker: Peak memory usage (for query): 145.20 KiB.
2542 2025.01.08 15:21:06.896160 [ 267 ] {775b6d4a-4e16-4efb-8489-df7325e3a99b} <Debug> TCPHandler: Processed in 0.00551452 sec.
2543 2025.01.08 15:21:06.935566 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2544 2025.01.08 15:21:06.935804 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2545 2025.01.08 15:21:06.935906 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2546 2025.01.08 15:21:06.937016 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2547 2025.01.08 15:21:06.937057 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2548 2025.01.08 15:21:06.937582 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2549 2025.01.08 15:21:06.937810 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.01.08 15:21:06.937962 [ 73 ] {} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2551 2025.01.08 15:21:06.938001 [ 73 ] {} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2552 2025.01.08 15:21:06.938013 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002274 sec., 439.7537379067722 rows/sec., 99.63 KiB/sec.
2553 2025.01.08 15:21:06.938026 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2554 2025.01.08 15:21:06.938131 [ 267 ] {c8b5c3cb-0aed-4774-8d7c-11bca935d191} <Debug> TCPHandler: Processed in 0.002671378 sec.
2555 2025.01.08 15:21:06.938293 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::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
2556 2025.01.08 15:21:06.938471 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2557 2025.01.08 15:21:06.938851 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2558 2025.01.08 15:21:06.938905 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2559 2025.01.08 15:21:06.938925 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::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
2560 2025.01.08 15:21:06.939044 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2561 2025.01.08 15:21:06.939195 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2562 2025.01.08 15:21:06.939515 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::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
2563 2025.01.08 15:21:06.939816 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
2564 2025.01.08 15:21:06.940178 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::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
2565 2025.01.08 15:21:06.940507 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::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
2566 2025.01.08 15:21:06.941689 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.01.08 15:21:06.941778 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2568 2025.01.08 15:21:06.943098 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2569 2025.01.08 15:21:06.943824 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.01.08 15:21:06.944542 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005707 sec., 2453.1277378657787 rows/sec., 176.59 KiB/sec.
2571 2025.01.08 15:21:06.944837 [ 272 ] {32d80164-e068-4344-8fb7-bf71cfaff1ae} <Debug> TCPHandler: Processed in 0.006571875 sec.
2572 2025.01.08 15:21:06.945098 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2573 2025.01.08 15:21:06.945419 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2574 2025.01.08 15:21:06.945546 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2575 2025.01.08 15:21:06.948125 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2576 2025.01.08 15:21:06.948187 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2577 2025.01.08 15:21:06.949421 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2578 2025.01.08 15:21:06.950105 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.01.08 15:21:06.950299 [ 188 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.012159275 sec., 3125.1863289546454 rows/sec., 541.40 KiB/sec.
2580 2025.01.08 15:21:06.950672 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005345 sec., 1496.7259120673527 rows/sec., 122.05 KiB/sec.
2581 2025.01.08 15:21:06.950683 [ 194 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2582 2025.01.08 15:21:06.950876 [ 267 ] {c67c47db-7dc2-492e-90cd-1513a475f4ca} <Debug> TCPHandler: Processed in 0.005918505 sec.
2583 2025.01.08 15:21:06.951106 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2025.01.08 15:21:06.951265 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2585 2025.01.08 15:21:06.951328 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2586 2025.01.08 15:21:06.951418 [ 194 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2587 2025.01.08 15:21:06.951533 [ 194 ] {493694f4-025c-4bc3-8a2d-cdcebec22002::all_1_6_1} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2588 2025.01.08 15:21:06.951663 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2589 2025.01.08 15:21:06.952624 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2590 2025.01.08 15:21:06.952664 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2591 2025.01.08 15:21:06.953114 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2592 2025.01.08 15:21:06.953365 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2593 2025.01.08 15:21:06.953601 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002371 sec., 581611.1345423872 rows/sec., 48.54 MiB/sec.
2594 2025.01.08 15:21:06.953718 [ 272 ] {da42bfd2-e070-4823-9cf4-a7dff69d9ba2} <Debug> TCPHandler: Processed in 0.00273207 sec.
2595 2025.01.08 15:21:06.953967 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2025.01.08 15:21:06.954192 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2597 2025.01.08 15:21:06.954285 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2598 2025.01.08 15:21:06.955110 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2599 2025.01.08 15:21:06.955150 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2600 2025.01.08 15:21:06.955513 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2601 2025.01.08 15:21:06.955757 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): 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.08 15:21:06.955936 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.001798 sec., 25583.982202447165 rows/sec., 1.82 MiB/sec.
2603 2025.01.08 15:21:06.955987 [ 267 ] {310c8483-3512-4fe3-8b3b-101919c0a360} <Debug> TCPHandler: Processed in 0.00213301 sec.
2604 2025.01.08 15:21:06.956150 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2605 2025.01.08 15:21:06.956290 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2606 2025.01.08 15:21:06.956348 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2607 2025.01.08 15:21:06.957060 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2608 2025.01.08 15:21:06.957101 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2609 2025.01.08 15:21:06.957481 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2610 2025.01.08 15:21:06.957719 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2611 2025.01.08 15:21:06.957939 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001678 sec., 144219.3087008343 rows/sec., 9.77 MiB/sec.
2612 2025.01.08 15:21:06.957992 [ 272 ] {12541799-c009-4d31-a6f4-008f8e1a034a} <Debug> TCPHandler: Processed in 0.001908588 sec.
2613 2025.01.08 15:21:06.958187 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2025.01.08 15:21:06.958408 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2615 2025.01.08 15:21:06.958499 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2616 2025.01.08 15:21:06.959203 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2617 2025.01.08 15:21:06.959240 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2618 2025.01.08 15:21:06.959593 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2619 2025.01.08 15:21:06.959857 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2620 2025.01.08 15:21:06.960034 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00168 sec., 7738.095238095238 rows/sec., 482.47 KiB/sec.
2621 2025.01.08 15:21:06.960083 [ 267 ] {efcb61a7-1e76-414a-9453-ea0e0f16689e} <Debug> TCPHandler: Processed in 0.002006708 sec.
2622 2025.01.08 15:21:06.960282 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2025.01.08 15:21:06.960506 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2624 2025.01.08 15:21:06.960597 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2625 2025.01.08 15:21:06.961509 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2025.01.08 15:21:06.961549 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2627 2025.01.08 15:21:06.961947 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2628 2025.01.08 15:21:06.962192 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2025.01.08 15:21:06.962413 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.00196 sec., 429081.63265306124 rows/sec., 31.00 MiB/sec.
2630 2025.01.08 15:21:06.962466 [ 272 ] {57c84ac7-4dff-4dfd-9246-39ddf31fef11} <Debug> TCPHandler: Processed in 0.002295403 sec.
2631 2025.01.08 15:21:06.962660 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2632 2025.01.08 15:21:06.962842 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2633 2025.01.08 15:21:06.962893 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2634 2025.01.08 15:21:06.963374 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2025.01.08 15:21:06.963410 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2636 2025.01.08 15:21:06.963764 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2637 2025.01.08 15:21:06.964006 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2025.01.08 15:21:06.964121 [ 73 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2639 2025.01.08 15:21:06.964158 [ 73 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2640 2025.01.08 15:21:06.964180 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2641 2025.01.08 15:21:06.964192 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec.
2642 2025.01.08 15:21:06.964525 [ 267 ] {e4c61376-c8c8-44fc-8764-4fdea78621e7} <Debug> TCPHandler: Processed in 0.001965249 sec.
2643 2025.01.08 15:21:06.964647 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2644 2025.01.08 15:21:06.964767 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2645 2025.01.08 15:21:06.964852 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2646 2025.01.08 15:21:06.964927 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2647 2025.01.08 15:21:06.964977 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2648 2025.01.08 15:21:06.965110 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2649 2025.01.08 15:21:06.965210 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2650 2025.01.08 15:21:06.965349 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2651 2025.01.08 15:21:06.965847 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2652 2025.01.08 15:21:06.966176 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2653 2025.01.08 15:21:06.966730 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
2654 2025.01.08 15:21:06.968972 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2655 2025.01.08 15:21:06.969057 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2656 2025.01.08 15:21:06.969443 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005181954 sec., 6947.186331642465 rows/sec., 362.96 KiB/sec.
2657 2025.01.08 15:21:06.969643 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2658 2025.01.08 15:21:06.970144 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2659 2025.01.08 15:21:06.970179 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_6_1} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2660 2025.01.08 15:21:06.970328 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_6_1} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2661 2025.01.08 15:21:06.970473 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2662 2025.01.08 15:21:06.970592 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2025.01.08 15:21:06.970830 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.005929 sec., 159723.39348962725 rows/sec., 10.61 MiB/sec.
2664 2025.01.08 15:21:06.970897 [ 272 ] {882c4231-0c4f-4b68-a6f0-050a43e0d893} <Debug> TCPHandler: Processed in 0.00625723 sec.
2665 2025.01.08 15:21:06.971060 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2025.01.08 15:21:06.971199 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2667 2025.01.08 15:21:06.971273 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2668 2025.01.08 15:21:06.971815 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2025.01.08 15:21:06.971851 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2670 2025.01.08 15:21:06.972223 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2671 2025.01.08 15:21:06.972462 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2025.01.08 15:21:06.972636 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec.
2673 2025.01.08 15:21:06.972685 [ 267 ] {9c3e0d46-9fdc-435d-a707-51f6a1af684b} <Debug> TCPHandler: Processed in 0.001693534 sec.
2674 2025.01.08 15:21:06.972843 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2675 2025.01.08 15:21:06.972966 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2676 2025.01.08 15:21:06.973049 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2677 2025.01.08 15:21:06.974217 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2025.01.08 15:21:06.974259 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2679 2025.01.08 15:21:06.974921 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2680 2025.01.08 15:21:06.975178 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2681 2025.01.08 15:21:06.975445 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002495 sec., 12424.8496993988 rows/sec., 22.26 MiB/sec.
2682 2025.01.08 15:21:06.975558 [ 272 ] {d9abdd04-6f90-4455-b4c3-32949ee10d19} <Debug> TCPHandler: Processed in 0.002784049 sec.
2683 2025.01.08 15:21:06.975729 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2684 2025.01.08 15:21:06.975872 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2685 2025.01.08 15:21:06.975947 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2686 2025.01.08 15:21:06.976525 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2687 2025.01.08 15:21:06.976571 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2688 2025.01.08 15:21:06.976966 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2689 2025.01.08 15:21:06.977191 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2690 2025.01.08 15:21:06.977382 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001569 sec., 17845.76163161249 rows/sec., 1.00 MiB/sec.
2691 2025.01.08 15:21:06.977444 [ 267 ] {f23158f7-bde1-4f5e-87f4-158cf0494c8d} <Debug> TCPHandler: Processed in 0.001818076 sec.
2692 2025.01.08 15:21:07.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.50 MiB, peak 174.32 MiB, free memory in arenas 0.00 B, will set to 169.48 MiB (RSS), difference: -2.02 MiB
2693 2025.01.08 15:21:10.661500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 388
2694 2025.01.08 15:21:10.665399 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2695 2025.01.08 15:21:10.665452 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2696 2025.01.08 15:21:10.666988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2697 2025.01.08 15:21:10.667295 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2698 2025.01.08 15:21:10.667916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 388
2699 2025.01.08 15:21:11.608706 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2700 2025.01.08 15:21:11.608937 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2701 2025.01.08 15:21:11.609018 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2702 2025.01.08 15:21:11.609846 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2025.01.08 15:21:11.609903 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2704 2025.01.08 15:21:11.610339 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2705 2025.01.08 15:21:11.610591 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.01.08 15:21:11.610841 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001963 sec., 13245.033112582782 rows/sec., 1008.40 KiB/sec.
2707 2025.01.08 15:21:11.610910 [ 267 ] {8247feae-3b42-4aa8-9541-ccb0a38c95ba} <Debug> TCPHandler: Processed in 0.002345244 sec.
2708 2025.01.08 15:21:11.611235 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2709 2025.01.08 15:21:11.611452 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2710 2025.01.08 15:21:11.611542 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2711 2025.01.08 15:21:11.612361 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2025.01.08 15:21:11.612415 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2713 2025.01.08 15:21:11.612861 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2714 2025.01.08 15:21:11.613118 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2715 2025.01.08 15:21:11.613376 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001986 sec., 14098.690835850957 rows/sec., 1.10 MiB/sec.
2716 2025.01.08 15:21:11.613449 [ 272 ] {fcccc08e-06e2-4475-a9f8-a7d44232ed86} <Debug> TCPHandler: Processed in 0.002368764 sec.
2717 2025.01.08 15:21:11.613630 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2718 2025.01.08 15:21:11.613781 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2719 2025.01.08 15:21:11.613847 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2720 2025.01.08 15:21:11.614418 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2025.01.08 15:21:11.614459 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2722 2025.01.08 15:21:11.614849 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2723 2025.01.08 15:21:11.615088 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2025.01.08 15:21:11.615296 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001545 sec., 51779.935275080905 rows/sec., 3.59 MiB/sec.
2725 2025.01.08 15:21:11.615492 [ 267 ] {5cfed6d3-18d5-4cb5-a47d-b83f4d61540f} <Debug> TCPHandler: Processed in 0.001928347 sec.
2726 2025.01.08 15:21:11.615659 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2025.01.08 15:21:11.615790 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2728 2025.01.08 15:21:11.615849 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2729 2025.01.08 15:21:11.616388 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2730 2025.01.08 15:21:11.616430 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2731 2025.01.08 15:21:11.616851 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2732 2025.01.08 15:21:11.617097 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2733 2025.01.08 15:21:11.617321 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001564 sec., 15345.268542199488 rows/sec., 1.05 MiB/sec.
2734 2025.01.08 15:21:11.617376 [ 272 ] {4ffb0714-f352-4ff2-9bfa-072d9a17bcb2} <Debug> TCPHandler: Processed in 0.001778776 sec.
2735 2025.01.08 15:21:13.153126 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2736 2025.01.08 15:21:13.153787 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2737 2025.01.08 15:21:13.153834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2738 2025.01.08 15:21:13.154360 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2739 2025.01.08 15:21:13.154638 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2740 2025.01.08 15:21:13.154858 [ 130 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2741 2025.01.08 15:21:13.154884 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2742 2025.01.08 15:21:13.154944 [ 130 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2025.01.08 15:21:13.154976 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2744 2025.01.08 15:21:13.155131 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
2745 2025.01.08 15:21:13.155293 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2746 2025.01.08 15:21:13.155334 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
2747 2025.01.08 15:21:13.155410 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2748 2025.01.08 15:21:13.155520 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2749 2025.01.08 15:21:13.155811 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2750 2025.01.08 15:21:13.155919 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2751 2025.01.08 15:21:13.156110 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2752 2025.01.08 15:21:13.158134 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003069604 sec., 1669270.694200294 rows/sec., 23.88 MiB/sec.
2753 2025.01.08 15:21:13.158525 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2754 2025.01.08 15:21:13.158845 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2025.01.08 15:21:13.158927 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_11_2} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2756 2025.01.08 15:21:13.159035 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.38 MiB.
2757 2025.01.08 15:21:13.465304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2758 2025.01.08 15:21:13.486547 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2759 2025.01.08 15:21:13.486605 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2760 2025.01.08 15:21:13.494256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2761 2025.01.08 15:21:13.495041 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2762 2025.01.08 15:21:13.495421 [ 103 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2763 2025.01.08 15:21:13.495560 [ 103 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2764 2025.01.08 15:21:13.495627 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2765 2025.01.08 15:21:13.496366 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2766 2025.01.08 15:21:13.511663 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2767 2025.01.08 15:21:13.513214 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2768 2025.01.08 15:21:13.514859 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2769 2025.01.08 15:21:13.520448 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2770 2025.01.08 15:21:13.525952 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2771 2025.01.08 15:21:13.531502 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2772 2025.01.08 15:21:13.537137 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2773 2025.01.08 15:21:13.542213 [ 189 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
2774 2025.01.08 15:21:13.599330 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103512941 sec., 801.8321110207853 rows/sec., 4.15 MiB/sec.
2775 2025.01.08 15:21:13.601631 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2776 2025.01.08 15:21:13.604434 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_11_2} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2777 2025.01.08 15:21:13.604525 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_11_2} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2778 2025.01.08 15:21:13.606641 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2779 2025.01.08 15:21:14.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.60 MiB, peak 180.48 MiB, free memory in arenas 0.00 B, will set to 173.03 MiB (RSS), difference: 2.43 MiB
2780 2025.01.08 15:21:16.609850 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2781 2025.01.08 15:21:16.610180 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2782 2025.01.08 15:21:16.610255 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2783 2025.01.08 15:21:16.611030 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2025.01.08 15:21:16.611072 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2785 2025.01.08 15:21:16.611537 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2786 2025.01.08 15:21:16.611784 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.01.08 15:21:16.611944 [ 65 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2788 2025.01.08 15:21:16.611992 [ 65 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2789 2025.01.08 15:21:16.612008 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001902 sec., 25236.59305993691 rows/sec., 2.09 MiB/sec.
2790 2025.01.08 15:21:16.612020 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2791 2025.01.08 15:21:16.612131 [ 267 ] {0b18c509-d54f-4bfa-b27c-3a6cfbd12697} <Debug> TCPHandler: Processed in 0.002461876 sec.
2792 2025.01.08 15:21:16.612299 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
2793 2025.01.08 15:21:16.612483 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2794 2025.01.08 15:21:16.612503 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2795 2025.01.08 15:21:16.612544 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1373 rows starting from the beginning of the part
2796 2025.01.08 15:21:16.612723 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 235 rows starting from the beginning of the part
2797 2025.01.08 15:21:16.613104 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 49 rows starting from the beginning of the part
2798 2025.01.08 15:21:16.613143 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2799 2025.01.08 15:21:16.613435 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1379 rows starting from the beginning of the part
2800 2025.01.08 15:21:16.613420 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2801 2025.01.08 15:21:16.613716 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
2802 2025.01.08 15:21:16.614110 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
2803 2025.01.08 15:21:16.616035 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2025.01.08 15:21:16.616117 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2805 2025.01.08 15:21:16.617215 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2806 2025.01.08 15:21:16.617666 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524849 sec., 562911.3121462686 rows/sec., 49.32 MiB/sec.
2807 2025.01.08 15:21:16.617713 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2808 2025.01.08 15:21:16.618030 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2809 2025.01.08 15:21:16.618131 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.005242 sec., 2098.435711560473 rows/sec., 157.79 KiB/sec.
2810 2025.01.08 15:21:16.618304 [ 272 ] {8045e3b2-14b0-4baf-880f-a3da9b7779af} <Debug> TCPHandler: Processed in 0.006016587 sec.
2811 2025.01.08 15:21:16.618511 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2812 2025.01.08 15:21:16.618567 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.01.08 15:21:16.618741 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2814 2025.01.08 15:21:16.618764 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_16_3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2815 2025.01.08 15:21:16.618806 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2816 2025.01.08 15:21:16.618924 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
2817 2025.01.08 15:21:16.619534 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2025.01.08 15:21:16.619577 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2819 2025.01.08 15:21:16.619943 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2820 2025.01.08 15:21:16.620177 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2025.01.08 15:21:16.620307 [ 65 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2822 2025.01.08 15:21:16.620350 [ 65 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.01.08 15:21:16.620375 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.0017 sec., 22941.176470588238 rows/sec., 1.79 MiB/sec.
2824 2025.01.08 15:21:16.620379 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2825 2025.01.08 15:21:16.620521 [ 267 ] {6904a783-5aac-47cf-b9a6-bb7d5e2199e2} <Debug> TCPHandler: Processed in 0.002110131 sec.
2826 2025.01.08 15:21:16.620729 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
2827 2025.01.08 15:21:16.620825 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2828 2025.01.08 15:21:16.621242 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2829 2025.01.08 15:21:16.621251 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2830 2025.01.08 15:21:16.621370 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 845 rows starting from the beginning of the part
2831 2025.01.08 15:21:16.621421 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2832 2025.01.08 15:21:16.621713 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 377 rows starting from the beginning of the part
2833 2025.01.08 15:21:16.622089 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part
2834 2025.01.08 15:21:16.622391 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 841 rows starting from the beginning of the part
2835 2025.01.08 15:21:16.622685 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
2836 2025.01.08 15:21:16.623139 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
2837 2025.01.08 15:21:16.624368 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2838 2025.01.08 15:21:16.624429 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2839 2025.01.08 15:21:16.625557 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2840 2025.01.08 15:21:16.625894 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2841 2025.01.08 15:21:16.626396 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2842 2025.01.08 15:21:16.626472 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005977646 sec., 364022.89463109727 rows/sec., 27.71 MiB/sec.
2843 2025.01.08 15:21:16.626501 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2844 2025.01.08 15:21:16.626567 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005462 sec., 18308.31197363603 rows/sec., 1.27 MiB/sec.
2845 2025.01.08 15:21:16.626578 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2846 2025.01.08 15:21:16.626833 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2847 2025.01.08 15:21:16.626878 [ 272 ] {16d5c883-fba5-4624-8d38-f169fe75f002} <Debug> TCPHandler: Processed in 0.006218369 sec.
2848 2025.01.08 15:21:16.627280 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
2849 2025.01.08 15:21:16.627416 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2850 2025.01.08 15:21:16.628030 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2851 2025.01.08 15:21:16.628110 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2025.01.08 15:21:16.628155 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2853 2025.01.08 15:21:16.628390 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3640 rows starting from the beginning of the part
2854 2025.01.08 15:21:16.628412 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2855 2025.01.08 15:21:16.628480 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_16_3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2856 2025.01.08 15:21:16.628917 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part
2857 2025.01.08 15:21:16.628950 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2858 2025.01.08 15:21:16.629450 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part
2859 2025.01.08 15:21:16.629893 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 947 rows starting from the beginning of the part
2860 2025.01.08 15:21:16.630218 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part
2861 2025.01.08 15:21:16.630595 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part
2862 2025.01.08 15:21:16.634153 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2863 2025.01.08 15:21:16.634232 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2864 2025.01.08 15:21:16.635541 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5044 rows, containing 5 columns (5 merged, 0 gathered) in 0.008728056 sec., 577906.4662279894 rows/sec., 38.71 MiB/sec.
2865 2025.01.08 15:21:16.635654 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2866 2025.01.08 15:21:16.635950 [ 186 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2867 2025.01.08 15:21:16.636179 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2868 2025.01.08 15:21:16.636632 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.008795 sec., 1250.7106310403638 rows/sec., 2.24 MiB/sec.
2869 2025.01.08 15:21:16.636634 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2870 2025.01.08 15:21:16.636956 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2871 2025.01.08 15:21:16.636966 [ 267 ] {cbbadd9a-94a2-465f-add2-c71f4b60903d} <Debug> TCPHandler: Processed in 0.009839301 sec.
2872 2025.01.08 15:21:16.637212 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB.
2873 2025.01.08 15:21:16.637246 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2874 2025.01.08 15:21:16.637384 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2875 2025.01.08 15:21:16.637436 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2876 2025.01.08 15:21:16.637960 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2877 2025.01.08 15:21:16.638002 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2878 2025.01.08 15:21:16.638375 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2879 2025.01.08 15:21:16.638613 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2880 2025.01.08 15:21:16.638784 [ 65 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2881 2025.01.08 15:21:16.638841 [ 65 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2882 2025.01.08 15:21:16.638865 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0015 sec., 20000 rows/sec., 1.37 MiB/sec.
2883 2025.01.08 15:21:16.638880 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2884 2025.01.08 15:21:16.639016 [ 272 ] {8cb274c2-f806-4741-9785-7d74a9baa2aa} <Debug> TCPHandler: Processed in 0.001917648 sec.
2885 2025.01.08 15:21:16.639088 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
2886 2025.01.08 15:21:16.639205 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2887 2025.01.08 15:21:16.639238 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part
2888 2025.01.08 15:21:16.639310 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part
2889 2025.01.08 15:21:16.639560 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
2890 2025.01.08 15:21:16.639880 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part
2891 2025.01.08 15:21:16.639970 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part
2892 2025.01.08 15:21:16.640150 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part
2893 2025.01.08 15:21:16.641377 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368944 sec., 230482.4428099609 rows/sec., 14.92 MiB/sec.
2894 2025.01.08 15:21:16.641582 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2895 2025.01.08 15:21:16.641930 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2896 2025.01.08 15:21:16.642025 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_16_3} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2897 2025.01.08 15:21:16.642130 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2898 2025.01.08 15:21:20.577884 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
2899 2025.01.08 15:21:20.577937 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
2900 2025.01.08 15:21:20.655050 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2901 2025.01.08 15:21:20.655679 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2902 2025.01.08 15:21:20.655723 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2903 2025.01.08 15:21:20.656239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2904 2025.01.08 15:21:20.656492 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2905 2025.01.08 15:21:20.656726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2906 2025.01.08 15:21:20.668268 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 408
2907 2025.01.08 15:21:20.671032 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2908 2025.01.08 15:21:20.671081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2909 2025.01.08 15:21:20.672564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2910 2025.01.08 15:21:20.672875 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2911 2025.01.08 15:21:20.673400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 408
2912 2025.01.08 15:21:21.011776 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2913 2025.01.08 15:21:21.031580 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2025.01.08 15:21:21.031631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2915 2025.01.08 15:21:21.038813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2916 2025.01.08 15:21:21.039606 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2025.01.08 15:21:21.042768 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2918 2025.01.08 15:21:21.615712 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2919 2025.01.08 15:21:21.615924 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2920 2025.01.08 15:21:21.616005 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2921 2025.01.08 15:21:21.616791 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2922 2025.01.08 15:21:21.616836 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2923 2025.01.08 15:21:21.617285 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2924 2025.01.08 15:21:21.617535 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2925 2025.01.08 15:21:21.617804 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec.
2926 2025.01.08 15:21:21.617939 [ 267 ] {1344918b-8e78-41d9-822d-21f34219cb5c} <Debug> TCPHandler: Processed in 0.002362564 sec.
2927 2025.01.08 15:21:21.618206 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2928 2025.01.08 15:21:21.618424 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2929 2025.01.08 15:21:21.618508 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2930 2025.01.08 15:21:21.619459 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2931 2025.01.08 15:21:21.619507 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2932 2025.01.08 15:21:21.619981 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2933 2025.01.08 15:21:21.620247 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2934 2025.01.08 15:21:21.620481 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002117 sec., 111006.14076523382 rows/sec., 9.89 MiB/sec.
2935 2025.01.08 15:21:21.620547 [ 272 ] {860388f4-4071-4dec-a62c-362d53d6f556} <Debug> TCPHandler: Processed in 0.002484826 sec.
2936 2025.01.08 15:21:21.620721 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2937 2025.01.08 15:21:21.620869 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2938 2025.01.08 15:21:21.620932 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2939 2025.01.08 15:21:21.621567 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2940 2025.01.08 15:21:21.621605 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2941 2025.01.08 15:21:21.621972 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2942 2025.01.08 15:21:21.622208 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): 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.08 15:21:21.622384 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001551 sec., 24500.3223726628 rows/sec., 1.75 MiB/sec.
2944 2025.01.08 15:21:21.622439 [ 267 ] {ce6430fa-0377-4e24-8c41-7790c6b0466b} <Debug> TCPHandler: Processed in 0.001789796 sec.
2945 2025.01.08 15:21:21.622609 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2946 2025.01.08 15:21:21.622760 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2947 2025.01.08 15:21:21.622819 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2948 2025.01.08 15:21:21.623473 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2949 2025.01.08 15:21:21.623514 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2950 2025.01.08 15:21:21.623878 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2951 2025.01.08 15:21:21.624130 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2952 2025.01.08 15:21:21.624347 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001622 sec., 8631.319358816276 rows/sec., 604.48 KiB/sec.
2953 2025.01.08 15:21:21.624403 [ 272 ] {8a95eb04-68ac-42be-bbc2-b261959df59d} <Debug> TCPHandler: Processed in 0.001867377 sec.
2954 2025.01.08 15:21:21.624552 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2955 2025.01.08 15:21:21.624694 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2956 2025.01.08 15:21:21.624751 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2957 2025.01.08 15:21:21.625394 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2958 2025.01.08 15:21:21.625432 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2959 2025.01.08 15:21:21.625780 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2960 2025.01.08 15:21:21.626013 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2961 2025.01.08 15:21:21.626190 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec.
2962 2025.01.08 15:21:21.626242 [ 267 ] {94cd7dd4-393c-4a05-8149-a31d86ad664c} <Debug> TCPHandler: Processed in 0.001760056 sec.
2963 2025.01.08 15:21:21.626399 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2964 2025.01.08 15:21:21.626539 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2965 2025.01.08 15:21:21.626597 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2966 2025.01.08 15:21:21.627401 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2967 2025.01.08 15:21:21.627442 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2968 2025.01.08 15:21:21.627839 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2969 2025.01.08 15:21:21.628079 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2970 2025.01.08 15:21:21.628350 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001837 sec., 205225.91181273814 rows/sec., 14.50 MiB/sec.
2971 2025.01.08 15:21:21.628576 [ 272 ] {33503aa8-00c4-449f-a951-d9ad3497a2df} <Debug> TCPHandler: Processed in 0.002240532 sec.
2972 2025.01.08 15:21:21.628790 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2973 2025.01.08 15:21:21.628927 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2974 2025.01.08 15:21:21.628993 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2975 2025.01.08 15:21:21.629518 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2976 2025.01.08 15:21:21.629556 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2977 2025.01.08 15:21:21.629907 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2978 2025.01.08 15:21:21.630138 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2979 2025.01.08 15:21:21.630313 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec.
2980 2025.01.08 15:21:21.630363 [ 267 ] {61f3fb46-792a-49ad-8c75-99e614e9621b} <Debug> TCPHandler: Processed in 0.001689464 sec.
2981 2025.01.08 15:21:21.630524 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2982 2025.01.08 15:21:21.630664 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2983 2025.01.08 15:21:21.630727 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2984 2025.01.08 15:21:21.631364 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2985 2025.01.08 15:21:21.631405 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2986 2025.01.08 15:21:21.631795 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2987 2025.01.08 15:21:21.632027 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2988 2025.01.08 15:21:21.632236 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001603 sec., 110417.96631316282 rows/sec., 7.28 MiB/sec.
2989 2025.01.08 15:21:21.632289 [ 272 ] {3bf02ba1-b487-46f0-a20a-ed651d979e70} <Debug> TCPHandler: Processed in 0.001837357 sec.
2990 2025.01.08 15:21:21.632436 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2991 2025.01.08 15:21:21.632574 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2992 2025.01.08 15:21:21.632634 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2993 2025.01.08 15:21:21.633179 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2994 2025.01.08 15:21:21.633215 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
2995 2025.01.08 15:21:21.633567 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2996 2025.01.08 15:21:21.633805 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2997 2025.01.08 15:21:21.633980 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec.
2998 2025.01.08 15:21:21.634036 [ 267 ] {c0e4d9fc-18a4-4fa7-a159-619bd04f16e2} <Debug> TCPHandler: Processed in 0.001667214 sec.
2999 2025.01.08 15:21:21.634193 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3000 2025.01.08 15:21:21.634312 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3001 2025.01.08 15:21:21.634392 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3002 2025.01.08 15:21:21.635599 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3003 2025.01.08 15:21:21.635638 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3004 2025.01.08 15:21:21.636306 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3005 2025.01.08 15:21:21.636575 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3006 2025.01.08 15:21:21.636828 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00254 sec., 12204.724409448818 rows/sec., 21.87 MiB/sec.
3007 2025.01.08 15:21:21.636948 [ 272 ] {90476d29-6c04-405f-8cb6-96f1a6fa0fab} <Debug> TCPHandler: Processed in 0.002812801 sec.
3008 2025.01.08 15:21:21.637117 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3009 2025.01.08 15:21:21.637258 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3010 2025.01.08 15:21:21.637318 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3011 2025.01.08 15:21:21.637890 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2025.01.08 15:21:21.637936 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3013 2025.01.08 15:21:21.638334 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3014 2025.01.08 15:21:21.638564 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2025.01.08 15:21:21.638791 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001564 sec., 33248.08184143222 rows/sec., 2.06 MiB/sec.
3016 2025.01.08 15:21:21.638986 [ 267 ] {ca813703-627c-423d-a450-3a3a3124d36e} <Debug> TCPHandler: Processed in 0.001931638 sec.
3017 2025.01.08 15:21:26.610180 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3018 2025.01.08 15:21:26.610463 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3019 2025.01.08 15:21:26.610539 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3020 2025.01.08 15:21:26.611290 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3021 2025.01.08 15:21:26.611340 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3022 2025.01.08 15:21:26.611775 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3023 2025.01.08 15:21:26.612025 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3024 2025.01.08 15:21:26.612295 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001881 sec., 25518.34130781499 rows/sec., 2.11 MiB/sec.
3025 2025.01.08 15:21:26.612428 [ 267 ] {5914ca2b-533f-4525-ba0e-3cf1883683de} <Debug> TCPHandler: Processed in 0.002435225 sec.
3026 2025.01.08 15:21:26.612756 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3027 2025.01.08 15:21:26.613072 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3028 2025.01.08 15:21:26.613195 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3029 2025.01.08 15:21:26.614023 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2025.01.08 15:21:26.614077 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3031 2025.01.08 15:21:26.614517 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3032 2025.01.08 15:21:26.614823 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2025.01.08 15:21:26.615091 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002104 sec., 5228.136882129278 rows/sec., 393.13 KiB/sec.
3034 2025.01.08 15:21:26.615159 [ 272 ] {17541442-9de7-4ce3-96a9-7e3b644f8d2d} <Debug> TCPHandler: Processed in 0.002608047 sec.
3035 2025.01.08 15:21:26.615365 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3036 2025.01.08 15:21:26.615600 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3037 2025.01.08 15:21:26.615694 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3038 2025.01.08 15:21:26.616615 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2025.01.08 15:21:26.616656 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3040 2025.01.08 15:21:26.617114 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3041 2025.01.08 15:21:26.617379 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2025.01.08 15:21:26.617652 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002104 sec., 18536.121673003803 rows/sec., 1.45 MiB/sec.
3043 2025.01.08 15:21:26.617850 [ 267 ] {149dd5f3-c57a-48f2-8628-1c733114a874} <Debug> TCPHandler: Processed in 0.002595527 sec.
3044 2025.01.08 15:21:26.618102 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3045 2025.01.08 15:21:26.618339 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3046 2025.01.08 15:21:26.618405 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3047 2025.01.08 15:21:26.618985 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2025.01.08 15:21:26.619028 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3049 2025.01.08 15:21:26.619441 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3050 2025.01.08 15:21:26.619676 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2025.01.08 15:21:26.619907 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001629 sec., 61387.354205033764 rows/sec., 4.26 MiB/sec.
3052 2025.01.08 15:21:26.619965 [ 272 ] {54871855-c525-48a5-afaa-99ff0a28c42b} <Debug> TCPHandler: Processed in 0.001986029 sec.
3053 2025.01.08 15:21:26.620127 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3054 2025.01.08 15:21:26.620247 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3055 2025.01.08 15:21:26.620348 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3056 2025.01.08 15:21:26.621911 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3057 2025.01.08 15:21:26.621951 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3058 2025.01.08 15:21:26.622567 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3059 2025.01.08 15:21:26.622821 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2025.01.08 15:21:26.623088 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002866 sec., 3838.1018841591067 rows/sec., 6.88 MiB/sec.
3061 2025.01.08 15:21:26.623192 [ 267 ] {493deea0-778b-4b31-891b-ae64c424e639} <Debug> TCPHandler: Processed in 0.003123795 sec.
3062 2025.01.08 15:21:26.623389 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3063 2025.01.08 15:21:26.623532 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3064 2025.01.08 15:21:26.623595 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3065 2025.01.08 15:21:26.624178 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3066 2025.01.08 15:21:26.624225 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3067 2025.01.08 15:21:26.624616 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3068 2025.01.08 15:21:26.624856 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3069 2025.01.08 15:21:26.625073 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001573 sec., 19071.837253655434 rows/sec., 1.31 MiB/sec.
3070 2025.01.08 15:21:26.625126 [ 272 ] {773119bd-8db2-4d6f-96df-d48ae7b9f98a} <Debug> TCPHandler: Processed in 0.001835406 sec.
3071 2025.01.08 15:21:28.156870 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3072 2025.01.08 15:21:28.157529 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2025.01.08 15:21:28.157577 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3074 2025.01.08 15:21:28.158154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3075 2025.01.08 15:21:28.158429 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3076 2025.01.08 15:21:28.158677 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3077 2025.01.08 15:21:28.542875 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3078 2025.01.08 15:21:28.562760 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3079 2025.01.08 15:21:28.562828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3080 2025.01.08 15:21:28.570409 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3081 2025.01.08 15:21:28.571179 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3082 2025.01.08 15:21:28.573919 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3083 2025.01.08 15:21:30.673576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 442
3084 2025.01.08 15:21:30.676630 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3085 2025.01.08 15:21:30.676674 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3086 2025.01.08 15:21:30.678145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3087 2025.01.08 15:21:30.678459 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2025.01.08 15:21:30.679484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442
3089 2025.01.08 15:21:31.614373 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3090 2025.01.08 15:21:31.614583 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3091 2025.01.08 15:21:31.614656 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3092 2025.01.08 15:21:31.615395 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3093 2025.01.08 15:21:31.615450 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3094 2025.01.08 15:21:31.615885 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3095 2025.01.08 15:21:31.616149 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3096 2025.01.08 15:21:31.616393 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec.
3097 2025.01.08 15:21:31.616488 [ 267 ] {693087bc-fa9e-4d4f-9b1c-999065b704b9} <Debug> TCPHandler: Processed in 0.002252362 sec.
3098 2025.01.08 15:21:31.616751 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3099 2025.01.08 15:21:31.616978 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3100 2025.01.08 15:21:31.617064 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3101 2025.01.08 15:21:31.617955 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3102 2025.01.08 15:21:31.618000 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3103 2025.01.08 15:21:31.618492 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3104 2025.01.08 15:21:31.618754 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3105 2025.01.08 15:21:31.618961 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002047 sec., 114802.14948705421 rows/sec., 10.23 MiB/sec.
3106 2025.01.08 15:21:31.619029 [ 272 ] {5ba5272d-ec1a-49aa-9fbc-3f35bec88469} <Debug> TCPHandler: Processed in 0.002435805 sec.
3107 2025.01.08 15:21:31.619173 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3108 2025.01.08 15:21:31.619300 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3109 2025.01.08 15:21:31.619353 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3110 2025.01.08 15:21:31.619972 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3111 2025.01.08 15:21:31.620013 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3112 2025.01.08 15:21:31.620382 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3113 2025.01.08 15:21:31.620654 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3114 2025.01.08 15:21:31.620819 [ 66 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3115 2025.01.08 15:21:31.620887 [ 66 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3116 2025.01.08 15:21:31.620928 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001644 sec., 23114.355231143552 rows/sec., 1.66 MiB/sec.
3117 2025.01.08 15:21:31.620936 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3118 2025.01.08 15:21:31.621086 [ 267 ] {e872de92-1cfa-4199-aa28-32aeeae7c3ac} <Debug> TCPHandler: Processed in 0.001967369 sec.
3119 2025.01.08 15:21:31.621166 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
3120 2025.01.08 15:21:31.621263 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3121 2025.01.08 15:21:31.621322 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3122 2025.01.08 15:21:31.621356 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part
3123 2025.01.08 15:21:31.621437 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3124 2025.01.08 15:21:31.621458 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
3125 2025.01.08 15:21:31.621606 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3126 2025.01.08 15:21:31.621845 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part
3127 2025.01.08 15:21:31.622344 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part
3128 2025.01.08 15:21:31.622710 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part
3129 2025.01.08 15:21:31.623075 [ 186 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part
3130 2025.01.08 15:21:31.624261 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3131 2025.01.08 15:21:31.624308 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3132 2025.01.08 15:21:31.624936 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3133 2025.01.08 15:21:31.625013 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.003957267 sec., 48771.03313979066 rows/sec., 3.69 MiB/sec.
3134 2025.01.08 15:21:31.625187 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3135 2025.01.08 15:21:31.625265 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3136 2025.01.08 15:21:31.625582 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004185 sec., 3345.280764635603 rows/sec., 234.28 KiB/sec.
3137 2025.01.08 15:21:31.625836 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3138 2025.01.08 15:21:31.625946 [ 272 ] {7a6d64eb-88ab-40ae-8c3e-128d0309f619} <Debug> TCPHandler: Processed in 0.004748129 sec.
3139 2025.01.08 15:21:31.626129 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_11_2} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3140 2025.01.08 15:21:31.626175 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3141 2025.01.08 15:21:31.626272 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3142 2025.01.08 15:21:31.626364 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3143 2025.01.08 15:21:31.626422 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3144 2025.01.08 15:21:31.627015 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2025.01.08 15:21:31.627057 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3146 2025.01.08 15:21:31.627421 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3147 2025.01.08 15:21:31.627676 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3148 2025.01.08 15:21:31.627891 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec.
3149 2025.01.08 15:21:31.627947 [ 267 ] {023bcc72-4b85-4e6f-bf79-7e504b265c56} <Debug> TCPHandler: Processed in 0.001849076 sec.
3150 2025.01.08 15:21:31.628106 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3151 2025.01.08 15:21:31.628239 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3152 2025.01.08 15:21:31.628291 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3153 2025.01.08 15:21:31.629003 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3154 2025.01.08 15:21:31.629043 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3155 2025.01.08 15:21:31.629435 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3156 2025.01.08 15:21:31.629678 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3157 2025.01.08 15:21:31.629861 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.00165 sec., 228484.84848484848 rows/sec., 16.15 MiB/sec.
3158 2025.01.08 15:21:31.629916 [ 272 ] {6bfb179d-89ce-4245-b61e-46472ec4b55e} <Debug> TCPHandler: Processed in 0.001871217 sec.
3159 2025.01.08 15:21:31.630085 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3160 2025.01.08 15:21:31.630238 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3161 2025.01.08 15:21:31.630300 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3162 2025.01.08 15:21:31.630837 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3163 2025.01.08 15:21:31.630877 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3164 2025.01.08 15:21:31.631263 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3165 2025.01.08 15:21:31.631524 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3166 2025.01.08 15:21:31.631801 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001582 sec., 3792.6675094816687 rows/sec., 198.15 KiB/sec.
3167 2025.01.08 15:21:31.631928 [ 267 ] {b3de4b13-e10a-4eb9-ac2b-824e2a88a821} <Debug> TCPHandler: Processed in 0.001922518 sec.
3168 2025.01.08 15:21:31.632083 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3169 2025.01.08 15:21:31.632204 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3170 2025.01.08 15:21:31.632258 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3171 2025.01.08 15:21:31.632832 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2025.01.08 15:21:31.632871 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3173 2025.01.08 15:21:31.633268 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3174 2025.01.08 15:21:31.633511 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3175 2025.01.08 15:21:31.633705 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001528 sec., 115837.69633507852 rows/sec., 7.64 MiB/sec.
3176 2025.01.08 15:21:31.633834 [ 272 ] {d248b55a-0499-4d1f-91e7-58a8f4995e69} <Debug> TCPHandler: Processed in 0.001807856 sec.
3177 2025.01.08 15:21:31.633986 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3178 2025.01.08 15:21:31.634107 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3179 2025.01.08 15:21:31.634161 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3180 2025.01.08 15:21:31.634656 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3181 2025.01.08 15:21:31.634696 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3182 2025.01.08 15:21:31.635061 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3183 2025.01.08 15:21:31.635300 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3184 2025.01.08 15:21:31.635518 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec.
3185 2025.01.08 15:21:31.635570 [ 267 ] {731f3dd3-d64b-474f-aa31-022a1cf8f531} <Debug> TCPHandler: Processed in 0.001646253 sec.
3186 2025.01.08 15:21:31.635719 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3187 2025.01.08 15:21:31.635860 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3188 2025.01.08 15:21:31.635951 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3189 2025.01.08 15:21:31.637151 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3190 2025.01.08 15:21:31.637190 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3191 2025.01.08 15:21:31.637847 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3192 2025.01.08 15:21:31.638105 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3193 2025.01.08 15:21:31.638241 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3194 2025.01.08 15:21:31.638297 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2025.01.08 15:21:31.638324 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002495 sec., 12424.8496993988 rows/sec., 22.26 MiB/sec.
3196 2025.01.08 15:21:31.638330 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3197 2025.01.08 15:21:31.638875 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
3198 2025.01.08 15:21:31.638944 [ 272 ] {4be2ef65-3f8c-4333-9d6b-fdb28567c7a8} <Debug> TCPHandler: Processed in 0.003288827 sec.
3199 2025.01.08 15:21:31.639217 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3200 2025.01.08 15:21:31.639500 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3201 2025.01.08 15:21:31.639635 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3202 2025.01.08 15:21:31.639684 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3203 2025.01.08 15:21:31.639924 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part
3204 2025.01.08 15:21:31.640703 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part
3205 2025.01.08 15:21:31.641609 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part
3206 2025.01.08 15:21:31.641660 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3207 2025.01.08 15:21:31.641749 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3208 2025.01.08 15:21:31.642245 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
3209 2025.01.08 15:21:31.642957 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part
3210 2025.01.08 15:21:31.643196 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3211 2025.01.08 15:21:31.643566 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
3212 2025.01.08 15:21:31.643979 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2025.01.08 15:21:31.644697 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005273 sec., 9861.558884885264 rows/sec., 625.24 KiB/sec.
3214 2025.01.08 15:21:31.644892 [ 267 ] {62372725-4492-4046-ad9b-f77fee997717} <Debug> TCPHandler: Processed in 0.005808273 sec.
3215 2025.01.08 15:21:31.649335 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 19 columns (19 merged, 0 gathered) in 0.010871747 sec., 19408.104327666933 rows/sec., 34.78 MiB/sec.
3216 2025.01.08 15:21:31.649744 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3217 2025.01.08 15:21:31.650128 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.01.08 15:21:31.650212 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3219 2025.01.08 15:21:31.650316 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
3220 2025.01.08 15:21:35.578188 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache
3221 2025.01.08 15:21:35.578238 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache
3222 2025.01.08 15:21:35.659044 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3223 2025.01.08 15:21:35.659709 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3224 2025.01.08 15:21:35.659758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3225 2025.01.08 15:21:35.660286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3226 2025.01.08 15:21:35.660542 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3227 2025.01.08 15:21:35.660775 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3228 2025.01.08 15:21:36.074019 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3229 2025.01.08 15:21:36.095757 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2025.01.08 15:21:36.095831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3231 2025.01.08 15:21:36.103382 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3232 2025.01.08 15:21:36.104166 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2025.01.08 15:21:36.107110 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3234 2025.01.08 15:21:36.609986 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3235 2025.01.08 15:21:36.610195 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3236 2025.01.08 15:21:36.610273 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3237 2025.01.08 15:21:36.611077 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3238 2025.01.08 15:21:36.611129 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3239 2025.01.08 15:21:36.611581 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3240 2025.01.08 15:21:36.611839 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3241 2025.01.08 15:21:36.612096 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001956 sec., 24539.877300613498 rows/sec., 2.03 MiB/sec.
3242 2025.01.08 15:21:36.612164 [ 267 ] {eb3a8f87-6811-442d-a048-53cc40e0ce8b} <Debug> TCPHandler: Processed in 0.002320183 sec.
3243 2025.01.08 15:21:36.612409 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3244 2025.01.08 15:21:36.612607 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3245 2025.01.08 15:21:36.612681 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3246 2025.01.08 15:21:36.613458 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3247 2025.01.08 15:21:36.613499 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3248 2025.01.08 15:21:36.613927 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3249 2025.01.08 15:21:36.614179 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3250 2025.01.08 15:21:36.614378 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001828 sec., 6017.505470459519 rows/sec., 452.49 KiB/sec.
3251 2025.01.08 15:21:36.614434 [ 272 ] {b8ba11c0-27a4-4043-a918-079a67a6eee9} <Debug> TCPHandler: Processed in 0.002161701 sec.
3252 2025.01.08 15:21:36.614601 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3253 2025.01.08 15:21:36.614731 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3254 2025.01.08 15:21:36.614785 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3255 2025.01.08 15:21:36.615408 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3256 2025.01.08 15:21:36.615450 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3257 2025.01.08 15:21:36.615836 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3258 2025.01.08 15:21:36.616075 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3259 2025.01.08 15:21:36.616338 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001637 sec., 23824.06841783751 rows/sec., 1.86 MiB/sec.
3260 2025.01.08 15:21:36.616497 [ 267 ] {7d9f475c-7529-4762-bc90-08bfb70b8b0a} <Debug> TCPHandler: Processed in 0.001954758 sec.
3261 2025.01.08 15:21:36.616694 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3262 2025.01.08 15:21:36.616842 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3263 2025.01.08 15:21:36.616905 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3264 2025.01.08 15:21:36.617563 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3265 2025.01.08 15:21:36.617607 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3266 2025.01.08 15:21:36.618003 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3267 2025.01.08 15:21:36.618242 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3268 2025.01.08 15:21:36.618426 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001618 sec., 61804.69715698393 rows/sec., 4.29 MiB/sec.
3269 2025.01.08 15:21:36.618477 [ 272 ] {eb017e08-05e2-482a-a1fb-c072c58572c9} <Debug> TCPHandler: Processed in 0.001864967 sec.
3270 2025.01.08 15:21:36.618647 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3271 2025.01.08 15:21:36.618805 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3272 2025.01.08 15:21:36.618923 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3273 2025.01.08 15:21:36.620430 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3274 2025.01.08 15:21:36.620473 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3275 2025.01.08 15:21:36.621108 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3276 2025.01.08 15:21:36.621371 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3277 2025.01.08 15:21:36.621615 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002848 sec., 3862.359550561798 rows/sec., 6.92 MiB/sec.
3278 2025.01.08 15:21:36.621722 [ 267 ] {97c5187d-7c38-4010-a7dc-f716bd0f6ff8} <Debug> TCPHandler: Processed in 0.003148285 sec.
3279 2025.01.08 15:21:36.621892 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3280 2025.01.08 15:21:36.622033 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3281 2025.01.08 15:21:36.622094 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3282 2025.01.08 15:21:36.622657 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3283 2025.01.08 15:21:36.622695 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3284 2025.01.08 15:21:36.623070 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3285 2025.01.08 15:21:36.623316 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3286 2025.01.08 15:21:36.623497 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001494 sec., 20080.321285140562 rows/sec., 1.38 MiB/sec.
3287 2025.01.08 15:21:36.623545 [ 272 ] {6822525a-7207-469a-ba30-e189d1ef7de7} <Debug> TCPHandler: Processed in 0.001724754 sec.
3288 2025.01.08 15:21:36.880216 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3289 2025.01.08 15:21:36.880413 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3290 2025.01.08 15:21:36.880488 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3291 2025.01.08 15:21:36.881233 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3292 2025.01.08 15:21:36.881287 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3293 2025.01.08 15:21:36.881715 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3294 2025.01.08 15:21:36.881970 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3295 2025.01.08 15:21:36.882190 [ 110 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3296 2025.01.08 15:21:36.882235 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec.
3297 2025.01.08 15:21:36.882268 [ 110 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3298 2025.01.08 15:21:36.882341 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3299 2025.01.08 15:21:36.882376 [ 267 ] {16e64d1a-2d94-4f18-a8cf-090f795167d4} <Debug> TCPHandler: Processed in 0.002290283 sec.
3300 2025.01.08 15:21:36.882738 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3301 2025.01.08 15:21:36.882812 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3302 2025.01.08 15:21:36.883037 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3303 2025.01.08 15:21:36.883119 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3304 2025.01.08 15:21:36.883157 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3305 2025.01.08 15:21:36.883188 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3306 2025.01.08 15:21:36.883560 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3307 2025.01.08 15:21:36.883873 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3308 2025.01.08 15:21:36.884312 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3309 2025.01.08 15:21:36.884643 [ 192 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
3310 2025.01.08 15:21:36.886139 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3311 2025.01.08 15:21:36.886226 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3312 2025.01.08 15:21:36.887369 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3313 2025.01.08 15:21:36.887417 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004938111 sec., 14175.461021431069 rows/sec., 1.05 MiB/sec.
3314 2025.01.08 15:21:36.887660 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3315 2025.01.08 15:21:36.887824 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3316 2025.01.08 15:21:36.888363 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005413 sec., 369.48087936449286 rows/sec., 30.13 KiB/sec.
3317 2025.01.08 15:21:36.888458 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_9_2} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2025.01.08 15:21:36.888558 [ 272 ] {711a4fb9-f5f2-4413-8c91-29e965ec5221} <Debug> TCPHandler: Processed in 0.006061748 sec.
3319 2025.01.08 15:21:36.888671 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_9_2} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3320 2025.01.08 15:21:36.888789 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2025.01.08 15:21:36.888827 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3322 2025.01.08 15:21:36.888959 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3323 2025.01.08 15:21:36.889027 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3324 2025.01.08 15:21:36.890254 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3325 2025.01.08 15:21:36.890298 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3326 2025.01.08 15:21:36.890801 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3327 2025.01.08 15:21:36.891052 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3328 2025.01.08 15:21:36.891214 [ 110 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3329 2025.01.08 15:21:36.891278 [ 110 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3330 2025.01.08 15:21:36.891313 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3331 2025.01.08 15:21:36.891329 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002393 sec., 575010.4471374843 rows/sec., 48.01 MiB/sec.
3332 2025.01.08 15:21:36.891550 [ 267 ] {0b955428-9641-4c5b-914e-d3771d77aa49} <Debug> TCPHandler: Processed in 0.002867831 sec.
3333 2025.01.08 15:21:36.891603 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
3334 2025.01.08 15:21:36.891734 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3335 2025.01.08 15:21:36.891741 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3336 2025.01.08 15:21:36.891790 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1402 rows starting from the beginning of the part
3337 2025.01.08 15:21:36.891960 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3338 2025.01.08 15:21:36.891980 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 235 rows starting from the beginning of the part
3339 2025.01.08 15:21:36.892116 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3340 2025.01.08 15:21:36.892375 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part
3341 2025.01.08 15:21:36.892769 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 235 rows starting from the beginning of the part
3342 2025.01.08 15:21:36.893111 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part
3343 2025.01.08 15:21:36.893519 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1376 rows starting from the beginning of the part
3344 2025.01.08 15:21:36.894650 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3345 2025.01.08 15:21:36.894694 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3346 2025.01.08 15:21:36.895234 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3347 2025.01.08 15:21:36.895496 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3348 2025.01.08 15:21:36.895693 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.003846 sec., 10400.416016640665 rows/sec., 760.99 KiB/sec.
3349 2025.01.08 15:21:36.895787 [ 272 ] {7ab2b992-20e8-4155-a5e3-3f26ca2f291a} <Debug> TCPHandler: Processed in 0.004126209 sec.
3350 2025.01.08 15:21:36.896028 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3351 2025.01.08 15:21:36.896074 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3344 rows, containing 5 columns (5 merged, 0 gathered) in 0.004672757 sec., 715637.4705553916 rows/sec., 63.07 MiB/sec.
3352 2025.01.08 15:21:36.896192 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3353 2025.01.08 15:21:36.896270 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3354 2025.01.08 15:21:36.896410 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3355 2025.01.08 15:21:36.897019 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3356 2025.01.08 15:21:36.897194 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_21_4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3357 2025.01.08 15:21:36.897388 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3358 2025.01.08 15:21:36.897581 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3359 2025.01.08 15:21:36.897627 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3360 2025.01.08 15:21:36.898013 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3361 2025.01.08 15:21:36.898262 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3362 2025.01.08 15:21:36.898485 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002327 sec., 103996.56209712075 rows/sec., 7.05 MiB/sec.
3363 2025.01.08 15:21:36.898552 [ 267 ] {26fe9d2f-4c92-4d70-8b29-c1c18a1515e6} <Debug> TCPHandler: Processed in 0.002671599 sec.
3364 2025.01.08 15:21:36.898715 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3365 2025.01.08 15:21:36.898855 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3366 2025.01.08 15:21:36.898913 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3367 2025.01.08 15:21:36.899605 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3368 2025.01.08 15:21:36.899645 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3369 2025.01.08 15:21:36.900008 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3370 2025.01.08 15:21:36.900259 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3371 2025.01.08 15:21:36.900378 [ 134 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3372 2025.01.08 15:21:36.900419 [ 134 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3373 2025.01.08 15:21:36.900443 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3374 2025.01.08 15:21:36.900446 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec.
3375 2025.01.08 15:21:36.900651 [ 272 ] {9253264c-c1d4-4ecf-836b-028b9c662fe3} <Debug> TCPHandler: Processed in 0.002000809 sec.
3376 2025.01.08 15:21:36.900683 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3377 2025.01.08 15:21:36.900836 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3378 2025.01.08 15:21:36.900873 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3379 2025.01.08 15:21:36.900912 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3380 2025.01.08 15:21:36.901076 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3381 2025.01.08 15:21:36.901161 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3382 2025.01.08 15:21:36.901222 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3383 2025.01.08 15:21:36.901556 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3384 2025.01.08 15:21:36.901840 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3385 2025.01.08 15:21:36.902146 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
3386 2025.01.08 15:21:36.904290 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2025.01.08 15:21:36.904308 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003786385 sec., 17166.769887372782 rows/sec., 1.11 MiB/sec.
3388 2025.01.08 15:21:36.904350 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3389 2025.01.08 15:21:36.904530 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3390 2025.01.08 15:21:36.905151 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_9_2} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3391 2025.01.08 15:21:36.905224 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3392 2025.01.08 15:21:36.905289 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_9_2} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3393 2025.01.08 15:21:36.905424 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3394 2025.01.08 15:21:36.905592 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3395 2025.01.08 15:21:36.905770 [ 134 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3396 2025.01.08 15:21:36.905835 [ 134 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.01.08 15:21:36.905867 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3398 2025.01.08 15:21:36.905883 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.004902 sec., 170338.63729090168 rows/sec., 12.30 MiB/sec.
3399 2025.01.08 15:21:36.906040 [ 267 ] {dc75b543-2403-4c6d-8fdf-c135f7c351f9} <Debug> TCPHandler: Processed in 0.005301197 sec.
3400 2025.01.08 15:21:36.906073 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
3401 2025.01.08 15:21:36.906211 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3402 2025.01.08 15:21:36.906222 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3403 2025.01.08 15:21:36.906254 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part
3404 2025.01.08 15:21:36.906529 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3405 2025.01.08 15:21:36.906560 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 377 rows starting from the beginning of the part
3406 2025.01.08 15:21:36.906697 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3407 2025.01.08 15:21:36.906939 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
3408 2025.01.08 15:21:36.907353 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 377 rows starting from the beginning of the part
3409 2025.01.08 15:21:36.907651 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
3410 2025.01.08 15:21:36.907913 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 835 rows starting from the beginning of the part
3411 2025.01.08 15:21:36.908857 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3412 2025.01.08 15:21:36.908932 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3413 2025.01.08 15:21:36.909899 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3414 2025.01.08 15:21:36.910327 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3415 2025.01.08 15:21:36.910671 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004247 sec., 1412.7619496114905 rows/sec., 73.81 KiB/sec.
3416 2025.01.08 15:21:36.910987 [ 272 ] {116aaae6-e999-4cd6-afef-fe1020c0b0a0} <Debug> TCPHandler: Processed in 0.00483923 sec.
3417 2025.01.08 15:21:36.911266 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3418 2025.01.08 15:21:36.911351 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2537 rows, containing 5 columns (5 merged, 0 gathered) in 0.005398308 sec., 469962.06959662173 rows/sec., 35.64 MiB/sec.
3419 2025.01.08 15:21:36.911446 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3420 2025.01.08 15:21:36.911541 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3421 2025.01.08 15:21:36.911642 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3422 2025.01.08 15:21:36.912255 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3423 2025.01.08 15:21:36.912358 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_21_4} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3424 2025.01.08 15:21:36.912544 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
3425 2025.01.08 15:21:36.912866 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3426 2025.01.08 15:21:36.912912 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3427 2025.01.08 15:21:36.913363 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3428 2025.01.08 15:21:36.913627 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3429 2025.01.08 15:21:36.913791 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3430 2025.01.08 15:21:36.913852 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3431 2025.01.08 15:21:36.913886 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3432 2025.01.08 15:21:36.913893 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.002486 sec., 379726.4682220435 rows/sec., 25.21 MiB/sec.
3433 2025.01.08 15:21:36.914036 [ 267 ] {f5e83993-c6df-4b2f-af50-f8aec2a164e7} <Debug> TCPHandler: Processed in 0.002907282 sec.
3434 2025.01.08 15:21:36.914064 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
3435 2025.01.08 15:21:36.914197 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3436 2025.01.08 15:21:36.914223 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3437 2025.01.08 15:21:36.914241 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5044 rows starting from the beginning of the part
3438 2025.01.08 15:21:36.914462 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 177 rows starting from the beginning of the part
3439 2025.01.08 15:21:36.914579 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3440 2025.01.08 15:21:36.914762 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3441 2025.01.08 15:21:36.914925 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part
3442 2025.01.08 15:21:36.915311 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part
3443 2025.01.08 15:21:36.915658 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part
3444 2025.01.08 15:21:36.916027 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 944 rows starting from the beginning of the part
3445 2025.01.08 15:21:36.916829 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3446 2025.01.08 15:21:36.916887 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3447 2025.01.08 15:21:36.917504 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3448 2025.01.08 15:21:36.918073 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3449 2025.01.08 15:21:36.918394 [ 134 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3450 2025.01.08 15:21:36.918501 [ 134 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3451 2025.01.08 15:21:36.918566 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3452 2025.01.08 15:21:36.918812 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00433 sec., 230.9468822170901 rows/sec., 15.56 KiB/sec.
3453 2025.01.08 15:21:36.919064 [ 272 ] {796d1970-4b8e-44ba-ba30-88313ce93f28} <Debug> TCPHandler: Processed in 0.004936581 sec.
3454 2025.01.08 15:21:36.919079 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3455 2025.01.08 15:21:36.919276 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3456 2025.01.08 15:21:36.919293 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3457 2025.01.08 15:21:36.919357 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3458 2025.01.08 15:21:36.919646 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
3459 2025.01.08 15:21:36.919673 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3460 2025.01.08 15:21:36.919971 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3461 2025.01.08 15:21:36.920293 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3462 2025.01.08 15:21:36.920546 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3463 2025.01.08 15:21:36.920662 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3464 2025.01.08 15:21:36.921068 [ 198 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
3465 2025.01.08 15:21:36.922197 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6542 rows, containing 5 columns (5 merged, 0 gathered) in 0.008218398 sec., 796018.883485565 rows/sec., 53.27 MiB/sec.
3466 2025.01.08 15:21:36.922775 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3467 2025.01.08 15:21:36.923920 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2025.01.08 15:21:36.924273 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3469 2025.01.08 15:21:36.924606 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB.
3470 2025.01.08 15:21:36.926107 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.007389977 sec., 1488.502602917438 rows/sec., 99.24 KiB/sec.
3471 2025.01.08 15:21:36.926379 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3472 2025.01.08 15:21:36.927098 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3473 2025.01.08 15:21:36.927112 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3474 2025.01.08 15:21:36.927160 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3475 2025.01.08 15:21:36.927294 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_10_2} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3476 2025.01.08 15:21:36.927505 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3477 2025.01.08 15:21:36.928113 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3478 2025.01.08 15:21:36.928385 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3479 2025.01.08 15:21:36.928746 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.009238 sec., 3355.7046979865772 rows/sec., 6.01 MiB/sec.
3480 2025.01.08 15:21:36.928936 [ 267 ] {165a0a26-ef7c-428f-ad7d-4b433fd568fd} <Debug> TCPHandler: Processed in 0.009772571 sec.
3481 2025.01.08 15:21:36.929104 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3482 2025.01.08 15:21:36.929247 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3483 2025.01.08 15:21:36.929309 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3484 2025.01.08 15:21:36.929842 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2025.01.08 15:21:36.929881 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3486 2025.01.08 15:21:36.930252 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3487 2025.01.08 15:21:36.930498 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2025.01.08 15:21:36.930621 [ 134 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3489 2025.01.08 15:21:36.930659 [ 134 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3490 2025.01.08 15:21:36.930683 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3491 2025.01.08 15:21:36.930687 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001471 sec., 19034.67029231815 rows/sec., 1.07 MiB/sec.
3492 2025.01.08 15:21:36.930804 [ 272 ] {3e95d73b-a988-4436-b6ac-aea45c671c4e} <Debug> TCPHandler: Processed in 0.001768126 sec.
3493 2025.01.08 15:21:36.930834 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
3494 2025.01.08 15:21:36.930945 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3495 2025.01.08 15:21:36.930977 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part
3496 2025.01.08 15:21:36.931045 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part
3497 2025.01.08 15:21:36.931289 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part
3498 2025.01.08 15:21:36.931398 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
3499 2025.01.08 15:21:36.931618 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part
3500 2025.01.08 15:21:36.931738 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part
3501 2025.01.08 15:21:36.932881 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.002150902 sec., 343111.8665564493 rows/sec., 22.07 MiB/sec.
3502 2025.01.08 15:21:36.933033 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3503 2025.01.08 15:21:36.933306 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3504 2025.01.08 15:21:36.933376 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_21_4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3505 2025.01.08 15:21:36.933440 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
3506 2025.01.08 15:21:37.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.75 MiB, peak 184.37 MiB, free memory in arenas 0.00 B, will set to 176.68 MiB (RSS), difference: -1.06 MiB
3507 2025.01.08 15:21:40.679770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 500
3508 2025.01.08 15:21:40.683725 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.01.08 15:21:40.683766 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3510 2025.01.08 15:21:40.685264 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3511 2025.01.08 15:21:40.685570 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.01.08 15:21:40.686252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500
3513 2025.01.08 15:21:41.607786 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3514 2025.01.08 15:21:41.608087 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3515 2025.01.08 15:21:41.608196 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3516 2025.01.08 15:21:41.609145 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2025.01.08 15:21:41.609195 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3518 2025.01.08 15:21:41.609633 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3519 2025.01.08 15:21:41.609887 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3520 2025.01.08 15:21:41.610116 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002111 sec., 12316.43770724775 rows/sec., 937.70 KiB/sec.
3521 2025.01.08 15:21:41.610180 [ 267 ] {bda2a0fa-bdf6-49a3-b582-7088eb186cb2} <Debug> TCPHandler: Processed in 0.002546737 sec.
3522 2025.01.08 15:21:41.610503 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3523 2025.01.08 15:21:41.610812 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3524 2025.01.08 15:21:41.610894 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3525 2025.01.08 15:21:41.611667 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3526 2025.01.08 15:21:41.611721 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3527 2025.01.08 15:21:41.612169 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3528 2025.01.08 15:21:41.612422 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3529 2025.01.08 15:21:41.612666 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001935 sec., 14470.284237726097 rows/sec., 1.13 MiB/sec.
3530 2025.01.08 15:21:41.612734 [ 272 ] {0f5fe202-8c8d-4292-a27d-33b051070ddb} <Debug> TCPHandler: Processed in 0.002438715 sec.
3531 2025.01.08 15:21:41.612919 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3532 2025.01.08 15:21:41.613132 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3533 2025.01.08 15:21:41.613226 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3534 2025.01.08 15:21:41.614005 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3535 2025.01.08 15:21:41.614045 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3536 2025.01.08 15:21:41.614439 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3537 2025.01.08 15:21:41.614676 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3538 2025.01.08 15:21:41.614886 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00181 sec., 44198.89502762431 rows/sec., 3.06 MiB/sec.
3539 2025.01.08 15:21:41.614946 [ 267 ] {ac89d15b-c429-424d-8fcc-25a3224bc38a} <Debug> TCPHandler: Processed in 0.00212515 sec.
3540 2025.01.08 15:21:41.615153 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3541 2025.01.08 15:21:41.615328 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3542 2025.01.08 15:21:41.615402 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3543 2025.01.08 15:21:41.616044 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3544 2025.01.08 15:21:41.616102 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3545 2025.01.08 15:21:41.616713 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3546 2025.01.08 15:21:41.617069 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2025.01.08 15:21:41.617397 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.002092 sec., 11472.27533460803 rows/sec., 804.78 KiB/sec.
3548 2025.01.08 15:21:41.617727 [ 272 ] {880b51be-733f-47c8-801f-6fb2cf89e795} <Debug> TCPHandler: Processed in 0.002655658 sec.
3549 2025.01.08 15:21:43.160914 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3550 2025.01.08 15:21:43.161572 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3551 2025.01.08 15:21:43.161614 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3552 2025.01.08 15:21:43.162128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3553 2025.01.08 15:21:43.162373 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3554 2025.01.08 15:21:43.162607 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3555 2025.01.08 15:21:43.607201 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3556 2025.01.08 15:21:43.628675 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3557 2025.01.08 15:21:43.628734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3558 2025.01.08 15:21:43.636561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3559 2025.01.08 15:21:43.637312 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3560 2025.01.08 15:21:43.640081 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3561 2025.01.08 15:21:46.610129 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3562 2025.01.08 15:21:46.610334 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3563 2025.01.08 15:21:46.610410 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3564 2025.01.08 15:21:46.611190 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3565 2025.01.08 15:21:46.611244 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3566 2025.01.08 15:21:46.611692 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3567 2025.01.08 15:21:46.611951 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3568 2025.01.08 15:21:46.612215 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001927 sec., 24909.185262065388 rows/sec., 2.06 MiB/sec.
3569 2025.01.08 15:21:46.612384 [ 267 ] {bd01681b-1f84-4bf9-aeed-e495478e3e55} <Debug> TCPHandler: Processed in 0.002387944 sec.
3570 2025.01.08 15:21:46.612678 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3571 2025.01.08 15:21:46.612883 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3572 2025.01.08 15:21:46.612964 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3573 2025.01.08 15:21:46.613736 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3574 2025.01.08 15:21:46.613791 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3575 2025.01.08 15:21:46.614230 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3576 2025.01.08 15:21:46.614482 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3577 2025.01.08 15:21:46.614786 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001934 sec., 5687.693898655636 rows/sec., 427.69 KiB/sec.
3578 2025.01.08 15:21:46.614958 [ 272 ] {7cde7a27-b0a8-4ba8-aa5d-f064346232e8} <Debug> TCPHandler: Processed in 0.002419195 sec.
3579 2025.01.08 15:21:46.615130 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3580 2025.01.08 15:21:46.615257 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3581 2025.01.08 15:21:46.615309 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3582 2025.01.08 15:21:46.615932 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3583 2025.01.08 15:21:46.615972 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3584 2025.01.08 15:21:46.616341 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3585 2025.01.08 15:21:46.616577 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3586 2025.01.08 15:21:46.616826 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001594 sec., 24466.750313676286 rows/sec., 1.91 MiB/sec.
3587 2025.01.08 15:21:46.617029 [ 267 ] {116f14cf-2f6a-4040-ad90-2aea1b023f10} <Debug> TCPHandler: Processed in 0.001955808 sec.
3588 2025.01.08 15:21:46.617235 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3589 2025.01.08 15:21:46.617387 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3590 2025.01.08 15:21:46.617453 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3591 2025.01.08 15:21:46.618079 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3592 2025.01.08 15:21:46.618122 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3593 2025.01.08 15:21:46.618531 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3594 2025.01.08 15:21:46.618771 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3595 2025.01.08 15:21:46.618991 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001642 sec., 60901.339829476245 rows/sec., 4.22 MiB/sec.
3596 2025.01.08 15:21:46.619047 [ 272 ] {f4e11153-7099-4163-95bd-5a082758e5a3} <Debug> TCPHandler: Processed in 0.001910998 sec.
3597 2025.01.08 15:21:46.619215 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3598 2025.01.08 15:21:46.619355 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3599 2025.01.08 15:21:46.619452 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3600 2025.01.08 15:21:46.620663 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3601 2025.01.08 15:21:46.620703 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3602 2025.01.08 15:21:46.621318 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3603 2025.01.08 15:21:46.621571 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3604 2025.01.08 15:21:46.621817 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002494 sec., 4410.585404971933 rows/sec., 7.90 MiB/sec.
3605 2025.01.08 15:21:46.621937 [ 267 ] {005a4be2-e592-4fe5-b96e-bb3ceca5e6e8} <Debug> TCPHandler: Processed in 0.002789 sec.
3606 2025.01.08 15:21:46.622089 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3607 2025.01.08 15:21:46.622222 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3608 2025.01.08 15:21:46.622275 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3609 2025.01.08 15:21:46.622775 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3610 2025.01.08 15:21:46.622816 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3611 2025.01.08 15:21:46.623220 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3612 2025.01.08 15:21:46.623463 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3613 2025.01.08 15:21:46.623678 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001483 sec., 20229.265003371544 rows/sec., 1.39 MiB/sec.
3614 2025.01.08 15:21:46.623733 [ 272 ] {a7dec059-a9db-4431-80ff-84b3f60dc0fd} <Debug> TCPHandler: Processed in 0.001708315 sec.
3615 2025.01.08 15:21:48.052587 [ 142 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
3616 2025.01.08 15:21:48.052684 [ 142 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3617 2025.01.08 15:21:48.052726 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3618 2025.01.08 15:21:48.052981 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
3619 2025.01.08 15:21:48.053273 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3620 2025.01.08 15:21:48.053327 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
3621 2025.01.08 15:21:48.053464 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part
3622 2025.01.08 15:21:48.053824 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3623 2025.01.08 15:21:48.054034 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3624 2025.01.08 15:21:48.054203 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part
3625 2025.01.08 15:21:48.055267 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002436245 sec., 309903.15013473603 rows/sec., 22.18 MiB/sec.
3626 2025.01.08 15:21:48.055488 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3627 2025.01.08 15:21:48.055878 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2025.01.08 15:21:48.055979 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_10_2} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
3629 2025.01.08 15:21:48.056084 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3630 2025.01.08 15:21:50.578327 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
3631 2025.01.08 15:21:50.578381 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
3632 2025.01.08 15:21:50.663816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3633 2025.01.08 15:21:50.664559 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3634 2025.01.08 15:21:50.664602 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3635 2025.01.08 15:21:50.665245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3636 2025.01.08 15:21:50.665477 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3637 2025.01.08 15:21:50.665698 [ 137 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3638 2025.01.08 15:21:50.665717 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3639 2025.01.08 15:21:50.665767 [ 137 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2025.01.08 15:21:50.665794 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3641 2025.01.08 15:21:50.665963 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
3642 2025.01.08 15:21:50.666221 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3643 2025.01.08 15:21:50.666253 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3644 2025.01.08 15:21:50.666313 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3645 2025.01.08 15:21:50.666402 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3646 2025.01.08 15:21:50.666667 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
3647 2025.01.08 15:21:50.666853 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3648 2025.01.08 15:21:50.667027 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3649 2025.01.08 15:21:50.668778 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002906432 sec., 2539539.8894589655 rows/sec., 36.33 MiB/sec.
3650 2025.01.08 15:21:50.669589 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3651 2025.01.08 15:21:50.669910 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2025.01.08 15:21:50.669998 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_16_3} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3653 2025.01.08 15:21:50.670105 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3654 2025.01.08 15:21:50.687638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 520
3655 2025.01.08 15:21:50.690497 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3656 2025.01.08 15:21:50.690548 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3657 2025.01.08 15:21:50.692029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3658 2025.01.08 15:21:50.692382 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3659 2025.01.08 15:21:50.692570 [ 137 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3660 2025.01.08 15:21:50.692666 [ 137 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3661 2025.01.08 15:21:50.692727 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3662 2025.01.08 15:21:50.693078 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
3663 2025.01.08 15:21:50.693874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520
3664 2025.01.08 15:21:50.694385 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3665 2025.01.08 15:21:50.694542 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part
3666 2025.01.08 15:21:50.695108 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
3667 2025.01.08 15:21:50.695733 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3668 2025.01.08 15:21:50.696402 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3669 2025.01.08 15:21:50.696965 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part
3670 2025.01.08 15:21:50.697625 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3671 2025.01.08 15:21:50.705180 [ 190 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 72 columns (72 merged, 0 gathered) in 0.012343018 sec., 42129.080586287724 rows/sec., 37.26 MiB/sec.
3672 2025.01.08 15:21:50.706184 [ 187 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3673 2025.01.08 15:21:50.706881 [ 187 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3674 2025.01.08 15:21:50.706958 [ 187 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_11_2} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3675 2025.01.08 15:21:50.707139 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB.
3676 2025.01.08 15:21:51.002896 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000922823 sec.
3677 2025.01.08 15:21:51.141799 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3678 2025.01.08 15:21:51.163590 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3679 2025.01.08 15:21:51.163654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3680 2025.01.08 15:21:51.171488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3681 2025.01.08 15:21:51.172285 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2025.01.08 15:21:51.172661 [ 137 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3683 2025.01.08 15:21:51.172801 [ 137 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2025.01.08 15:21:51.172866 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3685 2025.01.08 15:21:51.173339 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3686 2025.01.08 15:21:51.188134 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3687 2025.01.08 15:21:51.189706 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3688 2025.01.08 15:21:51.190902 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3689 2025.01.08 15:21:51.196098 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3690 2025.01.08 15:21:51.201451 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3691 2025.01.08 15:21:51.206649 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3692 2025.01.08 15:21:51.212102 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3693 2025.01.08 15:21:51.216572 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
3694 2025.01.08 15:21:51.273512 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100497948 sec., 1204.004682762279 rows/sec., 6.23 MiB/sec.
3695 2025.01.08 15:21:51.275060 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3696 2025.01.08 15:21:51.277381 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3697 2025.01.08 15:21:51.277473 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_16_3} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3698 2025.01.08 15:21:51.278557 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3699 2025.01.08 15:21:51.617120 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3700 2025.01.08 15:21:51.617487 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3701 2025.01.08 15:21:51.617679 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3702 2025.01.08 15:21:51.618615 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3703 2025.01.08 15:21:51.618675 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3704 2025.01.08 15:21:51.619126 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3705 2025.01.08 15:21:51.619388 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3706 2025.01.08 15:21:51.619664 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002308 sec., 6065.857885615251 rows/sec., 436.66 KiB/sec.
3707 2025.01.08 15:21:51.619834 [ 267 ] {b770ac79-4c8e-4186-a44e-83a9af8561a4} <Debug> TCPHandler: Processed in 0.002883591 sec.
3708 2025.01.08 15:21:51.620110 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3709 2025.01.08 15:21:51.620301 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3710 2025.01.08 15:21:51.620376 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3711 2025.01.08 15:21:51.621263 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3712 2025.01.08 15:21:51.621313 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3713 2025.01.08 15:21:51.621885 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3714 2025.01.08 15:21:51.622148 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3715 2025.01.08 15:21:51.622433 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002185 sec., 107551.48741418765 rows/sec., 9.59 MiB/sec.
3716 2025.01.08 15:21:51.622664 [ 272 ] {13ae39e9-f457-4b0a-b859-f9519f52c597} <Debug> TCPHandler: Processed in 0.002682109 sec.
3717 2025.01.08 15:21:51.622864 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3718 2025.01.08 15:21:51.622999 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3719 2025.01.08 15:21:51.623055 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3720 2025.01.08 15:21:51.623680 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3721 2025.01.08 15:21:51.623836 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3722 2025.01.08 15:21:51.624192 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3723 2025.01.08 15:21:51.624430 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3724 2025.01.08 15:21:51.624645 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001665 sec., 22822.82282282282 rows/sec., 1.63 MiB/sec.
3725 2025.01.08 15:21:51.624698 [ 267 ] {4ced9044-215a-46ea-9a79-ad33c38b907e} <Debug> TCPHandler: Processed in 0.001908628 sec.
3726 2025.01.08 15:21:51.624863 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3727 2025.01.08 15:21:51.625013 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3728 2025.01.08 15:21:51.625074 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3729 2025.01.08 15:21:51.625776 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2025.01.08 15:21:51.625823 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3731 2025.01.08 15:21:51.626190 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3732 2025.01.08 15:21:51.626430 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3733 2025.01.08 15:21:51.626656 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec.
3734 2025.01.08 15:21:51.626712 [ 272 ] {4e6dc078-0f02-4922-9ab4-854095f91d18} <Debug> TCPHandler: Processed in 0.001921857 sec.
3735 2025.01.08 15:21:51.626925 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3736 2025.01.08 15:21:51.627146 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3737 2025.01.08 15:21:51.627235 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3738 2025.01.08 15:21:51.628050 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3739 2025.01.08 15:21:51.628089 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3740 2025.01.08 15:21:51.628446 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3741 2025.01.08 15:21:51.628687 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3742 2025.01.08 15:21:51.628972 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001855 sec., 7008.086253369272 rows/sec., 436.95 KiB/sec.
3743 2025.01.08 15:21:51.629098 [ 267 ] {ad814c58-b8ef-4fd6-b9d3-d5ee1d4ea31c} <Debug> TCPHandler: Processed in 0.002282133 sec.
3744 2025.01.08 15:21:51.629251 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3745 2025.01.08 15:21:51.629396 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3746 2025.01.08 15:21:51.629453 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3747 2025.01.08 15:21:51.630215 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3748 2025.01.08 15:21:51.630255 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3749 2025.01.08 15:21:51.630647 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3750 2025.01.08 15:21:51.630910 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3751 2025.01.08 15:21:51.631173 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001802 sec., 209211.98668146503 rows/sec., 14.79 MiB/sec.
3752 2025.01.08 15:21:51.631407 [ 272 ] {326926f6-2fe4-4f8e-9028-b6a28f538de3} <Debug> TCPHandler: Processed in 0.002221862 sec.
3753 2025.01.08 15:21:51.631566 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3754 2025.01.08 15:21:51.631704 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3755 2025.01.08 15:21:51.631763 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3756 2025.01.08 15:21:51.632314 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3757 2025.01.08 15:21:51.632359 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3758 2025.01.08 15:21:51.632777 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3759 2025.01.08 15:21:51.633036 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2025.01.08 15:21:51.633348 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001652 sec., 3631.961259079903 rows/sec., 189.76 KiB/sec.
3761 2025.01.08 15:21:51.633468 [ 267 ] {d84a3cce-d08f-4fc3-ba15-af0e4e946bbf} <Debug> TCPHandler: Processed in 0.001969458 sec.
3762 2025.01.08 15:21:51.633617 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3763 2025.01.08 15:21:51.633748 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3764 2025.01.08 15:21:51.633813 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3765 2025.01.08 15:21:51.634506 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2025.01.08 15:21:51.634554 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3767 2025.01.08 15:21:51.634991 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3768 2025.01.08 15:21:51.635231 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2025.01.08 15:21:51.635571 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001826 sec., 96933.18729463308 rows/sec., 6.39 MiB/sec.
3770 2025.01.08 15:21:51.635875 [ 272 ] {41d0355b-486d-4ed8-8f3f-32f53d998492} <Debug> TCPHandler: Processed in 0.002312353 sec.
3771 2025.01.08 15:21:51.636296 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3772 2025.01.08 15:21:51.636556 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3773 2025.01.08 15:21:51.636649 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3774 2025.01.08 15:21:51.637149 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3775 2025.01.08 15:21:51.637186 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3776 2025.01.08 15:21:51.637541 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3777 2025.01.08 15:21:51.637777 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3778 2025.01.08 15:21:51.637999 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec.
3779 2025.01.08 15:21:51.638049 [ 267 ] {f3588164-03bb-4aaa-9de6-886b18ed6cef} <Debug> TCPHandler: Processed in 0.00205037 sec.
3780 2025.01.08 15:21:51.638204 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3781 2025.01.08 15:21:51.638346 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3782 2025.01.08 15:21:51.638442 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3783 2025.01.08 15:21:51.639644 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3784 2025.01.08 15:21:51.639684 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3785 2025.01.08 15:21:51.640341 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3786 2025.01.08 15:21:51.640582 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3787 2025.01.08 15:21:51.640885 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002568 sec., 12071.651090342679 rows/sec., 21.63 MiB/sec.
3788 2025.01.08 15:21:51.640995 [ 272 ] {85b3c6e8-9305-48e5-acfb-cf8c570f7698} <Debug> TCPHandler: Processed in 0.002859161 sec.
3789 2025.01.08 15:21:51.641201 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2025.01.08 15:21:51.641424 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3791 2025.01.08 15:21:51.641516 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3792 2025.01.08 15:21:51.642107 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2025.01.08 15:21:51.642146 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3794 2025.01.08 15:21:51.642515 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3795 2025.01.08 15:21:51.642748 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2025.01.08 15:21:51.643013 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00164 sec., 31707.317073170732 rows/sec., 1.96 MiB/sec.
3797 2025.01.08 15:21:51.643206 [ 267 ] {9af88e0b-097a-4834-85a1-338788e57854} <Debug> TCPHandler: Processed in 0.00211016 sec.
3798 2025.01.08 15:21:56.611604 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3799 2025.01.08 15:21:56.611936 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3800 2025.01.08 15:21:56.612015 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3801 2025.01.08 15:21:56.612768 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2025.01.08 15:21:56.612824 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3803 2025.01.08 15:21:56.613259 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3804 2025.01.08 15:21:56.613521 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2025.01.08 15:21:56.613762 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00191 sec., 2094.240837696335 rows/sec., 170.77 KiB/sec.
3806 2025.01.08 15:21:56.613830 [ 267 ] {751782a6-e890-43fb-992d-7bcc36cf8e8d} <Debug> TCPHandler: Processed in 0.002418235 sec.
3807 2025.01.08 15:21:56.614150 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3808 2025.01.08 15:21:56.614466 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3809 2025.01.08 15:21:56.614589 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3810 2025.01.08 15:21:56.615503 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2025.01.08 15:21:56.615546 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3812 2025.01.08 15:21:56.615988 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3813 2025.01.08 15:21:56.616259 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2025.01.08 15:21:56.616474 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.002096 sec., 23854.961832061068 rows/sec., 1.96 MiB/sec.
3815 2025.01.08 15:21:56.616542 [ 272 ] {628ac518-11a7-4dab-9e0b-5fe42831a789} <Debug> TCPHandler: Processed in 0.002595817 sec.
3816 2025.01.08 15:21:56.616745 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3817 2025.01.08 15:21:56.616979 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3818 2025.01.08 15:21:56.617074 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3819 2025.01.08 15:21:56.618056 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3820 2025.01.08 15:21:56.618098 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3821 2025.01.08 15:21:56.618495 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3822 2025.01.08 15:21:56.618735 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3823 2025.01.08 15:21:56.618912 [ 126 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3824 2025.01.08 15:21:56.618993 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.002071 sec., 7242.877836793819 rows/sec., 534.26 KiB/sec.
3825 2025.01.08 15:21:56.619015 [ 126 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3826 2025.01.08 15:21:56.619119 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3827 2025.01.08 15:21:56.619133 [ 267 ] {4b6903ec-0b62-4aa5-b626-cf9f3474fb51} <Debug> TCPHandler: Processed in 0.002500246 sec.
3828 2025.01.08 15:21:56.619448 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3829 2025.01.08 15:21:56.619468 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
3830 2025.01.08 15:21:56.619837 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3831 2025.01.08 15:21:56.619909 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3832 2025.01.08 15:21:56.619979 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3833 2025.01.08 15:21:56.620001 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 57 rows starting from the beginning of the part
3834 2025.01.08 15:21:56.620352 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part
3835 2025.01.08 15:21:56.620705 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
3836 2025.01.08 15:21:56.621197 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part
3837 2025.01.08 15:21:56.621593 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part
3838 2025.01.08 15:21:56.621837 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part
3839 2025.01.08 15:21:56.622713 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2025.01.08 15:21:56.622774 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3841 2025.01.08 15:21:56.623965 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3842 2025.01.08 15:21:56.624561 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2025.01.08 15:21:56.624832 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005493239 sec., 31311.217298209674 rows/sec., 2.37 MiB/sec.
3844 2025.01.08 15:21:56.625159 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3845 2025.01.08 15:21:56.625224 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.005501 sec., 7816.760588983821 rows/sec., 625.95 KiB/sec.
3846 2025.01.08 15:21:56.625674 [ 272 ] {19c67b38-0846-4d9e-bc67-b7c559c4e1b2} <Debug> TCPHandler: Processed in 0.006414763 sec.
3847 2025.01.08 15:21:56.625992 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3848 2025.01.08 15:21:56.626005 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3849 2025.01.08 15:21:56.626128 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_16_3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3850 2025.01.08 15:21:56.626236 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3851 2025.01.08 15:21:56.626275 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3852 2025.01.08 15:21:56.626344 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3853 2025.01.08 15:21:56.626988 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3854 2025.01.08 15:21:56.627029 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3855 2025.01.08 15:21:56.627439 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3856 2025.01.08 15:21:56.627677 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3857 2025.01.08 15:21:56.628061 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001875 sec., 54400 rows/sec., 3.77 MiB/sec.
3858 2025.01.08 15:21:56.628314 [ 267 ] {1cf1ab29-cfaf-409b-bc5d-1840a0bea19b} <Debug> TCPHandler: Processed in 0.002503516 sec.
3859 2025.01.08 15:21:56.628552 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3860 2025.01.08 15:21:56.628782 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3861 2025.01.08 15:21:56.628925 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3862 2025.01.08 15:21:56.630052 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3863 2025.01.08 15:21:56.630091 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3864 2025.01.08 15:21:56.630713 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3865 2025.01.08 15:21:56.630975 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2025.01.08 15:21:56.631109 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3867 2025.01.08 15:21:56.631156 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2025.01.08 15:21:56.631184 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3869 2025.01.08 15:21:56.631194 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002467 sec., 4458.856911228212 rows/sec., 7.99 MiB/sec.
3870 2025.01.08 15:21:56.631679 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
3871 2025.01.08 15:21:56.631705 [ 272 ] {ddce597f-636c-46ea-a3c9-534eaf8f095a} <Debug> TCPHandler: Processed in 0.003280817 sec.
3872 2025.01.08 15:21:56.632019 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3873 2025.01.08 15:21:56.632220 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3874 2025.01.08 15:21:56.632237 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3875 2025.01.08 15:21:56.632298 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3876 2025.01.08 15:21:56.632323 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 211 rows starting from the beginning of the part
3877 2025.01.08 15:21:56.633055 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part
3878 2025.01.08 15:21:56.633630 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part
3879 2025.01.08 15:21:56.634204 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3880 2025.01.08 15:21:56.634265 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part
3881 2025.01.08 15:21:56.634266 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3882 2025.01.08 15:21:56.634848 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3883 2025.01.08 15:21:56.635393 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3884 2025.01.08 15:21:56.635397 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part
3885 2025.01.08 15:21:56.635951 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3886 2025.01.08 15:21:56.636306 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004141 sec., 7244.626901714562 rows/sec., 508.21 KiB/sec.
3887 2025.01.08 15:21:56.636380 [ 267 ] {4cdb47cd-c5d5-4d7e-a5dc-21f1dc9d5399} <Debug> TCPHandler: Processed in 0.004491075 sec.
3888 2025.01.08 15:21:56.638863 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 19 columns (19 merged, 0 gathered) in 0.007549528 sec., 40532.33526652263 rows/sec., 72.63 MiB/sec.
3889 2025.01.08 15:21:56.639872 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3890 2025.01.08 15:21:56.640321 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.01.08 15:21:56.640405 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3892 2025.01.08 15:21:56.640547 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB.
3893 2025.01.08 15:21:58.166561 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3894 2025.01.08 15:21:58.167547 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3895 2025.01.08 15:21:58.167594 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3896 2025.01.08 15:21:58.168151 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3897 2025.01.08 15:21:58.168424 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3898 2025.01.08 15:21:58.168618 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3899 2025.01.08 15:21:58.688326 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3900 2025.01.08 15:21:58.707249 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2025.01.08 15:21:58.707304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3902 2025.01.08 15:21:58.714704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3903 2025.01.08 15:21:58.715451 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2025.01.08 15:21:58.718161 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3905 2025.01.08 15:22:00.694686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 556
3906 2025.01.08 15:22:00.697813 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3907 2025.01.08 15:22:00.697862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3908 2025.01.08 15:22:00.699364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3909 2025.01.08 15:22:00.699681 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3910 2025.01.08 15:22:00.700960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556
3911 2025.01.08 15:22:01.616919 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3912 2025.01.08 15:22:01.617273 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3913 2025.01.08 15:22:01.617390 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3914 2025.01.08 15:22:01.618420 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2025.01.08 15:22:01.618472 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3916 2025.01.08 15:22:01.618909 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3917 2025.01.08 15:22:01.619157 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2025.01.08 15:22:01.619403 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002213 sec., 6326.253953908721 rows/sec., 455.41 KiB/sec.
3919 2025.01.08 15:22:01.619469 [ 267 ] {5f345fef-32da-461e-a9d0-a8aef0861aab} <Debug> TCPHandler: Processed in 0.00274576 sec.
3920 2025.01.08 15:22:01.619753 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2025.01.08 15:22:01.619971 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3922 2025.01.08 15:22:01.620056 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3923 2025.01.08 15:22:01.620950 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2025.01.08 15:22:01.620998 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3925 2025.01.08 15:22:01.621459 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3926 2025.01.08 15:22:01.621746 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2025.01.08 15:22:01.621957 [ 121 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3928 2025.01.08 15:22:01.622008 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002087 sec., 112601.8207954001 rows/sec., 10.04 MiB/sec.
3929 2025.01.08 15:22:01.622039 [ 121 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3930 2025.01.08 15:22:01.622127 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3931 2025.01.08 15:22:01.622153 [ 272 ] {2f44d5a3-2e2d-4db7-b75b-d6d10621d602} <Debug> TCPHandler: Processed in 0.002541286 sec.
3932 2025.01.08 15:22:01.622420 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
3933 2025.01.08 15:22:01.622485 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3934 2025.01.08 15:22:01.622611 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3935 2025.01.08 15:22:01.622679 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1403 rows starting from the beginning of the part
3936 2025.01.08 15:22:01.622921 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3937 2025.01.08 15:22:01.622952 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part
3938 2025.01.08 15:22:01.623204 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3939 2025.01.08 15:22:01.623351 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
3940 2025.01.08 15:22:01.623728 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 235 rows starting from the beginning of the part
3941 2025.01.08 15:22:01.624067 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part
3942 2025.01.08 15:22:01.624489 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 235 rows starting from the beginning of the part
3943 2025.01.08 15:22:01.626007 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3944 2025.01.08 15:22:01.626089 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
3945 2025.01.08 15:22:01.627127 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3946 2025.01.08 15:22:01.627553 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3947 2025.01.08 15:22:01.627987 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703752 sec., 350120.4119674207 rows/sec., 31.00 MiB/sec.
3948 2025.01.08 15:22:01.628206 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005438 sec., 6987.863184994483 rows/sec., 512.52 KiB/sec.
3949 2025.01.08 15:22:01.628415 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3950 2025.01.08 15:22:01.628430 [ 267 ] {f7cc96c0-51bb-48ae-8e07-ef4528102cc0} <Debug> TCPHandler: Processed in 0.006154859 sec.
3951 2025.01.08 15:22:01.628644 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3952 2025.01.08 15:22:01.628784 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3953 2025.01.08 15:22:01.628820 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3954 2025.01.08 15:22:01.628878 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_26_5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3955 2025.01.08 15:22:01.628895 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3956 2025.01.08 15:22:01.628989 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
3957 2025.01.08 15:22:01.629542 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3958 2025.01.08 15:22:01.629581 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3959 2025.01.08 15:22:01.629936 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3960 2025.01.08 15:22:01.630177 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3961 2025.01.08 15:22:01.630402 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 602.25 KiB/sec.
3962 2025.01.08 15:22:01.630456 [ 272 ] {d645de47-a8d4-4085-831c-18e222bf68ad} <Debug> TCPHandler: Processed in 0.001886037 sec.
3963 2025.01.08 15:22:01.630610 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3964 2025.01.08 15:22:01.630757 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3965 2025.01.08 15:22:01.630818 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3966 2025.01.08 15:22:01.631456 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3967 2025.01.08 15:22:01.631495 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3968 2025.01.08 15:22:01.631858 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3969 2025.01.08 15:22:01.632112 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3970 2025.01.08 15:22:01.632314 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
3971 2025.01.08 15:22:01.632368 [ 267 ] {ecd2950e-8950-4fa3-b277-92d01ea81619} <Debug> TCPHandler: Processed in 0.001827047 sec.
3972 2025.01.08 15:22:01.632526 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3973 2025.01.08 15:22:01.632671 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3974 2025.01.08 15:22:01.632731 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3975 2025.01.08 15:22:01.633516 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2025.01.08 15:22:01.633558 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3977 2025.01.08 15:22:01.633948 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3978 2025.01.08 15:22:01.634191 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3979 2025.01.08 15:22:01.634364 [ 121 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3980 2025.01.08 15:22:01.634433 [ 121 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2025.01.08 15:22:01.634450 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001802 sec., 209211.98668146503 rows/sec., 14.79 MiB/sec.
3982 2025.01.08 15:22:01.634470 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
3983 2025.01.08 15:22:01.634617 [ 272 ] {bc23560d-4d8f-4563-9365-79e56c23d652} <Debug> TCPHandler: Processed in 0.002159781 sec.
3984 2025.01.08 15:22:01.634760 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
3985 2025.01.08 15:22:01.634826 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3986 2025.01.08 15:22:01.635003 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3987 2025.01.08 15:22:01.635090 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 872 rows starting from the beginning of the part
3988 2025.01.08 15:22:01.635090 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3989 2025.01.08 15:22:01.635262 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3990 2025.01.08 15:22:01.635360 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
3991 2025.01.08 15:22:01.635705 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
3992 2025.01.08 15:22:01.636075 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 377 rows starting from the beginning of the part
3993 2025.01.08 15:22:01.636414 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 43 rows starting from the beginning of the part
3994 2025.01.08 15:22:01.636757 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 377 rows starting from the beginning of the part
3995 2025.01.08 15:22:01.637730 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3996 2025.01.08 15:22:01.637800 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
3997 2025.01.08 15:22:01.638755 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3998 2025.01.08 15:22:01.639255 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3999 2025.01.08 15:22:01.639415 [ 121 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4000 2025.01.08 15:22:01.639509 [ 121 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2025.01.08 15:22:01.639602 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4002 2025.01.08 15:22:01.639868 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004747 sec., 1263.9561828523276 rows/sec., 66.04 KiB/sec.
4003 2025.01.08 15:22:01.640050 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4004 2025.01.08 15:22:01.640409 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005779123 sec., 300391.5992097763 rows/sec., 22.79 MiB/sec.
4005 2025.01.08 15:22:01.640439 [ 267 ] {dcf942a9-0a35-4be9-b9a4-dcd720ed9be2} <Debug> TCPHandler: Processed in 0.005710662 sec.
4006 2025.01.08 15:22:01.640489 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4007 2025.01.08 15:22:01.640574 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4008 2025.01.08 15:22:01.640699 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2025.01.08 15:22:01.640825 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4010 2025.01.08 15:22:01.640917 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4011 2025.01.08 15:22:01.641207 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4012 2025.01.08 15:22:01.641418 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4013 2025.01.08 15:22:01.641457 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4014 2025.01.08 15:22:01.641839 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4015 2025.01.08 15:22:01.642145 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4016 2025.01.08 15:22:01.642343 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4017 2025.01.08 15:22:01.642572 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_26_5} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4018 2025.01.08 15:22:01.642888 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
4019 2025.01.08 15:22:01.642901 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
4020 2025.01.08 15:22:01.643931 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.01.08 15:22:01.643981 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4022 2025.01.08 15:22:01.644609 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4023 2025.01.08 15:22:01.644633 [ 196 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00489207 sec., 13491.221507460032 rows/sec., 704.86 KiB/sec.
4024 2025.01.08 15:22:01.644906 [ 196 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4025 2025.01.08 15:22:01.645110 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4026 2025.01.08 15:22:01.645476 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4027 2025.01.08 15:22:01.645592 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4028 2025.01.08 15:22:01.645650 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004633 sec., 38204.18735160803 rows/sec., 2.52 MiB/sec.
4029 2025.01.08 15:22:01.645654 [ 196 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_11_2} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4030 2025.01.08 15:22:01.645672 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4031 2025.01.08 15:22:01.646026 [ 272 ] {909ef959-97f2-47f3-b3fc-e383a22e8c7e} <Debug> TCPHandler: Processed in 0.005435998 sec.
4032 2025.01.08 15:22:01.646218 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
4033 2025.01.08 15:22:01.646273 [ 196 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_11_2} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4034 2025.01.08 15:22:01.646800 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4035 2025.01.08 15:22:01.646936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4036 2025.01.08 15:22:01.646944 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6542 rows starting from the beginning of the part
4037 2025.01.08 15:22:01.647040 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4038 2025.01.08 15:22:01.647150 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part
4039 2025.01.08 15:22:01.647415 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4040 2025.01.08 15:22:01.647484 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part
4041 2025.01.08 15:22:01.647701 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4042 2025.01.08 15:22:01.647793 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part
4043 2025.01.08 15:22:01.648138 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 102 rows starting from the beginning of the part
4044 2025.01.08 15:22:01.648551 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 177 rows starting from the beginning of the part
4045 2025.01.08 15:22:01.649922 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4046 2025.01.08 15:22:01.649970 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4047 2025.01.08 15:22:01.650854 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4048 2025.01.08 15:22:01.651457 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4049 2025.01.08 15:22:01.651865 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004576 sec., 218.53146853146853 rows/sec., 14.73 KiB/sec.
4050 2025.01.08 15:22:01.651967 [ 267 ] {9708f8fd-f8ab-4a80-9341-6899a29d0e7c} <Debug> TCPHandler: Processed in 0.005786693 sec.
4051 2025.01.08 15:22:01.652168 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4052 2025.01.08 15:22:01.652291 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4053 2025.01.08 15:22:01.652375 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4054 2025.01.08 15:22:01.652800 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7178 rows, containing 5 columns (5 merged, 0 gathered) in 0.00690819 sec., 1039056.5401356941 rows/sec., 69.58 MiB/sec.
4055 2025.01.08 15:22:01.653496 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4056 2025.01.08 15:22:01.654197 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4057 2025.01.08 15:22:01.654412 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4058 2025.01.08 15:22:01.654628 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.
4059 2025.01.08 15:22:01.654746 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4060 2025.01.08 15:22:01.654791 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4061 2025.01.08 15:22:01.655503 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4062 2025.01.08 15:22:01.655773 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4063 2025.01.08 15:22:01.656021 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003754 sec., 8257.858284496537 rows/sec., 14.80 MiB/sec.
4064 2025.01.08 15:22:01.656139 [ 272 ] {71a6ce8d-c69d-4138-8fe4-e50d775092eb} <Debug> TCPHandler: Processed in 0.004065639 sec.
4065 2025.01.08 15:22:01.656318 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4066 2025.01.08 15:22:01.656461 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4067 2025.01.08 15:22:01.656523 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4068 2025.01.08 15:22:01.657099 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.01.08 15:22:01.657137 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4070 2025.01.08 15:22:01.657515 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4071 2025.01.08 15:22:01.657758 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.01.08 15:22:01.657882 [ 121 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4073 2025.01.08 15:22:01.657920 [ 121 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4074 2025.01.08 15:22:01.657942 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001512 sec., 34391.53439153439 rows/sec., 2.13 MiB/sec.
4075 2025.01.08 15:22:01.657946 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4076 2025.01.08 15:22:01.658068 [ 267 ] {2a95923a-8be4-4df5-a7b1-7a856a1d4d03} <Debug> TCPHandler: Processed in 0.001814676 sec.
4077 2025.01.08 15:22:01.658354 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
4078 2025.01.08 15:22:01.658599 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4079 2025.01.08 15:22:01.658631 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 738 rows starting from the beginning of the part
4080 2025.01.08 15:22:01.658708 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part
4081 2025.01.08 15:22:01.658915 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
4082 2025.01.08 15:22:01.659123 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part
4083 2025.01.08 15:22:01.659286 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
4084 2025.01.08 15:22:01.659443 [ 190 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part
4085 2025.01.08 15:22:01.660590 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.002537246 sec., 364962.6405953542 rows/sec., 23.52 MiB/sec.
4086 2025.01.08 15:22:01.660758 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4087 2025.01.08 15:22:01.661074 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4088 2025.01.08 15:22:01.661148 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_26_5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4089 2025.01.08 15:22:01.661220 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4090 2025.01.08 15:22:05.578422 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
4091 2025.01.08 15:22:05.578480 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
4092 2025.01.08 15:22:05.668720 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
4093 2025.01.08 15:22:05.669731 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4094 2025.01.08 15:22:05.669778 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4095 2025.01.08 15:22:05.670291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4096 2025.01.08 15:22:05.670536 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4097 2025.01.08 15:22:05.670793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4098 2025.01.08 15:22:06.218247 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4099 2025.01.08 15:22:06.239009 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4100 2025.01.08 15:22:06.239067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4101 2025.01.08 15:22:06.246633 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4102 2025.01.08 15:22:06.247429 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4103 2025.01.08 15:22:06.250263 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4104 2025.01.08 15:22:06.611199 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4105 2025.01.08 15:22:06.611407 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4106 2025.01.08 15:22:06.611487 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4107 2025.01.08 15:22:06.612331 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4108 2025.01.08 15:22:06.612378 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4109 2025.01.08 15:22:06.612817 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4110 2025.01.08 15:22:06.613071 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4111 2025.01.08 15:22:06.613303 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001953 sec., 24577.572964669736 rows/sec., 2.04 MiB/sec.
4112 2025.01.08 15:22:06.613367 [ 267 ] {6b8f3bb2-5744-4db2-abe2-f358f07b8f57} <Debug> TCPHandler: Processed in 0.002305124 sec.
4113 2025.01.08 15:22:06.613637 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4114 2025.01.08 15:22:06.613835 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4115 2025.01.08 15:22:06.613917 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4116 2025.01.08 15:22:06.614678 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4117 2025.01.08 15:22:06.614726 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4118 2025.01.08 15:22:06.615156 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4119 2025.01.08 15:22:06.615409 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4120 2025.01.08 15:22:06.615648 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001869 sec., 5885.50026752274 rows/sec., 442.56 KiB/sec.
4121 2025.01.08 15:22:06.615707 [ 272 ] {e1cc611a-83bc-42f9-b244-92b864bbf8e0} <Debug> TCPHandler: Processed in 0.002212512 sec.
4122 2025.01.08 15:22:06.615871 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4123 2025.01.08 15:22:06.616002 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4124 2025.01.08 15:22:06.616054 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4125 2025.01.08 15:22:06.616664 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2025.01.08 15:22:06.616704 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4127 2025.01.08 15:22:06.617111 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4128 2025.01.08 15:22:06.617378 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4129 2025.01.08 15:22:06.617579 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001608 sec., 24253.73134328358 rows/sec., 1.89 MiB/sec.
4130 2025.01.08 15:22:06.617635 [ 267 ] {ee3c96c1-9e07-4a8e-8a54-630ae314092f} <Debug> TCPHandler: Processed in 0.001825556 sec.
4131 2025.01.08 15:22:06.617798 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4132 2025.01.08 15:22:06.617945 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4133 2025.01.08 15:22:06.618010 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4134 2025.01.08 15:22:06.618598 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4135 2025.01.08 15:22:06.618639 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4136 2025.01.08 15:22:06.619035 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4137 2025.01.08 15:22:06.619289 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4138 2025.01.08 15:22:06.619513 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001601 sec., 62460.96189881324 rows/sec., 4.33 MiB/sec.
4139 2025.01.08 15:22:06.619565 [ 272 ] {d6012b61-9e37-44f1-bee2-4da83cd5780d} <Debug> TCPHandler: Processed in 0.001835237 sec.
4140 2025.01.08 15:22:06.619720 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4141 2025.01.08 15:22:06.619842 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4142 2025.01.08 15:22:06.619926 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4143 2025.01.08 15:22:06.621049 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4144 2025.01.08 15:22:06.621089 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4145 2025.01.08 15:22:06.621705 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4146 2025.01.08 15:22:06.621957 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4147 2025.01.08 15:22:06.622262 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002446 sec., 4497.138184791496 rows/sec., 8.06 MiB/sec.
4148 2025.01.08 15:22:06.622660 [ 267 ] {62f16cd0-fb09-4c4f-b694-d7af195484a5} <Debug> TCPHandler: Processed in 0.002997773 sec.
4149 2025.01.08 15:22:06.622808 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4150 2025.01.08 15:22:06.622927 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4151 2025.01.08 15:22:06.622981 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4152 2025.01.08 15:22:06.623473 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2025.01.08 15:22:06.623513 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4154 2025.01.08 15:22:06.623902 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4155 2025.01.08 15:22:06.624148 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4156 2025.01.08 15:22:06.624354 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00145 sec., 20689.655172413793 rows/sec., 1.42 MiB/sec.
4157 2025.01.08 15:22:06.624404 [ 272 ] {482f8213-d30c-4972-aabb-e90c73dcb4b6} <Debug> TCPHandler: Processed in 0.001652134 sec.
4158 2025.01.08 15:22:06.879901 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4159 2025.01.08 15:22:06.880090 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4160 2025.01.08 15:22:06.880162 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4161 2025.01.08 15:22:06.880938 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4162 2025.01.08 15:22:06.880989 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4163 2025.01.08 15:22:06.881413 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4164 2025.01.08 15:22:06.881662 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4165 2025.01.08 15:22:06.881893 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec.
4166 2025.01.08 15:22:06.881950 [ 267 ] {ad4d4f80-24de-42ea-aa2f-6a3cdee81168} <Debug> TCPHandler: Processed in 0.002179541 sec.
4167 2025.01.08 15:22:06.882248 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4168 2025.01.08 15:22:06.882454 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4169 2025.01.08 15:22:06.882536 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4170 2025.01.08 15:22:06.883301 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.01.08 15:22:06.883353 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4172 2025.01.08 15:22:06.883773 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4173 2025.01.08 15:22:06.884031 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2025.01.08 15:22:06.884283 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001882 sec., 4250.797024442083 rows/sec., 346.62 KiB/sec.
4175 2025.01.08 15:22:06.884455 [ 272 ] {d39e289e-1697-4f89-a715-a5a80dc3adb8} <Debug> TCPHandler: Processed in 0.002368304 sec.
4176 2025.01.08 15:22:06.884631 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4177 2025.01.08 15:22:06.884753 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4178 2025.01.08 15:22:06.884804 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4179 2025.01.08 15:22:06.885918 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4180 2025.01.08 15:22:06.885958 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4181 2025.01.08 15:22:06.886418 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4182 2025.01.08 15:22:06.886662 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.01.08 15:22:06.886880 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002152 sec., 640799.2565055763 rows/sec., 53.48 MiB/sec.
4184 2025.01.08 15:22:06.886934 [ 267 ] {5d36e270-c10c-470e-8265-5dc8a759300d} <Debug> TCPHandler: Processed in 0.002365684 sec.
4185 2025.01.08 15:22:06.887122 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4186 2025.01.08 15:22:06.887332 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4187 2025.01.08 15:22:06.887416 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4188 2025.01.08 15:22:06.888333 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4189 2025.01.08 15:22:06.888374 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4190 2025.01.08 15:22:06.888748 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4191 2025.01.08 15:22:06.888987 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.01.08 15:22:06.889192 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.001894 sec., 24287.222808870116 rows/sec., 1.73 MiB/sec.
4193 2025.01.08 15:22:06.889246 [ 272 ] {6dd76c19-1cfd-4d87-ac90-9d81e1fabdca} <Debug> TCPHandler: Processed in 0.002210881 sec.
4194 2025.01.08 15:22:06.889392 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4195 2025.01.08 15:22:06.889511 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4196 2025.01.08 15:22:06.889560 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4197 2025.01.08 15:22:06.890220 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2025.01.08 15:22:06.890258 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4199 2025.01.08 15:22:06.890650 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4200 2025.01.08 15:22:06.890891 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4201 2025.01.08 15:22:06.891070 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001583 sec., 152874.28932406823 rows/sec., 10.36 MiB/sec.
4202 2025.01.08 15:22:06.891121 [ 267 ] {d22fbb2f-50d3-4d0e-8af7-28048f37cb97} <Debug> TCPHandler: Processed in 0.001786416 sec.
4203 2025.01.08 15:22:06.891272 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4204 2025.01.08 15:22:06.891394 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4205 2025.01.08 15:22:06.891445 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4206 2025.01.08 15:22:06.892037 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4207 2025.01.08 15:22:06.892077 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4208 2025.01.08 15:22:06.892440 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4209 2025.01.08 15:22:06.892677 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.01.08 15:22:06.892933 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec.
4211 2025.01.08 15:22:06.893144 [ 272 ] {10e0fda0-6463-4851-ad6a-4ae6c08a7d88} <Debug> TCPHandler: Processed in 0.001928208 sec.
4212 2025.01.08 15:22:06.893311 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4213 2025.01.08 15:22:06.893452 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4214 2025.01.08 15:22:06.893511 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4215 2025.01.08 15:22:06.894444 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4216 2025.01.08 15:22:06.894483 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4217 2025.01.08 15:22:06.894880 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4218 2025.01.08 15:22:06.895114 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4219 2025.01.08 15:22:06.895289 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.001867 sec., 450455.27584359935 rows/sec., 32.55 MiB/sec.
4220 2025.01.08 15:22:06.895340 [ 267 ] {3ad8f3a8-7599-4a8a-978a-918c1ab5bdb1} <Debug> TCPHandler: Processed in 0.0020944 sec.
4221 2025.01.08 15:22:06.895488 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4222 2025.01.08 15:22:06.895611 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4223 2025.01.08 15:22:06.895664 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4224 2025.01.08 15:22:06.896168 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4225 2025.01.08 15:22:06.896208 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4226 2025.01.08 15:22:06.896579 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4227 2025.01.08 15:22:06.896826 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4228 2025.01.08 15:22:06.897043 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec.
4229 2025.01.08 15:22:06.897096 [ 272 ] {d1f2ab06-8d08-489e-a7bf-bdb3791740b3} <Debug> TCPHandler: Processed in 0.001666364 sec.
4230 2025.01.08 15:22:06.897266 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4231 2025.01.08 15:22:06.897408 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4232 2025.01.08 15:22:06.897472 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4233 2025.01.08 15:22:06.898275 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4234 2025.01.08 15:22:06.898315 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4235 2025.01.08 15:22:06.898769 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4236 2025.01.08 15:22:06.899020 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4237 2025.01.08 15:22:06.899216 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001839 sec., 514953.77922784124 rows/sec., 34.19 MiB/sec.
4238 2025.01.08 15:22:06.899270 [ 267 ] {8315d252-836c-47b2-bdce-d24beaf7c2ae} <Debug> TCPHandler: Processed in 0.00207223 sec.
4239 2025.01.08 15:22:06.899429 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4240 2025.01.08 15:22:06.899549 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4241 2025.01.08 15:22:06.899602 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4242 2025.01.08 15:22:06.900081 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4243 2025.01.08 15:22:06.900121 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4244 2025.01.08 15:22:06.900476 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4245 2025.01.08 15:22:06.900712 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4246 2025.01.08 15:22:06.900920 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec.
4247 2025.01.08 15:22:06.900973 [ 272 ] {f91ec31c-acc8-46d8-bdba-6d7bdd78cb76} <Debug> TCPHandler: Processed in 0.001602224 sec.
4248 2025.01.08 15:22:06.901129 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4249 2025.01.08 15:22:06.901267 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4250 2025.01.08 15:22:06.901359 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4251 2025.01.08 15:22:06.902641 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4252 2025.01.08 15:22:06.902679 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4253 2025.01.08 15:22:06.903334 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4254 2025.01.08 15:22:06.903625 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4255 2025.01.08 15:22:06.903836 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002599 sec., 11927.6644863409 rows/sec., 21.37 MiB/sec.
4256 2025.01.08 15:22:06.903965 [ 267 ] {2e6dab2b-8c5a-42b4-a084-673f1ee0bd92} <Debug> TCPHandler: Processed in 0.002894121 sec.
4257 2025.01.08 15:22:06.904131 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4258 2025.01.08 15:22:06.904256 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4259 2025.01.08 15:22:06.904307 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4260 2025.01.08 15:22:06.904800 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4261 2025.01.08 15:22:06.904839 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4262 2025.01.08 15:22:06.905218 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4263 2025.01.08 15:22:06.905455 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4264 2025.01.08 15:22:06.905665 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001433 sec., 19539.42777390091 rows/sec., 1.10 MiB/sec.
4265 2025.01.08 15:22:06.905718 [ 272 ] {7b926134-5988-4ec6-bf81-1a1e494b25de} <Debug> TCPHandler: Processed in 0.001654634 sec.
4266 2025.01.08 15:22:07.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.17 MiB, peak 189.07 MiB, free memory in arenas 0.00 B, will set to 182.90 MiB (RSS), difference: -1.26 MiB
4267 2025.01.08 15:22:10.701214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 614
4268 2025.01.08 15:22:10.705418 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4269 2025.01.08 15:22:10.705468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4270 2025.01.08 15:22:10.706963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4271 2025.01.08 15:22:10.707267 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4272 2025.01.08 15:22:10.708229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 614
4273 2025.01.08 15:22:11.610437 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4274 2025.01.08 15:22:11.610766 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4275 2025.01.08 15:22:11.610889 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4276 2025.01.08 15:22:11.611892 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2025.01.08 15:22:11.611947 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4278 2025.01.08 15:22:11.612389 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4279 2025.01.08 15:22:11.612649 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2025.01.08 15:22:11.612934 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002246 sec., 11576.135351736419 rows/sec., 881.34 KiB/sec.
4281 2025.01.08 15:22:11.613041 [ 267 ] {19ac25f8-17ef-4820-9c97-46019c619fcb} <Debug> TCPHandler: Processed in 0.002820981 sec.
4282 2025.01.08 15:22:11.613401 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4283 2025.01.08 15:22:11.613616 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4284 2025.01.08 15:22:11.613697 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4285 2025.01.08 15:22:11.614528 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4286 2025.01.08 15:22:11.614570 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4287 2025.01.08 15:22:11.615002 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4288 2025.01.08 15:22:11.615254 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4289 2025.01.08 15:22:11.615453 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001899 sec., 14744.60242232754 rows/sec., 1.15 MiB/sec.
4290 2025.01.08 15:22:11.615519 [ 272 ] {71c4d78c-cd11-4752-9921-b197f9933b01} <Debug> TCPHandler: Processed in 0.002320534 sec.
4291 2025.01.08 15:22:11.615734 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4292 2025.01.08 15:22:11.615971 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4293 2025.01.08 15:22:11.616074 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4294 2025.01.08 15:22:11.616743 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2025.01.08 15:22:11.616785 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4296 2025.01.08 15:22:11.617184 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4297 2025.01.08 15:22:11.617429 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2025.01.08 15:22:11.617668 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001759 sec., 45480.38658328596 rows/sec., 3.15 MiB/sec.
4299 2025.01.08 15:22:11.617724 [ 267 ] {ba055007-af68-4a73-893b-3c7c366e1027} <Debug> TCPHandler: Processed in 0.002105871 sec.
4300 2025.01.08 15:22:11.617942 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4301 2025.01.08 15:22:11.618170 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4302 2025.01.08 15:22:11.618268 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4303 2025.01.08 15:22:11.618794 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4304 2025.01.08 15:22:11.618831 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4305 2025.01.08 15:22:11.619237 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4306 2025.01.08 15:22:11.619473 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4307 2025.01.08 15:22:11.619656 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001544 sec., 15544.041450777202 rows/sec., 1.06 MiB/sec.
4308 2025.01.08 15:22:11.619709 [ 272 ] {332a7aab-1ca2-422e-a0ce-11ba3bec3c19} <Debug> TCPHandler: Processed in 0.001880227 sec.
4309 2025.01.08 15:22:13.170901 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4310 2025.01.08 15:22:13.171609 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.01.08 15:22:13.171655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4312 2025.01.08 15:22:13.172261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4313 2025.01.08 15:22:13.172539 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4314 2025.01.08 15:22:13.172812 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4315 2025.01.08 15:22:13.750318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4316 2025.01.08 15:22:13.771321 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2025.01.08 15:22:13.771386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4318 2025.01.08 15:22:13.778949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4319 2025.01.08 15:22:13.779694 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4320 2025.01.08 15:22:13.782581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4321 2025.01.08 15:22:16.611145 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4322 2025.01.08 15:22:16.611355 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4323 2025.01.08 15:22:16.611434 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4324 2025.01.08 15:22:16.612208 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4325 2025.01.08 15:22:16.612260 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4326 2025.01.08 15:22:16.612729 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4327 2025.01.08 15:22:16.612986 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4328 2025.01.08 15:22:16.613200 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001899 sec., 25276.46129541864 rows/sec., 2.09 MiB/sec.
4329 2025.01.08 15:22:16.613268 [ 267 ] {d4d8528a-f5b3-412c-af03-8b17614ea6dc} <Debug> TCPHandler: Processed in 0.002260462 sec.
4330 2025.01.08 15:22:16.613521 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4331 2025.01.08 15:22:16.613726 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4332 2025.01.08 15:22:16.613803 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4333 2025.01.08 15:22:16.614568 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4334 2025.01.08 15:22:16.614620 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4335 2025.01.08 15:22:16.615053 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4336 2025.01.08 15:22:16.615304 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4337 2025.01.08 15:22:16.615553 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001883 sec., 5841.741901221455 rows/sec., 439.27 KiB/sec.
4338 2025.01.08 15:22:16.615622 [ 272 ] {ef130919-12cb-41dd-9030-63bcc751b32a} <Debug> TCPHandler: Processed in 0.002244792 sec.
4339 2025.01.08 15:22:16.615776 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4340 2025.01.08 15:22:16.615928 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4341 2025.01.08 15:22:16.615991 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4342 2025.01.08 15:22:16.616660 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4343 2025.01.08 15:22:16.616698 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4344 2025.01.08 15:22:16.617069 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4345 2025.01.08 15:22:16.617304 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.01.08 15:22:16.617499 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001608 sec., 24253.73134328358 rows/sec., 1.89 MiB/sec.
4347 2025.01.08 15:22:16.617620 [ 267 ] {ccf44422-5d79-4c72-99fb-315ac9b25548} <Debug> TCPHandler: Processed in 0.001913258 sec.
4348 2025.01.08 15:22:16.617804 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4349 2025.01.08 15:22:16.617956 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4350 2025.01.08 15:22:16.618023 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4351 2025.01.08 15:22:16.618632 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4352 2025.01.08 15:22:16.618672 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4353 2025.01.08 15:22:16.619072 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4354 2025.01.08 15:22:16.619310 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4355 2025.01.08 15:22:16.619527 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001606 sec., 62266.50062266501 rows/sec., 4.32 MiB/sec.
4356 2025.01.08 15:22:16.619581 [ 272 ] {7100491a-45c3-4c19-884f-f6cd1c3e479c} <Debug> TCPHandler: Processed in 0.001867067 sec.
4357 2025.01.08 15:22:16.619728 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4358 2025.01.08 15:22:16.619870 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4359 2025.01.08 15:22:16.619966 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4360 2025.01.08 15:22:16.621140 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4361 2025.01.08 15:22:16.621179 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4362 2025.01.08 15:22:16.621794 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4363 2025.01.08 15:22:16.622077 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4364 2025.01.08 15:22:16.622276 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002438 sec., 4511.894995898278 rows/sec., 8.09 MiB/sec.
4365 2025.01.08 15:22:16.622385 [ 267 ] {8cf4cd37-cdb3-4802-801b-9e093500fec8} <Debug> TCPHandler: Processed in 0.002722939 sec.
4366 2025.01.08 15:22:16.622545 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4367 2025.01.08 15:22:16.622687 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4368 2025.01.08 15:22:16.622750 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4369 2025.01.08 15:22:16.623319 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4370 2025.01.08 15:22:16.623366 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4371 2025.01.08 15:22:16.623745 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4372 2025.01.08 15:22:16.624005 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2025.01.08 15:22:16.624216 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00156 sec., 19230.76923076923 rows/sec., 1.32 MiB/sec.
4374 2025.01.08 15:22:16.624268 [ 272 ] {1135b354-474e-4e5a-9bfc-e73e75bfe184} <Debug> TCPHandler: Processed in 0.001790536 sec.
4375 2025.01.08 15:22:20.578525 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
4376 2025.01.08 15:22:20.578599 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
4377 2025.01.08 15:22:20.672956 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4378 2025.01.08 15:22:20.673585 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4379 2025.01.08 15:22:20.673626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4380 2025.01.08 15:22:20.674185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4381 2025.01.08 15:22:20.674435 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4382 2025.01.08 15:22:20.674665 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4383 2025.01.08 15:22:20.708536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 634
4384 2025.01.08 15:22:20.711379 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4385 2025.01.08 15:22:20.711439 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4386 2025.01.08 15:22:20.712961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4387 2025.01.08 15:22:20.713281 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4388 2025.01.08 15:22:20.714301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634
4389 2025.01.08 15:22:21.282686 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4390 2025.01.08 15:22:21.305024 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4391 2025.01.08 15:22:21.305080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4392 2025.01.08 15:22:21.312790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4393 2025.01.08 15:22:21.313618 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2025.01.08 15:22:21.316673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4395 2025.01.08 15:22:21.616242 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4396 2025.01.08 15:22:21.616551 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4397 2025.01.08 15:22:21.616650 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4398 2025.01.08 15:22:21.617417 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2025.01.08 15:22:21.617471 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4400 2025.01.08 15:22:21.617928 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4401 2025.01.08 15:22:21.618186 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2025.01.08 15:22:21.618398 [ 92 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4403 2025.01.08 15:22:21.618473 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec.
4404 2025.01.08 15:22:21.618650 [ 92 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2025.01.08 15:22:21.618721 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4406 2025.01.08 15:22:21.618741 [ 267 ] {b0bd0838-7f45-4ce8-a48c-8a444f59b7f3} <Debug> TCPHandler: Processed in 0.002680539 sec.
4407 2025.01.08 15:22:21.619104 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4408 2025.01.08 15:22:21.619159 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4409 2025.01.08 15:22:21.619381 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4410 2025.01.08 15:22:21.619384 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4411 2025.01.08 15:22:21.619443 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4412 2025.01.08 15:22:21.619470 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4413 2025.01.08 15:22:21.619717 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4414 2025.01.08 15:22:21.620112 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4415 2025.01.08 15:22:21.620484 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4416 2025.01.08 15:22:21.620857 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
4417 2025.01.08 15:22:21.622150 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4418 2025.01.08 15:22:21.622200 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4419 2025.01.08 15:22:21.622620 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003790174 sec., 18468.80908369906 rows/sec., 1.37 MiB/sec.
4420 2025.01.08 15:22:21.622906 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4421 2025.01.08 15:22:21.622931 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4422 2025.01.08 15:22:21.623433 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4423 2025.01.08 15:22:21.623486 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_13_3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2025.01.08 15:22:21.623665 [ 199 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_13_3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4425 2025.01.08 15:22:21.623784 [ 92 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4426 2025.01.08 15:22:21.623911 [ 92 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.01.08 15:22:21.623940 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4428 2025.01.08 15:22:21.624001 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4429 2025.01.08 15:22:21.624052 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.004727 sec., 49714.40660038079 rows/sec., 4.43 MiB/sec.
4430 2025.01.08 15:22:21.624281 [ 272 ] {d902ebc0-8779-4f20-b66a-15ffeeee4bf9} <Debug> TCPHandler: Processed in 0.005419628 sec.
4431 2025.01.08 15:22:21.624292 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
4432 2025.01.08 15:22:21.624515 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2025.01.08 15:22:21.624533 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4434 2025.01.08 15:22:21.624583 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1405 rows starting from the beginning of the part
4435 2025.01.08 15:22:21.624766 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4436 2025.01.08 15:22:21.624932 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4437 2025.01.08 15:22:21.624925 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part
4438 2025.01.08 15:22:21.625345 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1379 rows starting from the beginning of the part
4439 2025.01.08 15:22:21.625715 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part
4440 2025.01.08 15:22:21.626100 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part
4441 2025.01.08 15:22:21.626421 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 235 rows starting from the beginning of the part
4442 2025.01.08 15:22:21.627724 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4443 2025.01.08 15:22:21.627775 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4444 2025.01.08 15:22:21.628698 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4445 2025.01.08 15:22:21.629186 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4446 2025.01.08 15:22:21.629410 [ 92 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4447 2025.01.08 15:22:21.629472 [ 92 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2025.01.08 15:22:21.629571 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4449 2025.01.08 15:22:21.629586 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004866 sec., 7809.288943690917 rows/sec., 572.77 KiB/sec.
4450 2025.01.08 15:22:21.630095 [ 267 ] {74cd7e8f-15d3-46e0-bf92-9fcd35eb0a2e} <Debug> TCPHandler: Processed in 0.005693132 sec.
4451 2025.01.08 15:22:21.630665 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006550124 sec., 479532.90655260877 rows/sec., 42.04 MiB/sec.
4452 2025.01.08 15:22:21.630714 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4453 2025.01.08 15:22:21.630944 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
4454 2025.01.08 15:22:21.631048 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4455 2025.01.08 15:22:21.631163 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4456 2025.01.08 15:22:21.631279 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4457 2025.01.08 15:22:21.631309 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4458 2025.01.08 15:22:21.631401 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 63 rows starting from the beginning of the part
4459 2025.01.08 15:22:21.631814 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 38 rows starting from the beginning of the part
4460 2025.01.08 15:22:21.632213 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part
4461 2025.01.08 15:22:21.632602 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part
4462 2025.01.08 15:22:21.633133 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part
4463 2025.01.08 15:22:21.633688 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part
4464 2025.01.08 15:22:21.633677 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4465 2025.01.08 15:22:21.634337 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_31_6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4466 2025.01.08 15:22:21.634702 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4467 2025.01.08 15:22:21.635045 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4468 2025.01.08 15:22:21.635093 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4469 2025.01.08 15:22:21.635663 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4470 2025.01.08 15:22:21.635959 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.006094057 sec., 33967.51950301745 rows/sec., 2.56 MiB/sec.
4471 2025.01.08 15:22:21.636069 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2025.01.08 15:22:21.636174 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4473 2025.01.08 15:22:21.636503 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005523 sec., 2534.854245880862 rows/sec., 177.52 KiB/sec.
4474 2025.01.08 15:22:21.636662 [ 272 ] {236ae030-0cab-48fb-8be2-af0c906f072e} <Debug> TCPHandler: Processed in 0.006137719 sec.
4475 2025.01.08 15:22:21.636839 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4476 2025.01.08 15:22:21.636862 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4477 2025.01.08 15:22:21.637000 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4478 2025.01.08 15:22:21.637003 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_21_4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4479 2025.01.08 15:22:21.637056 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4480 2025.01.08 15:22:21.637164 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4481 2025.01.08 15:22:21.637678 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4482 2025.01.08 15:22:21.637715 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4483 2025.01.08 15:22:21.638078 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4484 2025.01.08 15:22:21.638321 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4485 2025.01.08 15:22:21.638472 [ 92 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4486 2025.01.08 15:22:21.638533 [ 92 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4487 2025.01.08 15:22:21.638567 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4488 2025.01.08 15:22:21.638574 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec.
4489 2025.01.08 15:22:21.638855 [ 267 ] {cf755678-0b12-4faf-90ac-c2a528b685b6} <Debug> TCPHandler: Processed in 0.002070939 sec.
4490 2025.01.08 15:22:21.638911 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4491 2025.01.08 15:22:21.639199 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4492 2025.01.08 15:22:21.639298 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4493 2025.01.08 15:22:21.639368 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4494 2025.01.08 15:22:21.639469 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4495 2025.01.08 15:22:21.639647 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4496 2025.01.08 15:22:21.639665 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4497 2025.01.08 15:22:21.640088 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4498 2025.01.08 15:22:21.640433 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4499 2025.01.08 15:22:21.640874 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
4500 2025.01.08 15:22:21.642581 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4501 2025.01.08 15:22:21.642656 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4502 2025.01.08 15:22:21.643369 [ 201 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004722528 sec., 13763.814634873524 rows/sec., 911.94 KiB/sec.
4503 2025.01.08 15:22:21.643624 [ 188 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4504 2025.01.08 15:22:21.643654 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4505 2025.01.08 15:22:21.644104 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4506 2025.01.08 15:22:21.644168 [ 188 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_13_3} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4507 2025.01.08 15:22:21.644361 [ 92 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4508 2025.01.08 15:22:21.644378 [ 188 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_13_3} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4509 2025.01.08 15:22:21.644452 [ 92 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4510 2025.01.08 15:22:21.644558 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4511 2025.01.08 15:22:21.644646 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4512 2025.01.08 15:22:21.644687 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.005286 sec., 71320.46916382898 rows/sec., 5.04 MiB/sec.
4513 2025.01.08 15:22:21.644910 [ 272 ] {301fb2a2-b8b7-4500-a270-d82a7789067b} <Debug> TCPHandler: Processed in 0.005910675 sec.
4514 2025.01.08 15:22:21.644921 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
4515 2025.01.08 15:22:21.645104 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4516 2025.01.08 15:22:21.645128 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4517 2025.01.08 15:22:21.645151 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 876 rows starting from the beginning of the part
4518 2025.01.08 15:22:21.645432 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
4519 2025.01.08 15:22:21.645592 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4520 2025.01.08 15:22:21.645717 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 841 rows starting from the beginning of the part
4521 2025.01.08 15:22:21.645796 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4522 2025.01.08 15:22:21.646029 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
4523 2025.01.08 15:22:21.646408 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
4524 2025.01.08 15:22:21.646795 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 377 rows starting from the beginning of the part
4525 2025.01.08 15:22:21.648113 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4526 2025.01.08 15:22:21.648168 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4527 2025.01.08 15:22:21.649107 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4528 2025.01.08 15:22:21.649443 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4529 2025.01.08 15:22:21.649903 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004479 sec., 1339.5847287340923 rows/sec., 69.99 KiB/sec.
4530 2025.01.08 15:22:21.650033 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005297116 sec., 415320.3365756007 rows/sec., 31.64 MiB/sec.
4531 2025.01.08 15:22:21.650053 [ 267 ] {9a30880c-8017-4507-a582-3459bb16238f} <Debug> TCPHandler: Processed in 0.005022463 sec.
4532 2025.01.08 15:22:21.650235 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4533 2025.01.08 15:22:21.650281 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4534 2025.01.08 15:22:21.650449 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4535 2025.01.08 15:22:21.650556 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4536 2025.01.08 15:22:21.650863 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4537 2025.01.08 15:22:21.651100 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_31_6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4538 2025.01.08 15:22:21.651226 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4539 2025.01.08 15:22:21.651533 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4540 2025.01.08 15:22:21.651578 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4541 2025.01.08 15:22:21.651983 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4542 2025.01.08 15:22:21.652229 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4543 2025.01.08 15:22:21.652429 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4544 2025.01.08 15:22:21.652501 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002085 sec., 84892.08633093524 rows/sec., 5.60 MiB/sec.
4545 2025.01.08 15:22:21.652510 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4546 2025.01.08 15:22:21.652614 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4547 2025.01.08 15:22:21.652651 [ 272 ] {ac5147cc-7c87-41dc-b5d7-7ea16b364906} <Debug> TCPHandler: Processed in 0.002479096 sec.
4548 2025.01.08 15:22:21.652930 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
4549 2025.01.08 15:22:21.653038 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2025.01.08 15:22:21.653102 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4551 2025.01.08 15:22:21.653143 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7178 rows starting from the beginning of the part
4552 2025.01.08 15:22:21.653412 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part
4553 2025.01.08 15:22:21.653723 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4554 2025.01.08 15:22:21.653798 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 947 rows starting from the beginning of the part
4555 2025.01.08 15:22:21.653862 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4556 2025.01.08 15:22:21.654212 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part
4557 2025.01.08 15:22:21.654584 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part
4558 2025.01.08 15:22:21.654882 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part
4559 2025.01.08 15:22:21.656041 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.01.08 15:22:21.656104 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4561 2025.01.08 15:22:21.656751 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4562 2025.01.08 15:22:21.657267 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4563 2025.01.08 15:22:21.657925 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004474 sec., 223.51363433169425 rows/sec., 15.06 KiB/sec.
4564 2025.01.08 15:22:21.658214 [ 267 ] {c4d90e94-8097-4acf-9377-129f0de35ebd} <Debug> TCPHandler: Processed in 0.005460219 sec.
4565 2025.01.08 15:22:21.658477 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4566 2025.01.08 15:22:21.658689 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4567 2025.01.08 15:22:21.658784 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4568 2025.01.08 15:22:21.660161 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8582 rows, containing 5 columns (5 merged, 0 gathered) in 0.007425327 sec., 1155774.0150703127 rows/sec., 77.39 MiB/sec.
4569 2025.01.08 15:22:21.660485 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4570 2025.01.08 15:22:21.661209 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4571 2025.01.08 15:22:21.661223 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4572 2025.01.08 15:22:21.661273 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4573 2025.01.08 15:22:21.661395 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4574 2025.01.08 15:22:21.661587 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
4575 2025.01.08 15:22:21.662211 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4576 2025.01.08 15:22:21.662477 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2025.01.08 15:22:21.662646 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4578 2025.01.08 15:22:21.662714 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4579 2025.01.08 15:22:21.662746 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4580 2025.01.08 15:22:21.662781 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004115 sec., 7533.414337788578 rows/sec., 13.50 MiB/sec.
4581 2025.01.08 15:22:21.663182 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
4582 2025.01.08 15:22:21.663674 [ 272 ] {d4abb9a3-af03-4676-927e-acfc3489a167} <Debug> TCPHandler: Processed in 0.005345587 sec.
4583 2025.01.08 15:22:21.663990 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4584 2025.01.08 15:22:21.664065 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4585 2025.01.08 15:22:21.664223 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 306 rows starting from the beginning of the part
4586 2025.01.08 15:22:21.664267 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4587 2025.01.08 15:22:21.664456 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4588 2025.01.08 15:22:21.664907 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
4589 2025.01.08 15:22:21.665672 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part
4590 2025.01.08 15:22:21.666256 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part
4591 2025.01.08 15:22:21.666921 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part
4592 2025.01.08 15:22:21.667112 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.01.08 15:22:21.667268 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4594 2025.01.08 15:22:21.667571 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
4595 2025.01.08 15:22:21.668783 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4596 2025.01.08 15:22:21.669349 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2025.01.08 15:22:21.669633 [ 92 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4598 2025.01.08 15:22:21.669703 [ 92 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4599 2025.01.08 15:22:21.669741 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4600 2025.01.08 15:22:21.669796 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005605 sec., 9277.43086529884 rows/sec., 588.20 KiB/sec.
4601 2025.01.08 15:22:21.670327 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
4602 2025.01.08 15:22:21.670389 [ 267 ] {3b22feaf-9427-400e-a14d-9ff299cbdd14} <Debug> TCPHandler: Processed in 0.006554774 sec.
4603 2025.01.08 15:22:21.670908 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4604 2025.01.08 15:22:21.671021 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 926 rows starting from the beginning of the part
4605 2025.01.08 15:22:21.671423 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
4606 2025.01.08 15:22:21.671781 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part
4607 2025.01.08 15:22:21.672058 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part
4608 2025.01.08 15:22:21.672343 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part
4609 2025.01.08 15:22:21.672654 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
4610 2025.01.08 15:22:21.676364 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.006520264 sec., 167171.14521743293 rows/sec., 10.77 MiB/sec.
4611 2025.01.08 15:22:21.676618 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4612 2025.01.08 15:22:21.677141 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4613 2025.01.08 15:22:21.677723 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_31_6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4614 2025.01.08 15:22:21.677893 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4615 2025.01.08 15:22:21.678538 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 19 columns (19 merged, 0 gathered) in 0.015717446 sec., 26785.52227887406 rows/sec., 48.00 MiB/sec.
4616 2025.01.08 15:22:21.679351 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4617 2025.01.08 15:22:21.679770 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4618 2025.01.08 15:22:21.679848 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4619 2025.01.08 15:22:21.679993 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB.
4620 2025.01.08 15:22:26.611926 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4621 2025.01.08 15:22:26.612254 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4622 2025.01.08 15:22:26.612371 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4623 2025.01.08 15:22:26.613278 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4624 2025.01.08 15:22:26.613327 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4625 2025.01.08 15:22:26.613790 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4626 2025.01.08 15:22:26.614045 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2025.01.08 15:22:26.614323 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002142 sec., 22408.963585434176 rows/sec., 1.86 MiB/sec.
4628 2025.01.08 15:22:26.614453 [ 267 ] {7aa7f6b3-57fa-4dce-9119-d3b9318fe6aa} <Debug> TCPHandler: Processed in 0.002714809 sec.
4629 2025.01.08 15:22:26.614799 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4630 2025.01.08 15:22:26.615008 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4631 2025.01.08 15:22:26.615088 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4632 2025.01.08 15:22:26.615877 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2025.01.08 15:22:26.615920 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4634 2025.01.08 15:22:26.616330 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4635 2025.01.08 15:22:26.616602 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4636 2025.01.08 15:22:26.616842 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001893 sec., 5810.882197569995 rows/sec., 436.95 KiB/sec.
4637 2025.01.08 15:22:26.616898 [ 272 ] {7d85f2f6-e11a-4b8f-b54d-4f68eeb7e279} <Debug> TCPHandler: Processed in 0.002322794 sec.
4638 2025.01.08 15:22:26.617103 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4639 2025.01.08 15:22:26.617336 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4640 2025.01.08 15:22:26.617428 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4641 2025.01.08 15:22:26.618175 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4642 2025.01.08 15:22:26.618217 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4643 2025.01.08 15:22:26.618579 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4644 2025.01.08 15:22:26.618812 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4645 2025.01.08 15:22:26.619045 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001769 sec., 22046.353872244206 rows/sec., 1.72 MiB/sec.
4646 2025.01.08 15:22:26.619101 [ 267 ] {58dc254c-a340-4242-b6d3-88e231ff59be} <Debug> TCPHandler: Processed in 0.00211167 sec.
4647 2025.01.08 15:22:26.619299 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4648 2025.01.08 15:22:26.619524 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4649 2025.01.08 15:22:26.619622 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4650 2025.01.08 15:22:26.620229 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4651 2025.01.08 15:22:26.620268 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4652 2025.01.08 15:22:26.620659 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4653 2025.01.08 15:22:26.620895 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4654 2025.01.08 15:22:26.621156 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00168 sec., 59523.80952380952 rows/sec., 4.13 MiB/sec.
4655 2025.01.08 15:22:26.621281 [ 272 ] {81d63d96-8a53-445b-9ee2-d2b991fcb93a} <Debug> TCPHandler: Processed in 0.00209239 sec.
4656 2025.01.08 15:22:26.621581 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4657 2025.01.08 15:22:26.621785 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4658 2025.01.08 15:22:26.621862 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4659 2025.01.08 15:22:26.622973 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4660 2025.01.08 15:22:26.623013 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4661 2025.01.08 15:22:26.623645 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4662 2025.01.08 15:22:26.623896 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4663 2025.01.08 15:22:26.624227 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002468 sec., 4457.050243111831 rows/sec., 7.99 MiB/sec.
4664 2025.01.08 15:22:26.624826 [ 267 ] {2ecceab2-54f8-44a7-98b9-8346c5240741} <Debug> TCPHandler: Processed in 0.00343353 sec.
4665 2025.01.08 15:22:26.624977 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4666 2025.01.08 15:22:26.625116 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4667 2025.01.08 15:22:26.625177 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4668 2025.01.08 15:22:26.625723 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4669 2025.01.08 15:22:26.625759 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4670 2025.01.08 15:22:26.626126 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4671 2025.01.08 15:22:26.626359 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4672 2025.01.08 15:22:26.626568 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001483 sec., 20229.265003371544 rows/sec., 1.39 MiB/sec.
4673 2025.01.08 15:22:26.626616 [ 272 ] {eb2dcb4d-d04b-4e3f-ae9f-3118a328976c} <Debug> TCPHandler: Processed in 0.001706405 sec.
4674 2025.01.08 15:22:28.174807 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4675 2025.01.08 15:22:28.175576 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2025.01.08 15:22:28.175632 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4677 2025.01.08 15:22:28.176174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4678 2025.01.08 15:22:28.176427 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.01.08 15:22:28.176618 [ 78 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4680 2025.01.08 15:22:28.176672 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4681 2025.01.08 15:22:28.176714 [ 78 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2025.01.08 15:22:28.176743 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4683 2025.01.08 15:22:28.177005 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
4684 2025.01.08 15:22:28.177277 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4685 2025.01.08 15:22:28.177330 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
4686 2025.01.08 15:22:28.177421 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4687 2025.01.08 15:22:28.177525 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4688 2025.01.08 15:22:28.177824 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4689 2025.01.08 15:22:28.177972 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4690 2025.01.08 15:22:28.178183 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4691 2025.01.08 15:22:28.180111 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003288987 sec., 2948932.3004317135 rows/sec., 42.18 MiB/sec.
4692 2025.01.08 15:22:28.180404 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4693 2025.01.08 15:22:28.180733 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4694 2025.01.08 15:22:28.180822 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_21_4} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4695 2025.01.08 15:22:28.180931 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4696 2025.01.08 15:22:28.816829 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4697 2025.01.08 15:22:28.838954 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4698 2025.01.08 15:22:28.839016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4699 2025.01.08 15:22:28.846686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4700 2025.01.08 15:22:28.847443 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4701 2025.01.08 15:22:28.847835 [ 81 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4702 2025.01.08 15:22:28.847962 [ 81 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2025.01.08 15:22:28.848020 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4704 2025.01.08 15:22:28.848434 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4705 2025.01.08 15:22:28.863879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4706 2025.01.08 15:22:28.865400 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4707 2025.01.08 15:22:28.866705 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4708 2025.01.08 15:22:28.872232 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4709 2025.01.08 15:22:28.877669 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4710 2025.01.08 15:22:28.883139 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4711 2025.01.08 15:22:28.888905 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4712 2025.01.08 15:22:28.895428 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
4713 2025.01.08 15:22:28.955290 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107128144 sec., 1484.2038148257288 rows/sec., 7.67 MiB/sec.
4714 2025.01.08 15:22:28.958155 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4715 2025.01.08 15:22:28.961230 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_21_4} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4716 2025.01.08 15:22:28.961364 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_21_4} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4717 2025.01.08 15:22:28.963964 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4718 2025.01.08 15:22:29.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.75 MiB, peak 197.30 MiB, free memory in arenas 0.00 B, will set to 188.47 MiB (RSS), difference: 1.73 MiB
4719 2025.01.08 15:22:30.714518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 668
4720 2025.01.08 15:22:30.717757 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2025.01.08 15:22:30.717814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4722 2025.01.08 15:22:30.719279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4723 2025.01.08 15:22:30.719589 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4724 2025.01.08 15:22:30.720630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668
4725 2025.01.08 15:22:31.616351 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2025.01.08 15:22:31.616681 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4727 2025.01.08 15:22:31.616798 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4728 2025.01.08 15:22:31.617595 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2025.01.08 15:22:31.617643 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4730 2025.01.08 15:22:31.618144 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4731 2025.01.08 15:22:31.618473 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4732 2025.01.08 15:22:31.618760 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002162 sec., 6475.485661424607 rows/sec., 466.15 KiB/sec.
4733 2025.01.08 15:22:31.618837 [ 267 ] {832f9225-3bac-4cf2-8899-ffebbc002889} <Debug> TCPHandler: Processed in 0.002678978 sec.
4734 2025.01.08 15:22:31.619108 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4735 2025.01.08 15:22:31.619328 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4736 2025.01.08 15:22:31.619419 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4737 2025.01.08 15:22:31.620331 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4738 2025.01.08 15:22:31.620385 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4739 2025.01.08 15:22:31.620852 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4740 2025.01.08 15:22:31.621146 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4741 2025.01.08 15:22:31.621442 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002172 sec., 108195.21178637202 rows/sec., 9.64 MiB/sec.
4742 2025.01.08 15:22:31.621699 [ 272 ] {7c888a34-f406-4466-83ff-5f994cd14f58} <Debug> TCPHandler: Processed in 0.002734349 sec.
4743 2025.01.08 15:22:31.621985 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2025.01.08 15:22:31.622215 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4745 2025.01.08 15:22:31.622310 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4746 2025.01.08 15:22:31.623189 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4747 2025.01.08 15:22:31.623229 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4748 2025.01.08 15:22:31.623597 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4749 2025.01.08 15:22:31.623847 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4750 2025.01.08 15:22:31.624068 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001913 sec., 19864.08782017773 rows/sec., 1.42 MiB/sec.
4751 2025.01.08 15:22:31.624122 [ 267 ] {df147d04-6224-48e9-9e1d-2219e9149a27} <Debug> TCPHandler: Processed in 0.002308323 sec.
4752 2025.01.08 15:22:31.624324 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4753 2025.01.08 15:22:31.624557 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4754 2025.01.08 15:22:31.624653 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4755 2025.01.08 15:22:31.625372 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4756 2025.01.08 15:22:31.625414 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4757 2025.01.08 15:22:31.625786 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4758 2025.01.08 15:22:31.626026 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4759 2025.01.08 15:22:31.626225 [ 76 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4760 2025.01.08 15:22:31.626294 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00179 sec., 7821.22905027933 rows/sec., 547.75 KiB/sec.
4761 2025.01.08 15:22:31.626351 [ 76 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4762 2025.01.08 15:22:31.626423 [ 272 ] {24ab4b66-1bdf-47fb-a3f8-07f5036ca27d} <Debug> TCPHandler: Processed in 0.002203522 sec.
4763 2025.01.08 15:22:31.626438 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4764 2025.01.08 15:22:31.626695 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::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
4765 2025.01.08 15:22:31.626726 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4766 2025.01.08 15:22:31.626947 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4767 2025.01.08 15:22:31.627036 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part
4768 2025.01.08 15:22:31.627074 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4769 2025.01.08 15:22:31.627283 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4770 2025.01.08 15:22:31.627304 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4771 2025.01.08 15:22:31.627732 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4772 2025.01.08 15:22:31.628170 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part
4773 2025.01.08 15:22:31.628471 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4774 2025.01.08 15:22:31.628903 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
4775 2025.01.08 15:22:31.630384 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4776 2025.01.08 15:22:31.630459 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4777 2025.01.08 15:22:31.631576 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4778 2025.01.08 15:22:31.632142 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4779 2025.01.08 15:22:31.632182 [ 195 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005575891 sec., 97024.85217160809 rows/sec., 6.95 MiB/sec.
4780 2025.01.08 15:22:31.632549 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005573 sec., 2332.6753992463664 rows/sec., 145.44 KiB/sec.
4781 2025.01.08 15:22:31.632659 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4782 2025.01.08 15:22:31.632689 [ 267 ] {368c057b-c071-46c5-a95e-a7a7bddac905} <Debug> TCPHandler: Processed in 0.006158219 sec.
4783 2025.01.08 15:22:31.632964 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4784 2025.01.08 15:22:31.633115 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4785 2025.01.08 15:22:31.633188 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4786 2025.01.08 15:22:31.633199 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2025.01.08 15:22:31.633334 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_15_3} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4788 2025.01.08 15:22:31.633441 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4789 2025.01.08 15:22:31.634083 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4790 2025.01.08 15:22:31.634122 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4791 2025.01.08 15:22:31.634506 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4792 2025.01.08 15:22:31.634748 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4793 2025.01.08 15:22:31.634958 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001879 sec., 200638.63757317723 rows/sec., 14.18 MiB/sec.
4794 2025.01.08 15:22:31.635013 [ 272 ] {415a60f3-f6c3-4da2-9680-d7f3f91c732a} <Debug> TCPHandler: Processed in 0.002197011 sec.
4795 2025.01.08 15:22:31.635224 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4796 2025.01.08 15:22:31.635446 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4797 2025.01.08 15:22:31.635539 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4798 2025.01.08 15:22:31.636200 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4799 2025.01.08 15:22:31.636238 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4800 2025.01.08 15:22:31.636606 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4801 2025.01.08 15:22:31.636846 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4802 2025.01.08 15:22:31.637099 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 183.97 KiB/sec.
4803 2025.01.08 15:22:31.637300 [ 267 ] {f99da62a-09fc-4b75-934b-dc5a95caca85} <Debug> TCPHandler: Processed in 0.002185431 sec.
4804 2025.01.08 15:22:31.637527 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4805 2025.01.08 15:22:31.637754 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4806 2025.01.08 15:22:31.637852 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4807 2025.01.08 15:22:31.638482 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4808 2025.01.08 15:22:31.638520 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4809 2025.01.08 15:22:31.638929 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4810 2025.01.08 15:22:31.639192 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2025.01.08 15:22:31.639401 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001704 sec., 103873.23943661971 rows/sec., 6.85 MiB/sec.
4812 2025.01.08 15:22:31.639455 [ 272 ] {53b3bc5f-963a-4759-a686-abe3d027d468} <Debug> TCPHandler: Processed in 0.002039599 sec.
4813 2025.01.08 15:22:31.639606 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4814 2025.01.08 15:22:31.639724 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4815 2025.01.08 15:22:31.639777 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4816 2025.01.08 15:22:31.640325 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4817 2025.01.08 15:22:31.640370 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4818 2025.01.08 15:22:31.640794 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4819 2025.01.08 15:22:31.641053 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4820 2025.01.08 15:22:31.641222 [ 72 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4821 2025.01.08 15:22:31.641294 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001582 sec., 632.1112515802781 rows/sec., 42.59 KiB/sec.
4822 2025.01.08 15:22:31.641295 [ 72 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2025.01.08 15:22:31.641384 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4824 2025.01.08 15:22:31.641410 [ 267 ] {c3109001-dcfc-41b1-8d74-7762b2f90af7} <Debug> TCPHandler: Processed in 0.001858986 sec.
4825 2025.01.08 15:22:31.641609 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4826 2025.01.08 15:22:31.641635 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4827 2025.01.08 15:22:31.641757 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4828 2025.01.08 15:22:31.641794 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4829 2025.01.08 15:22:31.641852 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part
4830 2025.01.08 15:22:31.641867 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4831 2025.01.08 15:22:31.642107 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4832 2025.01.08 15:22:31.642500 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4833 2025.01.08 15:22:31.642915 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4834 2025.01.08 15:22:31.643212 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4835 2025.01.08 15:22:31.643592 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::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
4836 2025.01.08 15:22:31.645700 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004216361 sec., 3794.7414844222303 rows/sec., 253.85 KiB/sec.
4837 2025.01.08 15:22:31.645843 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4838 2025.01.08 15:22:31.645931 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4839 2025.01.08 15:22:31.645973 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4840 2025.01.08 15:22:31.646228 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4841 2025.01.08 15:22:31.646338 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_15_3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4842 2025.01.08 15:22:31.646423 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4843 2025.01.08 15:22:31.646784 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4844 2025.01.08 15:22:31.647051 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.01.08 15:22:31.647307 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005589 sec., 5546.60941134371 rows/sec., 9.94 MiB/sec.
4846 2025.01.08 15:22:31.647424 [ 272 ] {ba1621c7-da6b-47a4-9875-ccbe179f5390} <Debug> TCPHandler: Processed in 0.005912055 sec.
4847 2025.01.08 15:22:31.647643 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4848 2025.01.08 15:22:31.647868 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4849 2025.01.08 15:22:31.647942 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4850 2025.01.08 15:22:31.648516 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2025.01.08 15:22:31.648562 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4852 2025.01.08 15:22:31.648978 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4853 2025.01.08 15:22:31.649214 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2025.01.08 15:22:31.649416 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001604 sec., 32418.952618453866 rows/sec., 2.01 MiB/sec.
4855 2025.01.08 15:22:31.649465 [ 267 ] {394b50f0-27b0-43f3-80c1-945fbffec50e} <Debug> TCPHandler: Processed in 0.001933258 sec.
4856 2025.01.08 15:22:35.578653 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
4857 2025.01.08 15:22:35.578711 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
4858 2025.01.08 15:22:35.676839 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4859 2025.01.08 15:22:35.677482 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4860 2025.01.08 15:22:35.677530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
4861 2025.01.08 15:22:35.678068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4862 2025.01.08 15:22:35.678318 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4863 2025.01.08 15:22:35.678577 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4864 2025.01.08 15:22:36.363984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4865 2025.01.08 15:22:36.383675 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4866 2025.01.08 15:22:36.383734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4867 2025.01.08 15:22:36.391136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4868 2025.01.08 15:22:36.391890 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4869 2025.01.08 15:22:36.394664 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4870 2025.01.08 15:22:36.611797 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4871 2025.01.08 15:22:36.611988 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4872 2025.01.08 15:22:36.612065 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4873 2025.01.08 15:22:36.612841 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4874 2025.01.08 15:22:36.612895 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4875 2025.01.08 15:22:36.613349 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4876 2025.01.08 15:22:36.613605 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4877 2025.01.08 15:22:36.613851 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001915 sec., 25065.27415143603 rows/sec., 2.08 MiB/sec.
4878 2025.01.08 15:22:36.613920 [ 267 ] {30acc103-6a70-4043-be96-2e00c8ea3e58} <Debug> TCPHandler: Processed in 0.002251122 sec.
4879 2025.01.08 15:22:36.614171 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4880 2025.01.08 15:22:36.614369 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4881 2025.01.08 15:22:36.614445 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4882 2025.01.08 15:22:36.615207 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4883 2025.01.08 15:22:36.615256 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4884 2025.01.08 15:22:36.615689 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4885 2025.01.08 15:22:36.615944 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4886 2025.01.08 15:22:36.616231 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001915 sec., 5744.125326370757 rows/sec., 431.93 KiB/sec.
4887 2025.01.08 15:22:36.616466 [ 272 ] {6441f93a-a9ea-4b81-9533-5af0908ea0d0} <Debug> TCPHandler: Processed in 0.002431025 sec.
4888 2025.01.08 15:22:36.616709 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4889 2025.01.08 15:22:36.616939 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4890 2025.01.08 15:22:36.617035 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4891 2025.01.08 15:22:36.617672 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4892 2025.01.08 15:22:36.617713 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4893 2025.01.08 15:22:36.618079 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4894 2025.01.08 15:22:36.618317 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4895 2025.01.08 15:22:36.618525 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001645 sec., 23708.20668693009 rows/sec., 1.85 MiB/sec.
4896 2025.01.08 15:22:36.618580 [ 267 ] {b0f345d8-f70c-4185-af34-aeb925d8c05f} <Debug> TCPHandler: Processed in 0.00200832 sec.
4897 2025.01.08 15:22:36.618809 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4898 2025.01.08 15:22:36.619038 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4899 2025.01.08 15:22:36.619110 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4900 2025.01.08 15:22:36.619786 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2025.01.08 15:22:36.619836 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4902 2025.01.08 15:22:36.620277 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4903 2025.01.08 15:22:36.620520 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4904 2025.01.08 15:22:36.620738 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001758 sec., 56882.82138794084 rows/sec., 3.94 MiB/sec.
4905 2025.01.08 15:22:36.620790 [ 272 ] {b30f2353-a149-4db1-aa13-c7ba6cebf322} <Debug> TCPHandler: Processed in 0.00209206 sec.
4906 2025.01.08 15:22:36.620948 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4907 2025.01.08 15:22:36.621071 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4908 2025.01.08 15:22:36.621155 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4909 2025.01.08 15:22:36.622307 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2025.01.08 15:22:36.622347 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4911 2025.01.08 15:22:36.623018 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4912 2025.01.08 15:22:36.623281 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2025.01.08 15:22:36.623578 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002534 sec., 4340.962904498817 rows/sec., 7.78 MiB/sec.
4914 2025.01.08 15:22:36.624053 [ 267 ] {1eade403-b61c-4cfd-9ad6-d775fbad7506} <Debug> TCPHandler: Processed in 0.003162165 sec.
4915 2025.01.08 15:22:36.624217 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4916 2025.01.08 15:22:36.624380 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4917 2025.01.08 15:22:36.624447 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4918 2025.01.08 15:22:36.625027 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2025.01.08 15:22:36.625067 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4920 2025.01.08 15:22:36.625468 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4921 2025.01.08 15:22:36.625708 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2025.01.08 15:22:36.625916 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001569 sec., 19120.458891013383 rows/sec., 1.31 MiB/sec.
4923 2025.01.08 15:22:36.625966 [ 272 ] {49b65aad-87f8-4dd4-8fc3-f587b47ad7b8} <Debug> TCPHandler: Processed in 0.001818496 sec.
4924 2025.01.08 15:22:36.882652 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4925 2025.01.08 15:22:36.882954 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4926 2025.01.08 15:22:36.883069 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4927 2025.01.08 15:22:36.883805 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2025.01.08 15:22:36.883855 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4929 2025.01.08 15:22:36.884280 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4930 2025.01.08 15:22:36.884527 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2025.01.08 15:22:36.884769 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 533.52 KiB/sec.
4932 2025.01.08 15:22:36.884869 [ 267 ] {9ed7ff49-da50-4fe5-89dd-f06b2ce65e2a} <Debug> TCPHandler: Processed in 0.002407164 sec.
4933 2025.01.08 15:22:36.885204 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4934 2025.01.08 15:22:36.885419 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4935 2025.01.08 15:22:36.885504 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4936 2025.01.08 15:22:36.886304 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4937 2025.01.08 15:22:36.886354 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4938 2025.01.08 15:22:36.886781 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4939 2025.01.08 15:22:36.887041 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4940 2025.01.08 15:22:36.887283 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001924 sec., 1039.5010395010395 rows/sec., 84.76 KiB/sec.
4941 2025.01.08 15:22:36.887340 [ 272 ] {b6d5ea96-b71e-4b24-87de-2d8e6fd3abcd} <Debug> TCPHandler: Processed in 0.002338694 sec.
4942 2025.01.08 15:22:36.887544 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4943 2025.01.08 15:22:36.887769 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4944 2025.01.08 15:22:36.887861 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4945 2025.01.08 15:22:36.889134 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4946 2025.01.08 15:22:36.889173 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4947 2025.01.08 15:22:36.889629 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4948 2025.01.08 15:22:36.889874 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2025.01.08 15:22:36.890088 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002373 sec., 579856.7214496417 rows/sec., 48.41 MiB/sec.
4950 2025.01.08 15:22:36.890139 [ 267 ] {03393f76-60ab-4b6d-b27a-2c3f404bba55} <Debug> TCPHandler: Processed in 0.002708429 sec.
4951 2025.01.08 15:22:36.890298 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4952 2025.01.08 15:22:36.890440 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4953 2025.01.08 15:22:36.890499 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4954 2025.01.08 15:22:36.891183 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4955 2025.01.08 15:22:36.891223 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4956 2025.01.08 15:22:36.891590 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4957 2025.01.08 15:22:36.891836 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4958 2025.01.08 15:22:36.892064 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001653 sec., 24198.427102238355 rows/sec., 1.73 MiB/sec.
4959 2025.01.08 15:22:36.892119 [ 272 ] {c7109c01-986f-4344-9b34-c451acefc71e} <Debug> TCPHandler: Processed in 0.001891268 sec.
4960 2025.01.08 15:22:36.892264 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4961 2025.01.08 15:22:36.892403 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4962 2025.01.08 15:22:36.892459 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4963 2025.01.08 15:22:36.893183 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4964 2025.01.08 15:22:36.893222 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4965 2025.01.08 15:22:36.893601 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4966 2025.01.08 15:22:36.893832 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4967 2025.01.08 15:22:36.894037 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001664 sec., 145432.6923076923 rows/sec., 9.85 MiB/sec.
4968 2025.01.08 15:22:36.894089 [ 267 ] {71cb4900-6c8a-4179-add1-6270210d4a4b} <Debug> TCPHandler: Processed in 0.001891647 sec.
4969 2025.01.08 15:22:36.894295 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4970 2025.01.08 15:22:36.894521 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4971 2025.01.08 15:22:36.894612 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4972 2025.01.08 15:22:36.895412 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4973 2025.01.08 15:22:36.895453 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4974 2025.01.08 15:22:36.895838 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4975 2025.01.08 15:22:36.896094 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4976 2025.01.08 15:22:36.896310 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001843 sec., 7053.716766142159 rows/sec., 439.80 KiB/sec.
4977 2025.01.08 15:22:36.896365 [ 272 ] {f9a1f9b9-9460-40fa-a32c-89e4ec2a6668} <Debug> TCPHandler: Processed in 0.002181662 sec.
4978 2025.01.08 15:22:36.896574 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4979 2025.01.08 15:22:36.896795 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4980 2025.01.08 15:22:36.896885 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4981 2025.01.08 15:22:36.897794 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4982 2025.01.08 15:22:36.897832 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4983 2025.01.08 15:22:36.898224 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4984 2025.01.08 15:22:36.898464 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4985 2025.01.08 15:22:36.898705 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.001959 sec., 426237.87646758556 rows/sec., 30.78 MiB/sec.
4986 2025.01.08 15:22:36.898807 [ 267 ] {4d580126-65fb-4514-bb3c-69fe746d3211} <Debug> TCPHandler: Processed in 0.002342864 sec.
4987 2025.01.08 15:22:36.899035 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4988 2025.01.08 15:22:36.899170 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4989 2025.01.08 15:22:36.899221 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4990 2025.01.08 15:22:36.899728 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4991 2025.01.08 15:22:36.899768 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
4992 2025.01.08 15:22:36.900135 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4993 2025.01.08 15:22:36.900371 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4994 2025.01.08 15:22:36.900590 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec.
4995 2025.01.08 15:22:36.900646 [ 272 ] {024ef974-ecec-4a00-904e-d9fc10537355} <Debug> TCPHandler: Processed in 0.001730625 sec.
4996 2025.01.08 15:22:36.900794 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4997 2025.01.08 15:22:36.900911 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4998 2025.01.08 15:22:36.900963 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4999 2025.01.08 15:22:36.902134 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5000 2025.01.08 15:22:36.902172 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5001 2025.01.08 15:22:36.902601 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5002 2025.01.08 15:22:36.902840 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5003 2025.01.08 15:22:36.903050 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.002164 sec., 436229.2051756007 rows/sec., 28.96 MiB/sec.
5004 2025.01.08 15:22:36.903102 [ 267 ] {a21cd3c5-6a77-4f8c-95bd-3d84344fb9ae} <Debug> TCPHandler: Processed in 0.002369164 sec.
5005 2025.01.08 15:22:36.903310 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5006 2025.01.08 15:22:36.903533 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5007 2025.01.08 15:22:36.903630 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5008 2025.01.08 15:22:36.904289 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5009 2025.01.08 15:22:36.904328 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5010 2025.01.08 15:22:36.904688 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5011 2025.01.08 15:22:36.904922 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5012 2025.01.08 15:22:36.905114 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001635 sec., 611.6207951070337 rows/sec., 41.21 KiB/sec.
5013 2025.01.08 15:22:36.905166 [ 272 ] {12d35cc7-623d-48cb-b328-bfbdc873b059} <Debug> TCPHandler: Processed in 0.001965239 sec.
5014 2025.01.08 15:22:36.905360 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5015 2025.01.08 15:22:36.905583 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5016 2025.01.08 15:22:36.905720 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5017 2025.01.08 15:22:36.907009 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5018 2025.01.08 15:22:36.907048 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5019 2025.01.08 15:22:36.907676 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5020 2025.01.08 15:22:36.907955 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5021 2025.01.08 15:22:36.908221 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002692 sec., 11515.601783060922 rows/sec., 20.64 MiB/sec.
5022 2025.01.08 15:22:36.908316 [ 267 ] {8c2a6b2a-b562-47c2-a5ed-4f2b33c590ce} <Debug> TCPHandler: Processed in 0.003068224 sec.
5023 2025.01.08 15:22:36.908472 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5024 2025.01.08 15:22:36.908610 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5025 2025.01.08 15:22:36.908670 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5026 2025.01.08 15:22:36.909206 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5027 2025.01.08 15:22:36.909245 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5028 2025.01.08 15:22:36.909611 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5029 2025.01.08 15:22:36.909873 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5030 2025.01.08 15:22:36.910121 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001528 sec., 18324.607329842933 rows/sec., 1.03 MiB/sec.
5031 2025.01.08 15:22:36.910195 [ 272 ] {95604813-b7bc-4729-865b-5e1af864920e} <Debug> TCPHandler: Processed in 0.001791296 sec.
5032 2025.01.08 15:22:40.720852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 726
5033 2025.01.08 15:22:40.724407 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5034 2025.01.08 15:22:40.724455 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5035 2025.01.08 15:22:40.725960 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5036 2025.01.08 15:22:40.726284 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2025.01.08 15:22:40.726442 [ 54 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5038 2025.01.08 15:22:40.726503 [ 54 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2025.01.08 15:22:40.726538 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5040 2025.01.08 15:22:40.727005 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
5041 2025.01.08 15:22:40.727532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726
5042 2025.01.08 15:22:40.728065 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5043 2025.01.08 15:22:40.728262 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part
5044 2025.01.08 15:22:40.728794 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
5045 2025.01.08 15:22:40.729339 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
5046 2025.01.08 15:22:40.729836 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
5047 2025.01.08 15:22:40.730322 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
5048 2025.01.08 15:22:40.730782 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part
5049 2025.01.08 15:22:40.738726 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.012042414 sec., 60286.91589576642 rows/sec., 50.28 MiB/sec.
5050 2025.01.08 15:22:40.740053 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5051 2025.01.08 15:22:40.741023 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5052 2025.01.08 15:22:40.741132 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_16_3} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5053 2025.01.08 15:22:40.741500 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
5054 2025.01.08 15:22:41.610165 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5055 2025.01.08 15:22:41.610385 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5056 2025.01.08 15:22:41.610462 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5057 2025.01.08 15:22:41.611294 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5058 2025.01.08 15:22:41.611334 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5059 2025.01.08 15:22:41.611764 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5060 2025.01.08 15:22:41.612019 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5061 2025.01.08 15:22:41.612171 [ 53 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5062 2025.01.08 15:22:41.612222 [ 53 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5063 2025.01.08 15:22:41.612222 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001894 sec., 13727.560718057022 rows/sec., 1.02 MiB/sec.
5064 2025.01.08 15:22:41.612252 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5065 2025.01.08 15:22:41.612323 [ 267 ] {0d9bdf60-5b90-4dcb-a271-7ad9b36976c5} <Debug> TCPHandler: Processed in 0.002284113 sec.
5066 2025.01.08 15:22:41.612634 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
5067 2025.01.08 15:22:41.612713 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5068 2025.01.08 15:22:41.613149 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5069 2025.01.08 15:22:41.613177 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5070 2025.01.08 15:22:41.613296 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1405 rows starting from the beginning of the part
5071 2025.01.08 15:22:41.613346 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5072 2025.01.08 15:22:41.613584 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part
5073 2025.01.08 15:22:41.613876 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 235 rows starting from the beginning of the part
5074 2025.01.08 15:22:41.614175 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part
5075 2025.01.08 15:22:41.614493 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1376 rows starting from the beginning of the part
5076 2025.01.08 15:22:41.614938 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part
5077 2025.01.08 15:22:41.616468 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2025.01.08 15:22:41.616554 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5079 2025.01.08 15:22:41.617620 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5080 2025.01.08 15:22:41.617958 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5081 2025.01.08 15:22:41.618246 [ 53 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5082 2025.01.08 15:22:41.618424 [ 53 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5083 2025.01.08 15:22:41.618541 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005519 sec., 5073.382859213626 rows/sec., 405.21 KiB/sec.
5084 2025.01.08 15:22:41.618565 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5085 2025.01.08 15:22:41.618901 [ 272 ] {67ba4c81-c71e-4e41-ae46-fb9e752207ec} <Debug> TCPHandler: Processed in 0.006415833 sec.
5086 2025.01.08 15:22:41.619000 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
5087 2025.01.08 15:22:41.619384 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5088 2025.01.08 15:22:41.619407 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.007034041 sec., 446116.25095730886 rows/sec., 39.11 MiB/sec.
5089 2025.01.08 15:22:41.619441 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5090 2025.01.08 15:22:41.619528 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 876 rows starting from the beginning of the part
5091 2025.01.08 15:22:41.619907 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
5092 2025.01.08 15:22:41.619924 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5093 2025.01.08 15:22:41.619965 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5094 2025.01.08 15:22:41.620267 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 377 rows starting from the beginning of the part
5095 2025.01.08 15:22:41.620589 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5096 2025.01.08 15:22:41.620631 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part
5097 2025.01.08 15:22:41.621075 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 835 rows starting from the beginning of the part
5098 2025.01.08 15:22:41.621427 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2025.01.08 15:22:41.621470 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
5100 2025.01.08 15:22:41.622069 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_36_7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5101 2025.01.08 15:22:41.622433 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
5102 2025.01.08 15:22:41.623622 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5103 2025.01.08 15:22:41.623702 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5104 2025.01.08 15:22:41.624561 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5105 2025.01.08 15:22:41.624874 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.006153059 sec., 356570.60983813094 rows/sec., 27.16 MiB/sec.
5106 2025.01.08 15:22:41.625058 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5107 2025.01.08 15:22:41.625169 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5108 2025.01.08 15:22:41.625319 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5109 2025.01.08 15:22:41.625428 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5110 2025.01.08 15:22:41.625490 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5111 2025.01.08 15:22:41.625599 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.005974 sec., 13391.362571141613 rows/sec., 950.73 KiB/sec.
5112 2025.01.08 15:22:41.625920 [ 267 ] {ffc21319-c506-49d6-83e2-fe85934ea12f} <Debug> TCPHandler: Processed in 0.006836798 sec.
5113 2025.01.08 15:22:41.625921 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
5114 2025.01.08 15:22:41.626214 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5115 2025.01.08 15:22:41.626258 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5116 2025.01.08 15:22:41.626397 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5117 2025.01.08 15:22:41.626549 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8582 rows starting from the beginning of the part
5118 2025.01.08 15:22:41.626550 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5119 2025.01.08 15:22:41.626575 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_36_7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5120 2025.01.08 15:22:41.626727 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5121 2025.01.08 15:22:41.626975 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5122 2025.01.08 15:22:41.627156 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part
5123 2025.01.08 15:22:41.627561 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part
5124 2025.01.08 15:22:41.627916 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part
5125 2025.01.08 15:22:41.628061 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 944 rows starting from the beginning of the part
5126 2025.01.08 15:22:41.628488 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part
5127 2025.01.08 15:22:41.629076 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5128 2025.01.08 15:22:41.629137 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5129 2025.01.08 15:22:41.629868 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5130 2025.01.08 15:22:41.630384 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5131 2025.01.08 15:22:41.630699 [ 53 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5132 2025.01.08 15:22:41.630797 [ 53 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5133 2025.01.08 15:22:41.630894 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5134 2025.01.08 15:22:41.631122 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.004671 sec., 5138.086062941555 rows/sec., 360.44 KiB/sec.
5135 2025.01.08 15:22:41.631418 [ 272 ] {161f2e22-f87b-46f5-a93a-5c098fc3eb46} <Debug> TCPHandler: Processed in 0.005373808 sec.
5136 2025.01.08 15:22:41.631456 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
5137 2025.01.08 15:22:41.631811 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5138 2025.01.08 15:22:41.631858 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1090 rows starting from the beginning of the part
5139 2025.01.08 15:22:41.632015 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part
5140 2025.01.08 15:22:41.632231 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part
5141 2025.01.08 15:22:41.632421 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part
5142 2025.01.08 15:22:41.632570 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part
5143 2025.01.08 15:22:41.632802 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part
5144 2025.01.08 15:22:41.634371 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9983 rows, containing 5 columns (5 merged, 0 gathered) in 0.008754826 sec., 1140285.3694636535 rows/sec., 76.35 MiB/sec.
5145 2025.01.08 15:22:41.634629 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5146 2025.01.08 15:22:41.635065 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000437 sec., 313465.7538663901 rows/sec., 20.19 MiB/sec.
5147 2025.01.08 15:22:41.635166 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2025.01.08 15:22:41.635255 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5149 2025.01.08 15:22:41.635302 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5150 2025.01.08 15:22:41.635347 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB.
5151 2025.01.08 15:22:41.635628 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5152 2025.01.08 15:22:41.635712 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_36_7} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5153 2025.01.08 15:22:41.635797 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
5154 2025.01.08 15:22:43.178732 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5155 2025.01.08 15:22:43.179480 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2025.01.08 15:22:43.179529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5157 2025.01.08 15:22:43.180051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5158 2025.01.08 15:22:43.180305 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2025.01.08 15:22:43.180561 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5160 2025.01.08 15:22:43.894764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5161 2025.01.08 15:22:43.915664 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.01.08 15:22:43.915733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5163 2025.01.08 15:22:43.923594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5164 2025.01.08 15:22:43.924396 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5165 2025.01.08 15:22:43.927640 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5166 2025.01.08 15:22:46.612251 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2025.01.08 15:22:46.612456 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5168 2025.01.08 15:22:46.612533 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5169 2025.01.08 15:22:46.613312 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5170 2025.01.08 15:22:46.613364 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5171 2025.01.08 15:22:46.613800 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5172 2025.01.08 15:22:46.614155 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5173 2025.01.08 15:22:46.614595 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.00219 sec., 21917.80821917808 rows/sec., 1.82 MiB/sec.
5174 2025.01.08 15:22:46.614659 [ 267 ] {811efe29-5d1e-4cf2-9c05-adfe1711ddc0} <Debug> TCPHandler: Processed in 0.002542156 sec.
5175 2025.01.08 15:22:46.615000 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5176 2025.01.08 15:22:46.615203 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5177 2025.01.08 15:22:46.615278 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5178 2025.01.08 15:22:46.616156 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5179 2025.01.08 15:22:46.616205 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5180 2025.01.08 15:22:46.616635 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5181 2025.01.08 15:22:46.616896 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5182 2025.01.08 15:22:46.617026 [ 42 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5183 2025.01.08 15:22:46.617074 [ 42 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5184 2025.01.08 15:22:46.617101 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5185 2025.01.08 15:22:46.617112 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001962 sec., 5606.523955147808 rows/sec., 421.58 KiB/sec.
5186 2025.01.08 15:22:46.617269 [ 272 ] {966d4633-8101-40bd-8201-b86bbf60073a} <Debug> TCPHandler: Processed in 0.002401745 sec.
5187 2025.01.08 15:22:46.617367 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
5188 2025.01.08 15:22:46.617483 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5189 2025.01.08 15:22:46.617562 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5190 2025.01.08 15:22:46.617638 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 63 rows starting from the beginning of the part
5191 2025.01.08 15:22:46.617726 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5192 2025.01.08 15:22:46.617849 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part
5193 2025.01.08 15:22:46.617890 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5194 2025.01.08 15:22:46.618222 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 38 rows starting from the beginning of the part
5195 2025.01.08 15:22:46.618568 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part
5196 2025.01.08 15:22:46.618938 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
5197 2025.01.08 15:22:46.619314 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part
5198 2025.01.08 15:22:46.620838 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5199 2025.01.08 15:22:46.620915 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5200 2025.01.08 15:22:46.621932 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5201 2025.01.08 15:22:46.622327 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005129794 sec., 33919.49072418892 rows/sec., 2.56 MiB/sec.
5202 2025.01.08 15:22:46.622460 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5203 2025.01.08 15:22:46.622681 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5204 2025.01.08 15:22:46.622929 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.00526 sec., 7414.448669201521 rows/sec., 592.62 KiB/sec.
5205 2025.01.08 15:22:46.623061 [ 267 ] {1ce838a0-6197-43d6-bd41-cf972d6f1631} <Debug> TCPHandler: Processed in 0.005663211 sec.
5206 2025.01.08 15:22:46.623311 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5207 2025.01.08 15:22:46.623410 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.01.08 15:22:46.623489 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5209 2025.01.08 15:22:46.623507 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_26_5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5210 2025.01.08 15:22:46.623578 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5211 2025.01.08 15:22:46.623624 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5212 2025.01.08 15:22:46.624283 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2025.01.08 15:22:46.624321 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5214 2025.01.08 15:22:46.624715 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5215 2025.01.08 15:22:46.624957 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2025.01.08 15:22:46.625147 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001707 sec., 58582.308142940834 rows/sec., 4.06 MiB/sec.
5217 2025.01.08 15:22:46.625203 [ 272 ] {7fd5c9f8-c526-4f1b-9cd3-af9bffe91f24} <Debug> TCPHandler: Processed in 0.002021329 sec.
5218 2025.01.08 15:22:46.625369 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5219 2025.01.08 15:22:46.625512 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5220 2025.01.08 15:22:46.625608 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5221 2025.01.08 15:22:46.626859 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2025.01.08 15:22:46.626898 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5223 2025.01.08 15:22:46.627528 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5224 2025.01.08 15:22:46.627786 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2025.01.08 15:22:46.627963 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5226 2025.01.08 15:22:46.628034 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.01.08 15:22:46.628079 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002589 sec., 4248.744689069138 rows/sec., 7.61 MiB/sec.
5228 2025.01.08 15:22:46.628086 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5229 2025.01.08 15:22:46.628485 [ 267 ] {99dda61c-ed03-46c9-9592-e044b34b6f72} <Debug> TCPHandler: Processed in 0.003182445 sec.
5230 2025.01.08 15:22:46.628486 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
5231 2025.01.08 15:22:46.628688 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5232 2025.01.08 15:22:46.628859 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5233 2025.01.08 15:22:46.628939 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5234 2025.01.08 15:22:46.629021 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5235 2025.01.08 15:22:46.629185 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 421 rows starting from the beginning of the part
5236 2025.01.08 15:22:46.629779 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part
5237 2025.01.08 15:22:46.630397 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part
5238 2025.01.08 15:22:46.630412 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5239 2025.01.08 15:22:46.630460 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5240 2025.01.08 15:22:46.630941 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part
5241 2025.01.08 15:22:46.631565 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part
5242 2025.01.08 15:22:46.631663 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5243 2025.01.08 15:22:46.632107 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part
5244 2025.01.08 15:22:46.632435 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5245 2025.01.08 15:22:46.633018 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004185 sec., 7168.458781362006 rows/sec., 502.87 KiB/sec.
5246 2025.01.08 15:22:46.636031 [ 272 ] {19b1fbeb-da6d-4870-853d-854f47d4c8cc} <Debug> TCPHandler: Processed in 0.007421567 sec.
5247 2025.01.08 15:22:46.650178 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.021957156 sec., 23500.31124249425 rows/sec., 42.11 MiB/sec.
5248 2025.01.08 15:22:46.650846 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5249 2025.01.08 15:22:46.651306 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5250 2025.01.08 15:22:46.651390 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5251 2025.01.08 15:22:46.651555 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
5252 2025.01.08 15:22:47.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.82 MiB, peak 199.15 MiB, free memory in arenas 0.00 B, will set to 193.12 MiB (RSS), difference: 1.30 MiB
5253 2025.01.08 15:22:47.490712 [ 39 ] {} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5254 2025.01.08 15:22:47.490786 [ 39 ] {} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5255 2025.01.08 15:22:47.490812 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5256 2025.01.08 15:22:47.491000 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::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
5257 2025.01.08 15:22:47.491232 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5258 2025.01.08 15:22:47.491271 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
5259 2025.01.08 15:22:47.491359 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
5260 2025.01.08 15:22:47.491617 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::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
5261 2025.01.08 15:22:47.491826 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
5262 2025.01.08 15:22:47.492069 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
5263 2025.01.08 15:22:47.493219 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.002333813 sec., 10283.600271315654 rows/sec., 878.73 KiB/sec.
5264 2025.01.08 15:22:47.493504 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5265 2025.01.08 15:22:47.494107 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5266 2025.01.08 15:22:47.494268 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_5_1} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5267 2025.01.08 15:22:47.494407 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5268 2025.01.08 15:22:48.401548 [ 38 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5269 2025.01.08 15:22:48.401640 [ 38 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5270 2025.01.08 15:22:48.401682 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5271 2025.01.08 15:22:48.401968 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5272 2025.01.08 15:22:48.402255 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5273 2025.01.08 15:22:48.402314 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5274 2025.01.08 15:22:48.402434 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5275 2025.01.08 15:22:48.402692 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5276 2025.01.08 15:22:48.402958 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5277 2025.01.08 15:22:48.403107 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5278 2025.01.08 15:22:48.404142 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002345844 sec., 38365.72252886381 rows/sec., 1.96 MiB/sec.
5279 2025.01.08 15:22:48.404391 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5280 2025.01.08 15:22:48.404720 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5281 2025.01.08 15:22:48.404806 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_15_3} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5282 2025.01.08 15:22:48.404900 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5283 2025.01.08 15:22:50.578751 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
5284 2025.01.08 15:22:50.578801 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
5285 2025.01.08 15:22:50.680696 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5286 2025.01.08 15:22:50.681309 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5287 2025.01.08 15:22:50.681346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5288 2025.01.08 15:22:50.681846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5289 2025.01.08 15:22:50.682108 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5290 2025.01.08 15:22:50.682285 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5291 2025.01.08 15:22:50.727845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746
5292 2025.01.08 15:22:50.730690 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5293 2025.01.08 15:22:50.730740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5294 2025.01.08 15:22:50.732201 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5295 2025.01.08 15:22:50.732517 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5296 2025.01.08 15:22:50.733538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746
5297 2025.01.08 15:22:51.427731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5298 2025.01.08 15:22:51.449762 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5299 2025.01.08 15:22:51.449829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5300 2025.01.08 15:22:51.457387 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5301 2025.01.08 15:22:51.458181 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2025.01.08 15:22:51.461477 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5303 2025.01.08 15:22:51.618146 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5304 2025.01.08 15:22:51.618366 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5305 2025.01.08 15:22:51.618449 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5306 2025.01.08 15:22:51.619225 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2025.01.08 15:22:51.619280 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5308 2025.01.08 15:22:51.619742 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5309 2025.01.08 15:22:51.619997 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2025.01.08 15:22:51.620241 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec.
5311 2025.01.08 15:22:51.620310 [ 267 ] {e2574686-336e-46cd-8efd-3e85365ce1e5} <Debug> TCPHandler: Processed in 0.002308003 sec.
5312 2025.01.08 15:22:51.620582 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2025.01.08 15:22:51.620795 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5314 2025.01.08 15:22:51.620877 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5315 2025.01.08 15:22:51.621792 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2025.01.08 15:22:51.621832 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5317 2025.01.08 15:22:51.622279 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5318 2025.01.08 15:22:51.622529 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.01.08 15:22:51.622739 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002004 sec., 117265.46906187624 rows/sec., 10.45 MiB/sec.
5320 2025.01.08 15:22:51.622793 [ 272 ] {7da54670-dc0e-422d-9abf-33059e4084cb} <Debug> TCPHandler: Processed in 0.002356554 sec.
5321 2025.01.08 15:22:51.622941 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.01.08 15:22:51.623076 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5323 2025.01.08 15:22:51.623131 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5324 2025.01.08 15:22:51.623750 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.01.08 15:22:51.623793 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5326 2025.01.08 15:22:51.624165 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5327 2025.01.08 15:22:51.624407 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.01.08 15:22:51.624609 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001564 sec., 24296.675191815855 rows/sec., 1.74 MiB/sec.
5329 2025.01.08 15:22:51.624667 [ 267 ] {c5c92ca7-25c7-4c58-bd26-bfd800e8d35d} <Debug> TCPHandler: Processed in 0.001786346 sec.
5330 2025.01.08 15:22:51.624826 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5331 2025.01.08 15:22:51.624967 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5332 2025.01.08 15:22:51.625024 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5333 2025.01.08 15:22:51.625667 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2025.01.08 15:22:51.625707 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5335 2025.01.08 15:22:51.626063 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5336 2025.01.08 15:22:51.626322 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2025.01.08 15:22:51.626548 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec.
5338 2025.01.08 15:22:51.626674 [ 272 ] {71362d21-7163-4203-85bf-84386cda9e63} <Debug> TCPHandler: Processed in 0.001912868 sec.
5339 2025.01.08 15:22:51.626842 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5340 2025.01.08 15:22:51.626986 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5341 2025.01.08 15:22:51.627044 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5342 2025.01.08 15:22:51.627690 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5343 2025.01.08 15:22:51.627730 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5344 2025.01.08 15:22:51.628088 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5345 2025.01.08 15:22:51.628321 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5346 2025.01.08 15:22:51.628523 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec.
5347 2025.01.08 15:22:51.628573 [ 267 ] {3bb203af-102c-40ba-8a7b-eb403ffa65fa} <Debug> TCPHandler: Processed in 0.001800196 sec.
5348 2025.01.08 15:22:51.628728 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5349 2025.01.08 15:22:51.628868 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5350 2025.01.08 15:22:51.628926 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5351 2025.01.08 15:22:51.629775 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.01.08 15:22:51.629824 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5353 2025.01.08 15:22:51.630285 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5354 2025.01.08 15:22:51.630535 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.01.08 15:22:51.630774 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001932 sec., 195134.5755693582 rows/sec., 13.79 MiB/sec.
5356 2025.01.08 15:22:51.630891 [ 272 ] {63a289b8-3ea0-4e34-b115-ea2d92c4418a} <Debug> TCPHandler: Processed in 0.002227512 sec.
5357 2025.01.08 15:22:51.631071 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.01.08 15:22:51.631189 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5359 2025.01.08 15:22:51.631241 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5360 2025.01.08 15:22:51.631730 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5361 2025.01.08 15:22:51.631769 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5362 2025.01.08 15:22:51.632162 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5363 2025.01.08 15:22:51.632397 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): 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.08 15:22:51.632628 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec.
5365 2025.01.08 15:22:51.632823 [ 267 ] {20966325-df40-4c02-bf29-d18df7311775} <Debug> TCPHandler: Processed in 0.001840816 sec.
5366 2025.01.08 15:22:51.633012 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.01.08 15:22:51.633150 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5368 2025.01.08 15:22:51.633211 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5369 2025.01.08 15:22:51.633802 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.01.08 15:22:51.633839 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5371 2025.01.08 15:22:51.634221 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5372 2025.01.08 15:22:51.634453 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.01.08 15:22:51.634672 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001552 sec., 114046.39175257731 rows/sec., 7.52 MiB/sec.
5374 2025.01.08 15:22:51.634723 [ 272 ] {57f8fc23-87bb-4f9b-b14b-fc9dfb9ef3e2} <Debug> TCPHandler: Processed in 0.001777146 sec.
5375 2025.01.08 15:22:51.634874 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.01.08 15:22:51.635013 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5377 2025.01.08 15:22:51.635073 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5378 2025.01.08 15:22:51.635595 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.01.08 15:22:51.635634 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5380 2025.01.08 15:22:51.635993 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5381 2025.01.08 15:22:51.636229 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.01.08 15:22:51.636434 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec.
5383 2025.01.08 15:22:51.636482 [ 267 ] {60af1089-ee70-4704-b423-021151ffce72} <Debug> TCPHandler: Processed in 0.001678344 sec.
5384 2025.01.08 15:22:51.636632 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2025.01.08 15:22:51.636770 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5386 2025.01.08 15:22:51.636863 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5387 2025.01.08 15:22:51.638139 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2025.01.08 15:22:51.638178 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5389 2025.01.08 15:22:51.638824 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5390 2025.01.08 15:22:51.639075 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.01.08 15:22:51.639300 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00256 sec., 12109.374999999998 rows/sec., 21.70 MiB/sec.
5392 2025.01.08 15:22:51.639391 [ 272 ] {72a1a2ba-d87e-49b9-b2e1-1d53f7f1929f} <Debug> TCPHandler: Processed in 0.00282574 sec.
5393 2025.01.08 15:22:51.639546 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5394 2025.01.08 15:22:51.639686 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5395 2025.01.08 15:22:51.639746 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5396 2025.01.08 15:22:51.640320 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5397 2025.01.08 15:22:51.640367 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5398 2025.01.08 15:22:51.640739 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5399 2025.01.08 15:22:51.640972 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5400 2025.01.08 15:22:51.641193 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001538 sec., 33810.143042912874 rows/sec., 2.09 MiB/sec.
5401 2025.01.08 15:22:51.641243 [ 267 ] {07bb12ff-2764-4270-af92-ab52766820ff} <Debug> TCPHandler: Processed in 0.001762695 sec.
5402 2025.01.08 15:22:52.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.42 MiB, peak 199.15 MiB, free memory in arenas 0.00 B, will set to 193.36 MiB (RSS), difference: -1.06 MiB
5403 2025.01.08 15:22:56.611892 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5404 2025.01.08 15:22:56.612224 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5405 2025.01.08 15:22:56.612341 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5406 2025.01.08 15:22:56.613197 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2025.01.08 15:22:56.613245 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5408 2025.01.08 15:22:56.613660 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5409 2025.01.08 15:22:56.613918 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5410 2025.01.08 15:22:56.614171 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00203 sec., 1970.4433497536945 rows/sec., 160.68 KiB/sec.
5411 2025.01.08 15:22:56.614262 [ 267 ] {570f787c-b404-4f7b-bf08-e9a4c755db64} <Debug> TCPHandler: Processed in 0.002555067 sec.
5412 2025.01.08 15:22:56.614587 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5413 2025.01.08 15:22:56.614812 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5414 2025.01.08 15:22:56.614895 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5415 2025.01.08 15:22:56.615745 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5416 2025.01.08 15:22:56.615794 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5417 2025.01.08 15:22:56.616228 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5418 2025.01.08 15:22:56.616472 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5419 2025.01.08 15:22:56.616746 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001982 sec., 25227.043390514635 rows/sec., 2.08 MiB/sec.
5420 2025.01.08 15:22:56.616826 [ 272 ] {017c4696-bc61-403f-8021-231506632703} <Debug> TCPHandler: Processed in 0.002438765 sec.
5421 2025.01.08 15:22:56.617111 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5422 2025.01.08 15:22:56.617358 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5423 2025.01.08 15:22:56.617450 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5424 2025.01.08 15:22:56.618114 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5425 2025.01.08 15:22:56.618154 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5426 2025.01.08 15:22:56.618510 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5427 2025.01.08 15:22:56.618742 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5428 2025.01.08 15:22:56.618964 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.001663 sec., 9019.843656043295 rows/sec., 665.33 KiB/sec.
5429 2025.01.08 15:22:56.619020 [ 267 ] {d8ff8d78-38fe-42e6-980f-bf9885eb70c9} <Debug> TCPHandler: Processed in 0.00208158 sec.
5430 2025.01.08 15:22:56.619231 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5431 2025.01.08 15:22:56.619456 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5432 2025.01.08 15:22:56.619546 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5433 2025.01.08 15:22:56.620175 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5434 2025.01.08 15:22:56.620214 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5435 2025.01.08 15:22:56.620566 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5436 2025.01.08 15:22:56.620804 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5437 2025.01.08 15:22:56.621035 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.001625 sec., 26461.53846153846 rows/sec., 2.07 MiB/sec.
5438 2025.01.08 15:22:56.621114 [ 272 ] {3ec20094-495e-4d10-8913-565916d061ac} <Debug> TCPHandler: Processed in 0.001994449 sec.
5439 2025.01.08 15:22:56.621403 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5440 2025.01.08 15:22:56.621630 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5441 2025.01.08 15:22:56.621682 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5442 2025.01.08 15:22:56.622222 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5443 2025.01.08 15:22:56.622260 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5444 2025.01.08 15:22:56.622646 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5445 2025.01.08 15:22:56.622879 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5446 2025.01.08 15:22:56.623121 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001529 sec., 66710.26814911707 rows/sec., 4.62 MiB/sec.
5447 2025.01.08 15:22:56.623219 [ 267 ] {536d015b-a613-4c56-b959-ea46145ab722} <Debug> TCPHandler: Processed in 0.002003299 sec.
5448 2025.01.08 15:22:56.623435 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5449 2025.01.08 15:22:56.623597 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5450 2025.01.08 15:22:56.623694 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5451 2025.01.08 15:22:56.624958 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5452 2025.01.08 15:22:56.624996 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5453 2025.01.08 15:22:56.625608 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5454 2025.01.08 15:22:56.625869 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5455 2025.01.08 15:22:56.626068 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002502 sec., 4396.482813749001 rows/sec., 7.88 MiB/sec.
5456 2025.01.08 15:22:56.626157 [ 272 ] {0214b3b4-54f4-4c4a-9c46-886be457c41c} <Debug> TCPHandler: Processed in 0.002846751 sec.
5457 2025.01.08 15:22:56.626373 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5458 2025.01.08 15:22:56.626598 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5459 2025.01.08 15:22:56.626663 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5460 2025.01.08 15:22:56.627145 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5461 2025.01.08 15:22:56.627183 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5462 2025.01.08 15:22:56.627547 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5463 2025.01.08 15:22:56.627791 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5464 2025.01.08 15:22:56.628003 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00146 sec., 20547.945205479453 rows/sec., 1.41 MiB/sec.
5465 2025.01.08 15:22:56.628057 [ 267 ] {e89eeb15-1762-434e-8f1b-26f98e75522d} <Debug> TCPHandler: Processed in 0.001799646 sec.
5466 2025.01.08 15:22:58.182420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5467 2025.01.08 15:22:58.183429 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5468 2025.01.08 15:22:58.183504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5469 2025.01.08 15:22:58.184282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5470 2025.01.08 15:22:58.184532 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5471 2025.01.08 15:22:58.184805 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5472 2025.01.08 15:22:58.961568 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5473 2025.01.08 15:22:58.982592 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5474 2025.01.08 15:22:58.982649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5475 2025.01.08 15:22:58.990026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5476 2025.01.08 15:22:58.990816 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5477 2025.01.08 15:22:58.993568 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5478 2025.01.08 15:23:00.733716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 782
5479 2025.01.08 15:23:00.736872 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5480 2025.01.08 15:23:00.736921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5481 2025.01.08 15:23:00.738422 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5482 2025.01.08 15:23:00.738730 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2025.01.08 15:23:00.740238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782
5484 2025.01.08 15:23:01.616890 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5485 2025.01.08 15:23:01.617220 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5486 2025.01.08 15:23:01.617332 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5487 2025.01.08 15:23:01.618248 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5488 2025.01.08 15:23:01.618289 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5489 2025.01.08 15:23:01.618718 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5490 2025.01.08 15:23:01.618975 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5491 2025.01.08 15:23:01.619128 [ 73 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5492 2025.01.08 15:23:01.619180 [ 73 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5493 2025.01.08 15:23:01.619191 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002055 sec., 6812.652068126521 rows/sec., 490.42 KiB/sec.
5494 2025.01.08 15:23:01.619214 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5495 2025.01.08 15:23:01.619292 [ 267 ] {18fefb21-6994-409c-9234-e63de1903bd9} <Debug> TCPHandler: Processed in 0.002585947 sec.
5496 2025.01.08 15:23:01.619435 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5497 2025.01.08 15:23:01.619607 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5498 2025.01.08 15:23:01.619627 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5499 2025.01.08 15:23:01.619695 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5500 2025.01.08 15:23:01.619953 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5501 2025.01.08 15:23:01.619995 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5502 2025.01.08 15:23:01.620234 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5503 2025.01.08 15:23:01.620318 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5504 2025.01.08 15:23:01.620666 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5505 2025.01.08 15:23:01.620990 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
5506 2025.01.08 15:23:01.623048 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5507 2025.01.08 15:23:01.623140 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5508 2025.01.08 15:23:01.623532 [ 198 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004224201 sec., 16571.181153548325 rows/sec., 1.23 MiB/sec.
5509 2025.01.08 15:23:01.623815 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5510 2025.01.08 15:23:01.624186 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5511 2025.01.08 15:23:01.624487 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_17_4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5512 2025.01.08 15:23:01.624674 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.01.08 15:23:01.624740 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_17_4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5514 2025.01.08 15:23:01.624937 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5515 2025.01.08 15:23:01.625132 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.005329 sec., 44098.32989303809 rows/sec., 3.93 MiB/sec.
5516 2025.01.08 15:23:01.625219 [ 272 ] {9dd4a064-b212-4726-8ea6-d6f622db4b30} <Debug> TCPHandler: Processed in 0.005773373 sec.
5517 2025.01.08 15:23:01.625457 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5518 2025.01.08 15:23:01.625679 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5519 2025.01.08 15:23:01.625763 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5520 2025.01.08 15:23:01.626381 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5521 2025.01.08 15:23:01.626418 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5522 2025.01.08 15:23:01.626785 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5523 2025.01.08 15:23:01.627021 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2025.01.08 15:23:01.627200 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001575 sec., 24126.984126984127 rows/sec., 1.73 MiB/sec.
5525 2025.01.08 15:23:01.627255 [ 267 ] {d0611c7b-4a18-4a1e-8e1f-b98bcf581658} <Debug> TCPHandler: Processed in 0.001914098 sec.
5526 2025.01.08 15:23:01.627423 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5527 2025.01.08 15:23:01.627573 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5528 2025.01.08 15:23:01.627635 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5529 2025.01.08 15:23:01.628260 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5530 2025.01.08 15:23:01.628302 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5531 2025.01.08 15:23:01.628667 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5532 2025.01.08 15:23:01.628905 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2025.01.08 15:23:01.629119 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec.
5534 2025.01.08 15:23:01.629175 [ 272 ] {5c44ab3d-0f65-4079-8e55-0811865008e7} <Debug> TCPHandler: Processed in 0.001821826 sec.
5535 2025.01.08 15:23:01.629333 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5536 2025.01.08 15:23:01.629471 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5537 2025.01.08 15:23:01.629528 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5538 2025.01.08 15:23:01.630125 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5539 2025.01.08 15:23:01.630162 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5540 2025.01.08 15:23:01.630515 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5541 2025.01.08 15:23:01.630760 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5542 2025.01.08 15:23:01.630884 [ 73 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5543 2025.01.08 15:23:01.630921 [ 73 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5544 2025.01.08 15:23:01.630948 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5545 2025.01.08 15:23:01.630952 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
5546 2025.01.08 15:23:01.631205 [ 267 ] {40d2287a-dfef-42c9-8f97-ff4c3bbfb844} <Debug> TCPHandler: Processed in 0.001935637 sec.
5547 2025.01.08 15:23:01.631358 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5548 2025.01.08 15:23:01.631729 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5549 2025.01.08 15:23:01.631764 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5550 2025.01.08 15:23:01.631807 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5551 2025.01.08 15:23:01.631890 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5552 2025.01.08 15:23:01.632168 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5553 2025.01.08 15:23:01.632190 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5554 2025.01.08 15:23:01.632382 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5555 2025.01.08 15:23:01.632638 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5556 2025.01.08 15:23:01.633003 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
5557 2025.01.08 15:23:01.634900 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5558 2025.01.08 15:23:01.634981 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5559 2025.01.08 15:23:01.635442 [ 187 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004387383 sec., 14815.20988707847 rows/sec., 981.60 KiB/sec.
5560 2025.01.08 15:23:01.635626 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5561 2025.01.08 15:23:01.635761 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5562 2025.01.08 15:23:01.635988 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_17_4} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5563 2025.01.08 15:23:01.636080 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5564 2025.01.08 15:23:01.636107 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_17_4} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5565 2025.01.08 15:23:01.636273 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5566 2025.01.08 15:23:01.636460 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004426 sec., 85178.4907365567 rows/sec., 6.02 MiB/sec.
5567 2025.01.08 15:23:01.636658 [ 272 ] {bfe10c2d-2694-40b0-be16-7e28403b3724} <Debug> TCPHandler: Processed in 0.005290766 sec.
5568 2025.01.08 15:23:01.636938 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5569 2025.01.08 15:23:01.637077 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5570 2025.01.08 15:23:01.637137 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5571 2025.01.08 15:23:01.637708 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5572 2025.01.08 15:23:01.637747 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5573 2025.01.08 15:23:01.638119 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5574 2025.01.08 15:23:01.638356 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5575 2025.01.08 15:23:01.638531 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec.
5576 2025.01.08 15:23:01.638580 [ 267 ] {7d8b74e5-35d1-4bc0-806f-614b000f9841} <Debug> TCPHandler: Processed in 0.001781016 sec.
5577 2025.01.08 15:23:01.638718 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5578 2025.01.08 15:23:01.638861 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5579 2025.01.08 15:23:01.638923 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5580 2025.01.08 15:23:01.639598 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5581 2025.01.08 15:23:01.639642 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5582 2025.01.08 15:23:01.640042 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5583 2025.01.08 15:23:01.640284 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5584 2025.01.08 15:23:01.640506 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001677 sec., 105545.61717352414 rows/sec., 6.96 MiB/sec.
5585 2025.01.08 15:23:01.640559 [ 272 ] {3a70b7d1-adfe-4431-9e45-0f11d9fb150b} <Debug> TCPHandler: Processed in 0.001899887 sec.
5586 2025.01.08 15:23:01.640695 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5587 2025.01.08 15:23:01.640912 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5588 2025.01.08 15:23:01.641006 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5589 2025.01.08 15:23:01.641809 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5590 2025.01.08 15:23:01.641846 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5591 2025.01.08 15:23:01.642199 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5592 2025.01.08 15:23:01.642428 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5593 2025.01.08 15:23:01.642642 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001784 sec., 560.5381165919282 rows/sec., 37.77 KiB/sec.
5594 2025.01.08 15:23:01.642691 [ 267 ] {9870b613-f4e9-49a2-957c-c875c5cbedac} <Debug> TCPHandler: Processed in 0.002053849 sec.
5595 2025.01.08 15:23:01.642895 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5596 2025.01.08 15:23:01.643119 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5597 2025.01.08 15:23:01.643259 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5598 2025.01.08 15:23:01.644630 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5599 2025.01.08 15:23:01.644669 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5600 2025.01.08 15:23:01.645309 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5601 2025.01.08 15:23:01.645562 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5602 2025.01.08 15:23:01.645800 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002738 sec., 11322.132943754565 rows/sec., 20.29 MiB/sec.
5603 2025.01.08 15:23:01.645894 [ 272 ] {8aaecffb-0067-416e-a8e6-53c2088a8abe} <Debug> TCPHandler: Processed in 0.003109195 sec.
5604 2025.01.08 15:23:01.646044 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5605 2025.01.08 15:23:01.646183 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5606 2025.01.08 15:23:01.646243 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5607 2025.01.08 15:23:01.646795 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5608 2025.01.08 15:23:01.646833 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5609 2025.01.08 15:23:01.647199 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5610 2025.01.08 15:23:01.647431 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5611 2025.01.08 15:23:01.647634 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001481 sec., 35111.411208642814 rows/sec., 2.17 MiB/sec.
5612 2025.01.08 15:23:01.647682 [ 267 ] {12c848b3-c626-43af-9d0e-558d55396117} <Debug> TCPHandler: Processed in 0.001704734 sec.
5613 2025.01.08 15:23:05.579791 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
5614 2025.01.08 15:23:05.579846 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
5615 2025.01.08 15:23:05.684954 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5616 2025.01.08 15:23:05.685657 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5617 2025.01.08 15:23:05.685702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5618 2025.01.08 15:23:05.686226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5619 2025.01.08 15:23:05.686481 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5620 2025.01.08 15:23:05.686635 [ 151 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5621 2025.01.08 15:23:05.686673 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5622 2025.01.08 15:23:05.686691 [ 151 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2025.01.08 15:23:05.686718 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
5624 2025.01.08 15:23:05.686906 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
5625 2025.01.08 15:23:05.687157 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5626 2025.01.08 15:23:05.687251 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5627 2025.01.08 15:23:05.687414 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5628 2025.01.08 15:23:05.687619 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5629 2025.01.08 15:23:05.687963 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5630 2025.01.08 15:23:05.688229 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5631 2025.01.08 15:23:05.688290 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5632 2025.01.08 15:23:05.691263 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004454775 sec., 2683861.6989634717 rows/sec., 38.39 MiB/sec.
5633 2025.01.08 15:23:05.691698 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5634 2025.01.08 15:23:05.692017 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5635 2025.01.08 15:23:05.692094 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_26_5} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5636 2025.01.08 15:23:05.692195 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5637 2025.01.08 15:23:06.493660 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5638 2025.01.08 15:23:06.516115 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5639 2025.01.08 15:23:06.516183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5640 2025.01.08 15:23:06.524036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5641 2025.01.08 15:23:06.524815 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5642 2025.01.08 15:23:06.525215 [ 29 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5643 2025.01.08 15:23:06.525351 [ 29 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5644 2025.01.08 15:23:06.525427 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5645 2025.01.08 15:23:06.526241 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5646 2025.01.08 15:23:06.540933 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5647 2025.01.08 15:23:06.542712 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5648 2025.01.08 15:23:06.544312 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5649 2025.01.08 15:23:06.549977 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5650 2025.01.08 15:23:06.555827 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5651 2025.01.08 15:23:06.561573 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5652 2025.01.08 15:23:06.567306 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5653 2025.01.08 15:23:06.571970 [ 193 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
5654 2025.01.08 15:23:06.612212 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5655 2025.01.08 15:23:06.612400 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5656 2025.01.08 15:23:06.612479 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5657 2025.01.08 15:23:06.613608 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5658 2025.01.08 15:23:06.613656 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5659 2025.01.08 15:23:06.614740 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5660 2025.01.08 15:23:06.615234 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5661 2025.01.08 15:23:06.615456 [ 29 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5662 2025.01.08 15:23:06.615532 [ 29 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5663 2025.01.08 15:23:06.615597 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5664 2025.01.08 15:23:06.615705 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.003314 sec., 14484.007242003621 rows/sec., 1.20 MiB/sec.
5665 2025.01.08 15:23:06.616199 [ 267 ] {ce26907b-4ad3-4779-b073-e1426bc88441} <Debug> TCPHandler: Processed in 0.004105339 sec.
5666 2025.01.08 15:23:06.616334 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
5667 2025.01.08 15:23:06.616652 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5668 2025.01.08 15:23:06.617112 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5669 2025.01.08 15:23:06.617235 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5670 2025.01.08 15:23:06.617272 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1405 rows starting from the beginning of the part
5671 2025.01.08 15:23:06.617478 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5672 2025.01.08 15:23:06.617675 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part
5673 2025.01.08 15:23:06.618126 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 235 rows starting from the beginning of the part
5674 2025.01.08 15:23:06.618465 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 50 rows starting from the beginning of the part
5675 2025.01.08 15:23:06.618908 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 235 rows starting from the beginning of the part
5676 2025.01.08 15:23:06.619284 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part
5677 2025.01.08 15:23:06.622183 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5678 2025.01.08 15:23:06.622289 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5679 2025.01.08 15:23:06.624539 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5680 2025.01.08 15:23:06.625443 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2021 rows, containing 5 columns (5 merged, 0 gathered) in 0.00970002 sec., 208350.08587611158 rows/sec., 18.46 MiB/sec.
5681 2025.01.08 15:23:06.625463 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2025.01.08 15:23:06.625883 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5683 2025.01.08 15:23:06.626256 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.009213 sec., 1193.9650493867362 rows/sec., 89.78 KiB/sec.
5684 2025.01.08 15:23:06.626594 [ 272 ] {66616246-0afd-4228-b58b-c75e88ec8a61} <Debug> TCPHandler: Processed in 0.010233808 sec.
5685 2025.01.08 15:23:06.626800 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5686 2025.01.08 15:23:06.626871 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5687 2025.01.08 15:23:06.627166 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_41_8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5688 2025.01.08 15:23:06.627213 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5689 2025.01.08 15:23:06.627361 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5690 2025.01.08 15:23:06.627466 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
5691 2025.01.08 15:23:06.628715 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5692 2025.01.08 15:23:06.628765 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5693 2025.01.08 15:23:06.629448 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5694 2025.01.08 15:23:06.629804 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5695 2025.01.08 15:23:06.630057 [ 29 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5696 2025.01.08 15:23:06.630156 [ 29 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5697 2025.01.08 15:23:06.630230 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5698 2025.01.08 15:23:06.630292 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.003168 sec., 12310.606060606062 rows/sec., 983.96 KiB/sec.
5699 2025.01.08 15:23:06.630756 [ 267 ] {d5248395-d7bf-4da7-b9b6-5d8fe5323d82} <Debug> TCPHandler: Processed in 0.004012078 sec.
5700 2025.01.08 15:23:06.630840 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
5701 2025.01.08 15:23:06.631078 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5702 2025.01.08 15:23:06.631498 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5703 2025.01.08 15:23:06.631519 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5704 2025.01.08 15:23:06.631690 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 876 rows starting from the beginning of the part
5705 2025.01.08 15:23:06.631725 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5706 2025.01.08 15:23:06.632443 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part
5707 2025.01.08 15:23:06.633022 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 377 rows starting from the beginning of the part
5708 2025.01.08 15:23:06.633604 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 43 rows starting from the beginning of the part
5709 2025.01.08 15:23:06.634107 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 377 rows starting from the beginning of the part
5710 2025.01.08 15:23:06.634784 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part
5711 2025.01.08 15:23:06.635918 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5712 2025.01.08 15:23:06.636035 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5713 2025.01.08 15:23:06.637848 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5714 2025.01.08 15:23:06.638601 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5715 2025.01.08 15:23:06.639061 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5716 2025.01.08 15:23:06.639230 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5717 2025.01.08 15:23:06.639352 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5718 2025.01.08 15:23:06.639434 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.008078 sec., 12379.301807378064 rows/sec., 878.88 KiB/sec.
5719 2025.01.08 15:23:06.639887 [ 272 ] {e09e6cd0-43eb-46aa-8b8e-20140ef2eb62} <Debug> TCPHandler: Processed in 0.008989069 sec.
5720 2025.01.08 15:23:06.640021 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5721 2025.01.08 15:23:06.640267 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5722 2025.01.08 15:23:06.640433 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5723 2025.01.08 15:23:06.640583 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9983 rows starting from the beginning of the part
5724 2025.01.08 15:23:06.640984 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part
5725 2025.01.08 15:23:06.641375 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 177 rows starting from the beginning of the part
5726 2025.01.08 15:23:06.641714 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 102 rows starting from the beginning of the part
5727 2025.01.08 15:23:06.641702 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5728 2025.01.08 15:23:06.641743 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1751 rows, containing 5 columns (5 merged, 0 gathered) in 0.011201782 sec., 156314.41497433177 rows/sec., 11.87 MiB/sec.
5729 2025.01.08 15:23:06.642214 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part
5730 2025.01.08 15:23:06.642302 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5731 2025.01.08 15:23:06.642708 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part
5732 2025.01.08 15:23:06.642850 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5733 2025.01.08 15:23:06.643567 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5734 2025.01.08 15:23:06.644076 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_41_8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5735 2025.01.08 15:23:06.644465 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5736 2025.01.08 15:23:06.650759 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2025.01.08 15:23:06.650813 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5738 2025.01.08 15:23:06.651609 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10639 rows, containing 5 columns (5 merged, 0 gathered) in 0.012032983 sec., 884153.1646807778 rows/sec., 59.23 MiB/sec.
5739 2025.01.08 15:23:06.652111 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5740 2025.01.08 15:23:06.652840 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5741 2025.01.08 15:23:06.653006 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5742 2025.01.08 15:23:06.653215 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5743 2025.01.08 15:23:06.653461 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB.
5744 2025.01.08 15:23:06.653539 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5745 2025.01.08 15:23:06.653932 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.013231 sec., 831.380848008465 rows/sec., 1.49 MiB/sec.
5746 2025.01.08 15:23:06.654397 [ 267 ] {87968979-8268-45b9-b59d-6228b01ccc4c} <Debug> TCPHandler: Processed in 0.014309576 sec.
5747 2025.01.08 15:23:06.654746 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5748 2025.01.08 15:23:06.655170 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5749 2025.01.08 15:23:06.655359 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5750 2025.01.08 15:23:06.658321 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5751 2025.01.08 15:23:06.658380 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5752 2025.01.08 15:23:06.659033 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5753 2025.01.08 15:23:06.659362 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5754 2025.01.08 15:23:06.659597 [ 29 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5755 2025.01.08 15:23:06.659684 [ 29 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5756 2025.01.08 15:23:06.659718 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5757 2025.01.08 15:23:06.659763 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004732 sec., 6339.814032121724 rows/sec., 444.74 KiB/sec.
5758 2025.01.08 15:23:06.660105 [ 272 ] {89b254b5-2be9-448b-824c-55792e03a0a4} <Debug> TCPHandler: Processed in 0.00557825 sec.
5759 2025.01.08 15:23:06.660165 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
5760 2025.01.08 15:23:06.660916 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5761 2025.01.08 15:23:06.661041 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1254 rows starting from the beginning of the part
5762 2025.01.08 15:23:06.661542 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
5763 2025.01.08 15:23:06.661824 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part
5764 2025.01.08 15:23:06.662169 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
5765 2025.01.08 15:23:06.662428 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part
5766 2025.01.08 15:23:06.662768 [ 197 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
5767 2025.01.08 15:23:06.665250 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 4 columns (4 merged, 0 gathered) in 0.005456399 sec., 265376.48731333617 rows/sec., 17.11 MiB/sec.
5768 2025.01.08 15:23:06.665491 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5769 2025.01.08 15:23:06.665890 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5770 2025.01.08 15:23:06.666003 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_41_8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5771 2025.01.08 15:23:06.666114 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5772 2025.01.08 15:23:06.677094 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.151513273 sec., 1293.6160385103685 rows/sec., 6.69 MiB/sec.
5773 2025.01.08 15:23:06.679908 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5774 2025.01.08 15:23:06.683010 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_26_5} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5775 2025.01.08 15:23:06.683124 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_26_5} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5776 2025.01.08 15:23:06.685393 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5777 2025.01.08 15:23:06.881283 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5778 2025.01.08 15:23:06.881551 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5779 2025.01.08 15:23:06.881659 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5780 2025.01.08 15:23:06.882441 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5781 2025.01.08 15:23:06.882484 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5782 2025.01.08 15:23:06.882903 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5783 2025.01.08 15:23:06.883150 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5784 2025.01.08 15:23:06.883350 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
5785 2025.01.08 15:23:06.883410 [ 267 ] {9e239282-b98b-431d-a859-3a1d898443f4} <Debug> TCPHandler: Processed in 0.002290663 sec.
5786 2025.01.08 15:23:06.883724 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5787 2025.01.08 15:23:06.883993 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5788 2025.01.08 15:23:06.884069 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5789 2025.01.08 15:23:06.884809 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5790 2025.01.08 15:23:06.884862 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5791 2025.01.08 15:23:06.885296 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5792 2025.01.08 15:23:06.885565 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5793 2025.01.08 15:23:06.885814 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001873 sec., 4271.222637479978 rows/sec., 348.29 KiB/sec.
5794 2025.01.08 15:23:06.885884 [ 272 ] {0cdbb76d-cf8c-4a79-8875-259f55a3b556} <Debug> TCPHandler: Processed in 0.002345904 sec.
5795 2025.01.08 15:23:06.886090 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5796 2025.01.08 15:23:06.886320 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5797 2025.01.08 15:23:06.886413 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5798 2025.01.08 15:23:06.887766 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.01.08 15:23:06.887804 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5800 2025.01.08 15:23:06.888263 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5801 2025.01.08 15:23:06.888502 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5802 2025.01.08 15:23:06.888684 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002421 sec., 569599.3391160677 rows/sec., 47.54 MiB/sec.
5803 2025.01.08 15:23:06.888738 [ 267 ] {e0359c7d-d2ef-480a-b9ac-f1c251c67347} <Debug> TCPHandler: Processed in 0.00276428 sec.
5804 2025.01.08 15:23:06.888900 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5805 2025.01.08 15:23:06.889028 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5806 2025.01.08 15:23:06.889081 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5807 2025.01.08 15:23:06.889707 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5808 2025.01.08 15:23:06.889747 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5809 2025.01.08 15:23:06.890127 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5810 2025.01.08 15:23:06.890373 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5811 2025.01.08 15:23:06.890537 [ 29 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5812 2025.01.08 15:23:06.890600 [ 29 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5813 2025.01.08 15:23:06.890632 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.001623 sec., 28342.57547751078 rows/sec., 2.01 MiB/sec.
5814 2025.01.08 15:23:06.890640 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5815 2025.01.08 15:23:06.890806 [ 272 ] {916846d5-1a92-4d7a-9202-4f2eb9fb87f1} <Debug> TCPHandler: Processed in 0.001958949 sec.
5816 2025.01.08 15:23:06.891147 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5817 2025.01.08 15:23:06.891542 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
5818 2025.01.08 15:23:06.891621 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5819 2025.01.08 15:23:06.891788 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5820 2025.01.08 15:23:06.892112 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5821 2025.01.08 15:23:06.892199 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 63 rows starting from the beginning of the part
5822 2025.01.08 15:23:06.892575 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part
5823 2025.01.08 15:23:06.892929 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part
5824 2025.01.08 15:23:06.893361 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part
5825 2025.01.08 15:23:06.893587 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part
5826 2025.01.08 15:23:06.893826 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part
5827 2025.01.08 15:23:06.894795 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2025.01.08 15:23:06.894858 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5829 2025.01.08 15:23:06.895887 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5830 2025.01.08 15:23:06.896490 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5831 2025.01.08 15:23:06.896806 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005972016 sec., 35331.4525614131 rows/sec., 2.66 MiB/sec.
5832 2025.01.08 15:23:06.897191 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5833 2025.01.08 15:23:06.897199 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00571 sec., 42381.78633975482 rows/sec., 2.87 MiB/sec.
5834 2025.01.08 15:23:06.897538 [ 267 ] {11463b6a-0a16-4c41-a94b-bb852a3fbb04} <Debug> TCPHandler: Processed in 0.006614985 sec.
5835 2025.01.08 15:23:06.897700 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5836 2025.01.08 15:23:06.897845 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5837 2025.01.08 15:23:06.897862 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5838 2025.01.08 15:23:06.897913 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5839 2025.01.08 15:23:06.897982 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_31_6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5840 2025.01.08 15:23:06.898093 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5841 2025.01.08 15:23:06.898666 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2025.01.08 15:23:06.898713 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5843 2025.01.08 15:23:06.899103 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5844 2025.01.08 15:23:06.899345 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5845 2025.01.08 15:23:06.899574 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001763 sec., 7373.79466817924 rows/sec., 459.75 KiB/sec.
5846 2025.01.08 15:23:06.899665 [ 272 ] {1d5dc54c-cb67-436b-89d4-69ddd81524bc} <Debug> TCPHandler: Processed in 0.002026039 sec.
5847 2025.01.08 15:23:06.899804 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5848 2025.01.08 15:23:06.899938 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5849 2025.01.08 15:23:06.899995 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5850 2025.01.08 15:23:06.901028 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2025.01.08 15:23:06.901066 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5852 2025.01.08 15:23:06.901466 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5853 2025.01.08 15:23:06.901712 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5854 2025.01.08 15:23:06.901934 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.002022 sec., 415924.82690405543 rows/sec., 30.05 MiB/sec.
5855 2025.01.08 15:23:06.902073 [ 267 ] {72d2c944-abe2-4f3c-8f51-114d0c41aa1a} <Debug> TCPHandler: Processed in 0.002324264 sec.
5856 2025.01.08 15:23:06.902281 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5857 2025.01.08 15:23:06.902421 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5858 2025.01.08 15:23:06.902473 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5859 2025.01.08 15:23:06.902960 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5860 2025.01.08 15:23:06.902999 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5861 2025.01.08 15:23:06.903366 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5862 2025.01.08 15:23:06.903605 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5863 2025.01.08 15:23:06.903850 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
5864 2025.01.08 15:23:06.903944 [ 272 ] {1109273c-fcf6-4e2f-938a-16886969ac79} <Debug> TCPHandler: Processed in 0.001779516 sec.
5865 2025.01.08 15:23:06.904169 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5866 2025.01.08 15:23:06.904395 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5867 2025.01.08 15:23:06.904491 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5868 2025.01.08 15:23:06.905461 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5869 2025.01.08 15:23:06.905499 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5870 2025.01.08 15:23:06.905932 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5871 2025.01.08 15:23:06.906168 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5872 2025.01.08 15:23:06.906371 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.002022 sec., 468348.1701285856 rows/sec., 31.10 MiB/sec.
5873 2025.01.08 15:23:06.906499 [ 267 ] {9e21d3e3-032d-4f92-98c7-88bec03fbf4f} <Debug> TCPHandler: Processed in 0.002449026 sec.
5874 2025.01.08 15:23:06.906737 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5875 2025.01.08 15:23:06.906876 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5876 2025.01.08 15:23:06.906929 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5877 2025.01.08 15:23:06.907415 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5878 2025.01.08 15:23:06.907453 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5879 2025.01.08 15:23:06.907824 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5880 2025.01.08 15:23:06.908067 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5881 2025.01.08 15:23:06.908310 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
5882 2025.01.08 15:23:06.908409 [ 272 ] {7a2fad5d-1076-4aa2-afcc-abb32e0902ed} <Debug> TCPHandler: Processed in 0.001808376 sec.
5883 2025.01.08 15:23:06.908556 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5884 2025.01.08 15:23:06.908674 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5885 2025.01.08 15:23:06.908753 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5886 2025.01.08 15:23:06.909928 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5887 2025.01.08 15:23:06.909966 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5888 2025.01.08 15:23:06.910625 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5889 2025.01.08 15:23:06.910879 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5890 2025.01.08 15:23:06.911016 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5891 2025.01.08 15:23:06.911067 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5892 2025.01.08 15:23:06.911092 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002442 sec., 12694.512694512694 rows/sec., 22.75 MiB/sec.
5893 2025.01.08 15:23:06.911097 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5894 2025.01.08 15:23:06.911331 [ 267 ] {32d934e4-7a0a-4df2-9f56-73c9b5e58287} <Debug> TCPHandler: Processed in 0.00283181 sec.
5895 2025.01.08 15:23:06.911343 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
5896 2025.01.08 15:23:06.911586 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5897 2025.01.08 15:23:06.911739 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5898 2025.01.08 15:23:06.911933 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 516 rows starting from the beginning of the part
5899 2025.01.08 15:23:06.911971 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5900 2025.01.08 15:23:06.912103 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5901 2025.01.08 15:23:06.912735 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part
5902 2025.01.08 15:23:06.913476 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part
5903 2025.01.08 15:23:06.914264 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part
5904 2025.01.08 15:23:06.914364 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5905 2025.01.08 15:23:06.914478 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5906 2025.01.08 15:23:06.914938 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part
5907 2025.01.08 15:23:06.915579 [ 189 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part
5908 2025.01.08 15:23:06.915926 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5909 2025.01.08 15:23:06.916665 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5910 2025.01.08 15:23:06.917090 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.005195 sec., 5389.797882579403 rows/sec., 310.54 KiB/sec.
5911 2025.01.08 15:23:06.917304 [ 272 ] {2b65b706-9a4c-46b1-a807-8873ceb71168} <Debug> TCPHandler: Processed in 0.005878714 sec.
5912 2025.01.08 15:23:06.920485 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 19 columns (19 merged, 0 gathered) in 0.009285564 sec., 67954.9459785103 rows/sec., 121.77 MiB/sec.
5913 2025.01.08 15:23:06.921596 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5914 2025.01.08 15:23:06.922023 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5915 2025.01.08 15:23:06.922115 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5916 2025.01.08 15:23:06.922270 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB.
5917 2025.01.08 15:23:07.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.79 MiB, peak 210.98 MiB, free memory in arenas 0.00 B, will set to 200.41 MiB (RSS), difference: 3.61 MiB
5918 2025.01.08 15:23:10.740482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 840
5919 2025.01.08 15:23:10.744614 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5920 2025.01.08 15:23:10.744678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5921 2025.01.08 15:23:10.746247 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5922 2025.01.08 15:23:10.746555 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5923 2025.01.08 15:23:10.747678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840
5924 2025.01.08 15:23:11.610667 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5925 2025.01.08 15:23:11.610998 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5926 2025.01.08 15:23:11.611095 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5927 2025.01.08 15:23:11.611845 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5928 2025.01.08 15:23:11.611899 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5929 2025.01.08 15:23:11.612342 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5930 2025.01.08 15:23:11.612616 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5931 2025.01.08 15:23:11.612876 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001962 sec., 13251.783893985728 rows/sec., 1008.92 KiB/sec.
5932 2025.01.08 15:23:11.612942 [ 267 ] {b082f010-46f2-4fe4-b102-024b20865c2b} <Debug> TCPHandler: Processed in 0.002470156 sec.
5933 2025.01.08 15:23:11.613253 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5934 2025.01.08 15:23:11.613566 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5935 2025.01.08 15:23:11.613687 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5936 2025.01.08 15:23:11.614612 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5937 2025.01.08 15:23:11.614661 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5938 2025.01.08 15:23:11.615109 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5939 2025.01.08 15:23:11.615364 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5940 2025.01.08 15:23:11.615603 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002124 sec., 13182.674199623352 rows/sec., 1.03 MiB/sec.
5941 2025.01.08 15:23:11.615672 [ 272 ] {25428d81-fa2a-475e-899f-084bcf78ca5b} <Debug> TCPHandler: Processed in 0.002614957 sec.
5942 2025.01.08 15:23:11.615880 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5943 2025.01.08 15:23:11.616115 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5944 2025.01.08 15:23:11.616220 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5945 2025.01.08 15:23:11.617147 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5946 2025.01.08 15:23:11.617187 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5947 2025.01.08 15:23:11.617580 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5948 2025.01.08 15:23:11.617816 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5949 2025.01.08 15:23:11.618034 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001981 sec., 40383.64462392731 rows/sec., 2.80 MiB/sec.
5950 2025.01.08 15:23:11.618091 [ 267 ] {847f8630-da17-4f6a-b319-02a96398f6f0} <Debug> TCPHandler: Processed in 0.002321013 sec.
5951 2025.01.08 15:23:11.618329 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5952 2025.01.08 15:23:11.618562 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5953 2025.01.08 15:23:11.618660 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5954 2025.01.08 15:23:11.619341 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5955 2025.01.08 15:23:11.619383 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5956 2025.01.08 15:23:11.619777 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5957 2025.01.08 15:23:11.620021 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5958 2025.01.08 15:23:11.620261 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001759 sec., 13644.115974985787 rows/sec., 957.13 KiB/sec.
5959 2025.01.08 15:23:11.620317 [ 272 ] {3e6af414-8abf-46ae-bc76-7c5b5a5f7fa5} <Debug> TCPHandler: Processed in 0.00210135 sec.
5960 2025.01.08 15:23:13.186809 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5961 2025.01.08 15:23:13.187569 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5962 2025.01.08 15:23:13.187617 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5963 2025.01.08 15:23:13.188199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5964 2025.01.08 15:23:13.188456 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5965 2025.01.08 15:23:13.188703 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5966 2025.01.08 15:23:14.041044 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5967 2025.01.08 15:23:14.061342 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5968 2025.01.08 15:23:14.061406 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5969 2025.01.08 15:23:14.068394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5970 2025.01.08 15:23:14.069167 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5971 2025.01.08 15:23:14.072721 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5972 2025.01.08 15:23:16.611617 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5973 2025.01.08 15:23:16.611855 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5974 2025.01.08 15:23:16.611942 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5975 2025.01.08 15:23:16.612731 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5976 2025.01.08 15:23:16.612784 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5977 2025.01.08 15:23:16.613227 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5978 2025.01.08 15:23:16.613479 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5979 2025.01.08 15:23:16.613739 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001946 sec., 24665.981500513873 rows/sec., 2.04 MiB/sec.
5980 2025.01.08 15:23:16.613805 [ 267 ] {3d60193e-c29b-4439-a7f6-e4498be3500a} <Debug> TCPHandler: Processed in 0.002336234 sec.
5981 2025.01.08 15:23:16.614059 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5982 2025.01.08 15:23:16.614277 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5983 2025.01.08 15:23:16.614361 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5984 2025.01.08 15:23:16.615209 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5985 2025.01.08 15:23:16.615259 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5986 2025.01.08 15:23:16.615695 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5987 2025.01.08 15:23:16.615951 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5988 2025.01.08 15:23:16.616241 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.00201 sec., 5472.636815920398 rows/sec., 411.52 KiB/sec.
5989 2025.01.08 15:23:16.616420 [ 272 ] {3afb446a-d61a-491f-b197-639711707d61} <Debug> TCPHandler: Processed in 0.002498966 sec.
5990 2025.01.08 15:23:16.616674 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5991 2025.01.08 15:23:16.616853 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5992 2025.01.08 15:23:16.616917 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5993 2025.01.08 15:23:16.617559 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5994 2025.01.08 15:23:16.617601 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
5995 2025.01.08 15:23:16.617965 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5996 2025.01.08 15:23:16.618210 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5997 2025.01.08 15:23:16.618425 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001608 sec., 24253.73134328358 rows/sec., 1.89 MiB/sec.
5998 2025.01.08 15:23:16.618480 [ 267 ] {48bfc52f-e832-4f8d-b09f-395747cbba25} <Debug> TCPHandler: Processed in 0.001958828 sec.
5999 2025.01.08 15:23:16.618634 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6000 2025.01.08 15:23:16.618780 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6001 2025.01.08 15:23:16.618847 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6002 2025.01.08 15:23:16.619453 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2025.01.08 15:23:16.619493 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6004 2025.01.08 15:23:16.619890 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6005 2025.01.08 15:23:16.620130 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.01.08 15:23:16.620353 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001608 sec., 62189.05472636816 rows/sec., 4.31 MiB/sec.
6007 2025.01.08 15:23:16.620410 [ 272 ] {0d7d637f-c1d3-446f-8243-82ae618312ed} <Debug> TCPHandler: Processed in 0.001843446 sec.
6008 2025.01.08 15:23:16.620559 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6009 2025.01.08 15:23:16.620703 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6010 2025.01.08 15:23:16.620799 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6011 2025.01.08 15:23:16.621981 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6012 2025.01.08 15:23:16.622021 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6013 2025.01.08 15:23:16.622647 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6014 2025.01.08 15:23:16.622900 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6015 2025.01.08 15:23:16.623156 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002485 sec., 4426.559356136821 rows/sec., 7.93 MiB/sec.
6016 2025.01.08 15:23:16.623267 [ 267 ] {7d0d51bc-f456-4c51-b633-8e928d4dad60} <Debug> TCPHandler: Processed in 0.00277324 sec.
6017 2025.01.08 15:23:16.623424 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6018 2025.01.08 15:23:16.623566 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6019 2025.01.08 15:23:16.623627 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6020 2025.01.08 15:23:16.624192 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6021 2025.01.08 15:23:16.624230 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6022 2025.01.08 15:23:16.624598 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6023 2025.01.08 15:23:16.624832 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6024 2025.01.08 15:23:16.625045 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001511 sec., 19854.40105890139 rows/sec., 1.36 MiB/sec.
6025 2025.01.08 15:23:16.625099 [ 272 ] {191ef52d-7f7f-4baf-a065-11b7ca7645f2} <Debug> TCPHandler: Processed in 0.001739265 sec.
6026 2025.01.08 15:23:17.175934 [ 25 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
6027 2025.01.08 15:23:17.176007 [ 25 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6028 2025.01.08 15:23:17.176036 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6029 2025.01.08 15:23:17.176235 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
6030 2025.01.08 15:23:17.176629 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6031 2025.01.08 15:23:17.176680 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part
6032 2025.01.08 15:23:17.176777 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part
6033 2025.01.08 15:23:17.177082 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6034 2025.01.08 15:23:17.177340 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6035 2025.01.08 15:23:17.177522 [ 201 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part
6036 2025.01.08 15:23:17.178711 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002606568 sec., 289652.90757808735 rows/sec., 20.73 MiB/sec.
6037 2025.01.08 15:23:17.178945 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6038 2025.01.08 15:23:17.179310 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6039 2025.01.08 15:23:17.179404 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_19_4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
6040 2025.01.08 15:23:17.179514 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
6041 2025.01.08 15:23:17.553910 [ 25 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
6042 2025.01.08 15:23:17.553968 [ 25 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6043 2025.01.08 15:23:17.553995 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6044 2025.01.08 15:23:17.554286 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
6045 2025.01.08 15:23:17.554571 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6046 2025.01.08 15:23:17.554634 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part
6047 2025.01.08 15:23:17.554811 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6048 2025.01.08 15:23:17.554997 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6049 2025.01.08 15:23:17.555236 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6050 2025.01.08 15:23:17.555349 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6051 2025.01.08 15:23:17.556502 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002414155 sec., 8284.472206631306 rows/sec., 554.99 KiB/sec.
6052 2025.01.08 15:23:17.556714 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6053 2025.01.08 15:23:17.557100 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6054 2025.01.08 15:23:17.557203 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_19_4} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
6055 2025.01.08 15:23:17.557303 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6056 2025.01.08 15:23:20.579894 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
6057 2025.01.08 15:23:20.579955 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
6058 2025.01.08 15:23:20.688848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
6059 2025.01.08 15:23:20.689543 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6060 2025.01.08 15:23:20.689587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6061 2025.01.08 15:23:20.690097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6062 2025.01.08 15:23:20.690395 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6063 2025.01.08 15:23:20.690824 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6064 2025.01.08 15:23:20.747976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 860
6065 2025.01.08 15:23:20.751246 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6066 2025.01.08 15:23:20.751363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6067 2025.01.08 15:23:20.753085 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6068 2025.01.08 15:23:20.753419 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6069 2025.01.08 15:23:20.753993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860
6070 2025.01.08 15:23:21.572807 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
6071 2025.01.08 15:23:21.593355 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6072 2025.01.08 15:23:21.593416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6073 2025.01.08 15:23:21.600822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6074 2025.01.08 15:23:21.601608 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6075 2025.01.08 15:23:21.604544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
6076 2025.01.08 15:23:21.617089 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6077 2025.01.08 15:23:21.617303 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6078 2025.01.08 15:23:21.617378 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6079 2025.01.08 15:23:21.618138 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6080 2025.01.08 15:23:21.618191 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6081 2025.01.08 15:23:21.618626 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6082 2025.01.08 15:23:21.618888 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6083 2025.01.08 15:23:21.619131 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec.
6084 2025.01.08 15:23:21.619201 [ 267 ] {c2ccf5e1-5e11-4163-92c0-3f2adb10b4e5} <Debug> TCPHandler: Processed in 0.002250832 sec.
6085 2025.01.08 15:23:21.619465 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6086 2025.01.08 15:23:21.619655 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6087 2025.01.08 15:23:21.619730 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6088 2025.01.08 15:23:21.620656 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6089 2025.01.08 15:23:21.620704 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6090 2025.01.08 15:23:21.621168 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6091 2025.01.08 15:23:21.621431 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6092 2025.01.08 15:23:21.621695 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002088 sec., 112547.89272030651 rows/sec., 10.03 MiB/sec.
6093 2025.01.08 15:23:21.621803 [ 272 ] {62e36886-0857-4854-9d0e-9770a0fbcb70} <Debug> TCPHandler: Processed in 0.002469146 sec.
6094 2025.01.08 15:23:21.622024 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6095 2025.01.08 15:23:21.622188 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6096 2025.01.08 15:23:21.622250 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6097 2025.01.08 15:23:21.622876 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6098 2025.01.08 15:23:21.622917 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6099 2025.01.08 15:23:21.623278 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6100 2025.01.08 15:23:21.623518 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6101 2025.01.08 15:23:21.623734 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001581 sec., 24035.420619860848 rows/sec., 1.72 MiB/sec.
6102 2025.01.08 15:23:21.623789 [ 267 ] {d921c50d-f2ec-4cb5-ad2d-a1bdaa265e2c} <Debug> TCPHandler: Processed in 0.001890298 sec.
6103 2025.01.08 15:23:21.623945 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6104 2025.01.08 15:23:21.624065 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6105 2025.01.08 15:23:21.624115 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6106 2025.01.08 15:23:21.624707 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6107 2025.01.08 15:23:21.624748 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6108 2025.01.08 15:23:21.625108 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6109 2025.01.08 15:23:21.625350 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6110 2025.01.08 15:23:21.625558 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec.
6111 2025.01.08 15:23:21.625612 [ 272 ] {8066f2e5-6f0c-4a71-a794-f398987cd6d9} <Debug> TCPHandler: Processed in 0.001723945 sec.
6112 2025.01.08 15:23:21.625763 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6113 2025.01.08 15:23:21.625905 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6114 2025.01.08 15:23:21.625963 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6115 2025.01.08 15:23:21.626598 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6116 2025.01.08 15:23:21.626639 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6117 2025.01.08 15:23:21.627000 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6118 2025.01.08 15:23:21.627238 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6119 2025.01.08 15:23:21.627488 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec.
6120 2025.01.08 15:23:21.627635 [ 267 ] {06750337-d08b-40b9-b6b9-23bb648543da} <Debug> TCPHandler: Processed in 0.001936568 sec.
6121 2025.01.08 15:23:21.627910 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6122 2025.01.08 15:23:21.628110 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6123 2025.01.08 15:23:21.628199 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6124 2025.01.08 15:23:21.629042 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6125 2025.01.08 15:23:21.629081 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6126 2025.01.08 15:23:21.629474 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6127 2025.01.08 15:23:21.629709 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6128 2025.01.08 15:23:21.629961 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001891 sec., 199365.41512427287 rows/sec., 14.09 MiB/sec.
6129 2025.01.08 15:23:21.630033 [ 272 ] {4ba55d16-8b36-44af-bac0-bcd7147ade5d} <Debug> TCPHandler: Processed in 0.002278232 sec.
6130 2025.01.08 15:23:21.630286 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6131 2025.01.08 15:23:21.630426 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6132 2025.01.08 15:23:21.630487 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6133 2025.01.08 15:23:21.631066 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6134 2025.01.08 15:23:21.631114 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6135 2025.01.08 15:23:21.631503 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6136 2025.01.08 15:23:21.631792 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6137 2025.01.08 15:23:21.632415 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001995 sec., 3007.5187969924814 rows/sec., 157.13 KiB/sec.
6138 2025.01.08 15:23:21.632498 [ 267 ] {1ed2f3e0-e52b-4f8a-ba12-7db53790350e} <Debug> TCPHandler: Processed in 0.002351504 sec.
6139 2025.01.08 15:23:21.632665 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6140 2025.01.08 15:23:21.632806 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6141 2025.01.08 15:23:21.632868 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6142 2025.01.08 15:23:21.633503 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2025.01.08 15:23:21.633543 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6144 2025.01.08 15:23:21.633940 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6145 2025.01.08 15:23:21.634195 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6146 2025.01.08 15:23:21.634414 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001639 sec., 107992.67846247711 rows/sec., 7.12 MiB/sec.
6147 2025.01.08 15:23:21.634466 [ 272 ] {5bb3d8cb-762a-48b6-893a-a7f2a6454c92} <Debug> TCPHandler: Processed in 0.001867237 sec.
6148 2025.01.08 15:23:21.634615 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6149 2025.01.08 15:23:21.634754 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6150 2025.01.08 15:23:21.634815 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6151 2025.01.08 15:23:21.635355 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2025.01.08 15:23:21.635394 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6153 2025.01.08 15:23:21.635749 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6154 2025.01.08 15:23:21.635994 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6155 2025.01.08 15:23:21.636196 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec.
6156 2025.01.08 15:23:21.636244 [ 267 ] {7cdbe2a6-7960-4423-829f-b893b16bd593} <Debug> TCPHandler: Processed in 0.001699974 sec.
6157 2025.01.08 15:23:21.636440 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6158 2025.01.08 15:23:21.636664 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6159 2025.01.08 15:23:21.636803 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6160 2025.01.08 15:23:21.638234 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6161 2025.01.08 15:23:21.638275 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6162 2025.01.08 15:23:21.638944 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6163 2025.01.08 15:23:21.639214 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2025.01.08 15:23:21.639506 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002896 sec., 10704.419889502762 rows/sec., 19.18 MiB/sec.
6165 2025.01.08 15:23:21.640006 [ 272 ] {e72caf71-4972-4bbd-b713-510aa815490c} <Debug> TCPHandler: Processed in 0.003669993 sec.
6166 2025.01.08 15:23:21.640163 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6167 2025.01.08 15:23:21.640305 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6168 2025.01.08 15:23:21.640366 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6169 2025.01.08 15:23:21.640944 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6170 2025.01.08 15:23:21.640991 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6171 2025.01.08 15:23:21.641421 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6172 2025.01.08 15:23:21.641658 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6173 2025.01.08 15:23:21.641880 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001605 sec., 32398.753894080994 rows/sec., 2.01 MiB/sec.
6174 2025.01.08 15:23:21.641928 [ 267 ] {866f46b7-e03d-414f-b70b-3b27c9fd099c} <Debug> TCPHandler: Processed in 0.001833207 sec.
6175 2025.01.08 15:23:22.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.77 MiB, peak 210.98 MiB, free memory in arenas 0.00 B, will set to 200.46 MiB (RSS), difference: -1.30 MiB
6176 2025.01.08 15:23:26.611886 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6177 2025.01.08 15:23:26.612117 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6178 2025.01.08 15:23:26.612199 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6179 2025.01.08 15:23:26.613025 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6180 2025.01.08 15:23:26.613076 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6181 2025.01.08 15:23:26.613512 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6182 2025.01.08 15:23:26.613762 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6183 2025.01.08 15:23:26.613966 [ 171 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6184 2025.01.08 15:23:26.614039 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001977 sec., 24279.210925644915 rows/sec., 2.01 MiB/sec.
6185 2025.01.08 15:23:26.614053 [ 171 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6186 2025.01.08 15:23:26.614129 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6187 2025.01.08 15:23:26.614182 [ 267 ] {07b87980-96fc-459c-ac30-7cf2ccc542ca} <Debug> TCPHandler: Processed in 0.002436315 sec.
6188 2025.01.08 15:23:26.614365 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
6189 2025.01.08 15:23:26.614482 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6190 2025.01.08 15:23:26.614538 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6191 2025.01.08 15:23:26.614577 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1405 rows starting from the beginning of the part
6192 2025.01.08 15:23:26.614699 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1379 rows starting from the beginning of the part
6193 2025.01.08 15:23:26.614710 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6194 2025.01.08 15:23:26.614917 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6195 2025.01.08 15:23:26.615060 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
6196 2025.01.08 15:23:26.615432 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part
6197 2025.01.08 15:23:26.615836 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 235 rows starting from the beginning of the part
6198 2025.01.08 15:23:26.616263 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part
6199 2025.01.08 15:23:26.617521 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6200 2025.01.08 15:23:26.617568 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6201 2025.01.08 15:23:26.618188 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6202 2025.01.08 15:23:26.618466 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6203 2025.01.08 15:23:26.618884 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.004256 sec., 2584.586466165413 rows/sec., 194.35 KiB/sec.
6204 2025.01.08 15:23:26.618889 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004655958 sec., 674619.4875469238 rows/sec., 59.14 MiB/sec.
6205 2025.01.08 15:23:26.618966 [ 272 ] {1278131a-83c7-45af-bfb9-a1d96817487e} <Debug> TCPHandler: Processed in 0.004641327 sec.
6206 2025.01.08 15:23:26.619126 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6207 2025.01.08 15:23:26.619156 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6208 2025.01.08 15:23:26.619361 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6209 2025.01.08 15:23:26.619466 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6210 2025.01.08 15:23:26.619602 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6211 2025.01.08 15:23:26.619790 [ 186 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_46_9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6212 2025.01.08 15:23:26.620005 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
6213 2025.01.08 15:23:26.620478 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6214 2025.01.08 15:23:26.620525 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6215 2025.01.08 15:23:26.620890 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6216 2025.01.08 15:23:26.621128 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6217 2025.01.08 15:23:26.621305 [ 171 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6218 2025.01.08 15:23:26.621367 [ 171 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6219 2025.01.08 15:23:26.621383 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002076 sec., 18786.127167630057 rows/sec., 1.47 MiB/sec.
6220 2025.01.08 15:23:26.621405 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6221 2025.01.08 15:23:26.621547 [ 267 ] {85c5584a-c1a3-489e-8cf9-e561fc8f2e1c} <Debug> TCPHandler: Processed in 0.002475556 sec.
6222 2025.01.08 15:23:26.621648 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
6223 2025.01.08 15:23:26.621742 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6224 2025.01.08 15:23:26.621798 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6225 2025.01.08 15:23:26.621837 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 876 rows starting from the beginning of the part
6226 2025.01.08 15:23:26.621908 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6227 2025.01.08 15:23:26.622105 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 841 rows starting from the beginning of the part
6228 2025.01.08 15:23:26.622130 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6229 2025.01.08 15:23:26.622510 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part
6230 2025.01.08 15:23:26.622812 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
6231 2025.01.08 15:23:26.623160 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 377 rows starting from the beginning of the part
6232 2025.01.08 15:23:26.623548 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part
6233 2025.01.08 15:23:26.624522 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6234 2025.01.08 15:23:26.624561 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6235 2025.01.08 15:23:26.625129 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6236 2025.01.08 15:23:26.625430 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6237 2025.01.08 15:23:26.625579 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038918 sec., 544700.3380608371 rows/sec., 41.50 MiB/sec.
6238 2025.01.08 15:23:26.625716 [ 171 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6239 2025.01.08 15:23:26.625794 [ 171 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2025.01.08 15:23:26.625848 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6241 2025.01.08 15:23:26.625874 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003981 sec., 25119.316754584273 rows/sec., 1.74 MiB/sec.
6242 2025.01.08 15:23:26.626042 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6243 2025.01.08 15:23:26.626131 [ 272 ] {f7537d95-802b-4c52-900f-75db049e3dfc} <Debug> TCPHandler: Processed in 0.004459044 sec.
6244 2025.01.08 15:23:26.626302 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
6245 2025.01.08 15:23:26.626396 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6246 2025.01.08 15:23:26.626705 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6247 2025.01.08 15:23:26.626706 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6248 2025.01.08 15:23:26.626801 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10639 rows starting from the beginning of the part
6249 2025.01.08 15:23:26.627012 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6250 2025.01.08 15:23:26.627054 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6251 2025.01.08 15:23:26.627343 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 947 rows starting from the beginning of the part
6252 2025.01.08 15:23:26.627576 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_46_9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6253 2025.01.08 15:23:26.628081 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part
6254 2025.01.08 15:23:26.628115 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6255 2025.01.08 15:23:26.628599 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part
6256 2025.01.08 15:23:26.628949 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 177 rows starting from the beginning of the part
6257 2025.01.08 15:23:26.629349 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 100 rows starting from the beginning of the part
6258 2025.01.08 15:23:26.632137 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6259 2025.01.08 15:23:26.632209 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6260 2025.01.08 15:23:26.633738 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6261 2025.01.08 15:23:26.634363 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6262 2025.01.08 15:23:26.634653 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.008092 sec., 1359.3672763222935 rows/sec., 2.44 MiB/sec.
6263 2025.01.08 15:23:26.634793 [ 267 ] {38aaa03b-8a51-427b-ace4-a10b068e3d53} <Debug> TCPHandler: Processed in 0.008545644 sec.
6264 2025.01.08 15:23:26.634986 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6265 2025.01.08 15:23:26.635132 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6266 2025.01.08 15:23:26.635204 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6267 2025.01.08 15:23:26.635894 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12043 rows, containing 5 columns (5 merged, 0 gathered) in 0.009922223 sec., 1213740.1064257475 rows/sec., 81.30 MiB/sec.
6268 2025.01.08 15:23:26.636207 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2025.01.08 15:23:26.636265 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6270 2025.01.08 15:23:26.636274 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6271 2025.01.08 15:23:26.636936 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2025.01.08 15:23:26.637103 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6273 2025.01.08 15:23:26.637242 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
6274 2025.01.08 15:23:26.637248 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6275 2025.01.08 15:23:26.637533 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6276 2025.01.08 15:23:26.637671 [ 170 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6277 2025.01.08 15:23:26.637723 [ 170 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6278 2025.01.08 15:23:26.637748 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002649 sec., 11325.028312570781 rows/sec., 794.45 KiB/sec.
6279 2025.01.08 15:23:26.637752 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6280 2025.01.08 15:23:26.637906 [ 272 ] {06ae50fc-38c2-424c-a496-72e57d042ca0} <Debug> TCPHandler: Processed in 0.003005063 sec.
6281 2025.01.08 15:23:26.638033 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
6282 2025.01.08 15:23:26.638194 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6283 2025.01.08 15:23:26.638231 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1448 rows starting from the beginning of the part
6284 2025.01.08 15:23:26.638343 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part
6285 2025.01.08 15:23:26.638488 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part
6286 2025.01.08 15:23:26.638635 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
6287 2025.01.08 15:23:26.638805 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part
6288 2025.01.08 15:23:26.638953 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part
6289 2025.01.08 15:23:26.640855 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 4 columns (4 merged, 0 gathered) in 0.002970453 sec., 542678.1706359265 rows/sec., 34.98 MiB/sec.
6290 2025.01.08 15:23:26.641091 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6291 2025.01.08 15:23:26.641460 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6292 2025.01.08 15:23:26.641548 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_46_9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6293 2025.01.08 15:23:26.641634 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6294 2025.01.08 15:23:28.190981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6295 2025.01.08 15:23:28.191719 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6296 2025.01.08 15:23:28.191766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6297 2025.01.08 15:23:28.192295 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6298 2025.01.08 15:23:28.192554 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6299 2025.01.08 15:23:28.192818 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6300 2025.01.08 15:23:29.104646 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6301 2025.01.08 15:23:29.126004 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6302 2025.01.08 15:23:29.126066 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6303 2025.01.08 15:23:29.133543 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6304 2025.01.08 15:23:29.134329 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6305 2025.01.08 15:23:29.137390 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6306 2025.01.08 15:23:30.754175 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894
6307 2025.01.08 15:23:30.757363 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2025.01.08 15:23:30.757415 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6309 2025.01.08 15:23:30.758905 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6310 2025.01.08 15:23:30.759237 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2025.01.08 15:23:30.759484 [ 159 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6312 2025.01.08 15:23:30.759599 [ 159 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6313 2025.01.08 15:23:30.759659 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6314 2025.01.08 15:23:30.760224 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
6315 2025.01.08 15:23:30.761265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 894
6316 2025.01.08 15:23:30.761743 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6317 2025.01.08 15:23:30.761925 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part
6318 2025.01.08 15:23:30.762553 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
6319 2025.01.08 15:23:30.763261 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part
6320 2025.01.08 15:23:30.763895 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part
6321 2025.01.08 15:23:30.764501 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
6322 2025.01.08 15:23:30.765096 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
6323 2025.01.08 15:23:30.773039 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 72 columns (72 merged, 0 gathered) in 0.01318936 sec., 67781.9090539647 rows/sec., 54.92 MiB/sec.
6324 2025.01.08 15:23:30.774438 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6325 2025.01.08 15:23:30.775291 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6326 2025.01.08 15:23:30.775392 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_21_4} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6327 2025.01.08 15:23:30.775739 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
6328 2025.01.08 15:23:31.617262 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6329 2025.01.08 15:23:31.617475 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6330 2025.01.08 15:23:31.617557 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6331 2025.01.08 15:23:31.618294 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2025.01.08 15:23:31.618342 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6333 2025.01.08 15:23:31.618768 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6334 2025.01.08 15:23:31.619022 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6335 2025.01.08 15:23:31.619302 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec.
6336 2025.01.08 15:23:31.619400 [ 267 ] {2f614925-a4e2-4b54-b3de-ff3d98e0dd45} <Debug> TCPHandler: Processed in 0.002276833 sec.
6337 2025.01.08 15:23:31.619747 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6338 2025.01.08 15:23:31.619944 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6339 2025.01.08 15:23:31.620018 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6340 2025.01.08 15:23:31.620869 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6341 2025.01.08 15:23:31.620919 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6342 2025.01.08 15:23:31.621374 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6343 2025.01.08 15:23:31.621639 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6344 2025.01.08 15:23:31.621883 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.001992 sec., 117971.88755020082 rows/sec., 10.52 MiB/sec.
6345 2025.01.08 15:23:31.622002 [ 272 ] {a3d3d77a-1808-464d-8e99-f84fa3176e73} <Debug> TCPHandler: Processed in 0.002464505 sec.
6346 2025.01.08 15:23:31.622268 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6347 2025.01.08 15:23:31.622494 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6348 2025.01.08 15:23:31.622589 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6349 2025.01.08 15:23:31.623241 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6350 2025.01.08 15:23:31.623281 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6351 2025.01.08 15:23:31.623643 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6352 2025.01.08 15:23:31.623890 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6353 2025.01.08 15:23:31.624104 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001666 sec., 22809.123649459783 rows/sec., 1.63 MiB/sec.
6354 2025.01.08 15:23:31.624159 [ 267 ] {a997fd42-2965-4f83-a71a-70b74a72ede4} <Debug> TCPHandler: Processed in 0.002057569 sec.
6355 2025.01.08 15:23:31.624385 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6356 2025.01.08 15:23:31.624620 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6357 2025.01.08 15:23:31.624684 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6358 2025.01.08 15:23:31.625399 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6359 2025.01.08 15:23:31.625450 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6360 2025.01.08 15:23:31.625842 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6361 2025.01.08 15:23:31.626078 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6362 2025.01.08 15:23:31.626293 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001734 sec., 8073.817762399077 rows/sec., 565.44 KiB/sec.
6363 2025.01.08 15:23:31.626351 [ 272 ] {cc59f774-24d0-4851-b798-3a6d31dea891} <Debug> TCPHandler: Processed in 0.00208015 sec.
6364 2025.01.08 15:23:31.626506 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6365 2025.01.08 15:23:31.626674 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6366 2025.01.08 15:23:31.626764 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6367 2025.01.08 15:23:31.627727 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6368 2025.01.08 15:23:31.627766 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6369 2025.01.08 15:23:31.628119 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6370 2025.01.08 15:23:31.628366 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6371 2025.01.08 15:23:31.628634 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002014 sec., 6454.816285998013 rows/sec., 402.46 KiB/sec.
6372 2025.01.08 15:23:31.628878 [ 267 ] {24cf7517-30cc-4976-87bb-d8d3bdb99933} <Debug> TCPHandler: Processed in 0.002422495 sec.
6373 2025.01.08 15:23:31.629091 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6374 2025.01.08 15:23:31.629213 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6375 2025.01.08 15:23:31.629265 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6376 2025.01.08 15:23:31.629983 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2025.01.08 15:23:31.630022 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6378 2025.01.08 15:23:31.630409 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6379 2025.01.08 15:23:31.630642 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6380 2025.01.08 15:23:31.630863 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001675 sec., 225074.62686567163 rows/sec., 15.91 MiB/sec.
6381 2025.01.08 15:23:31.630917 [ 272 ] {1162c3b8-7190-40d9-b038-a62ec55dd79b} <Debug> TCPHandler: Processed in 0.001934448 sec.
6382 2025.01.08 15:23:31.631116 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6383 2025.01.08 15:23:31.631341 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6384 2025.01.08 15:23:31.631434 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6385 2025.01.08 15:23:31.632006 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6386 2025.01.08 15:23:31.632044 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6387 2025.01.08 15:23:31.632409 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6388 2025.01.08 15:23:31.632642 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6389 2025.01.08 15:23:31.632828 [ 156 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6390 2025.01.08 15:23:31.632884 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 196.54 KiB/sec.
6391 2025.01.08 15:23:31.632965 [ 156 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2025.01.08 15:23:31.632996 [ 267 ] {c3b95b47-0193-4ba6-a3e1-a6566c827741} <Debug> TCPHandler: Processed in 0.001986709 sec.
6393 2025.01.08 15:23:31.633040 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6394 2025.01.08 15:23:31.633241 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6395 2025.01.08 15:23:31.633307 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::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
6396 2025.01.08 15:23:31.633540 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6397 2025.01.08 15:23:31.633595 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6398 2025.01.08 15:23:31.633652 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6399 2025.01.08 15:23:31.633656 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
6400 2025.01.08 15:23:31.633838 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6401 2025.01.08 15:23:31.634231 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6402 2025.01.08 15:23:31.634669 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6403 2025.01.08 15:23:31.635134 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6404 2025.01.08 15:23:31.635570 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6405 2025.01.08 15:23:31.636381 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6406 2025.01.08 15:23:31.636426 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6407 2025.01.08 15:23:31.637028 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6408 2025.01.08 15:23:31.637202 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004022268 sec., 29833.914597436076 rows/sec., 1.52 MiB/sec.
6409 2025.01.08 15:23:31.637391 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.01.08 15:23:31.637481 [ 195 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6411 2025.01.08 15:23:31.637919 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004462 sec., 39668.31017480951 rows/sec., 2.62 MiB/sec.
6412 2025.01.08 15:23:31.638290 [ 272 ] {7c981f84-23b6-4938-b7b7-f2424ad3337c} <Debug> TCPHandler: Processed in 0.005174665 sec.
6413 2025.01.08 15:23:31.638721 [ 195 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6414 2025.01.08 15:23:31.638748 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6415 2025.01.08 15:23:31.638878 [ 195 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_20_4} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6416 2025.01.08 15:23:31.639076 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6417 2025.01.08 15:23:31.639139 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6418 2025.01.08 15:23:31.639241 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6419 2025.01.08 15:23:31.639893 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2025.01.08 15:23:31.639931 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6421 2025.01.08 15:23:31.640286 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6422 2025.01.08 15:23:31.640516 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2025.01.08 15:23:31.640775 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001752 sec., 570.7762557077625 rows/sec., 38.46 KiB/sec.
6424 2025.01.08 15:23:31.640979 [ 267 ] {f37fa3f1-7845-4946-ae45-10b8193e030b} <Debug> TCPHandler: Processed in 0.002567177 sec.
6425 2025.01.08 15:23:31.641177 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6426 2025.01.08 15:23:31.641321 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6427 2025.01.08 15:23:31.641418 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6428 2025.01.08 15:23:31.642593 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6429 2025.01.08 15:23:31.642633 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6430 2025.01.08 15:23:31.643294 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6431 2025.01.08 15:23:31.643549 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6432 2025.01.08 15:23:31.643783 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002495 sec., 12424.8496993988 rows/sec., 22.26 MiB/sec.
6433 2025.01.08 15:23:31.643887 [ 272 ] {0665d9d0-79a9-4480-bb0b-fcc2061aebdb} <Debug> TCPHandler: Processed in 0.00277857 sec.
6434 2025.01.08 15:23:31.644093 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6435 2025.01.08 15:23:31.644318 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6436 2025.01.08 15:23:31.644412 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6437 2025.01.08 15:23:31.645004 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.01.08 15:23:31.645044 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6439 2025.01.08 15:23:31.645414 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6440 2025.01.08 15:23:31.645652 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6441 2025.01.08 15:23:31.645895 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001625 sec., 32000 rows/sec., 1.98 MiB/sec.
6442 2025.01.08 15:23:31.646020 [ 267 ] {9aac436f-a86a-4ba2-a310-7fb8c13a4ba2} <Debug> TCPHandler: Processed in 0.002036489 sec.
6443 2025.01.08 15:23:35.580001 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
6444 2025.01.08 15:23:35.580077 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
6445 2025.01.08 15:23:35.692982 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6446 2025.01.08 15:23:35.694052 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6447 2025.01.08 15:23:35.694108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6448 2025.01.08 15:23:35.694630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6449 2025.01.08 15:23:35.694881 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6450 2025.01.08 15:23:35.695190 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6451 2025.01.08 15:23:36.612300 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6452 2025.01.08 15:23:36.612524 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6453 2025.01.08 15:23:36.612603 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6454 2025.01.08 15:23:36.613362 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2025.01.08 15:23:36.613401 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6456 2025.01.08 15:23:36.613815 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6457 2025.01.08 15:23:36.614058 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6458 2025.01.08 15:23:36.614248 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001782 sec., 26936.026936026938 rows/sec., 2.23 MiB/sec.
6459 2025.01.08 15:23:36.614303 [ 267 ] {9d7b2190-9db8-4d6d-a357-f35da40a2b8c} <Debug> TCPHandler: Processed in 0.002142381 sec.
6460 2025.01.08 15:23:36.614554 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6461 2025.01.08 15:23:36.614761 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6462 2025.01.08 15:23:36.614851 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6463 2025.01.08 15:23:36.615736 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6464 2025.01.08 15:23:36.615789 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6465 2025.01.08 15:23:36.616219 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6466 2025.01.08 15:23:36.616475 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2025.01.08 15:23:36.616653 [ 125 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6468 2025.01.08 15:23:36.616719 [ 125 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6469 2025.01.08 15:23:36.616758 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002045 sec., 5378.973105134474 rows/sec., 404.47 KiB/sec.
6470 2025.01.08 15:23:36.616767 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6471 2025.01.08 15:23:36.616969 [ 272 ] {936dd134-0d35-48a7-b1c4-b1161067f173} <Debug> TCPHandler: Processed in 0.002550427 sec.
6472 2025.01.08 15:23:36.617247 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6473 2025.01.08 15:23:36.617263 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
6474 2025.01.08 15:23:36.617521 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6475 2025.01.08 15:23:36.617631 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6476 2025.01.08 15:23:36.617662 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6477 2025.01.08 15:23:36.617759 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 63 rows starting from the beginning of the part
6478 2025.01.08 15:23:36.618051 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part
6479 2025.01.08 15:23:36.618451 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part
6480 2025.01.08 15:23:36.618838 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part
6481 2025.01.08 15:23:36.619142 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 38 rows starting from the beginning of the part
6482 2025.01.08 15:23:36.619430 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part
6483 2025.01.08 15:23:36.620392 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2025.01.08 15:23:36.620465 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6485 2025.01.08 15:23:36.621418 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6486 2025.01.08 15:23:36.622049 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2025.01.08 15:23:36.622142 [ 191 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005222106 sec., 32936.90323405921 rows/sec., 2.49 MiB/sec.
6488 2025.01.08 15:23:36.622537 [ 191 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6489 2025.01.08 15:23:36.622913 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.005427 sec., 7186.2907683803205 rows/sec., 574.39 KiB/sec.
6490 2025.01.08 15:23:36.623328 [ 267 ] {39d74e1f-9a5d-423b-9a4d-218ac201e979} <Debug> TCPHandler: Processed in 0.00622582 sec.
6491 2025.01.08 15:23:36.623531 [ 191 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6492 2025.01.08 15:23:36.623599 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6493 2025.01.08 15:23:36.623676 [ 191 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_36_7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6494 2025.01.08 15:23:36.623813 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6495 2025.01.08 15:23:36.623828 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6496 2025.01.08 15:23:36.623895 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6497 2025.01.08 15:23:36.624516 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6498 2025.01.08 15:23:36.624560 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6499 2025.01.08 15:23:36.624969 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6500 2025.01.08 15:23:36.625208 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6501 2025.01.08 15:23:36.625456 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001711 sec., 58445.35359438924 rows/sec., 4.05 MiB/sec.
6502 2025.01.08 15:23:36.625579 [ 272 ] {521b2b0a-8d44-4b0d-a7d4-b72ae8d4f460} <Debug> TCPHandler: Processed in 0.0021048 sec.
6503 2025.01.08 15:23:36.625831 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6504 2025.01.08 15:23:36.625958 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6505 2025.01.08 15:23:36.626040 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6506 2025.01.08 15:23:36.627169 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2025.01.08 15:23:36.627207 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6508 2025.01.08 15:23:36.627803 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6509 2025.01.08 15:23:36.628057 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6510 2025.01.08 15:23:36.628196 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6511 2025.01.08 15:23:36.628236 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6512 2025.01.08 15:23:36.628258 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002326 sec., 4729.14875322442 rows/sec., 8.47 MiB/sec.
6513 2025.01.08 15:23:36.628262 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6514 2025.01.08 15:23:36.628614 [ 267 ] {0148598d-6c57-4793-9f87-a32cf300db94} <Debug> TCPHandler: Processed in 0.002898942 sec.
6515 2025.01.08 15:23:36.628621 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
6516 2025.01.08 15:23:36.628820 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6517 2025.01.08 15:23:36.629128 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6518 2025.01.08 15:23:36.629281 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6519 2025.01.08 15:23:36.629288 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6520 2025.01.08 15:23:36.629579 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part
6521 2025.01.08 15:23:36.630442 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part
6522 2025.01.08 15:23:36.631049 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part
6523 2025.01.08 15:23:36.631794 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part
6524 2025.01.08 15:23:36.631968 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6525 2025.01.08 15:23:36.632107 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6526 2025.01.08 15:23:36.632534 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part
6527 2025.01.08 15:23:36.633133 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part
6528 2025.01.08 15:23:36.633856 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6529 2025.01.08 15:23:36.634354 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6530 2025.01.08 15:23:36.634892 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005852 sec., 5126.452494873547 rows/sec., 359.62 KiB/sec.
6531 2025.01.08 15:23:36.635081 [ 272 ] {6c0fd458-7ee1-42a0-8ff5-5eaeee310c47} <Debug> TCPHandler: Processed in 0.006353261 sec.
6532 2025.01.08 15:23:36.637601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6533 2025.01.08 15:23:36.640597 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 19 columns (19 merged, 0 gathered) in 0.012207966 sec., 59469.36614993849 rows/sec., 106.57 MiB/sec.
6534 2025.01.08 15:23:36.641455 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6535 2025.01.08 15:23:36.642413 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6536 2025.01.08 15:23:36.642576 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6537 2025.01.08 15:23:36.642805 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB.
6538 2025.01.08 15:23:36.661635 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6539 2025.01.08 15:23:36.661681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6540 2025.01.08 15:23:36.669028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6541 2025.01.08 15:23:36.669787 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6542 2025.01.08 15:23:36.673386 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6543 2025.01.08 15:23:36.881698 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6544 2025.01.08 15:23:36.881972 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6545 2025.01.08 15:23:36.882079 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6546 2025.01.08 15:23:36.883054 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6547 2025.01.08 15:23:36.883101 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6548 2025.01.08 15:23:36.883534 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6549 2025.01.08 15:23:36.883793 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6550 2025.01.08 15:23:36.883947 [ 125 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6551 2025.01.08 15:23:36.883994 [ 125 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6552 2025.01.08 15:23:36.884003 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 479.00 KiB/sec.
6553 2025.01.08 15:23:36.884023 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6554 2025.01.08 15:23:36.884107 [ 267 ] {32af8222-21ae-4122-9569-a2bb69bd04bb} <Debug> TCPHandler: Processed in 0.002573847 sec.
6555 2025.01.08 15:23:36.884334 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6556 2025.01.08 15:23:36.884456 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6557 2025.01.08 15:23:36.884788 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6558 2025.01.08 15:23:36.884855 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6559 2025.01.08 15:23:36.884854 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6560 2025.01.08 15:23:36.884969 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6561 2025.01.08 15:23:36.885217 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6562 2025.01.08 15:23:36.885484 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6563 2025.01.08 15:23:36.885903 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6564 2025.01.08 15:23:36.886385 [ 197 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
6565 2025.01.08 15:23:36.887760 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6566 2025.01.08 15:23:36.887835 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6567 2025.01.08 15:23:36.888939 [ 201 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482745 sec., 14500.40911868585 rows/sec., 1.07 MiB/sec.
6568 2025.01.08 15:23:36.888983 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6569 2025.01.08 15:23:36.889128 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6570 2025.01.08 15:23:36.889309 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2025.01.08 15:23:36.889766 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005 sec., 400 rows/sec., 32.62 KiB/sec.
6572 2025.01.08 15:23:36.889794 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_21_5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6573 2025.01.08 15:23:36.890237 [ 272 ] {941e46b4-dee8-4a66-b8b6-f9deb0cb8b3e} <Debug> TCPHandler: Processed in 0.006021236 sec.
6574 2025.01.08 15:23:36.890264 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_21_5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6575 2025.01.08 15:23:36.890531 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6576 2025.01.08 15:23:36.890575 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6577 2025.01.08 15:23:36.890732 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6578 2025.01.08 15:23:36.890788 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6579 2025.01.08 15:23:36.892096 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6580 2025.01.08 15:23:36.892135 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6581 2025.01.08 15:23:36.892595 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6582 2025.01.08 15:23:36.892843 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6583 2025.01.08 15:23:36.893074 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002372 sec., 580101.1804384486 rows/sec., 48.43 MiB/sec.
6584 2025.01.08 15:23:36.893166 [ 267 ] {62773679-313f-4629-9974-40abb9625081} <Debug> TCPHandler: Processed in 0.002808961 sec.
6585 2025.01.08 15:23:36.893402 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6586 2025.01.08 15:23:36.893578 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6587 2025.01.08 15:23:36.893639 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6588 2025.01.08 15:23:36.894270 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6589 2025.01.08 15:23:36.894311 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6590 2025.01.08 15:23:36.894678 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6591 2025.01.08 15:23:36.894920 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6592 2025.01.08 15:23:36.895139 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001597 sec., 25046.963055729495 rows/sec., 1.79 MiB/sec.
6593 2025.01.08 15:23:36.895195 [ 272 ] {116eb234-a1c2-406e-8a4b-365b52c736b5} <Debug> TCPHandler: Processed in 0.001923408 sec.
6594 2025.01.08 15:23:36.895415 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6595 2025.01.08 15:23:36.895649 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6596 2025.01.08 15:23:36.895744 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6597 2025.01.08 15:23:36.896438 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6598 2025.01.08 15:23:36.896481 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6599 2025.01.08 15:23:36.896883 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6600 2025.01.08 15:23:36.897133 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6601 2025.01.08 15:23:36.897395 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001803 sec., 134220.74320576817 rows/sec., 9.09 MiB/sec.
6602 2025.01.08 15:23:36.897581 [ 267 ] {413050f0-ff72-49b7-8b21-fa1e2216ca5b} <Debug> TCPHandler: Processed in 0.002275032 sec.
6603 2025.01.08 15:23:36.897751 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6604 2025.01.08 15:23:36.897873 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6605 2025.01.08 15:23:36.897924 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6606 2025.01.08 15:23:36.898555 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6607 2025.01.08 15:23:36.898596 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6608 2025.01.08 15:23:36.898955 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6609 2025.01.08 15:23:36.899197 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6610 2025.01.08 15:23:36.899375 [ 136 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6611 2025.01.08 15:23:36.899449 [ 136 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6612 2025.01.08 15:23:36.899448 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec.
6613 2025.01.08 15:23:36.899488 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6614 2025.01.08 15:23:36.899612 [ 272 ] {8c595382-513c-445f-a37f-a1d7a7b1ec31} <Debug> TCPHandler: Processed in 0.001923628 sec.
6615 2025.01.08 15:23:36.899684 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6616 2025.01.08 15:23:36.899791 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6617 2025.01.08 15:23:36.899829 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6618 2025.01.08 15:23:36.899869 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6619 2025.01.08 15:23:36.900087 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6620 2025.01.08 15:23:36.900120 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6621 2025.01.08 15:23:36.900258 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6622 2025.01.08 15:23:36.900430 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6623 2025.01.08 15:23:36.900764 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6624 2025.01.08 15:23:36.901010 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
6625 2025.01.08 15:23:36.903314 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6626 2025.01.08 15:23:36.903331 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003716033 sec., 17491.771467045637 rows/sec., 1.13 MiB/sec.
6627 2025.01.08 15:23:36.903371 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6628 2025.01.08 15:23:36.903517 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6629 2025.01.08 15:23:36.904052 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_21_5} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6630 2025.01.08 15:23:36.904185 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_21_5} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6631 2025.01.08 15:23:36.904193 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6632 2025.01.08 15:23:36.904312 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6633 2025.01.08 15:23:36.904557 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6634 2025.01.08 15:23:36.904814 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.004884 sec., 170966.42096642096 rows/sec., 12.34 MiB/sec.
6635 2025.01.08 15:23:36.904881 [ 267 ] {b15f33bd-7727-43b7-8fa3-36ef033ece94} <Debug> TCPHandler: Processed in 0.005167934 sec.
6636 2025.01.08 15:23:36.905048 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6637 2025.01.08 15:23:36.905187 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6638 2025.01.08 15:23:36.905250 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6639 2025.01.08 15:23:36.905817 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2025.01.08 15:23:36.905856 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6641 2025.01.08 15:23:36.906224 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6642 2025.01.08 15:23:36.906467 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2025.01.08 15:23:36.906717 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
6644 2025.01.08 15:23:36.906905 [ 272 ] {8f2a1c85-3360-4c44-a960-60bca60e4619} <Debug> TCPHandler: Processed in 0.001920918 sec.
6645 2025.01.08 15:23:36.907107 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6646 2025.01.08 15:23:36.907247 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6647 2025.01.08 15:23:36.907310 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6648 2025.01.08 15:23:36.908096 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2025.01.08 15:23:36.908135 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6650 2025.01.08 15:23:36.908577 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6651 2025.01.08 15:23:36.908819 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2025.01.08 15:23:36.909035 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.00182 sec., 518681.31868131866 rows/sec., 34.44 MiB/sec.
6653 2025.01.08 15:23:36.909087 [ 267 ] {022b8e1b-e569-4205-ba66-7918b07acea9} <Debug> TCPHandler: Processed in 0.00207738 sec.
6654 2025.01.08 15:23:36.909286 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6655 2025.01.08 15:23:36.909507 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6656 2025.01.08 15:23:36.909602 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6657 2025.01.08 15:23:36.910158 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6658 2025.01.08 15:23:36.910197 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6659 2025.01.08 15:23:36.910564 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6660 2025.01.08 15:23:36.910804 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6661 2025.01.08 15:23:36.911055 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001602 sec., 624.2197253433209 rows/sec., 42.06 KiB/sec.
6662 2025.01.08 15:23:36.911282 [ 272 ] {44f28a93-1ef4-4fe0-bb0e-429eccf243b1} <Debug> TCPHandler: Processed in 0.002104181 sec.
6663 2025.01.08 15:23:36.911496 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6664 2025.01.08 15:23:36.911725 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6665 2025.01.08 15:23:36.911834 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6666 2025.01.08 15:23:36.912984 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6667 2025.01.08 15:23:36.913024 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6668 2025.01.08 15:23:36.913666 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6669 2025.01.08 15:23:36.913928 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6670 2025.01.08 15:23:36.914162 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002492 sec., 12439.807383627609 rows/sec., 22.29 MiB/sec.
6671 2025.01.08 15:23:36.914256 [ 267 ] {b632c3c2-14f3-4ccb-984c-f3d8a5b246b0} <Debug> TCPHandler: Processed in 0.002870262 sec.
6672 2025.01.08 15:23:36.914415 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6673 2025.01.08 15:23:36.914555 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6674 2025.01.08 15:23:36.914613 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6675 2025.01.08 15:23:36.915110 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6676 2025.01.08 15:23:36.915149 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6677 2025.01.08 15:23:36.915514 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6678 2025.01.08 15:23:36.915758 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6679 2025.01.08 15:23:36.915988 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001464 sec., 19125.683060109288 rows/sec., 1.08 MiB/sec.
6680 2025.01.08 15:23:36.916040 [ 272 ] {86c4bb67-fac8-47a4-abda-39645a236502} <Debug> TCPHandler: Processed in 0.001691704 sec.
6681 2025.01.08 15:23:40.761522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 952
6682 2025.01.08 15:23:40.765185 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6683 2025.01.08 15:23:40.765243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6684 2025.01.08 15:23:40.766741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6685 2025.01.08 15:23:40.767044 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6686 2025.01.08 15:23:40.767621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 952
6687 2025.01.08 15:23:41.610183 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6688 2025.01.08 15:23:41.610398 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6689 2025.01.08 15:23:41.610480 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6690 2025.01.08 15:23:41.611268 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2025.01.08 15:23:41.611316 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6692 2025.01.08 15:23:41.611756 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6693 2025.01.08 15:23:41.612017 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6694 2025.01.08 15:23:41.612275 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001936 sec., 13429.752066115703 rows/sec., 1022.46 KiB/sec.
6695 2025.01.08 15:23:41.612342 [ 267 ] {fcd86752-65e9-4404-886a-2aa8d67dd57a} <Debug> TCPHandler: Processed in 0.002295182 sec.
6696 2025.01.08 15:23:41.612652 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6697 2025.01.08 15:23:41.612944 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6698 2025.01.08 15:23:41.613019 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6699 2025.01.08 15:23:41.613755 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6700 2025.01.08 15:23:41.613794 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6701 2025.01.08 15:23:41.614228 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6702 2025.01.08 15:23:41.614477 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6703 2025.01.08 15:23:41.614671 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.0018 sec., 15555.555555555557 rows/sec., 1.21 MiB/sec.
6704 2025.01.08 15:23:41.614725 [ 272 ] {bb3c6e47-cf9f-4984-8ba2-7e8e7dc8339b} <Debug> TCPHandler: Processed in 0.002270143 sec.
6705 2025.01.08 15:23:41.614931 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6706 2025.01.08 15:23:41.615167 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6707 2025.01.08 15:23:41.615269 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6708 2025.01.08 15:23:41.616123 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2025.01.08 15:23:41.616165 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6710 2025.01.08 15:23:41.616577 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6711 2025.01.08 15:23:41.616825 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2025.01.08 15:23:41.617069 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001962 sec., 40774.71967380224 rows/sec., 2.83 MiB/sec.
6713 2025.01.08 15:23:41.617126 [ 267 ] {125e00f1-7cca-4bc5-a55e-c8614cbbd5be} <Debug> TCPHandler: Processed in 0.002310244 sec.
6714 2025.01.08 15:23:41.617344 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2025.01.08 15:23:41.617571 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6716 2025.01.08 15:23:41.617663 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6717 2025.01.08 15:23:41.618269 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2025.01.08 15:23:41.618306 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6719 2025.01.08 15:23:41.618677 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6720 2025.01.08 15:23:41.618910 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6721 2025.01.08 15:23:41.619125 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001597 sec., 15028.177833437696 rows/sec., 1.03 MiB/sec.
6722 2025.01.08 15:23:41.619179 [ 272 ] {37ee3381-1e91-4871-affc-ca49e9772eb6} <Debug> TCPHandler: Processed in 0.001946658 sec.
6723 2025.01.08 15:23:43.195337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6724 2025.01.08 15:23:43.196041 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6725 2025.01.08 15:23:43.196091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6726 2025.01.08 15:23:43.196622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6727 2025.01.08 15:23:43.196891 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6728 2025.01.08 15:23:43.197118 [ 144 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6729 2025.01.08 15:23:43.197122 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6730 2025.01.08 15:23:43.197207 [ 144 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6731 2025.01.08 15:23:43.197236 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6732 2025.01.08 15:23:43.197458 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
6733 2025.01.08 15:23:43.197683 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6734 2025.01.08 15:23:43.197728 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
6735 2025.01.08 15:23:43.197814 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6736 2025.01.08 15:23:43.198012 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
6737 2025.01.08 15:23:43.198241 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6738 2025.01.08 15:23:43.198476 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6739 2025.01.08 15:23:43.198604 [ 186 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6740 2025.01.08 15:23:43.201158 [ 201 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003834935 sec., 3722096.984694656 rows/sec., 53.25 MiB/sec.
6741 2025.01.08 15:23:43.201658 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6742 2025.01.08 15:23:43.202035 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6743 2025.01.08 15:23:43.202129 [ 188 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_31_6} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6744 2025.01.08 15:23:43.202247 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6745 2025.01.08 15:23:44.173468 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6746 2025.01.08 15:23:44.195862 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2025.01.08 15:23:44.195926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6748 2025.01.08 15:23:44.203300 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6749 2025.01.08 15:23:44.204065 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2025.01.08 15:23:44.204449 [ 143 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6751 2025.01.08 15:23:44.204594 [ 143 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6752 2025.01.08 15:23:44.204670 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6753 2025.01.08 15:23:44.205188 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
6754 2025.01.08 15:23:44.219273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6755 2025.01.08 15:23:44.220914 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6756 2025.01.08 15:23:44.222186 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
6757 2025.01.08 15:23:44.227390 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
6758 2025.01.08 15:23:44.233023 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
6759 2025.01.08 15:23:44.238622 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
6760 2025.01.08 15:23:44.244559 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
6761 2025.01.08 15:23:44.249463 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
6762 2025.01.08 15:23:44.307252 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.102398045 sec., 2285.1998785719006 rows/sec., 11.82 MiB/sec.
6763 2025.01.08 15:23:44.310162 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6764 2025.01.08 15:23:44.313296 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6765 2025.01.08 15:23:44.313434 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_31_6} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6766 2025.01.08 15:23:44.316408 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6767 2025.01.08 15:23:45.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.17 MiB, peak 214.73 MiB, free memory in arenas 0.00 B, will set to 205.26 MiB (RSS), difference: 1.09 MiB
6768 2025.01.08 15:23:46.612216 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6769 2025.01.08 15:23:46.612445 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6770 2025.01.08 15:23:46.612540 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6771 2025.01.08 15:23:46.613384 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6772 2025.01.08 15:23:46.613434 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6773 2025.01.08 15:23:46.613875 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6774 2025.01.08 15:23:46.614131 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6775 2025.01.08 15:23:46.614331 [ 140 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6776 2025.01.08 15:23:46.614405 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002012 sec., 23856.85884691849 rows/sec., 1.98 MiB/sec.
6777 2025.01.08 15:23:46.614418 [ 140 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6778 2025.01.08 15:23:46.614492 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6779 2025.01.08 15:23:46.614542 [ 267 ] {8c922dd5-3b34-4fb7-a10f-a055604b6557} <Debug> TCPHandler: Processed in 0.002507236 sec.
6780 2025.01.08 15:23:46.614794 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
6781 2025.01.08 15:23:46.614887 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6782 2025.01.08 15:23:46.615000 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6783 2025.01.08 15:23:46.615082 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1405 rows starting from the beginning of the part
6784 2025.01.08 15:23:46.615254 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6785 2025.01.08 15:23:46.615340 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 235 rows starting from the beginning of the part
6786 2025.01.08 15:23:46.615484 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6787 2025.01.08 15:23:46.615560 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part
6788 2025.01.08 15:23:46.616023 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1376 rows starting from the beginning of the part
6789 2025.01.08 15:23:46.616380 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part
6790 2025.01.08 15:23:46.616659 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part
6791 2025.01.08 15:23:46.618435 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6792 2025.01.08 15:23:46.618502 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6793 2025.01.08 15:23:46.619387 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6794 2025.01.08 15:23:46.619752 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6795 2025.01.08 15:23:46.620196 [ 189 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005535389 sec., 566897.8277768735 rows/sec., 49.70 MiB/sec.
6796 2025.01.08 15:23:46.620322 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.005214 sec., 2109.704641350211 rows/sec., 158.64 KiB/sec.
6797 2025.01.08 15:23:46.620511 [ 272 ] {538f9677-c093-47a4-a68f-570b6af26d6e} <Debug> TCPHandler: Processed in 0.005809524 sec.
6798 2025.01.08 15:23:46.620859 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6799 2025.01.08 15:23:46.620892 [ 189 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6800 2025.01.08 15:23:46.621084 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6801 2025.01.08 15:23:46.621144 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6802 2025.01.08 15:23:46.621335 [ 189 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6803 2025.01.08 15:23:46.621485 [ 189 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_51_10} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6804 2025.01.08 15:23:46.621605 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
6805 2025.01.08 15:23:46.621926 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6806 2025.01.08 15:23:46.621966 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6807 2025.01.08 15:23:46.622327 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6808 2025.01.08 15:23:46.622568 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2025.01.08 15:23:46.622746 [ 139 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6810 2025.01.08 15:23:46.622817 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001755 sec., 22222.222222222223 rows/sec., 1.73 MiB/sec.
6811 2025.01.08 15:23:46.622818 [ 139 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2025.01.08 15:23:46.622912 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6813 2025.01.08 15:23:46.622962 [ 267 ] {b86b711b-c795-4d6e-bbd6-477f4e14d360} <Debug> TCPHandler: Processed in 0.002336284 sec.
6814 2025.01.08 15:23:46.623270 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6815 2025.01.08 15:23:46.623340 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
6816 2025.01.08 15:23:46.623696 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6817 2025.01.08 15:23:46.623937 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6818 2025.01.08 15:23:46.624222 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6819 2025.01.08 15:23:46.624334 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 876 rows starting from the beginning of the part
6820 2025.01.08 15:23:46.624765 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 377 rows starting from the beginning of the part
6821 2025.01.08 15:23:46.625105 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
6822 2025.01.08 15:23:46.625360 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 835 rows starting from the beginning of the part
6823 2025.01.08 15:23:46.625659 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part
6824 2025.01.08 15:23:46.626081 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part
6825 2025.01.08 15:23:46.626831 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6826 2025.01.08 15:23:46.626902 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6827 2025.01.08 15:23:46.627898 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6828 2025.01.08 15:23:46.628428 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6829 2025.01.08 15:23:46.628675 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6830 2025.01.08 15:23:46.628759 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6831 2025.01.08 15:23:46.628810 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005253 sec., 19036.740909956217 rows/sec., 1.32 MiB/sec.
6832 2025.01.08 15:23:46.628832 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6833 2025.01.08 15:23:46.629120 [ 272 ] {9ac333d0-c4bd-44e3-b822-3782debe5f33} <Debug> TCPHandler: Processed in 0.006013557 sec.
6834 2025.01.08 15:23:46.629716 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
6835 2025.01.08 15:23:46.629740 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6836 2025.01.08 15:23:46.630344 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.007320985 sec., 299686.4492960988 rows/sec., 22.82 MiB/sec.
6837 2025.01.08 15:23:46.630486 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6838 2025.01.08 15:23:46.630753 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6839 2025.01.08 15:23:46.630745 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6840 2025.01.08 15:23:46.630923 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12043 rows starting from the beginning of the part
6841 2025.01.08 15:23:46.631263 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6842 2025.01.08 15:23:46.631456 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 177 rows starting from the beginning of the part
6843 2025.01.08 15:23:46.632018 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6844 2025.01.08 15:23:46.632086 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part
6845 2025.01.08 15:23:46.632561 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 944 rows starting from the beginning of the part
6846 2025.01.08 15:23:46.632667 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_51_10} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6847 2025.01.08 15:23:46.632914 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part
6848 2025.01.08 15:23:46.633077 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6849 2025.01.08 15:23:46.633381 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part
6850 2025.01.08 15:23:46.636136 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6851 2025.01.08 15:23:46.636216 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6852 2025.01.08 15:23:46.637939 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6853 2025.01.08 15:23:46.638470 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6854 2025.01.08 15:23:46.638872 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.008731 sec., 1259.878593517352 rows/sec., 2.26 MiB/sec.
6855 2025.01.08 15:23:46.639119 [ 267 ] {2db843a8-26c3-414d-bacf-36a15410557e} <Debug> TCPHandler: Processed in 0.009834922 sec.
6856 2025.01.08 15:23:46.639275 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6857 2025.01.08 15:23:46.639420 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6858 2025.01.08 15:23:46.639487 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6859 2025.01.08 15:23:46.640040 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6860 2025.01.08 15:23:46.640091 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6861 2025.01.08 15:23:46.640652 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13444 rows, containing 5 columns (5 merged, 0 gathered) in 0.011596267 sec., 1159338.6043974324 rows/sec., 77.65 MiB/sec.
6862 2025.01.08 15:23:46.640827 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6863 2025.01.08 15:23:46.641082 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6864 2025.01.08 15:23:46.641087 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6865 2025.01.08 15:23:46.641347 [ 139 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6866 2025.01.08 15:23:46.641469 [ 139 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6867 2025.01.08 15:23:46.641498 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002098 sec., 14299.332697807435 rows/sec., 1003.09 KiB/sec.
6868 2025.01.08 15:23:46.641526 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6869 2025.01.08 15:23:46.641777 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6870 2025.01.08 15:23:46.641846 [ 272 ] {b2dece05-316b-46a5-bdd0-1adef72cffb8} <Debug> TCPHandler: Processed in 0.002619258 sec.
6871 2025.01.08 15:23:46.642120 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6872 2025.01.08 15:23:46.642128 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
6873 2025.01.08 15:23:46.642278 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
6874 2025.01.08 15:23:46.642359 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6875 2025.01.08 15:23:46.642396 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1612 rows starting from the beginning of the part
6876 2025.01.08 15:23:46.642472 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part
6877 2025.01.08 15:23:46.642756 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part
6878 2025.01.08 15:23:46.642883 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part
6879 2025.01.08 15:23:46.643009 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part
6880 2025.01.08 15:23:46.643262 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
6881 2025.01.08 15:23:46.644434 [ 191 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.002759639 sec., 643562.4369709226 rows/sec., 41.48 MiB/sec.
6882 2025.01.08 15:23:46.644794 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6883 2025.01.08 15:23:46.645192 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6884 2025.01.08 15:23:46.645271 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_51_10} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6885 2025.01.08 15:23:46.645360 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6886 2025.01.08 15:23:50.580133 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
6887 2025.01.08 15:23:50.580183 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
6888 2025.01.08 15:23:50.697322 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6889 2025.01.08 15:23:50.698045 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6890 2025.01.08 15:23:50.698098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6891 2025.01.08 15:23:50.698615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6892 2025.01.08 15:23:50.698858 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6893 2025.01.08 15:23:50.699097 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6894 2025.01.08 15:23:50.767919 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 972
6895 2025.01.08 15:23:50.770750 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6896 2025.01.08 15:23:50.770794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6897 2025.01.08 15:23:50.772348 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6898 2025.01.08 15:23:50.772650 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6899 2025.01.08 15:23:50.773175 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972
6900 2025.01.08 15:23:51.001428 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001029835 sec.
6901 2025.01.08 15:23:51.617893 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6902 2025.01.08 15:23:51.618083 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6903 2025.01.08 15:23:51.618158 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6904 2025.01.08 15:23:51.618899 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6905 2025.01.08 15:23:51.618947 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6906 2025.01.08 15:23:51.619385 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6907 2025.01.08 15:23:51.619648 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6908 2025.01.08 15:23:51.619900 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec.
6909 2025.01.08 15:23:51.619967 [ 267 ] {570faa62-e81c-4f9a-b830-cddaaa28a64d} <Debug> TCPHandler: Processed in 0.002206262 sec.
6910 2025.01.08 15:23:51.620213 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6911 2025.01.08 15:23:51.620409 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6912 2025.01.08 15:23:51.620484 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6913 2025.01.08 15:23:51.621429 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6914 2025.01.08 15:23:51.621473 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6915 2025.01.08 15:23:51.621896 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6916 2025.01.08 15:23:51.622133 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6917 2025.01.08 15:23:51.622423 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002069 sec., 113581.44030932817 rows/sec., 10.12 MiB/sec.
6918 2025.01.08 15:23:51.622488 [ 272 ] {0903faab-df37-4f0a-9d48-c864729b7cf7} <Debug> TCPHandler: Processed in 0.002407135 sec.
6919 2025.01.08 15:23:51.622672 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6920 2025.01.08 15:23:51.622823 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6921 2025.01.08 15:23:51.622886 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6922 2025.01.08 15:23:51.623551 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6923 2025.01.08 15:23:51.623592 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6924 2025.01.08 15:23:51.623966 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6925 2025.01.08 15:23:51.624213 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6926 2025.01.08 15:23:51.624474 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001677 sec., 22659.511031604052 rows/sec., 1.62 MiB/sec.
6927 2025.01.08 15:23:51.624560 [ 267 ] {51926e24-14dd-4ff2-8b80-426650152044} <Debug> TCPHandler: Processed in 0.001958098 sec.
6928 2025.01.08 15:23:51.624848 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6929 2025.01.08 15:23:51.625104 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6930 2025.01.08 15:23:51.625195 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6931 2025.01.08 15:23:51.625786 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6932 2025.01.08 15:23:51.625825 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6933 2025.01.08 15:23:51.626197 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6934 2025.01.08 15:23:51.626433 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6935 2025.01.08 15:23:51.626653 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001607 sec., 8711.885500933417 rows/sec., 610.12 KiB/sec.
6936 2025.01.08 15:23:51.626713 [ 272 ] {93ade349-02bd-4fb2-ab0a-e7a613984655} <Debug> TCPHandler: Processed in 0.00206311 sec.
6937 2025.01.08 15:23:51.626915 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6938 2025.01.08 15:23:51.627141 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6939 2025.01.08 15:23:51.627218 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6940 2025.01.08 15:23:51.627805 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6941 2025.01.08 15:23:51.627845 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6942 2025.01.08 15:23:51.628219 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6943 2025.01.08 15:23:51.628477 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2025.01.08 15:23:51.628735 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec.
6945 2025.01.08 15:23:51.628897 [ 267 ] {b422d188-a61e-4d63-99f6-f7107543251f} <Debug> TCPHandler: Processed in 0.00208995 sec.
6946 2025.01.08 15:23:51.629071 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6947 2025.01.08 15:23:51.629200 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6948 2025.01.08 15:23:51.629257 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6949 2025.01.08 15:23:51.630114 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6950 2025.01.08 15:23:51.630158 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6951 2025.01.08 15:23:51.630538 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6952 2025.01.08 15:23:51.630772 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2025.01.08 15:23:51.630989 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001819 sec., 207256.73446948873 rows/sec., 14.65 MiB/sec.
6954 2025.01.08 15:23:51.631043 [ 272 ] {43fde593-b143-4096-b457-7b157a5d9d62} <Debug> TCPHandler: Processed in 0.002055359 sec.
6955 2025.01.08 15:23:51.631213 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6956 2025.01.08 15:23:51.631440 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6957 2025.01.08 15:23:51.631537 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6958 2025.01.08 15:23:51.632315 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2025.01.08 15:23:51.632353 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6960 2025.01.08 15:23:51.632730 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6961 2025.01.08 15:23:51.632975 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2025.01.08 15:23:51.633206 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001816 sec., 3303.9647577092514 rows/sec., 172.62 KiB/sec.
6963 2025.01.08 15:23:51.633409 [ 267 ] {3c9073c0-08d2-4fba-a819-0b9b313f5a21} <Debug> TCPHandler: Processed in 0.002286973 sec.
6964 2025.01.08 15:23:51.633564 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6965 2025.01.08 15:23:51.633705 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6966 2025.01.08 15:23:51.633769 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6967 2025.01.08 15:23:51.634389 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6968 2025.01.08 15:23:51.634427 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6969 2025.01.08 15:23:51.634814 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6970 2025.01.08 15:23:51.635056 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6971 2025.01.08 15:23:51.635279 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001604 sec., 110349.12718204489 rows/sec., 7.28 MiB/sec.
6972 2025.01.08 15:23:51.635330 [ 272 ] {8839f720-80ad-44da-b6ec-bcd4998fb7db} <Debug> TCPHandler: Processed in 0.001835287 sec.
6973 2025.01.08 15:23:51.635539 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6974 2025.01.08 15:23:51.635766 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6975 2025.01.08 15:23:51.635861 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6976 2025.01.08 15:23:51.636488 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6977 2025.01.08 15:23:51.636526 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6978 2025.01.08 15:23:51.636891 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6979 2025.01.08 15:23:51.637132 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6980 2025.01.08 15:23:51.637316 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec.
6981 2025.01.08 15:23:51.637366 [ 267 ] {3116263b-6509-48f2-9eb7-2787714388ed} <Debug> TCPHandler: Processed in 0.001940458 sec.
6982 2025.01.08 15:23:51.637566 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6983 2025.01.08 15:23:51.637794 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6984 2025.01.08 15:23:51.637932 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6985 2025.01.08 15:23:51.639223 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6986 2025.01.08 15:23:51.639261 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6987 2025.01.08 15:23:51.639919 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6988 2025.01.08 15:23:51.640182 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2025.01.08 15:23:51.640483 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002741 sec., 11309.740970448742 rows/sec., 20.27 MiB/sec.
6990 2025.01.08 15:23:51.641056 [ 272 ] {3e6e07b1-c410-4af9-b514-a07686518e32} <Debug> TCPHandler: Processed in 0.003593141 sec.
6991 2025.01.08 15:23:51.641266 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6992 2025.01.08 15:23:51.641406 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6993 2025.01.08 15:23:51.641467 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6994 2025.01.08 15:23:51.642039 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6995 2025.01.08 15:23:51.642086 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
6996 2025.01.08 15:23:51.642482 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6997 2025.01.08 15:23:51.642739 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6998 2025.01.08 15:23:51.642916 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001541 sec., 33744.32186891629 rows/sec., 2.09 MiB/sec.
6999 2025.01.08 15:23:51.642967 [ 267 ] {f0ef1854-447a-4bca-8da7-1eebc81e3cdb} <Debug> TCPHandler: Processed in 0.001797486 sec.
7000 2025.01.08 15:23:51.719387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
7001 2025.01.08 15:23:51.739350 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7002 2025.01.08 15:23:51.739410 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7003 2025.01.08 15:23:51.746666 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7004 2025.01.08 15:23:51.747409 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7005 2025.01.08 15:23:51.750178 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
7006 2025.01.08 15:23:56.612123 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7007 2025.01.08 15:23:56.612331 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7008 2025.01.08 15:23:56.612407 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7009 2025.01.08 15:23:56.613158 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7010 2025.01.08 15:23:56.613210 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7011 2025.01.08 15:23:56.613692 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7012 2025.01.08 15:23:56.613952 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7013 2025.01.08 15:23:56.614256 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001967 sec., 2033.5536349771226 rows/sec., 165.82 KiB/sec.
7014 2025.01.08 15:23:56.614411 [ 267 ] {3df9325b-7109-4da1-86ec-805dc4ae9474} <Debug> TCPHandler: Processed in 0.002432815 sec.
7015 2025.01.08 15:23:56.614687 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7016 2025.01.08 15:23:56.614905 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7017 2025.01.08 15:23:56.614990 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7018 2025.01.08 15:23:56.615814 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7019 2025.01.08 15:23:56.615863 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7020 2025.01.08 15:23:56.616299 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7021 2025.01.08 15:23:56.616552 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7022 2025.01.08 15:23:56.616789 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001943 sec., 25733.401955738547 rows/sec., 2.12 MiB/sec.
7023 2025.01.08 15:23:56.616854 [ 272 ] {55df824a-d09a-48ee-bb30-851cecadb078} <Debug> TCPHandler: Processed in 0.002314384 sec.
7024 2025.01.08 15:23:56.617017 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7025 2025.01.08 15:23:56.617160 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7026 2025.01.08 15:23:56.617221 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7027 2025.01.08 15:23:56.617831 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7028 2025.01.08 15:23:56.617871 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7029 2025.01.08 15:23:56.618235 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7030 2025.01.08 15:23:56.618495 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7031 2025.01.08 15:23:56.618734 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.001605 sec., 9345.794392523363 rows/sec., 689.37 KiB/sec.
7032 2025.01.08 15:23:56.618787 [ 267 ] {f7f49a70-c75e-452b-b180-1084d9db2a3f} <Debug> TCPHandler: Processed in 0.001840496 sec.
7033 2025.01.08 15:23:56.618957 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7034 2025.01.08 15:23:56.619112 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7035 2025.01.08 15:23:56.619176 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7036 2025.01.08 15:23:56.619820 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7037 2025.01.08 15:23:56.619860 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7038 2025.01.08 15:23:56.620243 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7039 2025.01.08 15:23:56.620483 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7040 2025.01.08 15:23:56.620702 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.001626 sec., 26445.264452644526 rows/sec., 2.07 MiB/sec.
7041 2025.01.08 15:23:56.620760 [ 272 ] {94ec0e17-6007-48a1-ba4f-ded4aa278f62} <Debug> TCPHandler: Processed in 0.001877947 sec.
7042 2025.01.08 15:23:56.620975 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7043 2025.01.08 15:23:56.621133 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7044 2025.01.08 15:23:56.621198 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7045 2025.01.08 15:23:56.621767 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2025.01.08 15:23:56.621807 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7047 2025.01.08 15:23:56.622202 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7048 2025.01.08 15:23:56.622454 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7049 2025.01.08 15:23:56.622670 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001567 sec., 65092.53350350989 rows/sec., 4.51 MiB/sec.
7050 2025.01.08 15:23:56.622724 [ 267 ] {4eb7ea9d-dbb7-418a-bda2-33e3dcf59cc3} <Debug> TCPHandler: Processed in 0.001877207 sec.
7051 2025.01.08 15:23:56.622903 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7052 2025.01.08 15:23:56.623064 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7053 2025.01.08 15:23:56.623182 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7054 2025.01.08 15:23:56.624460 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7055 2025.01.08 15:23:56.624505 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7056 2025.01.08 15:23:56.625150 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7057 2025.01.08 15:23:56.625416 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7058 2025.01.08 15:23:56.625676 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00265 sec., 4150.943396226415 rows/sec., 7.44 MiB/sec.
7059 2025.01.08 15:23:56.625786 [ 272 ] {317cded3-a652-495e-aac6-248d5b9e3e80} <Debug> TCPHandler: Processed in 0.002959442 sec.
7060 2025.01.08 15:23:56.625948 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7061 2025.01.08 15:23:56.626091 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7062 2025.01.08 15:23:56.626153 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7063 2025.01.08 15:23:56.626666 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7064 2025.01.08 15:23:56.626705 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7065 2025.01.08 15:23:56.627078 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7066 2025.01.08 15:23:56.627320 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7067 2025.01.08 15:23:56.627526 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001464 sec., 20491.803278688523 rows/sec., 1.40 MiB/sec.
7068 2025.01.08 15:23:56.627576 [ 267 ] {65cf5a8f-127b-499d-8e9f-137a0c494738} <Debug> TCPHandler: Processed in 0.001698194 sec.
7069 2025.01.08 15:23:58.199241 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
7070 2025.01.08 15:23:58.199917 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2025.01.08 15:23:58.199957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7072 2025.01.08 15:23:58.200533 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7073 2025.01.08 15:23:58.200784 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7074 2025.01.08 15:23:58.201039 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
7075 2025.01.08 15:23:59.250264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7076 2025.01.08 15:23:59.271078 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7077 2025.01.08 15:23:59.271142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7078 2025.01.08 15:23:59.278520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7079 2025.01.08 15:23:59.279328 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7080 2025.01.08 15:23:59.283122 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7081 2025.01.08 15:24:00.773388 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1008
7082 2025.01.08 15:24:00.777171 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7083 2025.01.08 15:24:00.777217 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7084 2025.01.08 15:24:00.778721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7085 2025.01.08 15:24:00.779034 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7086 2025.01.08 15:24:00.780561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1008
7087 2025.01.08 15:24:01.617615 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7088 2025.01.08 15:24:01.617832 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7089 2025.01.08 15:24:01.617913 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7090 2025.01.08 15:24:01.618717 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7091 2025.01.08 15:24:01.618763 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7092 2025.01.08 15:24:01.619196 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7093 2025.01.08 15:24:01.619460 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7094 2025.01.08 15:24:01.619664 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
7095 2025.01.08 15:24:01.619729 [ 267 ] {18a83345-f0b4-452f-980b-d14938c92259} <Debug> TCPHandler: Processed in 0.002261723 sec.
7096 2025.01.08 15:24:01.620011 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7097 2025.01.08 15:24:01.620234 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7098 2025.01.08 15:24:01.620323 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7099 2025.01.08 15:24:01.621225 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7100 2025.01.08 15:24:01.621282 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7101 2025.01.08 15:24:01.621744 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7102 2025.01.08 15:24:01.621999 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7103 2025.01.08 15:24:01.622238 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002064 sec., 113856.58914728682 rows/sec., 10.15 MiB/sec.
7104 2025.01.08 15:24:01.622311 [ 272 ] {8528b08b-b80e-4629-9d4c-4c2e453d1fb7} <Debug> TCPHandler: Processed in 0.002455096 sec.
7105 2025.01.08 15:24:01.622513 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7106 2025.01.08 15:24:01.622668 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7107 2025.01.08 15:24:01.622734 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7108 2025.01.08 15:24:01.623457 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.01.08 15:24:01.623497 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7110 2025.01.08 15:24:01.623868 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7111 2025.01.08 15:24:01.624113 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2025.01.08 15:24:01.624258 [ 121 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7113 2025.01.08 15:24:01.624302 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001672 sec., 22727.272727272724 rows/sec., 1.63 MiB/sec.
7114 2025.01.08 15:24:01.624342 [ 121 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7115 2025.01.08 15:24:01.624383 [ 267 ] {1af6a0a1-3eee-4a2b-b5dd-49bba7bf2a8f} <Debug> TCPHandler: Processed in 0.001941988 sec.
7116 2025.01.08 15:24:01.624388 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7117 2025.01.08 15:24:01.624550 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
7118 2025.01.08 15:24:01.624586 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7119 2025.01.08 15:24:01.624706 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7120 2025.01.08 15:24:01.624797 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 63 rows starting from the beginning of the part
7121 2025.01.08 15:24:01.624857 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7122 2025.01.08 15:24:01.625027 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7123 2025.01.08 15:24:01.625049 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
7124 2025.01.08 15:24:01.625566 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part
7125 2025.01.08 15:24:01.625959 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 38 rows starting from the beginning of the part
7126 2025.01.08 15:24:01.626350 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part
7127 2025.01.08 15:24:01.626766 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 38 rows starting from the beginning of the part
7128 2025.01.08 15:24:01.627899 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2025.01.08 15:24:01.627984 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7130 2025.01.08 15:24:01.629140 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7131 2025.01.08 15:24:01.629667 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194095 sec., 39467.895754698366 rows/sec., 2.98 MiB/sec.
7132 2025.01.08 15:24:01.629712 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2025.01.08 15:24:01.629990 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7134 2025.01.08 15:24:01.630014 [ 121 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7135 2025.01.08 15:24:01.630148 [ 121 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7136 2025.01.08 15:24:01.630226 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005433 sec., 2576.845205227314 rows/sec., 180.47 KiB/sec.
7137 2025.01.08 15:24:01.630254 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7138 2025.01.08 15:24:01.630495 [ 272 ] {630ae241-2d56-4251-bd7b-208c759209cc} <Debug> TCPHandler: Processed in 0.006010607 sec.
7139 2025.01.08 15:24:01.630667 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7140 2025.01.08 15:24:01.631151 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7141 2025.01.08 15:24:01.631184 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7142 2025.01.08 15:24:01.631304 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7143 2025.01.08 15:24:01.631352 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 243 rows starting from the beginning of the part
7144 2025.01.08 15:24:01.631735 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7145 2025.01.08 15:24:01.631789 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_41_8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7146 2025.01.08 15:24:01.631932 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7147 2025.01.08 15:24:01.632168 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7148 2025.01.08 15:24:01.632196 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
7149 2025.01.08 15:24:01.632201 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7150 2025.01.08 15:24:01.632696 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part
7151 2025.01.08 15:24:01.633042 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7152 2025.01.08 15:24:01.633470 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7153 2025.01.08 15:24:01.635056 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7154 2025.01.08 15:24:01.635123 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7155 2025.01.08 15:24:01.636123 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7156 2025.01.08 15:24:01.636401 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005972466 sec., 90582.34906653299 rows/sec., 6.49 MiB/sec.
7157 2025.01.08 15:24:01.636604 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2025.01.08 15:24:01.636631 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7159 2025.01.08 15:24:01.637215 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00552 sec., 2355.072463768116 rows/sec., 146.84 KiB/sec.
7160 2025.01.08 15:24:01.637497 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7161 2025.01.08 15:24:01.637662 [ 267 ] {a9531f5a-7bc0-4285-926f-716d34604660} <Debug> TCPHandler: Processed in 0.007030751 sec.
7162 2025.01.08 15:24:01.637775 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_24_5} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7163 2025.01.08 15:24:01.637878 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2025.01.08 15:24:01.637885 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7165 2025.01.08 15:24:01.638002 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7166 2025.01.08 15:24:01.638051 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7167 2025.01.08 15:24:01.638760 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7168 2025.01.08 15:24:01.638800 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7169 2025.01.08 15:24:01.639166 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7170 2025.01.08 15:24:01.639405 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7171 2025.01.08 15:24:01.639608 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001632 sec., 231004.9019607843 rows/sec., 16.33 MiB/sec.
7172 2025.01.08 15:24:01.639663 [ 272 ] {69aaa71f-c01f-4774-a99e-36086816046c} <Debug> TCPHandler: Processed in 0.001862487 sec.
7173 2025.01.08 15:24:01.639869 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7174 2025.01.08 15:24:01.640100 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7175 2025.01.08 15:24:01.640196 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7176 2025.01.08 15:24:01.640812 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7177 2025.01.08 15:24:01.640852 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7178 2025.01.08 15:24:01.641222 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7179 2025.01.08 15:24:01.641465 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7180 2025.01.08 15:24:01.641693 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001649 sec., 3638.568829593693 rows/sec., 190.10 KiB/sec.
7181 2025.01.08 15:24:01.641811 [ 267 ] {204297db-e8fa-470c-9a4f-2674d15f9308} <Debug> TCPHandler: Processed in 0.00205216 sec.
7182 2025.01.08 15:24:01.642026 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7183 2025.01.08 15:24:01.642253 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7184 2025.01.08 15:24:01.642352 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7185 2025.01.08 15:24:01.642993 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7186 2025.01.08 15:24:01.643032 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7187 2025.01.08 15:24:01.643420 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7188 2025.01.08 15:24:01.643657 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7189 2025.01.08 15:24:01.643875 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00168 sec., 105357.14285714286 rows/sec., 6.95 MiB/sec.
7190 2025.01.08 15:24:01.643929 [ 272 ] {87e89e13-d743-4a95-8aef-69e7a8666ed7} <Debug> TCPHandler: Processed in 0.002018019 sec.
7191 2025.01.08 15:24:01.644127 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7192 2025.01.08 15:24:01.644355 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7193 2025.01.08 15:24:01.644450 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7194 2025.01.08 15:24:01.644943 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7195 2025.01.08 15:24:01.644981 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7196 2025.01.08 15:24:01.645338 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7197 2025.01.08 15:24:01.645581 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7198 2025.01.08 15:24:01.645734 [ 119 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7199 2025.01.08 15:24:01.645808 [ 119 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7200 2025.01.08 15:24:01.645817 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec.
7201 2025.01.08 15:24:01.645848 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7202 2025.01.08 15:24:01.645935 [ 267 ] {6dfc8fff-b48b-41d6-a440-b68f3055a13b} <Debug> TCPHandler: Processed in 0.001913148 sec.
7203 2025.01.08 15:24:01.646149 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7204 2025.01.08 15:24:01.646161 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7205 2025.01.08 15:24:01.646450 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7206 2025.01.08 15:24:01.646450 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7207 2025.01.08 15:24:01.646552 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part
7208 2025.01.08 15:24:01.646636 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7209 2025.01.08 15:24:01.646845 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7210 2025.01.08 15:24:01.647278 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7211 2025.01.08 15:24:01.647742 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7212 2025.01.08 15:24:01.648051 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7213 2025.01.08 15:24:01.648465 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7214 2025.01.08 15:24:01.652083 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006107778 sec., 4093.141564739255 rows/sec., 274.53 KiB/sec.
7215 2025.01.08 15:24:01.652307 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7216 2025.01.08 15:24:01.652459 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7217 2025.01.08 15:24:01.652531 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7218 2025.01.08 15:24:01.652973 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7219 2025.01.08 15:24:01.653178 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_24_5} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7220 2025.01.08 15:24:01.653351 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7221 2025.01.08 15:24:01.653731 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7222 2025.01.08 15:24:01.654011 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7223 2025.01.08 15:24:01.654201 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7224 2025.01.08 15:24:01.654269 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7225 2025.01.08 15:24:01.654308 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7226 2025.01.08 15:24:01.654315 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007956 sec., 3896.4303670186027 rows/sec., 6.98 MiB/sec.
7227 2025.01.08 15:24:01.654683 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
7228 2025.01.08 15:24:01.655030 [ 272 ] {be4a1bf6-a1da-4e86-a80c-a99fc47f13c8} <Debug> TCPHandler: Processed in 0.008984119 sec.
7229 2025.01.08 15:24:01.655680 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7230 2025.01.08 15:24:01.656303 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7231 2025.01.08 15:24:01.656468 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7232 2025.01.08 15:24:01.656503 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7233 2025.01.08 15:24:01.656773 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 726 rows starting from the beginning of the part
7234 2025.01.08 15:24:01.657627 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part
7235 2025.01.08 15:24:01.658458 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part
7236 2025.01.08 15:24:01.658473 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7237 2025.01.08 15:24:01.658556 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7238 2025.01.08 15:24:01.659075 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part
7239 2025.01.08 15:24:01.659737 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part
7240 2025.01.08 15:24:01.660026 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7241 2025.01.08 15:24:01.660239 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part
7242 2025.01.08 15:24:01.660833 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2025.01.08 15:24:01.661387 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005248 sec., 9908.536585365853 rows/sec., 628.22 KiB/sec.
7244 2025.01.08 15:24:01.661500 [ 267 ] {a2a38274-9047-4a74-a414-612c2269523a} <Debug> TCPHandler: Processed in 0.006137559 sec.
7245 2025.01.08 15:24:01.672275 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 841 rows, containing 19 columns (19 merged, 0 gathered) in 0.017886588 sec., 47018.46992841788 rows/sec., 84.25 MiB/sec.
7246 2025.01.08 15:24:01.673360 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7247 2025.01.08 15:24:01.673794 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2025.01.08 15:24:01.673882 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7249 2025.01.08 15:24:01.674037 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB.
7250 2025.01.08 15:24:02.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.35 MiB, peak 214.94 MiB, free memory in arenas 0.00 B, will set to 209.26 MiB (RSS), difference: 1.91 MiB
7251 2025.01.08 15:24:05.580226 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
7252 2025.01.08 15:24:05.580278 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
7253 2025.01.08 15:24:05.701182 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7254 2025.01.08 15:24:05.701885 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7255 2025.01.08 15:24:05.701926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7256 2025.01.08 15:24:05.702441 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7257 2025.01.08 15:24:05.702695 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7258 2025.01.08 15:24:05.702923 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7259 2025.01.08 15:24:06.611969 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7260 2025.01.08 15:24:06.612205 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7261 2025.01.08 15:24:06.612290 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7262 2025.01.08 15:24:06.613124 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7263 2025.01.08 15:24:06.613170 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7264 2025.01.08 15:24:06.613619 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7265 2025.01.08 15:24:06.613893 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7266 2025.01.08 15:24:06.614137 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001993 sec., 24084.29503261415 rows/sec., 1.99 MiB/sec.
7267 2025.01.08 15:24:06.614194 [ 267 ] {1bd8c2c2-5458-42a6-8f04-c5910c564117} <Debug> TCPHandler: Processed in 0.002368604 sec.
7268 2025.01.08 15:24:06.614472 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7269 2025.01.08 15:24:06.614671 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7270 2025.01.08 15:24:06.614749 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7271 2025.01.08 15:24:06.615515 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7272 2025.01.08 15:24:06.615568 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7273 2025.01.08 15:24:06.616006 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7274 2025.01.08 15:24:06.616260 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7275 2025.01.08 15:24:06.616497 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001883 sec., 5841.741901221455 rows/sec., 439.27 KiB/sec.
7276 2025.01.08 15:24:06.616559 [ 272 ] {cbb55844-bca2-4518-bdf2-a3e33535c089} <Debug> TCPHandler: Processed in 0.002227332 sec.
7277 2025.01.08 15:24:06.616727 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7278 2025.01.08 15:24:06.616859 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7279 2025.01.08 15:24:06.616909 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7280 2025.01.08 15:24:06.617553 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7281 2025.01.08 15:24:06.617593 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7282 2025.01.08 15:24:06.617981 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7283 2025.01.08 15:24:06.618226 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7284 2025.01.08 15:24:06.618452 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001619 sec., 24088.943792464484 rows/sec., 1.88 MiB/sec.
7285 2025.01.08 15:24:06.618505 [ 267 ] {0e8a38d0-fe98-4155-b729-e751a6c9eba2} <Debug> TCPHandler: Processed in 0.001837286 sec.
7286 2025.01.08 15:24:06.618674 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7287 2025.01.08 15:24:06.618797 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7288 2025.01.08 15:24:06.618888 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7289 2025.01.08 15:24:06.619571 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7290 2025.01.08 15:24:06.619617 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7291 2025.01.08 15:24:06.620043 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7292 2025.01.08 15:24:06.620299 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7293 2025.01.08 15:24:06.620526 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001757 sec., 56915.19635742743 rows/sec., 3.95 MiB/sec.
7294 2025.01.08 15:24:06.620585 [ 272 ] {e2a7a856-f24a-4635-aaf1-a5f5e1048920} <Debug> TCPHandler: Processed in 0.001973568 sec.
7295 2025.01.08 15:24:06.620741 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7296 2025.01.08 15:24:06.620880 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7297 2025.01.08 15:24:06.620974 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7298 2025.01.08 15:24:06.622218 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7299 2025.01.08 15:24:06.622257 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7300 2025.01.08 15:24:06.622880 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7301 2025.01.08 15:24:06.623140 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7302 2025.01.08 15:24:06.623410 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002553 sec., 4308.656482569526 rows/sec., 7.72 MiB/sec.
7303 2025.01.08 15:24:06.623879 [ 267 ] {8f77ad4b-bbf2-4874-a652-8696cc55592a} <Debug> TCPHandler: Processed in 0.003200156 sec.
7304 2025.01.08 15:24:06.624109 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7305 2025.01.08 15:24:06.624230 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7306 2025.01.08 15:24:06.624280 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7307 2025.01.08 15:24:06.624773 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7308 2025.01.08 15:24:06.624812 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7309 2025.01.08 15:24:06.625190 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7310 2025.01.08 15:24:06.625437 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7311 2025.01.08 15:24:06.625653 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001448 sec., 20718.232044198892 rows/sec., 1.42 MiB/sec.
7312 2025.01.08 15:24:06.625704 [ 272 ] {39e82b22-65a9-4aae-af48-a04acf7e2fba} <Debug> TCPHandler: Processed in 0.001695585 sec.
7313 2025.01.08 15:24:06.783212 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7314 2025.01.08 15:24:06.803732 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7315 2025.01.08 15:24:06.803805 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7316 2025.01.08 15:24:06.812379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7317 2025.01.08 15:24:06.813324 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7318 2025.01.08 15:24:06.817800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7319 2025.01.08 15:24:06.881547 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7320 2025.01.08 15:24:06.881818 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7321 2025.01.08 15:24:06.881913 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7322 2025.01.08 15:24:06.882922 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7323 2025.01.08 15:24:06.882972 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7324 2025.01.08 15:24:06.883414 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7325 2025.01.08 15:24:06.883669 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7326 2025.01.08 15:24:06.883872 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002122 sec., 6597.549481621111 rows/sec., 474.94 KiB/sec.
7327 2025.01.08 15:24:06.883928 [ 267 ] {f92f617b-6fcb-4c74-805e-2becd524ec5b} <Debug> TCPHandler: Processed in 0.002541596 sec.
7328 2025.01.08 15:24:06.884209 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7329 2025.01.08 15:24:06.884407 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7330 2025.01.08 15:24:06.884487 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7331 2025.01.08 15:24:06.885265 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7332 2025.01.08 15:24:06.885320 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7333 2025.01.08 15:24:06.885750 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7334 2025.01.08 15:24:06.886001 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7335 2025.01.08 15:24:06.886169 [ 105 ] {} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
7336 2025.01.08 15:24:06.886239 [ 105 ] {} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7337 2025.01.08 15:24:06.886276 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7338 2025.01.08 15:24:06.886281 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001923 sec., 4160.166406656266 rows/sec., 339.23 KiB/sec.
7339 2025.01.08 15:24:06.886517 [ 272 ] {23870a06-d67a-46ee-8290-1d9741bad894} <Debug> TCPHandler: Processed in 0.002449655 sec.
7340 2025.01.08 15:24:06.886546 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::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
7341 2025.01.08 15:24:06.886696 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7342 2025.01.08 15:24:06.886701 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7343 2025.01.08 15:24:06.886754 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
7344 2025.01.08 15:24:06.886854 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
7345 2025.01.08 15:24:06.886875 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7346 2025.01.08 15:24:06.887090 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7347 2025.01.08 15:24:06.887256 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
7348 2025.01.08 15:24:06.887615 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
7349 2025.01.08 15:24:06.887900 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
7350 2025.01.08 15:24:06.888116 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
7351 2025.01.08 15:24:06.889488 [ 201 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129295 sec., 12782.43182569876 rows/sec., 1.07 MiB/sec.
7352 2025.01.08 15:24:06.889618 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.01.08 15:24:06.889668 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7354 2025.01.08 15:24:06.889711 [ 196 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
7355 2025.01.08 15:24:06.890331 [ 196 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2025.01.08 15:24:06.890448 [ 196 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_10_2} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
7357 2025.01.08 15:24:06.890463 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7358 2025.01.08 15:24:06.890595 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7359 2025.01.08 15:24:06.890794 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7360 2025.01.08 15:24:06.890934 [ 105 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7361 2025.01.08 15:24:06.890963 [ 105 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7362 2025.01.08 15:24:06.890984 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.004174 sec., 330378.5337805463 rows/sec., 27.57 MiB/sec.
7363 2025.01.08 15:24:06.890988 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7364 2025.01.08 15:24:06.891158 [ 267 ] {e1be9447-1172-4d46-9506-ee14258619d6} <Debug> TCPHandler: Processed in 0.004531405 sec.
7365 2025.01.08 15:24:06.891364 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
7366 2025.01.08 15:24:06.891446 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7367 2025.01.08 15:24:06.891866 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7368 2025.01.08 15:24:06.891909 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7369 2025.01.08 15:24:06.892045 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1405 rows starting from the beginning of the part
7370 2025.01.08 15:24:06.892063 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7371 2025.01.08 15:24:06.892470 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 235 rows starting from the beginning of the part
7372 2025.01.08 15:24:06.892910 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 50 rows starting from the beginning of the part
7373 2025.01.08 15:24:06.893369 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 235 rows starting from the beginning of the part
7374 2025.01.08 15:24:06.893848 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part
7375 2025.01.08 15:24:06.894174 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1379 rows starting from the beginning of the part
7376 2025.01.08 15:24:06.895402 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7377 2025.01.08 15:24:06.895445 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7378 2025.01.08 15:24:06.896030 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7379 2025.01.08 15:24:06.896321 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7380 2025.01.08 15:24:06.896621 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.0049 sec., 9387.755102040817 rows/sec., 682.80 KiB/sec.
7381 2025.01.08 15:24:06.897095 [ 272 ] {2ec6fda9-199e-43e5-a66d-98e45d0e7ac6} <Debug> TCPHandler: Processed in 0.005779263 sec.
7382 2025.01.08 15:24:06.897439 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7383 2025.01.08 15:24:06.897817 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7384 2025.01.08 15:24:06.897883 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3352 rows, containing 5 columns (5 merged, 0 gathered) in 0.006781688 sec., 494272.22249091964 rows/sec., 43.55 MiB/sec.
7385 2025.01.08 15:24:06.897927 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7386 2025.01.08 15:24:06.898202 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7387 2025.01.08 15:24:06.898825 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7388 2025.01.08 15:24:06.899035 [ 198 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_56_11} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7389 2025.01.08 15:24:06.899216 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
7390 2025.01.08 15:24:06.899380 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7391 2025.01.08 15:24:06.899424 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7392 2025.01.08 15:24:06.899789 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7393 2025.01.08 15:24:06.900027 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7394 2025.01.08 15:24:06.900245 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002549 sec., 94939.19183993722 rows/sec., 6.43 MiB/sec.
7395 2025.01.08 15:24:06.900445 [ 267 ] {eff93641-46e4-48aa-99a6-441b3688c9f4} <Debug> TCPHandler: Processed in 0.003189946 sec.
7396 2025.01.08 15:24:06.900629 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7397 2025.01.08 15:24:06.900753 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7398 2025.01.08 15:24:06.900804 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7399 2025.01.08 15:24:06.901384 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7400 2025.01.08 15:24:06.901423 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7401 2025.01.08 15:24:06.901781 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7402 2025.01.08 15:24:06.902019 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7403 2025.01.08 15:24:06.902236 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
7404 2025.01.08 15:24:06.902289 [ 272 ] {271f3443-d828-465a-ae45-25ebf55e47cf} <Debug> TCPHandler: Processed in 0.001731515 sec.
7405 2025.01.08 15:24:06.902441 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7406 2025.01.08 15:24:06.902558 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7407 2025.01.08 15:24:06.902612 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7408 2025.01.08 15:24:06.903708 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7409 2025.01.08 15:24:06.903745 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7410 2025.01.08 15:24:06.904136 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7411 2025.01.08 15:24:06.904373 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7412 2025.01.08 15:24:06.904496 [ 105 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7413 2025.01.08 15:24:06.904532 [ 105 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7414 2025.01.08 15:24:06.904559 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7415 2025.01.08 15:24:06.904560 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.002024 sec., 415513.83399209485 rows/sec., 30.02 MiB/sec.
7416 2025.01.08 15:24:06.904679 [ 267 ] {7e789264-ec91-4e74-b9c2-0d305c31012b} <Debug> TCPHandler: Processed in 0.002294603 sec.
7417 2025.01.08 15:24:06.904710 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
7418 2025.01.08 15:24:06.904848 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7419 2025.01.08 15:24:06.904860 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7420 2025.01.08 15:24:06.904895 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 876 rows starting from the beginning of the part
7421 2025.01.08 15:24:06.905164 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 377 rows starting from the beginning of the part
7422 2025.01.08 15:24:06.905262 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7423 2025.01.08 15:24:06.905463 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 43 rows starting from the beginning of the part
7424 2025.01.08 15:24:06.905485 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7425 2025.01.08 15:24:06.905835 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 377 rows starting from the beginning of the part
7426 2025.01.08 15:24:06.906299 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part
7427 2025.01.08 15:24:06.906664 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 841 rows starting from the beginning of the part
7428 2025.01.08 15:24:06.907794 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2025.01.08 15:24:06.907868 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7430 2025.01.08 15:24:06.908936 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7431 2025.01.08 15:24:06.909249 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2025.01.08 15:24:06.909814 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2553 rows, containing 5 columns (5 merged, 0 gathered) in 0.005210915 sec., 489933.1499362396 rows/sec., 37.18 MiB/sec.
7433 2025.01.08 15:24:06.909846 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004737 sec., 1266.624445851805 rows/sec., 66.18 KiB/sec.
7434 2025.01.08 15:24:06.909981 [ 272 ] {21255009-498c-4cad-9a93-bfdafd06594a} <Debug> TCPHandler: Processed in 0.005211575 sec.
7435 2025.01.08 15:24:06.910084 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7436 2025.01.08 15:24:06.910159 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7437 2025.01.08 15:24:06.910305 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7438 2025.01.08 15:24:06.910385 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7439 2025.01.08 15:24:06.910391 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7440 2025.01.08 15:24:06.910529 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_56_11} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7441 2025.01.08 15:24:06.910631 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
7442 2025.01.08 15:24:06.911275 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7443 2025.01.08 15:24:06.911311 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7444 2025.01.08 15:24:06.911741 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7445 2025.01.08 15:24:06.911984 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7446 2025.01.08 15:24:06.912110 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7447 2025.01.08 15:24:06.912150 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7448 2025.01.08 15:24:06.912168 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001898 sec., 498946.25922023185 rows/sec., 33.13 MiB/sec.
7449 2025.01.08 15:24:06.912180 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7450 2025.01.08 15:24:06.912276 [ 267 ] {5e5c8992-8314-4f0e-a37d-46daa2729c39} <Debug> TCPHandler: Processed in 0.002194791 sec.
7451 2025.01.08 15:24:06.912484 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
7452 2025.01.08 15:24:06.912544 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7453 2025.01.08 15:24:06.912738 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7454 2025.01.08 15:24:06.912800 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7455 2025.01.08 15:24:06.912818 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13444 rows starting from the beginning of the part
7456 2025.01.08 15:24:06.912914 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7457 2025.01.08 15:24:06.913077 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 177 rows starting from the beginning of the part
7458 2025.01.08 15:24:06.913424 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part
7459 2025.01.08 15:24:06.913749 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 177 rows starting from the beginning of the part
7460 2025.01.08 15:24:06.914183 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part
7461 2025.01.08 15:24:06.914593 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 947 rows starting from the beginning of the part
7462 2025.01.08 15:24:06.915734 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7463 2025.01.08 15:24:06.915802 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7464 2025.01.08 15:24:06.916391 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7465 2025.01.08 15:24:06.916741 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7466 2025.01.08 15:24:06.917244 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004497 sec., 222.37046920169 rows/sec., 14.98 KiB/sec.
7467 2025.01.08 15:24:06.917408 [ 272 ] {064b7b01-0812-46b3-88a7-fb6ea1297c61} <Debug> TCPHandler: Processed in 0.005033453 sec.
7468 2025.01.08 15:24:06.917652 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7469 2025.01.08 15:24:06.917844 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7470 2025.01.08 15:24:06.917956 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7471 2025.01.08 15:24:06.919743 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7472 2025.01.08 15:24:06.919790 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7473 2025.01.08 15:24:06.920509 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008217478 sec., 1818927.8997765493 rows/sec., 121.77 MiB/sec.
7474 2025.01.08 15:24:06.921042 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7475 2025.01.08 15:24:06.921042 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7476 2025.01.08 15:24:06.921553 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7477 2025.01.08 15:24:06.921690 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7478 2025.01.08 15:24:06.921987 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7479 2025.01.08 15:24:06.922030 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004224 sec., 7339.015151515151 rows/sec., 13.15 MiB/sec.
7480 2025.01.08 15:24:06.922153 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB.
7481 2025.01.08 15:24:06.922306 [ 267 ] {add727cd-4c1c-478b-a25d-9db748359be1} <Debug> TCPHandler: Processed in 0.004789609 sec.
7482 2025.01.08 15:24:06.922509 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7483 2025.01.08 15:24:06.922675 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7484 2025.01.08 15:24:06.922735 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7485 2025.01.08 15:24:06.923312 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2025.01.08 15:24:06.923360 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7487 2025.01.08 15:24:06.923762 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7488 2025.01.08 15:24:06.923997 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2025.01.08 15:24:06.924168 [ 111 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7490 2025.01.08 15:24:06.924236 [ 111 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7491 2025.01.08 15:24:06.924241 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.00159 sec., 17610.062893081762 rows/sec., 1014.64 KiB/sec.
7492 2025.01.08 15:24:06.924274 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7493 2025.01.08 15:24:06.924385 [ 272 ] {d8470e62-ed87-4ca0-a6a0-4c8a47f7acb2} <Debug> TCPHandler: Processed in 0.001955728 sec.
7494 2025.01.08 15:24:06.924522 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
7495 2025.01.08 15:24:06.924663 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7496 2025.01.08 15:24:06.924702 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1776 rows starting from the beginning of the part
7497 2025.01.08 15:24:06.924827 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part
7498 2025.01.08 15:24:06.925032 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part
7499 2025.01.08 15:24:06.925156 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 52 rows starting from the beginning of the part
7500 2025.01.08 15:24:06.925344 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part
7501 2025.01.08 15:24:06.925466 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part
7502 2025.01.08 15:24:06.926761 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002364074 sec., 832461.2512129486 rows/sec., 53.55 MiB/sec.
7503 2025.01.08 15:24:06.926978 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7504 2025.01.08 15:24:06.927271 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7505 2025.01.08 15:24:06.927350 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_56_11} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7506 2025.01.08 15:24:06.927429 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
7507 2025.01.08 15:24:07.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.27 MiB, peak 216.82 MiB, free memory in arenas 0.00 B, will set to 209.32 MiB (RSS), difference: -1.95 MiB
7508 2025.01.08 15:24:10.780798 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1066
7509 2025.01.08 15:24:10.784461 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7510 2025.01.08 15:24:10.784504 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7511 2025.01.08 15:24:10.786209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7512 2025.01.08 15:24:10.786621 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7513 2025.01.08 15:24:10.787331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
7514 2025.01.08 15:24:11.610120 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7515 2025.01.08 15:24:11.610312 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7516 2025.01.08 15:24:11.610384 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7517 2025.01.08 15:24:11.611110 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2025.01.08 15:24:11.611163 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7519 2025.01.08 15:24:11.611589 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7520 2025.01.08 15:24:11.611834 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2025.01.08 15:24:11.612052 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001789 sec., 14533.258803801005 rows/sec., 1.08 MiB/sec.
7522 2025.01.08 15:24:11.612114 [ 267 ] {381d1b09-6e2a-49a4-9777-68b10dcb917e} <Debug> TCPHandler: Processed in 0.00212255 sec.
7523 2025.01.08 15:24:11.612423 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7524 2025.01.08 15:24:11.612736 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7525 2025.01.08 15:24:11.612823 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7526 2025.01.08 15:24:11.613577 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7527 2025.01.08 15:24:11.613620 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7528 2025.01.08 15:24:11.614062 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7529 2025.01.08 15:24:11.614313 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7530 2025.01.08 15:24:11.614558 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001911 sec., 14652.014652014652 rows/sec., 1.14 MiB/sec.
7531 2025.01.08 15:24:11.614616 [ 272 ] {6962b8ec-26a6-444d-b055-77f556d68421} <Debug> TCPHandler: Processed in 0.002389144 sec.
7532 2025.01.08 15:24:11.614806 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7533 2025.01.08 15:24:11.615029 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7534 2025.01.08 15:24:11.615127 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7535 2025.01.08 15:24:11.615968 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7536 2025.01.08 15:24:11.616007 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7537 2025.01.08 15:24:11.616397 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7538 2025.01.08 15:24:11.616645 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2025.01.08 15:24:11.616873 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001894 sec., 42238.648363252374 rows/sec., 2.93 MiB/sec.
7540 2025.01.08 15:24:11.616980 [ 267 ] {e40d0d1d-964e-47b4-b233-27be514ae8af} <Debug> TCPHandler: Processed in 0.002275502 sec.
7541 2025.01.08 15:24:11.617254 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7542 2025.01.08 15:24:11.617497 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7543 2025.01.08 15:24:11.617593 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7544 2025.01.08 15:24:11.618177 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7545 2025.01.08 15:24:11.618217 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7546 2025.01.08 15:24:11.618598 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7547 2025.01.08 15:24:11.618852 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7548 2025.01.08 15:24:11.619064 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001622 sec., 14796.547472256474 rows/sec., 1.01 MiB/sec.
7549 2025.01.08 15:24:11.619116 [ 272 ] {53e5af11-e9c4-46dc-b8c3-a7303824665f} <Debug> TCPHandler: Processed in 0.002020439 sec.
7550 2025.01.08 15:24:13.203062 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7551 2025.01.08 15:24:13.203732 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7552 2025.01.08 15:24:13.203780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7553 2025.01.08 15:24:13.204305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7554 2025.01.08 15:24:13.204579 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2025.01.08 15:24:13.204825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7556 2025.01.08 15:24:14.317901 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7557 2025.01.08 15:24:14.340168 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2025.01.08 15:24:14.340230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
7559 2025.01.08 15:24:14.347621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7560 2025.01.08 15:24:14.348417 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7561 2025.01.08 15:24:14.351565 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7562 2025.01.08 15:24:16.612299 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7563 2025.01.08 15:24:16.612624 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7564 2025.01.08 15:24:16.612737 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7565 2025.01.08 15:24:16.613540 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7566 2025.01.08 15:24:16.613582 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7567 2025.01.08 15:24:16.614006 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7568 2025.01.08 15:24:16.614254 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7569 2025.01.08 15:24:16.614509 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001959 sec., 24502.297090352222 rows/sec., 2.03 MiB/sec.
7570 2025.01.08 15:24:16.614646 [ 267 ] {2978207d-21ed-4bd3-8fd8-53c0c178e3cf} <Debug> TCPHandler: Processed in 0.002525566 sec.
7571 2025.01.08 15:24:16.614996 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7572 2025.01.08 15:24:16.615215 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7573 2025.01.08 15:24:16.615304 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7574 2025.01.08 15:24:16.616136 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7575 2025.01.08 15:24:16.616192 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7576 2025.01.08 15:24:16.616628 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7577 2025.01.08 15:24:16.616880 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7578 2025.01.08 15:24:16.617141 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001986 sec., 5538.77139979859 rows/sec., 416.49 KiB/sec.
7579 2025.01.08 15:24:16.617211 [ 272 ] {acb4fee1-d2dc-4190-833d-a999058d5e63} <Debug> TCPHandler: Processed in 0.002428335 sec.
7580 2025.01.08 15:24:16.617412 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7581 2025.01.08 15:24:16.617641 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7582 2025.01.08 15:24:16.617732 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7583 2025.01.08 15:24:16.618413 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7584 2025.01.08 15:24:16.618477 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7585 2025.01.08 15:24:16.618922 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7586 2025.01.08 15:24:16.619169 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7587 2025.01.08 15:24:16.619362 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001781 sec., 21897.810218978102 rows/sec., 1.71 MiB/sec.
7588 2025.01.08 15:24:16.619420 [ 267 ] {a0d708ed-4567-44b9-93c6-318996418691} <Debug> TCPHandler: Processed in 0.00211872 sec.
7589 2025.01.08 15:24:16.619564 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7590 2025.01.08 15:24:16.619696 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7591 2025.01.08 15:24:16.619755 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7592 2025.01.08 15:24:16.620344 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7593 2025.01.08 15:24:16.620386 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7594 2025.01.08 15:24:16.620798 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7595 2025.01.08 15:24:16.621046 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7596 2025.01.08 15:24:16.621274 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001609 sec., 62150.40397762586 rows/sec., 4.31 MiB/sec.
7597 2025.01.08 15:24:16.621331 [ 272 ] {e3ab5ea3-4d01-47f4-ac70-4c881e9bce98} <Debug> TCPHandler: Processed in 0.001827736 sec.
7598 2025.01.08 15:24:16.621577 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7599 2025.01.08 15:24:16.621818 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7600 2025.01.08 15:24:16.621941 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7601 2025.01.08 15:24:16.623090 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7602 2025.01.08 15:24:16.623133 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7603 2025.01.08 15:24:16.623761 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7604 2025.01.08 15:24:16.624017 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7605 2025.01.08 15:24:16.624263 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002502 sec., 4396.482813749001 rows/sec., 7.88 MiB/sec.
7606 2025.01.08 15:24:16.624374 [ 267 ] {b0a70cd7-4a6a-4e14-b9c0-ce3475f902a3} <Debug> TCPHandler: Processed in 0.002917652 sec.
7607 2025.01.08 15:24:16.624593 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7608 2025.01.08 15:24:16.624834 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7609 2025.01.08 15:24:16.624922 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7610 2025.01.08 15:24:16.625419 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7611 2025.01.08 15:24:16.625460 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7612 2025.01.08 15:24:16.625839 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7613 2025.01.08 15:24:16.626091 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7614 2025.01.08 15:24:16.626307 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001531 sec., 19595.03592423253 rows/sec., 1.34 MiB/sec.
7615 2025.01.08 15:24:16.626361 [ 272 ] {9bb70ea9-ed69-4894-b775-f07dbd5638d4} <Debug> TCPHandler: Processed in 0.001884377 sec.
7616 2025.01.08 15:24:18.230980 [ 94 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7617 2025.01.08 15:24:18.231099 [ 94 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7618 2025.01.08 15:24:18.231149 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7619 2025.01.08 15:24:18.231456 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7620 2025.01.08 15:24:18.231777 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7621 2025.01.08 15:24:18.231845 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
7622 2025.01.08 15:24:18.231985 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7623 2025.01.08 15:24:18.232173 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7624 2025.01.08 15:24:18.232358 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7625 2025.01.08 15:24:18.232547 [ 186 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7626 2025.01.08 15:24:18.233796 [ 200 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002527807 sec., 56966.374410704615 rows/sec., 2.91 MiB/sec.
7627 2025.01.08 15:24:18.234029 [ 187 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7628 2025.01.08 15:24:18.234433 [ 187 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2025.01.08 15:24:18.234546 [ 187 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_24_5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7630 2025.01.08 15:24:18.234659 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7631 2025.01.08 15:24:20.580321 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
7632 2025.01.08 15:24:20.580377 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
7633 2025.01.08 15:24:20.704961 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7634 2025.01.08 15:24:20.705587 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7635 2025.01.08 15:24:20.705626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7636 2025.01.08 15:24:20.706172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7637 2025.01.08 15:24:20.706431 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7638 2025.01.08 15:24:20.706584 [ 91 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7639 2025.01.08 15:24:20.706633 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7640 2025.01.08 15:24:20.706636 [ 91 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2025.01.08 15:24:20.706668 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7642 2025.01.08 15:24:20.706801 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
7643 2025.01.08 15:24:20.706961 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7644 2025.01.08 15:24:20.707011 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7645 2025.01.08 15:24:20.707102 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7646 2025.01.08 15:24:20.707315 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7647 2025.01.08 15:24:20.707468 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7648 2025.01.08 15:24:20.707654 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7649 2025.01.08 15:24:20.707743 [ 200 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7650 2025.01.08 15:24:20.710486 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740604 sec., 4419339.764380299 rows/sec., 63.22 MiB/sec.
7651 2025.01.08 15:24:20.710710 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7652 2025.01.08 15:24:20.711180 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7653 2025.01.08 15:24:20.711276 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_36_7} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7654 2025.01.08 15:24:20.711403 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7655 2025.01.08 15:24:20.787645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1086
7656 2025.01.08 15:24:20.790687 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7657 2025.01.08 15:24:20.790735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7658 2025.01.08 15:24:20.792243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7659 2025.01.08 15:24:20.792553 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7660 2025.01.08 15:24:20.792759 [ 91 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7661 2025.01.08 15:24:20.792845 [ 91 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7662 2025.01.08 15:24:20.792911 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7663 2025.01.08 15:24:20.793906 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
7664 2025.01.08 15:24:20.794528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086
7665 2025.01.08 15:24:20.794985 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7666 2025.01.08 15:24:20.795147 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 894 rows starting from the beginning of the part
7667 2025.01.08 15:24:20.795744 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part
7668 2025.01.08 15:24:20.796345 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
7669 2025.01.08 15:24:20.796915 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part
7670 2025.01.08 15:24:20.797498 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part
7671 2025.01.08 15:24:20.798070 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
7672 2025.01.08 15:24:20.806023 [ 188 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1086 rows, containing 72 columns (72 merged, 0 gathered) in 0.012967127 sec., 83750.24012643663 rows/sec., 66.33 MiB/sec.
7673 2025.01.08 15:24:20.807394 [ 188 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7674 2025.01.08 15:24:20.808193 [ 188 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7675 2025.01.08 15:24:20.808287 [ 188 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_26_5} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7676 2025.01.08 15:24:20.808627 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
7677 2025.01.08 15:24:21.617731 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7678 2025.01.08 15:24:21.618045 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7679 2025.01.08 15:24:21.618125 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7680 2025.01.08 15:24:21.618861 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7681 2025.01.08 15:24:21.618916 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7682 2025.01.08 15:24:21.619355 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7683 2025.01.08 15:24:21.619612 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7684 2025.01.08 15:24:21.619813 [ 90 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7685 2025.01.08 15:24:21.619879 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
7686 2025.01.08 15:24:21.619888 [ 90 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2025.01.08 15:24:21.619964 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7688 2025.01.08 15:24:21.620039 [ 267 ] {ad75da50-2d76-444a-90c0-087e2842e53b} <Debug> TCPHandler: Processed in 0.002495306 sec.
7689 2025.01.08 15:24:21.620314 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7690 2025.01.08 15:24:21.620421 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2025.01.08 15:24:21.620656 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7692 2025.01.08 15:24:21.620784 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7693 2025.01.08 15:24:21.620871 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7694 2025.01.08 15:24:21.621107 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7695 2025.01.08 15:24:21.621143 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7696 2025.01.08 15:24:21.621559 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7697 2025.01.08 15:24:21.621775 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7698 2025.01.08 15:24:21.622163 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
7699 2025.01.08 15:24:21.624124 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7700 2025.01.08 15:24:21.624199 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7701 2025.01.08 15:24:21.624953 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004811599 sec., 14548.178266725885 rows/sec., 1.08 MiB/sec.
7702 2025.01.08 15:24:21.625156 [ 200 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7703 2025.01.08 15:24:21.625272 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7704 2025.01.08 15:24:21.625740 [ 188 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_25_6} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7705 2025.01.08 15:24:21.625757 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7706 2025.01.08 15:24:21.625901 [ 188 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_25_6} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7707 2025.01.08 15:24:21.626146 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7708 2025.01.08 15:24:21.626229 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.005502 sec., 42711.74118502363 rows/sec., 3.81 MiB/sec.
7709 2025.01.08 15:24:21.626312 [ 272 ] {4a3489e6-a1d1-4274-858c-9aed3f8ab3a2} <Debug> TCPHandler: Processed in 0.006133848 sec.
7710 2025.01.08 15:24:21.626527 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7711 2025.01.08 15:24:21.626763 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7712 2025.01.08 15:24:21.626858 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7713 2025.01.08 15:24:21.627545 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7714 2025.01.08 15:24:21.627586 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7715 2025.01.08 15:24:21.627956 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7716 2025.01.08 15:24:21.628200 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7717 2025.01.08 15:24:21.628419 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001715 sec., 22157.43440233236 rows/sec., 1.59 MiB/sec.
7718 2025.01.08 15:24:21.628476 [ 267 ] {d63a00ba-d4af-4f15-9b76-24147d58c62a} <Debug> TCPHandler: Processed in 0.002062869 sec.
7719 2025.01.08 15:24:21.628629 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7720 2025.01.08 15:24:21.628778 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7721 2025.01.08 15:24:21.628840 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7722 2025.01.08 15:24:21.629454 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7723 2025.01.08 15:24:21.629493 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7724 2025.01.08 15:24:21.629851 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7725 2025.01.08 15:24:21.630089 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7726 2025.01.08 15:24:21.630272 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec.
7727 2025.01.08 15:24:21.630328 [ 272 ] {87ce6e32-3d90-45cd-bd73-be35a5a581b9} <Debug> TCPHandler: Processed in 0.001770695 sec.
7728 2025.01.08 15:24:21.630479 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7729 2025.01.08 15:24:21.630620 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7730 2025.01.08 15:24:21.630679 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7731 2025.01.08 15:24:21.631312 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7732 2025.01.08 15:24:21.631353 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7733 2025.01.08 15:24:21.631704 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7734 2025.01.08 15:24:21.631928 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7735 2025.01.08 15:24:21.632105 [ 90 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7736 2025.01.08 15:24:21.632171 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec.
7737 2025.01.08 15:24:21.632180 [ 90 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7738 2025.01.08 15:24:21.632279 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7739 2025.01.08 15:24:21.632296 [ 267 ] {49f7fb34-ec08-475c-aa17-e3149e259e69} <Debug> TCPHandler: Processed in 0.001943378 sec.
7740 2025.01.08 15:24:21.632706 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7741 2025.01.08 15:24:21.632758 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7742 2025.01.08 15:24:21.633134 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7743 2025.01.08 15:24:21.633195 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7744 2025.01.08 15:24:21.633211 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7745 2025.01.08 15:24:21.633290 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7746 2025.01.08 15:24:21.633464 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7747 2025.01.08 15:24:21.633894 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7748 2025.01.08 15:24:21.634275 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7749 2025.01.08 15:24:21.634679 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
7750 2025.01.08 15:24:21.636269 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7751 2025.01.08 15:24:21.636349 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7752 2025.01.08 15:24:21.637181 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731409 sec., 13737.979532101326 rows/sec., 910.22 KiB/sec.
7753 2025.01.08 15:24:21.637358 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7754 2025.01.08 15:24:21.637380 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7755 2025.01.08 15:24:21.637849 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_25_6} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7756 2025.01.08 15:24:21.637861 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7757 2025.01.08 15:24:21.638001 [ 193 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_25_6} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7758 2025.01.08 15:24:21.638274 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7759 2025.01.08 15:24:21.638408 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.005267 sec., 71577.74824378204 rows/sec., 5.06 MiB/sec.
7760 2025.01.08 15:24:21.638652 [ 272 ] {7cbcf342-1af0-4584-9349-61dbbaae3c5a} <Debug> TCPHandler: Processed in 0.006178679 sec.
7761 2025.01.08 15:24:21.638913 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7762 2025.01.08 15:24:21.639046 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7763 2025.01.08 15:24:21.639098 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7764 2025.01.08 15:24:21.639602 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7765 2025.01.08 15:24:21.639641 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7766 2025.01.08 15:24:21.640004 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7767 2025.01.08 15:24:21.640245 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7768 2025.01.08 15:24:21.640476 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec.
7769 2025.01.08 15:24:21.640597 [ 267 ] {842d7218-eec9-4ef2-97d7-f4e4c5a7db85} <Debug> TCPHandler: Processed in 0.001827846 sec.
7770 2025.01.08 15:24:21.640765 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7771 2025.01.08 15:24:21.640887 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7772 2025.01.08 15:24:21.640943 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7773 2025.01.08 15:24:21.641625 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7774 2025.01.08 15:24:21.641671 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7775 2025.01.08 15:24:21.642129 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7776 2025.01.08 15:24:21.642371 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7777 2025.01.08 15:24:21.642566 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001702 sec., 103995.29964747357 rows/sec., 6.86 MiB/sec.
7778 2025.01.08 15:24:21.642620 [ 272 ] {61e006f5-d56a-4586-9e76-06974d36b362} <Debug> TCPHandler: Processed in 0.001913487 sec.
7779 2025.01.08 15:24:21.642833 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7780 2025.01.08 15:24:21.642988 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7781 2025.01.08 15:24:21.643114 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7782 2025.01.08 15:24:21.643969 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7783 2025.01.08 15:24:21.644042 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7784 2025.01.08 15:24:21.644405 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7785 2025.01.08 15:24:21.644641 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7786 2025.01.08 15:24:21.644861 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001897 sec., 527.1481286241434 rows/sec., 35.52 KiB/sec.
7787 2025.01.08 15:24:21.644972 [ 267 ] {554a9932-2b88-460a-8ffe-84efc24c355e} <Debug> TCPHandler: Processed in 0.002249862 sec.
7788 2025.01.08 15:24:21.645129 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7789 2025.01.08 15:24:21.645306 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7790 2025.01.08 15:24:21.645403 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7791 2025.01.08 15:24:21.646676 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7792 2025.01.08 15:24:21.646715 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7793 2025.01.08 15:24:21.647359 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7794 2025.01.08 15:24:21.647620 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7795 2025.01.08 15:24:21.647833 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002559 sec., 12114.10707307542 rows/sec., 21.71 MiB/sec.
7796 2025.01.08 15:24:21.647926 [ 272 ] {c130020e-af83-4996-9d8f-1f8eb5652bd9} <Debug> TCPHandler: Processed in 0.002866082 sec.
7797 2025.01.08 15:24:21.648105 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7798 2025.01.08 15:24:21.648245 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7799 2025.01.08 15:24:21.648305 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7800 2025.01.08 15:24:21.648874 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7801 2025.01.08 15:24:21.648920 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7802 2025.01.08 15:24:21.649317 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7803 2025.01.08 15:24:21.649563 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7804 2025.01.08 15:24:21.649811 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001581 sec., 32890.57558507274 rows/sec., 2.04 MiB/sec.
7805 2025.01.08 15:24:21.649868 [ 267 ] {a216f9c8-7c42-4240-90b1-3d50880cec5d} <Debug> TCPHandler: Processed in 0.001845487 sec.
7806 2025.01.08 15:24:21.851661 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7807 2025.01.08 15:24:21.875095 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7808 2025.01.08 15:24:21.875144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7809 2025.01.08 15:24:21.882723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7810 2025.01.08 15:24:21.883514 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7811 2025.01.08 15:24:21.883816 [ 92 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7812 2025.01.08 15:24:21.883886 [ 92 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7813 2025.01.08 15:24:21.883929 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7814 2025.01.08 15:24:21.884234 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7815 2025.01.08 15:24:21.893532 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7816 2025.01.08 15:24:21.894703 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7817 2025.01.08 15:24:21.895614 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7818 2025.01.08 15:24:21.900099 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7819 2025.01.08 15:24:21.904517 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7820 2025.01.08 15:24:21.909323 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7821 2025.01.08 15:24:21.914408 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7822 2025.01.08 15:24:21.918682 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
7823 2025.01.08 15:24:21.976863 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.092821957 sec., 2930.341147623078 rows/sec., 15.15 MiB/sec.
7824 2025.01.08 15:24:21.979660 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7825 2025.01.08 15:24:21.982558 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_36_7} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7826 2025.01.08 15:24:21.982681 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_36_7} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7827 2025.01.08 15:24:21.985203 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7828 2025.01.08 15:24:26.612247 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7829 2025.01.08 15:24:26.612481 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7830 2025.01.08 15:24:26.612568 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7831 2025.01.08 15:24:26.613385 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2025.01.08 15:24:26.613439 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7833 2025.01.08 15:24:26.613880 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7834 2025.01.08 15:24:26.614135 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7835 2025.01.08 15:24:26.614402 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.00197 sec., 24365.48223350254 rows/sec., 2.02 MiB/sec.
7836 2025.01.08 15:24:26.614527 [ 267 ] {7501b418-7e76-40f5-bb5a-532869ed427a} <Debug> TCPHandler: Processed in 0.002424835 sec.
7837 2025.01.08 15:24:26.614829 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7838 2025.01.08 15:24:26.615050 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7839 2025.01.08 15:24:26.615136 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7840 2025.01.08 15:24:26.615901 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7841 2025.01.08 15:24:26.615954 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7842 2025.01.08 15:24:26.616395 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7843 2025.01.08 15:24:26.616666 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7844 2025.01.08 15:24:26.616897 [ 84 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7845 2025.01.08 15:24:26.616970 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.00197 sec., 5583.756345177665 rows/sec., 419.87 KiB/sec.
7846 2025.01.08 15:24:26.617016 [ 84 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7847 2025.01.08 15:24:26.617109 [ 272 ] {2b12b084-6142-433e-b780-b22f3054d187} <Debug> TCPHandler: Processed in 0.002458176 sec.
7848 2025.01.08 15:24:26.617116 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7849 2025.01.08 15:24:26.617325 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7850 2025.01.08 15:24:26.617339 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
7851 2025.01.08 15:24:26.617504 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7852 2025.01.08 15:24:26.617521 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7853 2025.01.08 15:24:26.617578 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 63 rows starting from the beginning of the part
7854 2025.01.08 15:24:26.617585 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7855 2025.01.08 15:24:26.617869 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 11 rows starting from the beginning of the part
7856 2025.01.08 15:24:26.618186 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 46 rows starting from the beginning of the part
7857 2025.01.08 15:24:26.618525 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part
7858 2025.01.08 15:24:26.618858 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 38 rows starting from the beginning of the part
7859 2025.01.08 15:24:26.619216 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part
7860 2025.01.08 15:24:26.620052 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7861 2025.01.08 15:24:26.620096 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7862 2025.01.08 15:24:26.620734 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7863 2025.01.08 15:24:26.620982 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.003706263 sec., 48566.44010422358 rows/sec., 3.66 MiB/sec.
7864 2025.01.08 15:24:26.621081 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7865 2025.01.08 15:24:26.621121 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7866 2025.01.08 15:24:26.621391 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.003936 sec., 9908.536585365853 rows/sec., 791.97 KiB/sec.
7867 2025.01.08 15:24:26.621469 [ 267 ] {78743bc8-f014-40a0-9489-7e58d58379e2} <Debug> TCPHandler: Processed in 0.004252261 sec.
7868 2025.01.08 15:24:26.621555 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2025.01.08 15:24:26.621646 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7870 2025.01.08 15:24:26.621658 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_46_9} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7871 2025.01.08 15:24:26.621823 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7872 2025.01.08 15:24:26.621905 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7873 2025.01.08 15:24:26.621978 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7874 2025.01.08 15:24:26.622574 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7875 2025.01.08 15:24:26.622615 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7876 2025.01.08 15:24:26.623037 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7877 2025.01.08 15:24:26.623285 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7878 2025.01.08 15:24:26.623529 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001677 sec., 59630.29218843172 rows/sec., 4.13 MiB/sec.
7879 2025.01.08 15:24:26.623610 [ 272 ] {ad959352-f750-4431-b895-6d660bcf4ae8} <Debug> TCPHandler: Processed in 0.002047909 sec.
7880 2025.01.08 15:24:26.623887 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2025.01.08 15:24:26.624047 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7882 2025.01.08 15:24:26.624142 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7883 2025.01.08 15:24:26.625261 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7884 2025.01.08 15:24:26.625299 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7885 2025.01.08 15:24:26.625923 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7886 2025.01.08 15:24:26.626188 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2025.01.08 15:24:26.626384 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7888 2025.01.08 15:24:26.626454 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002433 sec., 4521.167283189478 rows/sec., 8.10 MiB/sec.
7889 2025.01.08 15:24:26.626470 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7890 2025.01.08 15:24:26.626543 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7891 2025.01.08 15:24:26.626857 [ 267 ] {742ec4f3-61c6-4645-b610-2101527df701} <Debug> TCPHandler: Processed in 0.003144335 sec.
7892 2025.01.08 15:24:26.626911 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
7893 2025.01.08 15:24:26.627062 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7894 2025.01.08 15:24:26.627228 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7895 2025.01.08 15:24:26.627317 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7896 2025.01.08 15:24:26.627345 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7897 2025.01.08 15:24:26.627471 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 841 rows starting from the beginning of the part
7898 2025.01.08 15:24:26.628144 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 11 rows starting from the beginning of the part
7899 2025.01.08 15:24:26.628681 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part
7900 2025.01.08 15:24:26.629285 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7901 2025.01.08 15:24:26.629298 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part
7902 2025.01.08 15:24:26.629333 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7903 2025.01.08 15:24:26.629797 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part
7904 2025.01.08 15:24:26.630331 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part
7905 2025.01.08 15:24:26.630450 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7906 2025.01.08 15:24:26.630990 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7907 2025.01.08 15:24:26.631305 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004127 sec., 7269.202810758421 rows/sec., 509.93 KiB/sec.
7908 2025.01.08 15:24:26.631389 [ 272 ] {13cd0508-deac-4628-ace6-faa54d821ce9} <Debug> TCPHandler: Processed in 0.004409023 sec.
7909 2025.01.08 15:24:26.637104 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 19 columns (19 merged, 0 gathered) in 0.010407819 sec., 89932.38641063993 rows/sec., 161.15 MiB/sec.
7910 2025.01.08 15:24:26.638650 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7911 2025.01.08 15:24:26.639106 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7912 2025.01.08 15:24:26.639236 [ 192 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7913 2025.01.08 15:24:26.639431 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.08 MiB.
7914 2025.01.08 15:24:27.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.05 MiB, peak 223.63 MiB, free memory in arenas 0.00 B, will set to 215.62 MiB (RSS), difference: 2.57 MiB
7915 2025.01.08 15:24:28.206770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7916 2025.01.08 15:24:28.207471 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2025.01.08 15:24:28.207525 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7918 2025.01.08 15:24:28.208085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7919 2025.01.08 15:24:28.208350 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7920 2025.01.08 15:24:28.208606 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7921 2025.01.08 15:24:29.393641 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7922 2025.01.08 15:24:29.412826 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7923 2025.01.08 15:24:29.412892 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7924 2025.01.08 15:24:29.419872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7925 2025.01.08 15:24:29.420661 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7926 2025.01.08 15:24:29.423460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7927 2025.01.08 15:24:30.794732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1120
7928 2025.01.08 15:24:30.797958 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7929 2025.01.08 15:24:30.798015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7930 2025.01.08 15:24:30.799557 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7931 2025.01.08 15:24:30.799866 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7932 2025.01.08 15:24:30.800495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120
7933 2025.01.08 15:24:31.617839 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7934 2025.01.08 15:24:31.618025 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7935 2025.01.08 15:24:31.618108 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7936 2025.01.08 15:24:31.618983 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7937 2025.01.08 15:24:31.619029 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7938 2025.01.08 15:24:31.619459 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7939 2025.01.08 15:24:31.619715 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7940 2025.01.08 15:24:31.619952 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec.
7941 2025.01.08 15:24:31.620014 [ 267 ] {bc231d50-4ef8-4922-b2b3-95316548ee03} <Debug> TCPHandler: Processed in 0.002301983 sec.
7942 2025.01.08 15:24:31.620302 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7943 2025.01.08 15:24:31.620524 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7944 2025.01.08 15:24:31.620613 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7945 2025.01.08 15:24:31.621592 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7946 2025.01.08 15:24:31.621645 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7947 2025.01.08 15:24:31.622166 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7948 2025.01.08 15:24:31.622430 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2025.01.08 15:24:31.622627 [ 72 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7950 2025.01.08 15:24:31.622696 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002235 sec., 105145.41387024609 rows/sec., 9.37 MiB/sec.
7951 2025.01.08 15:24:31.622719 [ 72 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.01.08 15:24:31.622800 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7953 2025.01.08 15:24:31.622857 [ 272 ] {668f7428-d516-44fb-8d89-510f8e46a0f6} <Debug> TCPHandler: Processed in 0.002703549 sec.
7954 2025.01.08 15:24:31.623010 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
7955 2025.01.08 15:24:31.623114 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7956 2025.01.08 15:24:31.623178 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7957 2025.01.08 15:24:31.623225 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1405 rows starting from the beginning of the part
7958 2025.01.08 15:24:31.623527 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part
7959 2025.01.08 15:24:31.623529 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7960 2025.01.08 15:24:31.623716 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7961 2025.01.08 15:24:31.623796 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part
7962 2025.01.08 15:24:31.624181 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 235 rows starting from the beginning of the part
7963 2025.01.08 15:24:31.624487 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part
7964 2025.01.08 15:24:31.624763 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 235 rows starting from the beginning of the part
7965 2025.01.08 15:24:31.626504 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2025.01.08 15:24:31.626585 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7967 2025.01.08 15:24:31.627473 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7968 2025.01.08 15:24:31.628002 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2025.01.08 15:24:31.628101 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 5 columns (5 merged, 0 gathered) in 0.005189774 sec., 384795.1760519822 rows/sec., 34.07 MiB/sec.
7970 2025.01.08 15:24:31.628436 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7971 2025.01.08 15:24:31.628458 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005058 sec., 7512.850929221036 rows/sec., 551.03 KiB/sec.
7972 2025.01.08 15:24:31.628995 [ 267 ] {8c02a0cc-26db-455c-afa5-7e35ab190eec} <Debug> TCPHandler: Processed in 0.005992246 sec.
7973 2025.01.08 15:24:31.629287 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7974 2025.01.08 15:24:31.629328 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7975 2025.01.08 15:24:31.629626 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_61_12} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7976 2025.01.08 15:24:31.629643 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7977 2025.01.08 15:24:31.629715 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7978 2025.01.08 15:24:31.629719 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
7979 2025.01.08 15:24:31.630314 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7980 2025.01.08 15:24:31.630355 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7981 2025.01.08 15:24:31.630727 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7982 2025.01.08 15:24:31.630984 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7983 2025.01.08 15:24:31.631264 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec.
7984 2025.01.08 15:24:31.631514 [ 272 ] {00eb7773-6a34-4d9b-bd71-ae1c85743161} <Debug> TCPHandler: Processed in 0.002376154 sec.
7985 2025.01.08 15:24:31.631736 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7986 2025.01.08 15:24:31.631963 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7987 2025.01.08 15:24:31.632057 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7988 2025.01.08 15:24:31.632779 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7989 2025.01.08 15:24:31.632820 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7990 2025.01.08 15:24:31.633189 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7991 2025.01.08 15:24:31.633442 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7992 2025.01.08 15:24:31.633651 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001743 sec., 7458.4050487664945 rows/sec., 465.03 KiB/sec.
7993 2025.01.08 15:24:31.633705 [ 267 ] {f0a14c92-f0e1-46b6-b3d8-0131f3f94e42} <Debug> TCPHandler: Processed in 0.00208607 sec.
7994 2025.01.08 15:24:31.633865 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7995 2025.01.08 15:24:31.633993 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7996 2025.01.08 15:24:31.634046 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7997 2025.01.08 15:24:31.634797 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7998 2025.01.08 15:24:31.634839 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
7999 2025.01.08 15:24:31.635235 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8000 2025.01.08 15:24:31.635478 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8001 2025.01.08 15:24:31.635643 [ 72 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8002 2025.01.08 15:24:31.635709 [ 72 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8003 2025.01.08 15:24:31.635729 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001751 sec., 215305.5396916048 rows/sec., 15.22 MiB/sec.
8004 2025.01.08 15:24:31.635747 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8005 2025.01.08 15:24:31.635906 [ 272 ] {f247f800-852d-463e-9438-9cf6406dda9e} <Debug> TCPHandler: Processed in 0.002098371 sec.
8006 2025.01.08 15:24:31.636013 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
8007 2025.01.08 15:24:31.636101 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8008 2025.01.08 15:24:31.636259 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8009 2025.01.08 15:24:31.636343 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8010 2025.01.08 15:24:31.636349 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 876 rows starting from the beginning of the part
8011 2025.01.08 15:24:31.636444 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8012 2025.01.08 15:24:31.636675 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part
8013 2025.01.08 15:24:31.637032 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part
8014 2025.01.08 15:24:31.637418 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 377 rows starting from the beginning of the part
8015 2025.01.08 15:24:31.637799 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
8016 2025.01.08 15:24:31.638054 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 377 rows starting from the beginning of the part
8017 2025.01.08 15:24:31.639002 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8018 2025.01.08 15:24:31.639071 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8019 2025.01.08 15:24:31.640032 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8020 2025.01.08 15:24:31.640513 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8021 2025.01.08 15:24:31.640957 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004663 sec., 1286.7252841518336 rows/sec., 67.23 KiB/sec.
8022 2025.01.08 15:24:31.641277 [ 267 ] {4eacb6ff-496b-4184-bbc1-97e2420fc914} <Debug> TCPHandler: Processed in 0.005243866 sec.
8023 2025.01.08 15:24:31.641436 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005544469 sec., 313104.82572812657 rows/sec., 23.75 MiB/sec.
8024 2025.01.08 15:24:31.641487 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8025 2025.01.08 15:24:31.641633 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8026 2025.01.08 15:24:31.641656 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8027 2025.01.08 15:24:31.641703 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8028 2025.01.08 15:24:31.642066 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8029 2025.01.08 15:24:31.642179 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_61_12} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8030 2025.01.08 15:24:31.642292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
8031 2025.01.08 15:24:31.642468 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2025.01.08 15:24:31.642508 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8033 2025.01.08 15:24:31.642901 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8034 2025.01.08 15:24:31.643143 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.01.08 15:24:31.643315 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8036 2025.01.08 15:24:31.643382 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2025.01.08 15:24:31.643391 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001779 sec., 99494.09780775716 rows/sec., 6.56 MiB/sec.
8038 2025.01.08 15:24:31.643423 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8039 2025.01.08 15:24:31.643566 [ 272 ] {0764e310-fe4e-402e-85fd-26f15c9d105b} <Debug> TCPHandler: Processed in 0.002173291 sec.
8040 2025.01.08 15:24:31.643617 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
8041 2025.01.08 15:24:31.643751 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8042 2025.01.08 15:24:31.643779 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 14947 rows starting from the beginning of the part
8043 2025.01.08 15:24:31.643812 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8044 2025.01.08 15:24:31.643980 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part
8045 2025.01.08 15:24:31.644261 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 100 rows starting from the beginning of the part
8046 2025.01.08 15:24:31.644564 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 177 rows starting from the beginning of the part
8047 2025.01.08 15:24:31.644622 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8048 2025.01.08 15:24:31.644819 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part
8049 2025.01.08 15:24:31.644909 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8050 2025.01.08 15:24:31.645089 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 177 rows starting from the beginning of the part
8051 2025.01.08 15:24:31.646515 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.01.08 15:24:31.646559 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8053 2025.01.08 15:24:31.647051 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8054 2025.01.08 15:24:31.647468 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.01.08 15:24:31.648015 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003617 sec., 276.4722145424385 rows/sec., 18.63 KiB/sec.
8056 2025.01.08 15:24:31.648217 [ 267 ] {0737e2de-b463-470c-9bf8-787605b49c28} <Debug> TCPHandler: Processed in 0.004545955 sec.
8057 2025.01.08 15:24:31.648423 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8058 2025.01.08 15:24:31.648568 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8059 2025.01.08 15:24:31.648667 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8060 2025.01.08 15:24:31.650262 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8061 2025.01.08 15:24:31.650306 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8062 2025.01.08 15:24:31.650799 [ 197 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15581 rows, containing 5 columns (5 merged, 0 gathered) in 0.007238354 sec., 2152561.2038317 rows/sec., 144.15 MiB/sec.
8063 2025.01.08 15:24:31.651149 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8064 2025.01.08 15:24:31.651401 [ 197 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8065 2025.01.08 15:24:31.651634 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8066 2025.01.08 15:24:31.652084 [ 197 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8067 2025.01.08 15:24:31.652123 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003582 sec., 8654.383026242322 rows/sec., 15.51 MiB/sec.
8068 2025.01.08 15:24:31.652271 [ 197 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8069 2025.01.08 15:24:31.652582 [ 272 ] {65975056-66d5-4f45-a8c8-d898a7942f8f} <Debug> TCPHandler: Processed in 0.004247111 sec.
8070 2025.01.08 15:24:31.652586 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
8071 2025.01.08 15:24:31.652792 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8072 2025.01.08 15:24:31.652926 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8073 2025.01.08 15:24:31.652986 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8074 2025.01.08 15:24:31.653519 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8075 2025.01.08 15:24:31.653557 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8076 2025.01.08 15:24:31.653918 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8077 2025.01.08 15:24:31.654156 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8078 2025.01.08 15:24:31.654321 [ 72 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8079 2025.01.08 15:24:31.654381 [ 72 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8080 2025.01.08 15:24:31.654393 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001487 sec., 34969.73772696705 rows/sec., 2.17 MiB/sec.
8081 2025.01.08 15:24:31.654419 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8082 2025.01.08 15:24:31.654598 [ 267 ] {25f0bdbd-59d9-41c1-96c5-c65943045403} <Debug> TCPHandler: Processed in 0.001883957 sec.
8083 2025.01.08 15:24:31.654668 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
8084 2025.01.08 15:24:31.654821 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8085 2025.01.08 15:24:31.654857 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1968 rows starting from the beginning of the part
8086 2025.01.08 15:24:31.654943 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part
8087 2025.01.08 15:24:31.655032 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part
8088 2025.01.08 15:24:31.655271 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 52 rows starting from the beginning of the part
8089 2025.01.08 15:24:31.655350 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part
8090 2025.01.08 15:24:31.655477 [ 195 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 52 rows starting from the beginning of the part
8091 2025.01.08 15:24:31.656796 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249723 sec., 958340.2045496268 rows/sec., 61.69 MiB/sec.
8092 2025.01.08 15:24:31.657058 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8093 2025.01.08 15:24:31.657380 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8094 2025.01.08 15:24:31.657463 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_61_12} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8095 2025.01.08 15:24:31.657544 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
8096 2025.01.08 15:24:35.580438 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
8097 2025.01.08 15:24:35.580515 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
8098 2025.01.08 15:24:35.708763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
8099 2025.01.08 15:24:35.709650 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8100 2025.01.08 15:24:35.709686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8101 2025.01.08 15:24:35.710210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8102 2025.01.08 15:24:35.710451 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8103 2025.01.08 15:24:35.710639 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
8104 2025.01.08 15:24:36.612364 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8105 2025.01.08 15:24:36.612690 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8106 2025.01.08 15:24:36.612807 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8107 2025.01.08 15:24:36.613830 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8108 2025.01.08 15:24:36.613879 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8109 2025.01.08 15:24:36.614313 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8110 2025.01.08 15:24:36.614566 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8111 2025.01.08 15:24:36.614816 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002212 sec., 21699.8191681736 rows/sec., 1.80 MiB/sec.
8112 2025.01.08 15:24:36.614882 [ 267 ] {0af24fd9-744f-4c12-88b6-743ab078946f} <Debug> TCPHandler: Processed in 0.002700469 sec.
8113 2025.01.08 15:24:36.615126 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8114 2025.01.08 15:24:36.615321 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8115 2025.01.08 15:24:36.615399 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8116 2025.01.08 15:24:36.616171 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8117 2025.01.08 15:24:36.616219 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8118 2025.01.08 15:24:36.616649 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8119 2025.01.08 15:24:36.616901 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8120 2025.01.08 15:24:36.617174 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001898 sec., 5795.5742887249735 rows/sec., 435.80 KiB/sec.
8121 2025.01.08 15:24:36.617263 [ 272 ] {4b93f109-9e49-48d0-9d9a-2f921a76b319} <Debug> TCPHandler: Processed in 0.002276013 sec.
8122 2025.01.08 15:24:36.617522 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8123 2025.01.08 15:24:36.617677 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8124 2025.01.08 15:24:36.617735 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8125 2025.01.08 15:24:36.618478 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8126 2025.01.08 15:24:36.618518 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8127 2025.01.08 15:24:36.618881 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8128 2025.01.08 15:24:36.619124 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8129 2025.01.08 15:24:36.619341 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001698 sec., 22968.197879858657 rows/sec., 1.79 MiB/sec.
8130 2025.01.08 15:24:36.619395 [ 267 ] {5e1589e6-79a5-46d6-b217-cf6b555243e6} <Debug> TCPHandler: Processed in 0.00203267 sec.
8131 2025.01.08 15:24:36.619627 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8132 2025.01.08 15:24:36.619860 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8133 2025.01.08 15:24:36.619965 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8134 2025.01.08 15:24:36.620755 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8135 2025.01.08 15:24:36.620795 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8136 2025.01.08 15:24:36.621192 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8137 2025.01.08 15:24:36.621434 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8138 2025.01.08 15:24:36.621648 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001848 sec., 54112.55411255411 rows/sec., 3.75 MiB/sec.
8139 2025.01.08 15:24:36.621706 [ 272 ] {69199348-e97e-44f1-880f-f03ead2a9196} <Debug> TCPHandler: Processed in 0.002191382 sec.
8140 2025.01.08 15:24:36.621861 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8141 2025.01.08 15:24:36.621982 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8142 2025.01.08 15:24:36.622065 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8143 2025.01.08 15:24:36.623202 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8144 2025.01.08 15:24:36.623241 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8145 2025.01.08 15:24:36.623865 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8146 2025.01.08 15:24:36.624119 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8147 2025.01.08 15:24:36.624373 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002417 sec., 4551.0964004964835 rows/sec., 8.16 MiB/sec.
8148 2025.01.08 15:24:36.624485 [ 267 ] {452fdc19-5f34-437f-aa51-1f272d142fa1} <Debug> TCPHandler: Processed in 0.002679969 sec.
8149 2025.01.08 15:24:36.624695 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8150 2025.01.08 15:24:36.624930 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8151 2025.01.08 15:24:36.625027 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8152 2025.01.08 15:24:36.625713 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2025.01.08 15:24:36.625753 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8154 2025.01.08 15:24:36.626124 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8155 2025.01.08 15:24:36.626371 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2025.01.08 15:24:36.626592 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001714 sec., 17502.91715285881 rows/sec., 1.20 MiB/sec.
8157 2025.01.08 15:24:36.626655 [ 272 ] {0a7c1be7-92d1-4b34-b810-e353242a95ba} <Debug> TCPHandler: Processed in 0.002073 sec.
8158 2025.01.08 15:24:36.881195 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8159 2025.01.08 15:24:36.881502 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8160 2025.01.08 15:24:36.881577 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8161 2025.01.08 15:24:36.882339 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8162 2025.01.08 15:24:36.882394 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8163 2025.01.08 15:24:36.882829 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8164 2025.01.08 15:24:36.883080 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8165 2025.01.08 15:24:36.883318 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec.
8166 2025.01.08 15:24:36.883402 [ 267 ] {24199c05-dd77-48fd-8b5e-88a086b81f93} <Debug> TCPHandler: Processed in 0.002390175 sec.
8167 2025.01.08 15:24:36.883692 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8168 2025.01.08 15:24:36.883960 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8169 2025.01.08 15:24:36.884062 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8170 2025.01.08 15:24:36.884905 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8171 2025.01.08 15:24:36.884950 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8172 2025.01.08 15:24:36.885330 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8173 2025.01.08 15:24:36.885580 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8174 2025.01.08 15:24:36.885844 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001968 sec., 1016.2601626016259 rows/sec., 82.87 KiB/sec.
8175 2025.01.08 15:24:36.886000 [ 272 ] {ff38dcb3-f893-4c52-89ec-e6c7f2010e72} <Debug> TCPHandler: Processed in 0.002502526 sec.
8176 2025.01.08 15:24:36.886208 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8177 2025.01.08 15:24:36.886422 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8178 2025.01.08 15:24:36.886579 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8179 2025.01.08 15:24:36.888039 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8180 2025.01.08 15:24:36.888080 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8181 2025.01.08 15:24:36.888537 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8182 2025.01.08 15:24:36.888777 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8183 2025.01.08 15:24:36.889001 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002575 sec., 534368.9320388349 rows/sec., 44.61 MiB/sec.
8184 2025.01.08 15:24:36.889061 [ 267 ] {05226b69-1f1a-47ae-b001-652671fd8f77} <Debug> TCPHandler: Processed in 0.002917442 sec.
8185 2025.01.08 15:24:36.889276 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8186 2025.01.08 15:24:36.889495 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8187 2025.01.08 15:24:36.889561 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8188 2025.01.08 15:24:36.890277 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8189 2025.01.08 15:24:36.890325 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8190 2025.01.08 15:24:36.890742 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8191 2025.01.08 15:24:36.891032 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8192 2025.01.08 15:24:36.891234 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001787 sec., 22383.88360380526 rows/sec., 1.60 MiB/sec.
8193 2025.01.08 15:24:36.891288 [ 272 ] {ca2b5a7e-3657-42b8-bf34-5208f337be13} <Debug> TCPHandler: Processed in 0.00212236 sec.
8194 2025.01.08 15:24:36.891427 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8195 2025.01.08 15:24:36.891642 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8196 2025.01.08 15:24:36.891733 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8197 2025.01.08 15:24:36.892737 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8198 2025.01.08 15:24:36.892776 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8199 2025.01.08 15:24:36.893143 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8200 2025.01.08 15:24:36.893378 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8201 2025.01.08 15:24:36.893601 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002013 sec., 120218.57923497267 rows/sec., 8.14 MiB/sec.
8202 2025.01.08 15:24:36.893655 [ 267 ] {6e4e52b8-09c6-41ab-8f8f-9107041526b4} <Debug> TCPHandler: Processed in 0.002286243 sec.
8203 2025.01.08 15:24:36.893862 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8204 2025.01.08 15:24:36.894088 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8205 2025.01.08 15:24:36.894181 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8206 2025.01.08 15:24:36.894915 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8207 2025.01.08 15:24:36.894955 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8208 2025.01.08 15:24:36.895306 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8209 2025.01.08 15:24:36.895547 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8210 2025.01.08 15:24:36.895755 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec.
8211 2025.01.08 15:24:36.895810 [ 272 ] {281774b6-d13e-4943-be4a-1190146b2c68} <Debug> TCPHandler: Processed in 0.00205894 sec.
8212 2025.01.08 15:24:36.896007 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8213 2025.01.08 15:24:36.896226 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8214 2025.01.08 15:24:36.896316 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8215 2025.01.08 15:24:36.897284 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8216 2025.01.08 15:24:36.897323 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8217 2025.01.08 15:24:36.897718 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8218 2025.01.08 15:24:36.897957 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8219 2025.01.08 15:24:36.898179 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.002005 sec., 416458.8528678305 rows/sec., 30.07 MiB/sec.
8220 2025.01.08 15:24:36.898234 [ 267 ] {13d60406-36fc-4e5b-8993-785f7552c50a} <Debug> TCPHandler: Processed in 0.002335513 sec.
8221 2025.01.08 15:24:36.898445 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8222 2025.01.08 15:24:36.898601 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8223 2025.01.08 15:24:36.898661 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8224 2025.01.08 15:24:36.899251 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8225 2025.01.08 15:24:36.899299 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8226 2025.01.08 15:24:36.899697 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8227 2025.01.08 15:24:36.899930 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8228 2025.01.08 15:24:36.900188 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec.
8229 2025.01.08 15:24:36.900390 [ 272 ] {804a7af2-b22f-42d5-a525-b679b771c794} <Debug> TCPHandler: Processed in 0.00205438 sec.
8230 2025.01.08 15:24:36.900559 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8231 2025.01.08 15:24:36.900697 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8232 2025.01.08 15:24:36.900758 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8233 2025.01.08 15:24:36.901613 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8234 2025.01.08 15:24:36.901652 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8235 2025.01.08 15:24:36.902093 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8236 2025.01.08 15:24:36.902337 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8237 2025.01.08 15:24:36.902574 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001906 sec., 495278.06925498426 rows/sec., 32.88 MiB/sec.
8238 2025.01.08 15:24:36.902670 [ 267 ] {bc285542-e4a4-4e2f-92d6-fbb706ca4026} <Debug> TCPHandler: Processed in 0.002177591 sec.
8239 2025.01.08 15:24:36.902943 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8240 2025.01.08 15:24:36.903193 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8241 2025.01.08 15:24:36.903291 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8242 2025.01.08 15:24:36.903864 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8243 2025.01.08 15:24:36.903904 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8244 2025.01.08 15:24:36.904268 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8245 2025.01.08 15:24:36.904511 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8246 2025.01.08 15:24:36.904728 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001587 sec., 630.1197227473219 rows/sec., 42.46 KiB/sec.
8247 2025.01.08 15:24:36.904782 [ 272 ] {cffbe435-d0c5-4bae-81df-d79721ed8394} <Debug> TCPHandler: Processed in 0.002012129 sec.
8248 2025.01.08 15:24:36.904928 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8249 2025.01.08 15:24:36.905048 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8250 2025.01.08 15:24:36.905129 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8251 2025.01.08 15:24:36.906322 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8252 2025.01.08 15:24:36.906363 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8253 2025.01.08 15:24:36.907021 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8254 2025.01.08 15:24:36.907280 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8255 2025.01.08 15:24:36.907528 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002505 sec., 12375.249500998005 rows/sec., 22.18 MiB/sec.
8256 2025.01.08 15:24:36.907650 [ 267 ] {6448d27a-02c4-4292-afec-8cb6e3f40aeb} <Debug> TCPHandler: Processed in 0.00277572 sec.
8257 2025.01.08 15:24:36.907805 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8258 2025.01.08 15:24:36.907928 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8259 2025.01.08 15:24:36.907981 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8260 2025.01.08 15:24:36.908479 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8261 2025.01.08 15:24:36.908522 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8262 2025.01.08 15:24:36.908888 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8263 2025.01.08 15:24:36.909126 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2025.01.08 15:24:36.909309 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001407 sec., 19900.49751243781 rows/sec., 1.12 MiB/sec.
8265 2025.01.08 15:24:36.909363 [ 272 ] {55bcb1dc-1e07-48cf-86fd-be32c9bbb45f} <Debug> TCPHandler: Processed in 0.001617003 sec.
8266 2025.01.08 15:24:36.923550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
8267 2025.01.08 15:24:36.943496 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8268 2025.01.08 15:24:36.943560 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8269 2025.01.08 15:24:36.950962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8270 2025.01.08 15:24:36.951711 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8271 2025.01.08 15:24:36.954356 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
8272 2025.01.08 15:24:37.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.27 MiB, peak 223.63 MiB, free memory in arenas 0.00 B, will set to 216.59 MiB (RSS), difference: -1.68 MiB
8273 2025.01.08 15:24:40.800727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1178
8274 2025.01.08 15:24:40.804455 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8275 2025.01.08 15:24:40.804507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8276 2025.01.08 15:24:40.805989 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8277 2025.01.08 15:24:40.806329 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8278 2025.01.08 15:24:40.808206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178
8279 2025.01.08 15:24:41.610863 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8280 2025.01.08 15:24:41.611075 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8281 2025.01.08 15:24:41.611156 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8282 2025.01.08 15:24:41.611955 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8283 2025.01.08 15:24:41.612003 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8284 2025.01.08 15:24:41.612431 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8285 2025.01.08 15:24:41.612694 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8286 2025.01.08 15:24:41.612929 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001914 sec., 13584.117032392895 rows/sec., 1.01 MiB/sec.
8287 2025.01.08 15:24:41.612996 [ 267 ] {b44647c0-b616-4ca7-ba69-b126a492e303} <Debug> TCPHandler: Processed in 0.002272543 sec.
8288 2025.01.08 15:24:41.613254 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2025.01.08 15:24:41.613461 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8290 2025.01.08 15:24:41.613546 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8291 2025.01.08 15:24:41.614303 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2025.01.08 15:24:41.614352 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8293 2025.01.08 15:24:41.614794 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8294 2025.01.08 15:24:41.615059 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2025.01.08 15:24:41.615293 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001892 sec., 14799.154334038054 rows/sec., 1.15 MiB/sec.
8296 2025.01.08 15:24:41.615359 [ 272 ] {a5336c97-8a85-4328-8057-9a2702adbd33} <Debug> TCPHandler: Processed in 0.002249132 sec.
8297 2025.01.08 15:24:41.615514 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2025.01.08 15:24:41.615666 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8299 2025.01.08 15:24:41.615725 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8300 2025.01.08 15:24:41.616332 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2025.01.08 15:24:41.616372 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8302 2025.01.08 15:24:41.616785 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8303 2025.01.08 15:24:41.617031 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2025.01.08 15:24:41.617215 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001581 sec., 50600.88551549652 rows/sec., 3.51 MiB/sec.
8305 2025.01.08 15:24:41.617272 [ 267 ] {c7ca1d83-4f3f-4338-871e-6d4f791ca939} <Debug> TCPHandler: Processed in 0.001831437 sec.
8306 2025.01.08 15:24:41.617438 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8307 2025.01.08 15:24:41.617566 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8308 2025.01.08 15:24:41.617631 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8309 2025.01.08 15:24:41.618228 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8310 2025.01.08 15:24:41.618275 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8311 2025.01.08 15:24:41.618777 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8312 2025.01.08 15:24:41.619021 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8313 2025.01.08 15:24:41.619238 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.0017 sec., 14117.64705882353 rows/sec., 990.35 KiB/sec.
8314 2025.01.08 15:24:41.619293 [ 272 ] {f73f8fca-be2b-47ef-a62e-157af829ec33} <Debug> TCPHandler: Processed in 0.001916888 sec.
8315 2025.01.08 15:24:43.210783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8316 2025.01.08 15:24:43.211450 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2025.01.08 15:24:43.211496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8318 2025.01.08 15:24:43.212009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8319 2025.01.08 15:24:43.212252 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8320 2025.01.08 15:24:43.212485 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8321 2025.01.08 15:24:44.454454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8322 2025.01.08 15:24:44.475218 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8323 2025.01.08 15:24:44.475274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8324 2025.01.08 15:24:44.482601 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8325 2025.01.08 15:24:44.483389 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8326 2025.01.08 15:24:44.486122 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8327 2025.01.08 15:24:46.612359 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8328 2025.01.08 15:24:46.612700 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8329 2025.01.08 15:24:46.612820 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8330 2025.01.08 15:24:46.613618 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8331 2025.01.08 15:24:46.613674 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8332 2025.01.08 15:24:46.614129 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8333 2025.01.08 15:24:46.614386 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8334 2025.01.08 15:24:46.614625 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002014 sec., 23833.167825223434 rows/sec., 1.97 MiB/sec.
8335 2025.01.08 15:24:46.614692 [ 267 ] {b349c4f6-e095-430a-ba98-11d952bcda26} <Debug> TCPHandler: Processed in 0.002526806 sec.
8336 2025.01.08 15:24:46.615025 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8337 2025.01.08 15:24:46.615347 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8338 2025.01.08 15:24:46.615470 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8339 2025.01.08 15:24:46.616378 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8340 2025.01.08 15:24:46.616432 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8341 2025.01.08 15:24:46.616879 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8342 2025.01.08 15:24:46.617149 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8343 2025.01.08 15:24:46.617434 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002167 sec., 5076.1421319796955 rows/sec., 381.70 KiB/sec.
8344 2025.01.08 15:24:46.617586 [ 272 ] {64ea1cbe-2398-41bb-bfa6-3e338758cd4d} <Debug> TCPHandler: Processed in 0.0027627 sec.
8345 2025.01.08 15:24:46.617896 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8346 2025.01.08 15:24:46.618130 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8347 2025.01.08 15:24:46.618225 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8348 2025.01.08 15:24:46.619102 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8349 2025.01.08 15:24:46.619146 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8350 2025.01.08 15:24:46.619511 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8351 2025.01.08 15:24:46.619749 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8352 2025.01.08 15:24:46.619977 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001907 sec., 20450.97011012061 rows/sec., 1.60 MiB/sec.
8353 2025.01.08 15:24:46.620035 [ 267 ] {1273b89b-665e-49be-8302-cf9a59bf355e} <Debug> TCPHandler: Processed in 0.002325583 sec.
8354 2025.01.08 15:24:46.620196 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8355 2025.01.08 15:24:46.620348 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8356 2025.01.08 15:24:46.620418 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8357 2025.01.08 15:24:46.621038 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8358 2025.01.08 15:24:46.621080 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8359 2025.01.08 15:24:46.621487 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8360 2025.01.08 15:24:46.621748 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8361 2025.01.08 15:24:46.621969 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001658 sec., 60313.63088057901 rows/sec., 4.18 MiB/sec.
8362 2025.01.08 15:24:46.622027 [ 272 ] {ec4597f1-7c57-4989-8b6c-6f1da34401cd} <Debug> TCPHandler: Processed in 0.001900208 sec.
8363 2025.01.08 15:24:46.622230 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8364 2025.01.08 15:24:46.622460 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8365 2025.01.08 15:24:46.622615 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8366 2025.01.08 15:24:46.623857 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8367 2025.01.08 15:24:46.623898 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8368 2025.01.08 15:24:46.624522 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8369 2025.01.08 15:24:46.624782 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8370 2025.01.08 15:24:46.625058 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002653 sec., 4146.249528835281 rows/sec., 7.43 MiB/sec.
8371 2025.01.08 15:24:46.625173 [ 267 ] {df85ff18-7874-4545-8571-17fed4b251a6} <Debug> TCPHandler: Processed in 0.003051954 sec.
8372 2025.01.08 15:24:46.625329 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8373 2025.01.08 15:24:46.625451 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8374 2025.01.08 15:24:46.625505 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8375 2025.01.08 15:24:46.626008 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8376 2025.01.08 15:24:46.626048 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8377 2025.01.08 15:24:46.626427 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8378 2025.01.08 15:24:46.626677 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8379 2025.01.08 15:24:46.626893 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001468 sec., 20435.967302452318 rows/sec., 1.40 MiB/sec.
8380 2025.01.08 15:24:46.626947 [ 272 ] {ced0f02b-85e8-42c4-9a70-b6d32420fbf5} <Debug> TCPHandler: Processed in 0.001680974 sec.
8381 2025.01.08 15:24:47.710892 [ 42 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0
8382 2025.01.08 15:24:47.710990 [ 42 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8383 2025.01.08 15:24:47.711031 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8384 2025.01.08 15:24:47.711332 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full
8385 2025.01.08 15:24:47.711615 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8386 2025.01.08 15:24:47.711680 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part
8387 2025.01.08 15:24:47.711822 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
8388 2025.01.08 15:24:47.711964 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8389 2025.01.08 15:24:47.712219 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8390 2025.01.08 15:24:47.712533 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8391 2025.01.08 15:24:47.713762 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002610637 sec., 11108.399980541148 rows/sec., 745.52 KiB/sec.
8392 2025.01.08 15:24:47.714045 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
8393 2025.01.08 15:24:47.714628 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8394 2025.01.08 15:24:47.714787 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_28_6} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6
8395 2025.01.08 15:24:47.714900 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
8396 2025.01.08 15:24:48.108418 [ 39 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0
8397 2025.01.08 15:24:48.108509 [ 39 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8398 2025.01.08 15:24:48.108548 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8399 2025.01.08 15:24:48.108878 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full
8400 2025.01.08 15:24:48.109247 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8401 2025.01.08 15:24:48.109315 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part
8402 2025.01.08 15:24:48.109506 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part
8403 2025.01.08 15:24:48.109836 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8404 2025.01.08 15:24:48.110025 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8405 2025.01.08 15:24:48.110161 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part
8406 2025.01.08 15:24:48.111486 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002823861 sec., 267364.4347225306 rows/sec., 19.14 MiB/sec.
8407 2025.01.08 15:24:48.111756 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
8408 2025.01.08 15:24:48.112090 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8409 2025.01.08 15:24:48.112177 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_28_6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6
8410 2025.01.08 15:24:48.112267 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8411 2025.01.08 15:24:50.580767 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
8412 2025.01.08 15:24:50.580826 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
8413 2025.01.08 15:24:50.712638 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8414 2025.01.08 15:24:50.713264 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8415 2025.01.08 15:24:50.713308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8416 2025.01.08 15:24:50.713850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8417 2025.01.08 15:24:50.714102 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8418 2025.01.08 15:24:50.714352 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8419 2025.01.08 15:24:50.808532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1198
8420 2025.01.08 15:24:50.811430 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8421 2025.01.08 15:24:50.811484 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8422 2025.01.08 15:24:50.812982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8423 2025.01.08 15:24:50.813304 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8424 2025.01.08 15:24:50.813964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198
8425 2025.01.08 15:24:51.617565 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8426 2025.01.08 15:24:51.617791 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8427 2025.01.08 15:24:51.617881 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8428 2025.01.08 15:24:51.618687 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.01.08 15:24:51.618730 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8430 2025.01.08 15:24:51.619162 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8431 2025.01.08 15:24:51.619425 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8432 2025.01.08 15:24:51.619667 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
8433 2025.01.08 15:24:51.619734 [ 267 ] {3ddfbf34-6708-4994-be1e-a19fa09a2ea7} <Debug> TCPHandler: Processed in 0.002301344 sec.
8434 2025.01.08 15:24:51.620008 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8435 2025.01.08 15:24:51.620209 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8436 2025.01.08 15:24:51.620288 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8437 2025.01.08 15:24:51.621149 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8438 2025.01.08 15:24:51.621202 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8439 2025.01.08 15:24:51.621667 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8440 2025.01.08 15:24:51.621931 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8441 2025.01.08 15:24:51.622120 [ 35 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8442 2025.01.08 15:24:51.622180 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002025 sec., 116049.38271604938 rows/sec., 10.34 MiB/sec.
8443 2025.01.08 15:24:51.622209 [ 35 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8444 2025.01.08 15:24:51.622271 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8445 2025.01.08 15:24:51.622317 [ 272 ] {d66292b5-2107-4923-a981-f35ce8e8ffb2} <Debug> TCPHandler: Processed in 0.002446155 sec.
8446 2025.01.08 15:24:51.622531 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8447 2025.01.08 15:24:51.622536 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
8448 2025.01.08 15:24:51.622732 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8449 2025.01.08 15:24:51.622835 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8450 2025.01.08 15:24:51.622844 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8451 2025.01.08 15:24:51.622924 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1405 rows starting from the beginning of the part
8452 2025.01.08 15:24:51.623291 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part
8453 2025.01.08 15:24:51.623669 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1376 rows starting from the beginning of the part
8454 2025.01.08 15:24:51.624070 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part
8455 2025.01.08 15:24:51.624358 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
8456 2025.01.08 15:24:51.624629 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 235 rows starting from the beginning of the part
8457 2025.01.08 15:24:51.625675 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8458 2025.01.08 15:24:51.625754 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8459 2025.01.08 15:24:51.626675 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8460 2025.01.08 15:24:51.627167 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8461 2025.01.08 15:24:51.627432 [ 35 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8462 2025.01.08 15:24:51.627533 [ 35 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8463 2025.01.08 15:24:51.627604 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8464 2025.01.08 15:24:51.627641 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.004922 sec., 7720.438845997562 rows/sec., 566.26 KiB/sec.
8465 2025.01.08 15:24:51.628087 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
8466 2025.01.08 15:24:51.628178 [ 267 ] {0c274a0c-f4e6-4061-a23f-21c1deb1e398} <Debug> TCPHandler: Processed in 0.005728633 sec.
8467 2025.01.08 15:24:51.628571 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.006161068 sec., 509327.27897176275 rows/sec., 44.66 MiB/sec.
8468 2025.01.08 15:24:51.628563 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8469 2025.01.08 15:24:51.628657 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8470 2025.01.08 15:24:51.628768 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 63 rows starting from the beginning of the part
8471 2025.01.08 15:24:51.628955 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8472 2025.01.08 15:24:51.628976 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8473 2025.01.08 15:24:51.629169 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 38 rows starting from the beginning of the part
8474 2025.01.08 15:24:51.629237 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8475 2025.01.08 15:24:51.629710 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 11 rows starting from the beginning of the part
8476 2025.01.08 15:24:51.630159 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
8477 2025.01.08 15:24:51.630396 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8478 2025.01.08 15:24:51.630739 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part
8479 2025.01.08 15:24:51.631238 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_66_13} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8480 2025.01.08 15:24:51.631238 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 38 rows starting from the beginning of the part
8481 2025.01.08 15:24:51.631934 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
8482 2025.01.08 15:24:51.632976 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2025.01.08 15:24:51.633058 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8484 2025.01.08 15:24:51.634132 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8485 2025.01.08 15:24:51.634437 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.006708186 sec., 29963.390997208488 rows/sec., 2.26 MiB/sec.
8486 2025.01.08 15:24:51.634603 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8487 2025.01.08 15:24:51.634614 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8488 2025.01.08 15:24:51.634936 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006139 sec., 2280.5017103762825 rows/sec., 159.71 KiB/sec.
8489 2025.01.08 15:24:51.635034 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8490 2025.01.08 15:24:51.635040 [ 272 ] {f1616452-508e-4195-acaa-294667387e70} <Debug> TCPHandler: Processed in 0.006667236 sec.
8491 2025.01.08 15:24:51.635152 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_51_10} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8492 2025.01.08 15:24:51.635262 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8493 2025.01.08 15:24:51.635286 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8494 2025.01.08 15:24:51.635435 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8495 2025.01.08 15:24:51.635504 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8496 2025.01.08 15:24:51.636169 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2025.01.08 15:24:51.636209 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8498 2025.01.08 15:24:51.636595 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8499 2025.01.08 15:24:51.636861 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8500 2025.01.08 15:24:51.637117 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec.
8501 2025.01.08 15:24:51.637334 [ 267 ] {e7ad855c-025e-418b-9454-270208e4586c} <Debug> TCPHandler: Processed in 0.002183771 sec.
8502 2025.01.08 15:24:51.637556 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8503 2025.01.08 15:24:51.637703 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8504 2025.01.08 15:24:51.637763 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8505 2025.01.08 15:24:51.638500 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2025.01.08 15:24:51.638541 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8507 2025.01.08 15:24:51.638946 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8508 2025.01.08 15:24:51.639193 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2025.01.08 15:24:51.639366 [ 35 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8510 2025.01.08 15:24:51.639447 [ 35 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8511 2025.01.08 15:24:51.639464 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001786 sec., 211086.2262038074 rows/sec., 14.92 MiB/sec.
8512 2025.01.08 15:24:51.639494 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8513 2025.01.08 15:24:51.639618 [ 272 ] {c00a0fa8-66f6-454a-b92b-0a3de62d3287} <Debug> TCPHandler: Processed in 0.002166961 sec.
8514 2025.01.08 15:24:51.640149 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8515 2025.01.08 15:24:51.640845 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
8516 2025.01.08 15:24:51.641412 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8517 2025.01.08 15:24:51.641758 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8518 2025.01.08 15:24:51.641795 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8519 2025.01.08 15:24:51.641867 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 876 rows starting from the beginning of the part
8520 2025.01.08 15:24:51.642261 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part
8521 2025.01.08 15:24:51.642692 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 835 rows starting from the beginning of the part
8522 2025.01.08 15:24:51.643159 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part
8523 2025.01.08 15:24:51.643527 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part
8524 2025.01.08 15:24:51.643741 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 377 rows starting from the beginning of the part
8525 2025.01.08 15:24:51.644326 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8526 2025.01.08 15:24:51.644372 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8527 2025.01.08 15:24:51.644901 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8528 2025.01.08 15:24:51.645212 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8529 2025.01.08 15:24:51.645655 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004589 sec., 1307.4743952930921 rows/sec., 68.31 KiB/sec.
8530 2025.01.08 15:24:51.646087 [ 267 ] {70c2c676-b2da-4161-8132-8156a6310d19} <Debug> TCPHandler: Processed in 0.006289581 sec.
8531 2025.01.08 15:24:51.646318 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.006676366 sec., 328621.88801512675 rows/sec., 25.03 MiB/sec.
8532 2025.01.08 15:24:51.646394 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8533 2025.01.08 15:24:51.646663 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8534 2025.01.08 15:24:51.646687 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8535 2025.01.08 15:24:51.646789 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8536 2025.01.08 15:24:51.647279 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8537 2025.01.08 15:24:51.647430 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_66_13} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8538 2025.01.08 15:24:51.647536 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
8539 2025.01.08 15:24:51.647835 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8540 2025.01.08 15:24:51.647880 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8541 2025.01.08 15:24:51.648291 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8542 2025.01.08 15:24:51.648545 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8543 2025.01.08 15:24:51.648705 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8544 2025.01.08 15:24:51.648753 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8545 2025.01.08 15:24:51.648759 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00214 sec., 82710.28037383177 rows/sec., 5.46 MiB/sec.
8546 2025.01.08 15:24:51.648783 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8547 2025.01.08 15:24:51.648888 [ 272 ] {f40e6c55-1804-43c5-86fd-f218f828ffb0} <Debug> TCPHandler: Processed in 0.002664389 sec.
8548 2025.01.08 15:24:51.649062 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
8549 2025.01.08 15:24:51.649098 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8550 2025.01.08 15:24:51.649339 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8551 2025.01.08 15:24:51.649350 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8552 2025.01.08 15:24:51.649406 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 15581 rows starting from the beginning of the part
8553 2025.01.08 15:24:51.649461 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8554 2025.01.08 15:24:51.649782 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 100 rows starting from the beginning of the part
8555 2025.01.08 15:24:51.650211 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 944 rows starting from the beginning of the part
8556 2025.01.08 15:24:51.650598 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part
8557 2025.01.08 15:24:51.650874 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 100 rows starting from the beginning of the part
8558 2025.01.08 15:24:51.651201 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 177 rows starting from the beginning of the part
8559 2025.01.08 15:24:51.652035 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8560 2025.01.08 15:24:51.652112 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8561 2025.01.08 15:24:51.652780 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8562 2025.01.08 15:24:51.653107 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8563 2025.01.08 15:24:51.653496 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004229 sec., 236.46252069047054 rows/sec., 15.93 KiB/sec.
8564 2025.01.08 15:24:51.653688 [ 267 ] {156f9fc3-1e28-4126-baf1-84433b6c62ca} <Debug> TCPHandler: Processed in 0.004686078 sec.
8565 2025.01.08 15:24:51.653897 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8566 2025.01.08 15:24:51.654165 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8567 2025.01.08 15:24:51.654403 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8568 2025.01.08 15:24:51.656033 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8569 2025.01.08 15:24:51.656071 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8570 2025.01.08 15:24:51.657142 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8571 2025.01.08 15:24:51.657531 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8572 2025.01.08 15:24:51.657684 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8573 2025.01.08 15:24:51.657731 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8574 2025.01.08 15:24:51.657792 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8575 2025.01.08 15:24:51.657838 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003762 sec., 8240.297713981925 rows/sec., 14.77 MiB/sec.
8576 2025.01.08 15:24:51.658195 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
8577 2025.01.08 15:24:51.658724 [ 272 ] {005b44ba-aad1-492b-bcdc-bffd5f711efd} <Debug> TCPHandler: Processed in 0.004931951 sec.
8578 2025.01.08 15:24:51.659329 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8579 2025.01.08 15:24:51.659383 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16982 rows, containing 5 columns (5 merged, 0 gathered) in 0.010474931 sec., 1621203.9964750125 rows/sec., 108.56 MiB/sec.
8580 2025.01.08 15:24:51.659721 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8581 2025.01.08 15:24:51.659790 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8582 2025.01.08 15:24:51.659798 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8583 2025.01.08 15:24:51.659956 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8584 2025.01.08 15:24:51.660174 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 936 rows starting from the beginning of the part
8585 2025.01.08 15:24:51.660850 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8586 2025.01.08 15:24:51.661238 [ 198 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8587 2025.01.08 15:24:51.661283 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part
8588 2025.01.08 15:24:51.661530 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
8589 2025.01.08 15:24:51.662119 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 11 rows starting from the beginning of the part
8590 2025.01.08 15:24:51.662972 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part
8591 2025.01.08 15:24:51.663239 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8592 2025.01.08 15:24:51.663375 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8593 2025.01.08 15:24:51.663613 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part
8594 2025.01.08 15:24:51.664281 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part
8595 2025.01.08 15:24:51.665256 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8596 2025.01.08 15:24:51.665839 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8597 2025.01.08 15:24:51.666196 [ 34 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8598 2025.01.08 15:24:51.666290 [ 34 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8599 2025.01.08 15:24:51.666377 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8600 2025.01.08 15:24:51.666531 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.006935 sec., 7498.197548666186 rows/sec., 475.40 KiB/sec.
8601 2025.01.08 15:24:51.666676 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
8602 2025.01.08 15:24:51.666701 [ 267 ] {67ff71bb-4abf-4db7-97bc-a64c7c36b261} <Debug> TCPHandler: Processed in 0.007848213 sec.
8603 2025.01.08 15:24:51.666936 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8604 2025.01.08 15:24:51.666979 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2156 rows starting from the beginning of the part
8605 2025.01.08 15:24:51.667138 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part
8606 2025.01.08 15:24:51.667457 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part
8607 2025.01.08 15:24:51.667751 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part
8608 2025.01.08 15:24:51.668052 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part
8609 2025.01.08 15:24:51.668342 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 52 rows starting from the beginning of the part
8610 2025.01.08 15:24:51.672141 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.005612461 sec., 413365.9013398935 rows/sec., 26.61 MiB/sec.
8611 2025.01.08 15:24:51.672498 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8612 2025.01.08 15:24:51.672858 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8613 2025.01.08 15:24:51.673013 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_66_13} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8614 2025.01.08 15:24:51.673121 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
8615 2025.01.08 15:24:51.675321 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1051 rows, containing 19 columns (19 merged, 0 gathered) in 0.017405391 sec., 60383.590348530524 rows/sec., 108.20 MiB/sec.
8616 2025.01.08 15:24:51.676136 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8617 2025.01.08 15:24:51.676522 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8618 2025.01.08 15:24:51.676610 [ 191 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8619 2025.01.08 15:24:51.676727 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.36 MiB.
8620 2025.01.08 15:24:51.986219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8621 2025.01.08 15:24:52.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.65 MiB, peak 228.17 MiB, free memory in arenas 0.00 B, will set to 219.35 MiB (RSS), difference: 1.70 MiB
8622 2025.01.08 15:24:52.010042 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8623 2025.01.08 15:24:52.010100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8624 2025.01.08 15:24:52.017672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8625 2025.01.08 15:24:52.018445 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8626 2025.01.08 15:24:52.021449 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8627 2025.01.08 15:24:56.612172 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8628 2025.01.08 15:24:56.612404 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8629 2025.01.08 15:24:56.612489 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8630 2025.01.08 15:24:56.613307 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8631 2025.01.08 15:24:56.613358 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8632 2025.01.08 15:24:56.613805 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8633 2025.01.08 15:24:56.614077 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8634 2025.01.08 15:24:56.614373 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002019 sec., 1981.1788013868252 rows/sec., 161.55 KiB/sec.
8635 2025.01.08 15:24:56.614588 [ 267 ] {e2d61c84-d45d-45bd-a183-9b11fbb30fd4} <Debug> TCPHandler: Processed in 0.002567197 sec.
8636 2025.01.08 15:24:56.614864 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8637 2025.01.08 15:24:56.615077 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8638 2025.01.08 15:24:56.615154 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8639 2025.01.08 15:24:56.615929 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8640 2025.01.08 15:24:56.615980 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8641 2025.01.08 15:24:56.616419 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8642 2025.01.08 15:24:56.616688 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8643 2025.01.08 15:24:56.616958 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001931 sec., 25893.31952356292 rows/sec., 2.13 MiB/sec.
8644 2025.01.08 15:24:56.617080 [ 272 ] {ae4e5234-4015-437f-9013-c469eca1a3dc} <Debug> TCPHandler: Processed in 0.002362854 sec.
8645 2025.01.08 15:24:56.617388 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8646 2025.01.08 15:24:56.617643 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8647 2025.01.08 15:24:56.617737 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8648 2025.01.08 15:24:56.618456 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8649 2025.01.08 15:24:56.618495 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8650 2025.01.08 15:24:56.618955 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8651 2025.01.08 15:24:56.619210 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8652 2025.01.08 15:24:56.619471 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.001869 sec., 8025.6821829855535 rows/sec., 592.00 KiB/sec.
8653 2025.01.08 15:24:56.619578 [ 267 ] {585e8ebc-f5eb-4a24-a054-b3820634a3d3} <Debug> TCPHandler: Processed in 0.002408635 sec.
8654 2025.01.08 15:24:56.619830 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8655 2025.01.08 15:24:56.620005 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8656 2025.01.08 15:24:56.620061 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8657 2025.01.08 15:24:56.620718 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8658 2025.01.08 15:24:56.620761 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8659 2025.01.08 15:24:56.621140 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8660 2025.01.08 15:24:56.621373 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8661 2025.01.08 15:24:56.621609 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.001634 sec., 26315.78947368421 rows/sec., 2.06 MiB/sec.
8662 2025.01.08 15:24:56.621675 [ 272 ] {06fd7393-18e7-4c9d-aa93-18ed257b763f} <Debug> TCPHandler: Processed in 0.001993389 sec.
8663 2025.01.08 15:24:56.621830 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8664 2025.01.08 15:24:56.621954 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8665 2025.01.08 15:24:56.622009 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8666 2025.01.08 15:24:56.622580 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8667 2025.01.08 15:24:56.622625 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8668 2025.01.08 15:24:56.623024 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8669 2025.01.08 15:24:56.623281 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8670 2025.01.08 15:24:56.623507 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001578 sec., 64638.783269961976 rows/sec., 4.48 MiB/sec.
8671 2025.01.08 15:24:56.623577 [ 267 ] {3ae71ed8-67f5-473c-8696-6056eafc913b} <Debug> TCPHandler: Processed in 0.001806006 sec.
8672 2025.01.08 15:24:56.623807 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8673 2025.01.08 15:24:56.623978 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8674 2025.01.08 15:24:56.624068 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8675 2025.01.08 15:24:56.625362 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.01.08 15:24:56.625408 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8677 2025.01.08 15:24:56.626087 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8678 2025.01.08 15:24:56.626358 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8679 2025.01.08 15:24:56.626605 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002656 sec., 4141.566265060241 rows/sec., 7.42 MiB/sec.
8680 2025.01.08 15:24:56.626734 [ 272 ] {101f472f-3f15-4287-9100-94f952f1f606} <Debug> TCPHandler: Processed in 0.003053454 sec.
8681 2025.01.08 15:24:56.626903 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8682 2025.01.08 15:24:56.627031 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8683 2025.01.08 15:24:56.627085 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8684 2025.01.08 15:24:56.627582 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8685 2025.01.08 15:24:56.627622 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8686 2025.01.08 15:24:56.628022 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8687 2025.01.08 15:24:56.628265 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8688 2025.01.08 15:24:56.628488 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001483 sec., 20229.265003371544 rows/sec., 1.39 MiB/sec.
8689 2025.01.08 15:24:56.628545 [ 267 ] {40f6b219-a0e3-41e5-ada3-e842bd6a065d} <Debug> TCPHandler: Processed in 0.001709885 sec.
8690 2025.01.08 15:24:58.214518 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8691 2025.01.08 15:24:58.215457 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8692 2025.01.08 15:24:58.215508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8693 2025.01.08 15:24:58.216060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8694 2025.01.08 15:24:58.216316 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8695 2025.01.08 15:24:58.216567 [ 26 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8696 2025.01.08 15:24:58.216611 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8697 2025.01.08 15:24:58.216710 [ 26 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8698 2025.01.08 15:24:58.216760 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8699 2025.01.08 15:24:58.216982 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
8700 2025.01.08 15:24:58.217490 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8701 2025.01.08 15:24:58.217591 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
8702 2025.01.08 15:24:58.217707 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8703 2025.01.08 15:24:58.217917 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8704 2025.01.08 15:24:58.218074 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8705 2025.01.08 15:24:58.218321 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8706 2025.01.08 15:24:58.218521 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8707 2025.01.08 15:24:58.220738 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889476 sec., 4846154.083480654 rows/sec., 69.32 MiB/sec.
8708 2025.01.08 15:24:58.221115 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8709 2025.01.08 15:24:58.221445 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8710 2025.01.08 15:24:58.221535 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_41_8} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8711 2025.01.08 15:24:58.221655 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8712 2025.01.08 15:24:59.521548 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8713 2025.01.08 15:24:59.545029 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2025.01.08 15:24:59.545077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8715 2025.01.08 15:24:59.553560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8716 2025.01.08 15:24:59.554346 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2025.01.08 15:24:59.554637 [ 24 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8718 2025.01.08 15:24:59.554697 [ 24 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8719 2025.01.08 15:24:59.554738 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8720 2025.01.08 15:24:59.555176 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8721 2025.01.08 15:24:59.569620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8722 2025.01.08 15:24:59.571256 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8723 2025.01.08 15:24:59.572527 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8724 2025.01.08 15:24:59.577806 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8725 2025.01.08 15:24:59.583441 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8726 2025.01.08 15:24:59.589066 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8727 2025.01.08 15:24:59.594921 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8728 2025.01.08 15:24:59.599656 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
8729 2025.01.08 15:24:59.658719 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.103846436 sec., 2975.5474708828715 rows/sec., 15.39 MiB/sec.
8730 2025.01.08 15:24:59.660653 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8731 2025.01.08 15:24:59.663051 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_41_8} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8732 2025.01.08 15:24:59.663160 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_41_8} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8733 2025.01.08 15:24:59.664616 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8734 2025.01.08 15:25:00.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.49 MiB, peak 233.89 MiB, free memory in arenas 0.00 B, will set to 221.61 MiB (RSS), difference: 1.12 MiB
8735 2025.01.08 15:25:00.814190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1234
8736 2025.01.08 15:25:00.817938 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8737 2025.01.08 15:25:00.817981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8738 2025.01.08 15:25:00.819446 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8739 2025.01.08 15:25:00.819742 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8740 2025.01.08 15:25:00.820827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1234
8741 2025.01.08 15:25:01.618592 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8742 2025.01.08 15:25:01.618811 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8743 2025.01.08 15:25:01.618894 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8744 2025.01.08 15:25:01.619688 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8745 2025.01.08 15:25:01.619737 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8746 2025.01.08 15:25:01.620182 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8747 2025.01.08 15:25:01.620448 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8748 2025.01.08 15:25:01.620611 [ 45 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8749 2025.01.08 15:25:01.620657 [ 45 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8750 2025.01.08 15:25:01.620661 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
8751 2025.01.08 15:25:01.620681 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8752 2025.01.08 15:25:01.620762 [ 267 ] {908fa4d0-35f8-4bd0-9a85-001f7f44e9a1} <Debug> TCPHandler: Processed in 0.002311323 sec.
8753 2025.01.08 15:25:01.620848 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8754 2025.01.08 15:25:01.621119 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8755 2025.01.08 15:25:01.621160 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8756 2025.01.08 15:25:01.621206 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8757 2025.01.08 15:25:01.621447 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8758 2025.01.08 15:25:01.621627 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8759 2025.01.08 15:25:01.621777 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8760 2025.01.08 15:25:01.621828 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8761 2025.01.08 15:25:01.622160 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8762 2025.01.08 15:25:01.622523 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
8763 2025.01.08 15:25:01.624681 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8764 2025.01.08 15:25:01.624777 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8765 2025.01.08 15:25:01.625111 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004346132 sec., 16106.275649243971 rows/sec., 1.19 MiB/sec.
8766 2025.01.08 15:25:01.625296 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8767 2025.01.08 15:25:01.625751 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8768 2025.01.08 15:25:01.625823 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_29_7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8769 2025.01.08 15:25:01.625983 [ 193 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_29_7} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8770 2025.01.08 15:25:01.626127 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8771 2025.01.08 15:25:01.626247 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8772 2025.01.08 15:25:01.626515 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.005059 sec., 46451.86795809448 rows/sec., 4.14 MiB/sec.
8773 2025.01.08 15:25:01.626592 [ 272 ] {bbebf00a-68e9-4328-8cd9-763576e0f91e} <Debug> TCPHandler: Processed in 0.005696711 sec.
8774 2025.01.08 15:25:01.626747 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8775 2025.01.08 15:25:01.626882 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8776 2025.01.08 15:25:01.626936 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8777 2025.01.08 15:25:01.627545 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8778 2025.01.08 15:25:01.627584 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8779 2025.01.08 15:25:01.627959 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8780 2025.01.08 15:25:01.628200 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8781 2025.01.08 15:25:01.628378 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001528 sec., 24869.109947643978 rows/sec., 1.78 MiB/sec.
8782 2025.01.08 15:25:01.628434 [ 267 ] {f51dd21e-2734-4507-97d7-bb26291cc20e} <Debug> TCPHandler: Processed in 0.001745595 sec.
8783 2025.01.08 15:25:01.628583 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8784 2025.01.08 15:25:01.628740 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8785 2025.01.08 15:25:01.628803 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8786 2025.01.08 15:25:01.629472 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8787 2025.01.08 15:25:01.629512 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8788 2025.01.08 15:25:01.629869 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8789 2025.01.08 15:25:01.630108 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8790 2025.01.08 15:25:01.630319 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001615 sec., 8668.7306501548 rows/sec., 607.10 KiB/sec.
8791 2025.01.08 15:25:01.630372 [ 272 ] {6dedf741-c061-4719-a0dc-7fb83e95d478} <Debug> TCPHandler: Processed in 0.001857927 sec.
8792 2025.01.08 15:25:01.630555 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8793 2025.01.08 15:25:01.630700 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8794 2025.01.08 15:25:01.630760 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8795 2025.01.08 15:25:01.631405 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8796 2025.01.08 15:25:01.631443 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8797 2025.01.08 15:25:01.631804 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8798 2025.01.08 15:25:01.632049 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8799 2025.01.08 15:25:01.632169 [ 45 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8800 2025.01.08 15:25:01.632216 [ 45 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8801 2025.01.08 15:25:01.632240 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec.
8802 2025.01.08 15:25:01.632245 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8803 2025.01.08 15:25:01.632386 [ 267 ] {2a1f524c-1f21-407a-9cb5-a327f22e24d8} <Debug> TCPHandler: Processed in 0.001892127 sec.
8804 2025.01.08 15:25:01.632647 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8805 2025.01.08 15:25:01.632667 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8806 2025.01.08 15:25:01.632896 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8807 2025.01.08 15:25:01.632921 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8808 2025.01.08 15:25:01.632965 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8809 2025.01.08 15:25:01.632969 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8810 2025.01.08 15:25:01.633262 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8811 2025.01.08 15:25:01.633645 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8812 2025.01.08 15:25:01.634047 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8813 2025.01.08 15:25:01.634337 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
8814 2025.01.08 15:25:01.635466 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8815 2025.01.08 15:25:01.635512 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8816 2025.01.08 15:25:01.635981 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003619692 sec., 17957.32896611093 rows/sec., 1.16 MiB/sec.
8817 2025.01.08 15:25:01.636115 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8818 2025.01.08 15:25:01.636222 [ 200 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8819 2025.01.08 15:25:01.636540 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8820 2025.01.08 15:25:01.636915 [ 200 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_29_7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8821 2025.01.08 15:25:01.636944 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004105 sec., 91839.22046285018 rows/sec., 6.49 MiB/sec.
8822 2025.01.08 15:25:01.637119 [ 272 ] {67976181-fef5-4392-9ae9-abac2f0bbb0f} <Debug> TCPHandler: Processed in 0.004624297 sec.
8823 2025.01.08 15:25:01.637145 [ 200 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_29_7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8824 2025.01.08 15:25:01.637313 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8825 2025.01.08 15:25:01.637332 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8826 2025.01.08 15:25:01.637442 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8827 2025.01.08 15:25:01.637497 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8828 2025.01.08 15:25:01.637994 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8829 2025.01.08 15:25:01.638032 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8830 2025.01.08 15:25:01.638408 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8831 2025.01.08 15:25:01.638652 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8832 2025.01.08 15:25:01.638778 [ 73 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8833 2025.01.08 15:25:01.638814 [ 73 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2025.01.08 15:25:01.638840 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec.
8835 2025.01.08 15:25:01.638843 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8836 2025.01.08 15:25:01.638993 [ 267 ] {2674b806-b15b-4c79-bd46-351d9e4c7305} <Debug> TCPHandler: Processed in 0.001763315 sec.
8837 2025.01.08 15:25:01.639279 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8838 2025.01.08 15:25:01.639333 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8839 2025.01.08 15:25:01.639615 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8840 2025.01.08 15:25:01.639694 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8841 2025.01.08 15:25:01.639733 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8842 2025.01.08 15:25:01.639758 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
8843 2025.01.08 15:25:01.640109 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8844 2025.01.08 15:25:01.640468 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8845 2025.01.08 15:25:01.640836 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8846 2025.01.08 15:25:01.641114 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8847 2025.01.08 15:25:01.641510 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8848 2025.01.08 15:25:01.642518 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8849 2025.01.08 15:25:01.642608 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8850 2025.01.08 15:25:01.643715 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8851 2025.01.08 15:25:01.644126 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005168514 sec., 33665.38235167787 rows/sec., 1.72 MiB/sec.
8852 2025.01.08 15:25:01.644273 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8853 2025.01.08 15:25:01.644337 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8854 2025.01.08 15:25:01.644682 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005161 sec., 34295.679131951176 rows/sec., 2.26 MiB/sec.
8855 2025.01.08 15:25:01.644839 [ 272 ] {4b3a2d63-238f-4f0f-bacd-5a2bf69257e4} <Debug> TCPHandler: Processed in 0.005728112 sec.
8856 2025.01.08 15:25:01.644993 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8857 2025.01.08 15:25:01.645084 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8858 2025.01.08 15:25:01.645125 [ 188 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_29_6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8859 2025.01.08 15:25:01.645271 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8860 2025.01.08 15:25:01.645313 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8861 2025.01.08 15:25:01.645375 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8862 2025.01.08 15:25:01.645855 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8863 2025.01.08 15:25:01.645893 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8864 2025.01.08 15:25:01.646254 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8865 2025.01.08 15:25:01.646490 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8866 2025.01.08 15:25:01.646705 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.83 KiB/sec.
8867 2025.01.08 15:25:01.646791 [ 267 ] {f8b4c1bf-06bc-4f48-ad7b-ebc8cd735738} <Debug> TCPHandler: Processed in 0.001827137 sec.
8868 2025.01.08 15:25:01.647022 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8869 2025.01.08 15:25:01.647170 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8870 2025.01.08 15:25:01.647264 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8871 2025.01.08 15:25:01.648531 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8872 2025.01.08 15:25:01.648570 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8873 2025.01.08 15:25:01.649227 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8874 2025.01.08 15:25:01.649493 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8875 2025.01.08 15:25:01.649739 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002594 sec., 11950.655358519662 rows/sec., 21.42 MiB/sec.
8876 2025.01.08 15:25:01.649832 [ 272 ] {a6d25123-ff45-487b-b3c9-8df9801e545a} <Debug> TCPHandler: Processed in 0.002936642 sec.
8877 2025.01.08 15:25:01.649977 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8878 2025.01.08 15:25:01.650094 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8879 2025.01.08 15:25:01.650145 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8880 2025.01.08 15:25:01.650721 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8881 2025.01.08 15:25:01.650768 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8882 2025.01.08 15:25:01.651214 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8883 2025.01.08 15:25:01.651461 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8884 2025.01.08 15:25:01.651635 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001565 sec., 33226.83706070288 rows/sec., 2.06 MiB/sec.
8885 2025.01.08 15:25:01.651684 [ 267 ] {38c4c190-8a63-4913-b016-229118e62f4f} <Debug> TCPHandler: Processed in 0.001767265 sec.
8886 2025.01.08 15:25:05.581078 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
8887 2025.01.08 15:25:05.581132 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
8888 2025.01.08 15:25:05.716840 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8889 2025.01.08 15:25:05.717822 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8890 2025.01.08 15:25:05.717869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8891 2025.01.08 15:25:05.718382 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8892 2025.01.08 15:25:05.718631 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8893 2025.01.08 15:25:05.718825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8894 2025.01.08 15:25:06.612258 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8895 2025.01.08 15:25:06.612597 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8896 2025.01.08 15:25:06.612718 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8897 2025.01.08 15:25:06.613743 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8898 2025.01.08 15:25:06.613797 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8899 2025.01.08 15:25:06.614246 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8900 2025.01.08 15:25:06.614510 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8901 2025.01.08 15:25:06.614764 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002255 sec., 21286.0310421286 rows/sec., 1.76 MiB/sec.
8902 2025.01.08 15:25:06.614833 [ 267 ] {9ccb092b-3661-41b4-a492-9790c35cffc4} <Debug> TCPHandler: Processed in 0.00276575 sec.
8903 2025.01.08 15:25:06.615147 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8904 2025.01.08 15:25:06.615439 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8905 2025.01.08 15:25:06.615517 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8906 2025.01.08 15:25:06.616273 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8907 2025.01.08 15:25:06.616326 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8908 2025.01.08 15:25:06.616768 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8909 2025.01.08 15:25:06.617042 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8910 2025.01.08 15:25:06.617286 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001906 sec., 5771.248688352571 rows/sec., 433.97 KiB/sec.
8911 2025.01.08 15:25:06.617354 [ 272 ] {a6e3838b-2ed7-47d4-bf92-b93ea98731e0} <Debug> TCPHandler: Processed in 0.002405165 sec.
8912 2025.01.08 15:25:06.617551 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2025.01.08 15:25:06.617785 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8914 2025.01.08 15:25:06.617881 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8915 2025.01.08 15:25:06.618726 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8916 2025.01.08 15:25:06.618769 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8917 2025.01.08 15:25:06.619144 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8918 2025.01.08 15:25:06.619389 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8919 2025.01.08 15:25:06.619618 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001892 sec., 20613.107822410147 rows/sec., 1.61 MiB/sec.
8920 2025.01.08 15:25:06.619681 [ 267 ] {d7d69ffd-7f8b-4dc9-833b-4ff391712eff} <Debug> TCPHandler: Processed in 0.002239393 sec.
8921 2025.01.08 15:25:06.619895 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8922 2025.01.08 15:25:06.620127 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8923 2025.01.08 15:25:06.620230 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8924 2025.01.08 15:25:06.620877 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8925 2025.01.08 15:25:06.620918 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8926 2025.01.08 15:25:06.621314 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8927 2025.01.08 15:25:06.621556 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8928 2025.01.08 15:25:06.621789 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001717 sec., 58241.118229470005 rows/sec., 4.04 MiB/sec.
8929 2025.01.08 15:25:06.621869 [ 272 ] {380bd535-41b3-4158-8feb-7525fbc64432} <Debug> TCPHandler: Processed in 0.00209038 sec.
8930 2025.01.08 15:25:06.622180 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8931 2025.01.08 15:25:06.622400 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8932 2025.01.08 15:25:06.622485 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8933 2025.01.08 15:25:06.623652 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2025.01.08 15:25:06.623694 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8935 2025.01.08 15:25:06.624321 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8936 2025.01.08 15:25:06.624585 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8937 2025.01.08 15:25:06.624833 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002469 sec., 4455.245038477116 rows/sec., 7.98 MiB/sec.
8938 2025.01.08 15:25:06.624940 [ 267 ] {5bf7d75c-2347-4643-94b6-27d7d565c7fd} <Debug> TCPHandler: Processed in 0.002954042 sec.
8939 2025.01.08 15:25:06.625105 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8940 2025.01.08 15:25:06.625244 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8941 2025.01.08 15:25:06.625303 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8942 2025.01.08 15:25:06.625882 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8943 2025.01.08 15:25:06.625928 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8944 2025.01.08 15:25:06.626372 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8945 2025.01.08 15:25:06.626611 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8946 2025.01.08 15:25:06.626814 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001602 sec., 18726.591760299627 rows/sec., 1.28 MiB/sec.
8947 2025.01.08 15:25:06.626868 [ 272 ] {a6a18246-54e1-46eb-9464-6665ba0f4bcb} <Debug> TCPHandler: Processed in 0.001832166 sec.
8948 2025.01.08 15:25:06.881924 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8949 2025.01.08 15:25:06.882130 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8950 2025.01.08 15:25:06.882210 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8951 2025.01.08 15:25:06.883000 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8952 2025.01.08 15:25:06.883050 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8953 2025.01.08 15:25:06.883488 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8954 2025.01.08 15:25:06.883735 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8955 2025.01.08 15:25:06.883974 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec.
8956 2025.01.08 15:25:06.884040 [ 267 ] {50aad0f4-e096-4af1-9789-9185254a2539} <Debug> TCPHandler: Processed in 0.002249602 sec.
8957 2025.01.08 15:25:06.884289 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8958 2025.01.08 15:25:06.884493 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8959 2025.01.08 15:25:06.884573 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8960 2025.01.08 15:25:06.885401 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8961 2025.01.08 15:25:06.885451 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8962 2025.01.08 15:25:06.885868 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8963 2025.01.08 15:25:06.886133 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8964 2025.01.08 15:25:06.886400 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001959 sec., 4083.7161817253705 rows/sec., 333.00 KiB/sec.
8965 2025.01.08 15:25:06.886629 [ 272 ] {0846b0d5-37b4-48f7-b050-247d5c1d5ac6} <Debug> TCPHandler: Processed in 0.002469806 sec.
8966 2025.01.08 15:25:06.886805 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8967 2025.01.08 15:25:06.886950 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8968 2025.01.08 15:25:06.887010 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8969 2025.01.08 15:25:06.888172 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8970 2025.01.08 15:25:06.888212 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8971 2025.01.08 15:25:06.888720 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8972 2025.01.08 15:25:06.888965 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.01.08 15:25:06.889205 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002288 sec., 602709.7902097902 rows/sec., 50.31 MiB/sec.
8974 2025.01.08 15:25:06.889311 [ 267 ] {dd34267a-eae4-41db-97dd-2fa72e48c4ad} <Debug> TCPHandler: Processed in 0.002575057 sec.
8975 2025.01.08 15:25:06.889531 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8976 2025.01.08 15:25:06.889694 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8977 2025.01.08 15:25:06.889748 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8978 2025.01.08 15:25:06.890373 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8979 2025.01.08 15:25:06.890415 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8980 2025.01.08 15:25:06.890783 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8981 2025.01.08 15:25:06.891027 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8982 2025.01.08 15:25:06.891240 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.001574 sec., 29224.90470139771 rows/sec., 2.08 MiB/sec.
8983 2025.01.08 15:25:06.891297 [ 272 ] {3360374a-8804-424c-878e-099aabd37187} <Debug> TCPHandler: Processed in 0.001888827 sec.
8984 2025.01.08 15:25:06.891455 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8985 2025.01.08 15:25:06.891599 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8986 2025.01.08 15:25:06.891657 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8987 2025.01.08 15:25:06.892412 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8988 2025.01.08 15:25:06.892452 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8989 2025.01.08 15:25:06.892924 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8990 2025.01.08 15:25:06.893248 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8991 2025.01.08 15:25:06.893466 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001901 sec., 127301.42030510258 rows/sec., 8.62 MiB/sec.
8992 2025.01.08 15:25:06.893520 [ 267 ] {8457586e-9849-41b0-8a34-c553afd5977b} <Debug> TCPHandler: Processed in 0.002132091 sec.
8993 2025.01.08 15:25:06.893662 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8994 2025.01.08 15:25:06.893783 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8995 2025.01.08 15:25:06.893833 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8996 2025.01.08 15:25:06.894421 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8997 2025.01.08 15:25:06.894461 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
8998 2025.01.08 15:25:06.894827 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8999 2025.01.08 15:25:06.895065 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9000 2025.01.08 15:25:06.895310 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
9001 2025.01.08 15:25:06.895548 [ 272 ] {37bbbb00-ed17-40cc-a03c-c0f2a315420e} <Debug> TCPHandler: Processed in 0.001936278 sec.
9002 2025.01.08 15:25:06.895766 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9003 2025.01.08 15:25:06.895905 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9004 2025.01.08 15:25:06.895962 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9005 2025.01.08 15:25:06.896853 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9006 2025.01.08 15:25:06.896892 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9007 2025.01.08 15:25:06.897296 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9008 2025.01.08 15:25:06.897535 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9009 2025.01.08 15:25:06.897774 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.001896 sec., 443565.4008438819 rows/sec., 32.05 MiB/sec.
9010 2025.01.08 15:25:06.897851 [ 267 ] {34946230-cdbc-4b6b-9f92-549e1828e716} <Debug> TCPHandler: Processed in 0.002203942 sec.
9011 2025.01.08 15:25:06.898094 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9012 2025.01.08 15:25:06.898271 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9013 2025.01.08 15:25:06.898333 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9014 2025.01.08 15:25:06.898826 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9015 2025.01.08 15:25:06.898866 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9016 2025.01.08 15:25:06.899233 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9017 2025.01.08 15:25:06.899475 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9018 2025.01.08 15:25:06.899682 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec.
9019 2025.01.08 15:25:06.899733 [ 272 ] {621612e1-69eb-454e-9517-5093252a8af0} <Debug> TCPHandler: Processed in 0.001781535 sec.
9020 2025.01.08 15:25:06.899867 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9021 2025.01.08 15:25:06.899986 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9022 2025.01.08 15:25:06.900040 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9023 2025.01.08 15:25:06.900772 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9024 2025.01.08 15:25:06.900809 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9025 2025.01.08 15:25:06.901240 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9026 2025.01.08 15:25:06.901480 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9027 2025.01.08 15:25:06.901656 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001695 sec., 558702.0648967552 rows/sec., 37.10 MiB/sec.
9028 2025.01.08 15:25:06.901705 [ 267 ] {a71d8623-d231-48af-9748-1902b303a102} <Debug> TCPHandler: Processed in 0.001895208 sec.
9029 2025.01.08 15:25:06.901848 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9030 2025.01.08 15:25:06.901967 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9031 2025.01.08 15:25:06.902020 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9032 2025.01.08 15:25:06.902497 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9033 2025.01.08 15:25:06.902537 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9034 2025.01.08 15:25:06.902908 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9035 2025.01.08 15:25:06.903155 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9036 2025.01.08 15:25:06.903372 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec.
9037 2025.01.08 15:25:06.903425 [ 272 ] {e3e0bbaf-4a88-4f6e-83d6-cb3c87d700b8} <Debug> TCPHandler: Processed in 0.001635024 sec.
9038 2025.01.08 15:25:06.903576 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9039 2025.01.08 15:25:06.903715 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9040 2025.01.08 15:25:06.903808 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9041 2025.01.08 15:25:06.905004 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9042 2025.01.08 15:25:06.905040 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9043 2025.01.08 15:25:06.905672 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9044 2025.01.08 15:25:06.905932 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9045 2025.01.08 15:25:06.906128 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002444 sec., 12684.124386252046 rows/sec., 22.73 MiB/sec.
9046 2025.01.08 15:25:06.906220 [ 267 ] {787cfc36-962d-448b-a6bc-2294e865baee} <Debug> TCPHandler: Processed in 0.002712169 sec.
9047 2025.01.08 15:25:06.906358 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9048 2025.01.08 15:25:06.906480 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9049 2025.01.08 15:25:06.906531 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9050 2025.01.08 15:25:06.907033 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9051 2025.01.08 15:25:06.907072 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9052 2025.01.08 15:25:06.907440 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9053 2025.01.08 15:25:06.907681 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9054 2025.01.08 15:25:06.907917 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001461 sec., 19164.955509924708 rows/sec., 1.08 MiB/sec.
9055 2025.01.08 15:25:06.907998 [ 272 ] {fedfa7e5-05f5-42e5-915d-557fb55d9781} <Debug> TCPHandler: Processed in 0.001697195 sec.
9056 2025.01.08 15:25:07.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.90 MiB, peak 233.89 MiB, free memory in arenas 0.00 B, will set to 221.61 MiB (RSS), difference: -1.29 MiB
9057 2025.01.08 15:25:07.069751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
9058 2025.01.08 15:25:07.088448 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9059 2025.01.08 15:25:07.088499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9060 2025.01.08 15:25:07.095622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9061 2025.01.08 15:25:07.096362 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9062 2025.01.08 15:25:07.098904 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
9063 2025.01.08 15:25:10.821119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1292
9064 2025.01.08 15:25:10.824821 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9065 2025.01.08 15:25:10.824876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9066 2025.01.08 15:25:10.826376 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9067 2025.01.08 15:25:10.826679 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9068 2025.01.08 15:25:10.826977 [ 100 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9069 2025.01.08 15:25:10.827201 [ 100 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9070 2025.01.08 15:25:10.827317 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9071 2025.01.08 15:25:10.828675 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
9072 2025.01.08 15:25:10.828764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292
9073 2025.01.08 15:25:10.829476 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9074 2025.01.08 15:25:10.829668 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1086 rows starting from the beginning of the part
9075 2025.01.08 15:25:10.830220 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part
9076 2025.01.08 15:25:10.830736 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part
9077 2025.01.08 15:25:10.831221 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
9078 2025.01.08 15:25:10.831685 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part
9079 2025.01.08 15:25:10.832150 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part
9080 2025.01.08 15:25:10.840120 [ 188 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 72 columns (72 merged, 0 gathered) in 0.012590671 sec., 102615.65884772941 rows/sec., 79.88 MiB/sec.
9081 2025.01.08 15:25:10.841692 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9082 2025.01.08 15:25:10.842510 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9083 2025.01.08 15:25:10.842609 [ 192 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_31_6} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9084 2025.01.08 15:25:10.842975 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB.
9085 2025.01.08 15:25:11.611220 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9086 2025.01.08 15:25:11.611413 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9087 2025.01.08 15:25:11.611488 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9088 2025.01.08 15:25:11.612230 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9089 2025.01.08 15:25:11.612285 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9090 2025.01.08 15:25:11.612737 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9091 2025.01.08 15:25:11.613003 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9092 2025.01.08 15:25:11.613232 [ 82 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9093 2025.01.08 15:25:11.613266 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001902 sec., 13669.821240799158 rows/sec., 1.02 MiB/sec.
9094 2025.01.08 15:25:11.613368 [ 82 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9095 2025.01.08 15:25:11.613448 [ 267 ] {86b59c0d-9660-4297-b160-3bafd6ddd81c} <Debug> TCPHandler: Processed in 0.002352184 sec.
9096 2025.01.08 15:25:11.613465 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9097 2025.01.08 15:25:11.613686 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
9098 2025.01.08 15:25:11.613749 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9099 2025.01.08 15:25:11.613847 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9100 2025.01.08 15:25:11.613901 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1405 rows starting from the beginning of the part
9101 2025.01.08 15:25:11.613966 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9102 2025.01.08 15:25:11.614067 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 50 rows starting from the beginning of the part
9103 2025.01.08 15:25:11.614123 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9104 2025.01.08 15:25:11.614576 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 235 rows starting from the beginning of the part
9105 2025.01.08 15:25:11.614935 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part
9106 2025.01.08 15:25:11.615219 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1379 rows starting from the beginning of the part
9107 2025.01.08 15:25:11.615566 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part
9108 2025.01.08 15:25:11.616844 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9109 2025.01.08 15:25:11.616891 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9110 2025.01.08 15:25:11.617515 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9111 2025.01.08 15:25:11.617784 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9112 2025.01.08 15:25:11.617996 [ 82 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9113 2025.01.08 15:25:11.618089 [ 82 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.01.08 15:25:11.618154 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9115 2025.01.08 15:25:11.618181 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3143 rows, containing 5 columns (5 merged, 0 gathered) in 0.004580946 sec., 686102.8267960374 rows/sec., 60.14 MiB/sec.
9116 2025.01.08 15:25:11.618257 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004314 sec., 6490.496059341678 rows/sec., 518.39 KiB/sec.
9117 2025.01.08 15:25:11.618578 [ 272 ] {51bccc2f-3eed-4878-bfa5-2b66575f4f43} <Debug> TCPHandler: Processed in 0.004991912 sec.
9118 2025.01.08 15:25:11.618575 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9119 2025.01.08 15:25:11.618587 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
9120 2025.01.08 15:25:11.618947 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9121 2025.01.08 15:25:11.619036 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9122 2025.01.08 15:25:11.619119 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 876 rows starting from the beginning of the part
9123 2025.01.08 15:25:11.619276 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9124 2025.01.08 15:25:11.619538 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 43 rows starting from the beginning of the part
9125 2025.01.08 15:25:11.619669 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9126 2025.01.08 15:25:11.619725 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_71_14} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9127 2025.01.08 15:25:11.620079 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
9128 2025.01.08 15:25:11.620117 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 377 rows starting from the beginning of the part
9129 2025.01.08 15:25:11.620156 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9130 2025.01.08 15:25:11.620446 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 39 rows starting from the beginning of the part
9131 2025.01.08 15:25:11.620720 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 841 rows starting from the beginning of the part
9132 2025.01.08 15:25:11.621090 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part
9133 2025.01.08 15:25:11.622575 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9134 2025.01.08 15:25:11.622647 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9135 2025.01.08 15:25:11.623743 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9136 2025.01.08 15:25:11.624150 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9137 2025.01.08 15:25:11.624427 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 5 columns (5 merged, 0 gathered) in 0.006157149 sec., 357957.87953158194 rows/sec., 27.27 MiB/sec.
9138 2025.01.08 15:25:11.624538 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9139 2025.01.08 15:25:11.624630 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9140 2025.01.08 15:25:11.624682 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9141 2025.01.08 15:25:11.624690 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.005288 sec., 15128.593040847201 rows/sec., 1.05 MiB/sec.
9142 2025.01.08 15:25:11.624737 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9143 2025.01.08 15:25:11.625118 [ 267 ] {cc9a5f18-4fb8-4f96-a329-5c0566184773} <Debug> TCPHandler: Processed in 0.006415092 sec.
9144 2025.01.08 15:25:11.625549 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9145 2025.01.08 15:25:11.625830 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
9146 2025.01.08 15:25:11.626120 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9147 2025.01.08 15:25:11.626393 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9148 2025.01.08 15:25:11.626472 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9149 2025.01.08 15:25:11.626992 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9150 2025.01.08 15:25:11.627386 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 16982 rows starting from the beginning of the part
9151 2025.01.08 15:25:11.627425 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_71_14} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9152 2025.01.08 15:25:11.627829 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 102 rows starting from the beginning of the part
9153 2025.01.08 15:25:11.628177 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 177 rows starting from the beginning of the part
9154 2025.01.08 15:25:11.628591 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part
9155 2025.01.08 15:25:11.628739 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9156 2025.01.08 15:25:11.629008 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 947 rows starting from the beginning of the part
9157 2025.01.08 15:25:11.629356 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part
9158 2025.01.08 15:25:11.629787 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9159 2025.01.08 15:25:11.629860 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9160 2025.01.08 15:25:11.630609 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9161 2025.01.08 15:25:11.631017 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9162 2025.01.08 15:25:11.631250 [ 82 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9163 2025.01.08 15:25:11.631293 [ 82 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9164 2025.01.08 15:25:11.631325 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9165 2025.01.08 15:25:11.631335 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.005417 sec., 4430.49658482555 rows/sec., 310.80 KiB/sec.
9166 2025.01.08 15:25:11.631669 [ 272 ] {f0537893-b021-49e1-873d-f665e96f3dfc} <Debug> TCPHandler: Processed in 0.006399643 sec.
9167 2025.01.08 15:25:11.632624 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
9168 2025.01.08 15:25:11.633364 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9169 2025.01.08 15:25:11.633493 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2320 rows starting from the beginning of the part
9170 2025.01.08 15:25:11.633824 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part
9171 2025.01.08 15:25:11.634155 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part
9172 2025.01.08 15:25:11.634437 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part
9173 2025.01.08 15:25:11.634647 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 28 rows starting from the beginning of the part
9174 2025.01.08 15:25:11.634863 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part
9175 2025.01.08 15:25:11.637197 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 4 columns (4 merged, 0 gathered) in 0.005642091 sec., 440262.30700639175 rows/sec., 28.34 MiB/sec.
9176 2025.01.08 15:25:11.637589 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9177 2025.01.08 15:25:11.638207 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2025.01.08 15:25:11.638366 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18388 rows, containing 5 columns (5 merged, 0 gathered) in 0.013530275 sec., 1359026.331689489 rows/sec., 91.00 MiB/sec.
9179 2025.01.08 15:25:11.638416 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_71_14} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9180 2025.01.08 15:25:11.638565 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
9181 2025.01.08 15:25:11.638653 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9182 2025.01.08 15:25:11.638964 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9183 2025.01.08 15:25:11.639048 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9184 2025.01.08 15:25:11.639138 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.12 MiB.
9185 2025.01.08 15:25:13.218981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
9186 2025.01.08 15:25:13.219756 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9187 2025.01.08 15:25:13.219825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9188 2025.01.08 15:25:13.220540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9189 2025.01.08 15:25:13.220918 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9190 2025.01.08 15:25:13.221282 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
9191 2025.01.08 15:25:14.599003 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
9192 2025.01.08 15:25:14.618686 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.01.08 15:25:14.618741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9194 2025.01.08 15:25:14.626011 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9195 2025.01.08 15:25:14.626763 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.01.08 15:25:14.629799 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
9197 2025.01.08 15:25:16.612591 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9198 2025.01.08 15:25:16.612802 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9199 2025.01.08 15:25:16.612882 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9200 2025.01.08 15:25:16.613645 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9201 2025.01.08 15:25:16.613701 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9202 2025.01.08 15:25:16.614144 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9203 2025.01.08 15:25:16.614416 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9204 2025.01.08 15:25:16.614683 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001927 sec., 24909.185262065388 rows/sec., 2.06 MiB/sec.
9205 2025.01.08 15:25:16.614769 [ 267 ] {faf995eb-1089-4eba-ba03-ad43d01106b4} <Debug> TCPHandler: Processed in 0.002311053 sec.
9206 2025.01.08 15:25:16.615093 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9207 2025.01.08 15:25:16.615296 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9208 2025.01.08 15:25:16.615373 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9209 2025.01.08 15:25:16.616142 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9210 2025.01.08 15:25:16.616195 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9211 2025.01.08 15:25:16.616641 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9212 2025.01.08 15:25:16.616900 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9213 2025.01.08 15:25:16.617089 [ 55 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9214 2025.01.08 15:25:16.617166 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001918 sec., 5735.140771637122 rows/sec., 431.26 KiB/sec.
9215 2025.01.08 15:25:16.617174 [ 55 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9216 2025.01.08 15:25:16.617252 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9217 2025.01.08 15:25:16.617306 [ 272 ] {425c0cae-99a4-494c-b0de-dca777a7c60e} <Debug> TCPHandler: Processed in 0.002407295 sec.
9218 2025.01.08 15:25:16.617629 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
9219 2025.01.08 15:25:16.617661 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9220 2025.01.08 15:25:16.618158 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9221 2025.01.08 15:25:16.618292 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 63 rows starting from the beginning of the part
9222 2025.01.08 15:25:16.618462 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9223 2025.01.08 15:25:16.618572 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part
9224 2025.01.08 15:25:16.618662 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9225 2025.01.08 15:25:16.618897 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 38 rows starting from the beginning of the part
9226 2025.01.08 15:25:16.619187 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 11 rows starting from the beginning of the part
9227 2025.01.08 15:25:16.619537 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 46 rows starting from the beginning of the part
9228 2025.01.08 15:25:16.619882 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part
9229 2025.01.08 15:25:16.621552 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9230 2025.01.08 15:25:16.621624 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9231 2025.01.08 15:25:16.622707 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9232 2025.01.08 15:25:16.622999 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005655722 sec., 32533.423672521385 rows/sec., 2.45 MiB/sec.
9233 2025.01.08 15:25:16.623197 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9234 2025.01.08 15:25:16.623198 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9235 2025.01.08 15:25:16.623688 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.005543 sec., 7035.901136568645 rows/sec., 562.36 KiB/sec.
9236 2025.01.08 15:25:16.624036 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9237 2025.01.08 15:25:16.624063 [ 267 ] {749563a2-51f9-45af-90db-286c5b4298d3} <Debug> TCPHandler: Processed in 0.006645946 sec.
9238 2025.01.08 15:25:16.624354 [ 195 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_56_11} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9239 2025.01.08 15:25:16.624419 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9240 2025.01.08 15:25:16.624633 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9241 2025.01.08 15:25:16.624833 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9242 2025.01.08 15:25:16.624924 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9243 2025.01.08 15:25:16.625504 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9244 2025.01.08 15:25:16.625546 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9245 2025.01.08 15:25:16.625937 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9246 2025.01.08 15:25:16.626175 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9247 2025.01.08 15:25:16.626383 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001705 sec., 58651.02639296188 rows/sec., 4.07 MiB/sec.
9248 2025.01.08 15:25:16.626438 [ 272 ] {93f86208-a1a5-4015-8ed6-112a05933ce8} <Debug> TCPHandler: Processed in 0.002299783 sec.
9249 2025.01.08 15:25:16.626566 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9250 2025.01.08 15:25:16.626768 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9251 2025.01.08 15:25:16.626862 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9252 2025.01.08 15:25:16.628107 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9253 2025.01.08 15:25:16.628146 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9254 2025.01.08 15:25:16.628780 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9255 2025.01.08 15:25:16.629039 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9256 2025.01.08 15:25:16.629240 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9257 2025.01.08 15:25:16.629300 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9258 2025.01.08 15:25:16.629317 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002568 sec., 4283.489096573208 rows/sec., 7.68 MiB/sec.
9259 2025.01.08 15:25:16.629340 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9260 2025.01.08 15:25:16.629786 [ 267 ] {d5536458-094e-415a-a091-44af235702b9} <Debug> TCPHandler: Processed in 0.003209606 sec.
9261 2025.01.08 15:25:16.629802 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
9262 2025.01.08 15:25:16.630152 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9263 2025.01.08 15:25:16.630682 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9264 2025.01.08 15:25:16.630908 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9265 2025.01.08 15:25:16.631621 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9266 2025.01.08 15:25:16.631841 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1051 rows starting from the beginning of the part
9267 2025.01.08 15:25:16.632470 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 11 rows starting from the beginning of the part
9268 2025.01.08 15:25:16.633211 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part
9269 2025.01.08 15:25:16.633292 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2025.01.08 15:25:16.633395 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9271 2025.01.08 15:25:16.633812 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 11 rows starting from the beginning of the part
9272 2025.01.08 15:25:16.634414 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part
9273 2025.01.08 15:25:16.635070 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part
9274 2025.01.08 15:25:16.635125 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9275 2025.01.08 15:25:16.635937 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9276 2025.01.08 15:25:16.636444 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005935 sec., 5054.759898904802 rows/sec., 354.59 KiB/sec.
9277 2025.01.08 15:25:16.636604 [ 272 ] {c5492282-7001-4788-b514-a939ffc8dc41} <Debug> TCPHandler: Processed in 0.006651296 sec.
9278 2025.01.08 15:25:16.643948 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 19 columns (19 merged, 0 gathered) in 0.014457938 sec., 79264.41516072347 rows/sec., 142.04 MiB/sec.
9279 2025.01.08 15:25:16.645164 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9280 2025.01.08 15:25:16.645650 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9281 2025.01.08 15:25:16.645747 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9282 2025.01.08 15:25:16.645918 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.60 MiB.
9283 2025.01.08 15:25:17.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.96 MiB, peak 233.89 MiB, free memory in arenas 0.00 B, will set to 226.61 MiB (RSS), difference: 3.64 MiB
9284 2025.01.08 15:25:20.581371 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
9285 2025.01.08 15:25:20.581428 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
9286 2025.01.08 15:25:20.721446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9287 2025.01.08 15:25:20.722091 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9288 2025.01.08 15:25:20.722142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9289 2025.01.08 15:25:20.722672 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9290 2025.01.08 15:25:20.722934 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9291 2025.01.08 15:25:20.723180 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9292 2025.01.08 15:25:20.829100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1312
9293 2025.01.08 15:25:20.831866 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9294 2025.01.08 15:25:20.831911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9295 2025.01.08 15:25:20.833361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9296 2025.01.08 15:25:20.833667 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9297 2025.01.08 15:25:20.834921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1312
9298 2025.01.08 15:25:21.618443 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9299 2025.01.08 15:25:21.618656 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9300 2025.01.08 15:25:21.618743 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9301 2025.01.08 15:25:21.619500 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9302 2025.01.08 15:25:21.619547 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9303 2025.01.08 15:25:21.619988 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9304 2025.01.08 15:25:21.620242 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2025.01.08 15:25:21.620496 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec.
9306 2025.01.08 15:25:21.620641 [ 267 ] {9ac2b283-050e-420a-9c3d-16e6534fa92e} <Debug> TCPHandler: Processed in 0.002332283 sec.
9307 2025.01.08 15:25:21.620909 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9308 2025.01.08 15:25:21.621111 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9309 2025.01.08 15:25:21.621189 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9310 2025.01.08 15:25:21.622101 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9311 2025.01.08 15:25:21.622153 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9312 2025.01.08 15:25:21.622609 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9313 2025.01.08 15:25:21.622867 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9314 2025.01.08 15:25:21.623104 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002049 sec., 114690.09272816007 rows/sec., 10.22 MiB/sec.
9315 2025.01.08 15:25:21.623172 [ 272 ] {074e8e77-dcff-4615-a686-464ec725b68e} <Debug> TCPHandler: Processed in 0.002408715 sec.
9316 2025.01.08 15:25:21.623342 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9317 2025.01.08 15:25:21.623490 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9318 2025.01.08 15:25:21.623551 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9319 2025.01.08 15:25:21.624196 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9320 2025.01.08 15:25:21.624237 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9321 2025.01.08 15:25:21.624602 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9322 2025.01.08 15:25:21.624837 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9323 2025.01.08 15:25:21.625043 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001588 sec., 23929.47103274559 rows/sec., 1.71 MiB/sec.
9324 2025.01.08 15:25:21.625097 [ 267 ] {409f5a67-3ba7-4a8d-ae47-6a27aabf8794} <Debug> TCPHandler: Processed in 0.001825476 sec.
9325 2025.01.08 15:25:21.625261 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9326 2025.01.08 15:25:21.625409 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9327 2025.01.08 15:25:21.625471 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9328 2025.01.08 15:25:21.626128 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9329 2025.01.08 15:25:21.626170 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9330 2025.01.08 15:25:21.626536 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9331 2025.01.08 15:25:21.626788 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9332 2025.01.08 15:25:21.627008 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec.
9333 2025.01.08 15:25:21.627064 [ 272 ] {69736157-609e-453d-8c4b-48151ba8dbcb} <Debug> TCPHandler: Processed in 0.001874887 sec.
9334 2025.01.08 15:25:21.627235 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9335 2025.01.08 15:25:21.627374 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9336 2025.01.08 15:25:21.627433 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9337 2025.01.08 15:25:21.628066 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9338 2025.01.08 15:25:21.628105 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9339 2025.01.08 15:25:21.628463 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9340 2025.01.08 15:25:21.628695 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9341 2025.01.08 15:25:21.629018 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00167 sec., 7784.43113772455 rows/sec., 485.36 KiB/sec.
9342 2025.01.08 15:25:21.629255 [ 267 ] {ce91cd7b-bbc1-404e-b319-f3de1a29c3e4} <Debug> TCPHandler: Processed in 0.00208396 sec.
9343 2025.01.08 15:25:21.629467 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9344 2025.01.08 15:25:21.629610 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9345 2025.01.08 15:25:21.629668 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9346 2025.01.08 15:25:21.630414 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9347 2025.01.08 15:25:21.630455 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9348 2025.01.08 15:25:21.630850 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9349 2025.01.08 15:25:21.631094 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9350 2025.01.08 15:25:21.631307 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001729 sec., 218045.11278195487 rows/sec., 15.41 MiB/sec.
9351 2025.01.08 15:25:21.631360 [ 272 ] {6709fbbc-47b6-4e6d-bf03-0e91ad9a4891} <Debug> TCPHandler: Processed in 0.001990589 sec.
9352 2025.01.08 15:25:21.631511 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9353 2025.01.08 15:25:21.631653 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9354 2025.01.08 15:25:21.631717 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9355 2025.01.08 15:25:21.632237 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9356 2025.01.08 15:25:21.632276 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9357 2025.01.08 15:25:21.632661 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9358 2025.01.08 15:25:21.632927 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9359 2025.01.08 15:25:21.633155 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec.
9360 2025.01.08 15:25:21.633206 [ 267 ] {b116888c-d8a3-4035-95f9-6cf4ceac0604} <Debug> TCPHandler: Processed in 0.001763165 sec.
9361 2025.01.08 15:25:21.633341 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9362 2025.01.08 15:25:21.633461 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9363 2025.01.08 15:25:21.633515 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9364 2025.01.08 15:25:21.634110 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9365 2025.01.08 15:25:21.634150 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9366 2025.01.08 15:25:21.634539 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9367 2025.01.08 15:25:21.634777 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9368 2025.01.08 15:25:21.634987 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001552 sec., 114046.39175257731 rows/sec., 7.52 MiB/sec.
9369 2025.01.08 15:25:21.635042 [ 272 ] {2cdd6f96-d03c-451f-8f23-6a9b6180f699} <Debug> TCPHandler: Processed in 0.001758026 sec.
9370 2025.01.08 15:25:21.635194 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9371 2025.01.08 15:25:21.635334 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9372 2025.01.08 15:25:21.635397 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9373 2025.01.08 15:25:21.635929 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9374 2025.01.08 15:25:21.635968 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9375 2025.01.08 15:25:21.636334 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9376 2025.01.08 15:25:21.636578 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9377 2025.01.08 15:25:21.636791 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec.
9378 2025.01.08 15:25:21.636841 [ 267 ] {1c2a40da-1b27-4f89-b8ac-c4b1a347f473} <Debug> TCPHandler: Processed in 0.001718525 sec.
9379 2025.01.08 15:25:21.636989 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9380 2025.01.08 15:25:21.637131 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9381 2025.01.08 15:25:21.637226 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9382 2025.01.08 15:25:21.638453 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9383 2025.01.08 15:25:21.638492 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9384 2025.01.08 15:25:21.639149 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9385 2025.01.08 15:25:21.639416 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9386 2025.01.08 15:25:21.639662 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002563 sec., 12095.200936402653 rows/sec., 21.67 MiB/sec.
9387 2025.01.08 15:25:21.639766 [ 272 ] {3d924906-1993-4c8c-9d05-9fe6a26b9fec} <Debug> TCPHandler: Processed in 0.002846061 sec.
9388 2025.01.08 15:25:21.639931 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9389 2025.01.08 15:25:21.640070 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9390 2025.01.08 15:25:21.640131 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9391 2025.01.08 15:25:21.640706 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9392 2025.01.08 15:25:21.640752 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9393 2025.01.08 15:25:21.641130 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9394 2025.01.08 15:25:21.641369 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2025.01.08 15:25:21.641587 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001546 sec., 33635.18758085382 rows/sec., 2.08 MiB/sec.
9396 2025.01.08 15:25:21.641638 [ 267 ] {2bc0c326-7f24-43df-9e4b-cdc0a4439d95} <Debug> TCPHandler: Processed in 0.001774476 sec.
9397 2025.01.08 15:25:22.129883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
9398 2025.01.08 15:25:22.152284 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9399 2025.01.08 15:25:22.152341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9400 2025.01.08 15:25:22.159675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9401 2025.01.08 15:25:22.160450 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9402 2025.01.08 15:25:22.163314 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9403 2025.01.08 15:25:26.611862 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9404 2025.01.08 15:25:26.612190 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9405 2025.01.08 15:25:26.612307 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9406 2025.01.08 15:25:26.613324 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9407 2025.01.08 15:25:26.613371 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9408 2025.01.08 15:25:26.613799 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9409 2025.01.08 15:25:26.614055 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9410 2025.01.08 15:25:26.614312 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002207 sec., 21748.980516538286 rows/sec., 1.80 MiB/sec.
9411 2025.01.08 15:25:26.614379 [ 267 ] {97ed28d1-d591-4f53-ab5a-6c2f6c99fdc6} <Debug> TCPHandler: Processed in 0.002698888 sec.
9412 2025.01.08 15:25:26.614700 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9413 2025.01.08 15:25:26.615005 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9414 2025.01.08 15:25:26.615083 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9415 2025.01.08 15:25:26.615847 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9416 2025.01.08 15:25:26.615899 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9417 2025.01.08 15:25:26.616334 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9418 2025.01.08 15:25:26.616592 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9419 2025.01.08 15:25:26.616828 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001898 sec., 5795.5742887249735 rows/sec., 435.80 KiB/sec.
9420 2025.01.08 15:25:26.616898 [ 272 ] {1478c3f1-68dd-46c0-a03a-a707547f7a4e} <Debug> TCPHandler: Processed in 0.002401795 sec.
9421 2025.01.08 15:25:26.617100 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9422 2025.01.08 15:25:26.617336 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9423 2025.01.08 15:25:26.617431 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9424 2025.01.08 15:25:26.618310 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9425 2025.01.08 15:25:26.618350 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9426 2025.01.08 15:25:26.618730 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9427 2025.01.08 15:25:26.618979 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9428 2025.01.08 15:25:26.619201 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001926 sec., 20249.221183800622 rows/sec., 1.58 MiB/sec.
9429 2025.01.08 15:25:26.619264 [ 267 ] {bedce77a-aba2-456f-ac57-e777e41b96e3} <Debug> TCPHandler: Processed in 0.002276493 sec.
9430 2025.01.08 15:25:26.619484 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9431 2025.01.08 15:25:26.619643 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9432 2025.01.08 15:25:26.619702 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9433 2025.01.08 15:25:26.620285 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9434 2025.01.08 15:25:26.620326 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9435 2025.01.08 15:25:26.620722 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9436 2025.01.08 15:25:26.620959 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9437 2025.01.08 15:25:26.621174 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001561 sec., 64061.49903907751 rows/sec., 4.44 MiB/sec.
9438 2025.01.08 15:25:26.621231 [ 272 ] {8515ec5b-a040-4c5e-9a96-a208ed054f57} <Debug> TCPHandler: Processed in 0.001859397 sec.
9439 2025.01.08 15:25:26.621446 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9440 2025.01.08 15:25:26.621677 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9441 2025.01.08 15:25:26.621820 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9442 2025.01.08 15:25:26.623014 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9443 2025.01.08 15:25:26.623054 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9444 2025.01.08 15:25:26.623678 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9445 2025.01.08 15:25:26.623937 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2025.01.08 15:25:26.624188 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002569 sec., 4281.821720513818 rows/sec., 7.67 MiB/sec.
9447 2025.01.08 15:25:26.624295 [ 267 ] {0d1c991a-d767-4947-b765-a30e69aad21d} <Debug> TCPHandler: Processed in 0.002959213 sec.
9448 2025.01.08 15:25:26.624511 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9449 2025.01.08 15:25:26.624737 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9450 2025.01.08 15:25:26.624840 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9451 2025.01.08 15:25:26.625393 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2025.01.08 15:25:26.625432 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9453 2025.01.08 15:25:26.625807 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9454 2025.01.08 15:25:26.626048 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9455 2025.01.08 15:25:26.626256 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001575 sec., 19047.619047619046 rows/sec., 1.30 MiB/sec.
9456 2025.01.08 15:25:26.626310 [ 272 ] {7700cac2-a288-438f-8380-2bae7b8d8edb} <Debug> TCPHandler: Processed in 0.001913978 sec.
9457 2025.01.08 15:25:28.223541 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9458 2025.01.08 15:25:28.224542 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9459 2025.01.08 15:25:28.224590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9460 2025.01.08 15:25:28.225133 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9461 2025.01.08 15:25:28.225389 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9462 2025.01.08 15:25:28.225646 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9463 2025.01.08 15:25:29.663416 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9464 2025.01.08 15:25:29.685593 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9465 2025.01.08 15:25:29.685654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9466 2025.01.08 15:25:29.692971 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9467 2025.01.08 15:25:29.693737 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9468 2025.01.08 15:25:29.696781 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9469 2025.01.08 15:25:30.835117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1346
9470 2025.01.08 15:25:30.838352 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9471 2025.01.08 15:25:30.838402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9472 2025.01.08 15:25:30.839913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9473 2025.01.08 15:25:30.840210 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9474 2025.01.08 15:25:30.840724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1346
9475 2025.01.08 15:25:31.617840 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9476 2025.01.08 15:25:31.618144 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9477 2025.01.08 15:25:31.618218 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9478 2025.01.08 15:25:31.618994 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9479 2025.01.08 15:25:31.619048 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9480 2025.01.08 15:25:31.619496 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9481 2025.01.08 15:25:31.619757 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9482 2025.01.08 15:25:31.620018 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec.
9483 2025.01.08 15:25:31.620083 [ 267 ] {858a77c6-e32a-4892-aa16-94be0ba9453a} <Debug> TCPHandler: Processed in 0.002434275 sec.
9484 2025.01.08 15:25:31.620433 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9485 2025.01.08 15:25:31.620749 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9486 2025.01.08 15:25:31.620872 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9487 2025.01.08 15:25:31.621861 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9488 2025.01.08 15:25:31.621915 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9489 2025.01.08 15:25:31.622379 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9490 2025.01.08 15:25:31.622634 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9491 2025.01.08 15:25:31.622874 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002215 sec., 106094.80812641083 rows/sec., 9.46 MiB/sec.
9492 2025.01.08 15:25:31.622942 [ 272 ] {f1d42eb7-7560-43ab-a663-a135ecb4620d} <Debug> TCPHandler: Processed in 0.00271265 sec.
9493 2025.01.08 15:25:31.623129 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9494 2025.01.08 15:25:31.623359 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9495 2025.01.08 15:25:31.623455 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9496 2025.01.08 15:25:31.624354 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9497 2025.01.08 15:25:31.624395 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9498 2025.01.08 15:25:31.624771 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9499 2025.01.08 15:25:31.625016 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9500 2025.01.08 15:25:31.625260 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.00195 sec., 19487.17948717949 rows/sec., 1.40 MiB/sec.
9501 2025.01.08 15:25:31.625328 [ 267 ] {87b35f6b-de24-484b-9df4-1ba4a5650f2b} <Debug> TCPHandler: Processed in 0.002294573 sec.
9502 2025.01.08 15:25:31.625637 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9503 2025.01.08 15:25:31.625875 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9504 2025.01.08 15:25:31.625968 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9505 2025.01.08 15:25:31.626646 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9506 2025.01.08 15:25:31.626687 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9507 2025.01.08 15:25:31.627051 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9508 2025.01.08 15:25:31.627292 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9509 2025.01.08 15:25:31.627456 [ 159 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0
9510 2025.01.08 15:25:31.627529 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001711 sec., 8182.349503214494 rows/sec., 573.04 KiB/sec.
9511 2025.01.08 15:25:31.627536 [ 159 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9512 2025.01.08 15:25:31.627609 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9513 2025.01.08 15:25:31.627661 [ 272 ] {469ecc51-a8e1-40a8-afed-ea028a9bd6dc} <Debug> TCPHandler: Processed in 0.002207161 sec.
9514 2025.01.08 15:25:31.628074 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9515 2025.01.08 15:25:31.628266 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full
9516 2025.01.08 15:25:31.628595 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9517 2025.01.08 15:25:31.628617 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9518 2025.01.08 15:25:31.628695 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 243 rows starting from the beginning of the part
9519 2025.01.08 15:25:31.628760 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9520 2025.01.08 15:25:31.628940 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9521 2025.01.08 15:25:31.629443 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9522 2025.01.08 15:25:31.629697 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part
9523 2025.01.08 15:25:31.629988 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9524 2025.01.08 15:25:31.630277 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
9525 2025.01.08 15:25:31.631895 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9526 2025.01.08 15:25:31.631976 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9527 2025.01.08 15:25:31.632959 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9528 2025.01.08 15:25:31.633289 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00551946 sec., 98016.83498023357 rows/sec., 7.02 MiB/sec.
9529 2025.01.08 15:25:31.633502 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9530 2025.01.08 15:25:31.633693 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9531 2025.01.08 15:25:31.634059 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005552 sec., 2341.49855907781 rows/sec., 145.99 KiB/sec.
9532 2025.01.08 15:25:31.634509 [ 267 ] {0c743af4-5be4-4583-81d0-0793948c9982} <Debug> TCPHandler: Processed in 0.006725257 sec.
9533 2025.01.08 15:25:31.634806 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9534 2025.01.08 15:25:31.634905 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9535 2025.01.08 15:25:31.635006 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_33_7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7
9536 2025.01.08 15:25:31.635011 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9537 2025.01.08 15:25:31.635093 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9538 2025.01.08 15:25:31.635118 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9539 2025.01.08 15:25:31.635853 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9540 2025.01.08 15:25:31.635893 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9541 2025.01.08 15:25:31.636265 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9542 2025.01.08 15:25:31.636504 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9543 2025.01.08 15:25:31.636755 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001782 sec., 211560.04489337825 rows/sec., 14.95 MiB/sec.
9544 2025.01.08 15:25:31.636845 [ 272 ] {c8ec10f6-02f0-4bb5-8b34-1ba43be6af6a} <Debug> TCPHandler: Processed in 0.002187992 sec.
9545 2025.01.08 15:25:31.637091 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9546 2025.01.08 15:25:31.637256 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9547 2025.01.08 15:25:31.637318 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9548 2025.01.08 15:25:31.637900 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9549 2025.01.08 15:25:31.637946 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9550 2025.01.08 15:25:31.638342 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9551 2025.01.08 15:25:31.638583 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9552 2025.01.08 15:25:31.638831 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 195.31 KiB/sec.
9553 2025.01.08 15:25:31.638959 [ 267 ] {a9cfb9cc-d544-4665-9d47-eff0d23afc81} <Debug> TCPHandler: Processed in 0.002012689 sec.
9554 2025.01.08 15:25:31.639132 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9555 2025.01.08 15:25:31.639273 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9556 2025.01.08 15:25:31.639335 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9557 2025.01.08 15:25:31.640019 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9558 2025.01.08 15:25:31.640066 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9559 2025.01.08 15:25:31.640466 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9560 2025.01.08 15:25:31.640703 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9561 2025.01.08 15:25:31.640925 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001683 sec., 105169.34046345811 rows/sec., 6.94 MiB/sec.
9562 2025.01.08 15:25:31.640979 [ 272 ] {fa8e6c4f-c6b0-407d-b58d-a0c525bb35db} <Debug> TCPHandler: Processed in 0.001916287 sec.
9563 2025.01.08 15:25:31.641167 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9564 2025.01.08 15:25:31.641394 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9565 2025.01.08 15:25:31.641492 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9566 2025.01.08 15:25:31.642238 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9567 2025.01.08 15:25:31.642277 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9568 2025.01.08 15:25:31.642654 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9569 2025.01.08 15:25:31.642903 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9570 2025.01.08 15:25:31.643079 [ 159 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0
9571 2025.01.08 15:25:31.643135 [ 159 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2025.01.08 15:25:31.643150 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001802 sec., 554.9389567147614 rows/sec., 37.39 KiB/sec.
9573 2025.01.08 15:25:31.643171 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9574 2025.01.08 15:25:31.643307 [ 267 ] {295e45ff-63e7-4ada-bbbb-6ce2cb1b382d} <Debug> TCPHandler: Processed in 0.002246952 sec.
9575 2025.01.08 15:25:31.643613 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full
9576 2025.01.08 15:25:31.643737 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9577 2025.01.08 15:25:31.644174 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9578 2025.01.08 15:25:31.644297 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9579 2025.01.08 15:25:31.644332 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part
9580 2025.01.08 15:25:31.644666 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9581 2025.01.08 15:25:31.644768 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9582 2025.01.08 15:25:31.645227 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
9583 2025.01.08 15:25:31.645575 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
9584 2025.01.08 15:25:31.645984 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
9585 2025.01.08 15:25:31.646355 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
9586 2025.01.08 15:25:31.649626 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.006322011 sec., 5378.035564949191 rows/sec., 361.15 KiB/sec.
9587 2025.01.08 15:25:31.649863 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9588 2025.01.08 15:25:31.650229 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9589 2025.01.08 15:25:31.650291 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9590 2025.01.08 15:25:31.650501 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2025.01.08 15:25:31.650756 [ 193 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_33_7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7
9592 2025.01.08 15:25:31.650905 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
9593 2025.01.08 15:25:31.651399 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9594 2025.01.08 15:25:31.651675 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9595 2025.01.08 15:25:31.651980 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007799 sec., 3974.8685728939604 rows/sec., 7.12 MiB/sec.
9596 2025.01.08 15:25:31.652520 [ 272 ] {ae65329b-4939-4ac1-9f90-35dda4c0b7ae} <Debug> TCPHandler: Processed in 0.009071981 sec.
9597 2025.01.08 15:25:31.652764 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9598 2025.01.08 15:25:31.652904 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9599 2025.01.08 15:25:31.652963 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9600 2025.01.08 15:25:31.653452 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9601 2025.01.08 15:25:31.653489 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9602 2025.01.08 15:25:31.653866 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9603 2025.01.08 15:25:31.654118 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9604 2025.01.08 15:25:31.654331 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001456 sec., 35714.28571428571 rows/sec., 2.21 MiB/sec.
9605 2025.01.08 15:25:31.654380 [ 267 ] {4bb15f0b-548f-49a3-910f-14015a2a0f4a} <Debug> TCPHandler: Processed in 0.001736365 sec.
9606 2025.01.08 15:25:35.581685 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
9607 2025.01.08 15:25:35.581763 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
9608 2025.01.08 15:25:35.725793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9609 2025.01.08 15:25:35.726471 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9610 2025.01.08 15:25:35.726514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9611 2025.01.08 15:25:35.727028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9612 2025.01.08 15:25:35.727295 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9613 2025.01.08 15:25:35.727493 [ 110 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9614 2025.01.08 15:25:35.727554 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9615 2025.01.08 15:25:35.727579 [ 110 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9616 2025.01.08 15:25:35.727610 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9617 2025.01.08 15:25:35.727736 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
9618 2025.01.08 15:25:35.727923 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9619 2025.01.08 15:25:35.727975 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9620 2025.01.08 15:25:35.728051 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
9621 2025.01.08 15:25:35.728151 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
9622 2025.01.08 15:25:35.728353 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
9623 2025.01.08 15:25:35.728581 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
9624 2025.01.08 15:25:35.728691 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
9625 2025.01.08 15:25:35.731245 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003568061 sec., 5915257.614710063 rows/sec., 84.62 MiB/sec.
9626 2025.01.08 15:25:35.731692 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9627 2025.01.08 15:25:35.732090 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9628 2025.01.08 15:25:35.732202 [ 192 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_46_9} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9629 2025.01.08 15:25:35.732324 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9630 2025.01.08 15:25:36.612525 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9631 2025.01.08 15:25:36.612759 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9632 2025.01.08 15:25:36.612844 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9633 2025.01.08 15:25:36.613652 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9634 2025.01.08 15:25:36.613707 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9635 2025.01.08 15:25:36.614166 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9636 2025.01.08 15:25:36.614433 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9637 2025.01.08 15:25:36.614651 [ 134 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9638 2025.01.08 15:25:36.614684 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001984 sec., 24193.548387096773 rows/sec., 2.00 MiB/sec.
9639 2025.01.08 15:25:36.614734 [ 134 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9640 2025.01.08 15:25:36.614822 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9641 2025.01.08 15:25:36.614828 [ 267 ] {7fe3e369-23b1-4d19-8af3-b0944bc85afe} <Debug> TCPHandler: Processed in 0.002450295 sec.
9642 2025.01.08 15:25:36.615089 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
9643 2025.01.08 15:25:36.615142 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9644 2025.01.08 15:25:36.615357 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9645 2025.01.08 15:25:36.615427 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1405 rows starting from the beginning of the part
9646 2025.01.08 15:25:36.615458 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9647 2025.01.08 15:25:36.615628 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9648 2025.01.08 15:25:36.615638 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part
9649 2025.01.08 15:25:36.616082 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 235 rows starting from the beginning of the part
9650 2025.01.08 15:25:36.616415 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part
9651 2025.01.08 15:25:36.616788 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 235 rows starting from the beginning of the part
9652 2025.01.08 15:25:36.617144 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part
9653 2025.01.08 15:25:36.618654 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9654 2025.01.08 15:25:36.618721 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9655 2025.01.08 15:25:36.619822 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9656 2025.01.08 15:25:36.620410 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9657 2025.01.08 15:25:36.620471 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2019 rows, containing 5 columns (5 merged, 0 gathered) in 0.00551846 sec., 365862.94002312236 rows/sec., 32.43 MiB/sec.
9658 2025.01.08 15:25:36.620745 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.005383 sec., 2043.4701839123165 rows/sec., 153.66 KiB/sec.
9659 2025.01.08 15:25:36.620760 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9660 2025.01.08 15:25:36.620974 [ 272 ] {3325bb18-4613-4901-9301-8a492be89025} <Debug> TCPHandler: Processed in 0.006015937 sec.
9661 2025.01.08 15:25:36.621175 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9662 2025.01.08 15:25:36.621328 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9663 2025.01.08 15:25:36.621363 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9664 2025.01.08 15:25:36.621460 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9665 2025.01.08 15:25:36.621491 [ 196 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_76_15} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9666 2025.01.08 15:25:36.621685 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
9667 2025.01.08 15:25:36.622251 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9668 2025.01.08 15:25:36.622299 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9669 2025.01.08 15:25:36.622684 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9670 2025.01.08 15:25:36.622942 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9671 2025.01.08 15:25:36.623114 [ 134 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9672 2025.01.08 15:25:36.623169 [ 134 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9673 2025.01.08 15:25:36.623195 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001889 sec., 20645.844362096348 rows/sec., 1.61 MiB/sec.
9674 2025.01.08 15:25:36.623210 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9675 2025.01.08 15:25:36.623374 [ 267 ] {fc688bcf-dd4d-4e17-8cda-4922a1b389b0} <Debug> TCPHandler: Processed in 0.002302703 sec.
9676 2025.01.08 15:25:36.623459 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
9677 2025.01.08 15:25:36.623574 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9678 2025.01.08 15:25:36.623620 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9679 2025.01.08 15:25:36.623658 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 876 rows starting from the beginning of the part
9680 2025.01.08 15:25:36.623784 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9681 2025.01.08 15:25:36.623915 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 39 rows starting from the beginning of the part
9682 2025.01.08 15:25:36.623983 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9683 2025.01.08 15:25:36.624287 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 377 rows starting from the beginning of the part
9684 2025.01.08 15:25:36.624652 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 39 rows starting from the beginning of the part
9685 2025.01.08 15:25:36.625051 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 377 rows starting from the beginning of the part
9686 2025.01.08 15:25:36.625416 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 39 rows starting from the beginning of the part
9687 2025.01.08 15:25:36.626269 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9688 2025.01.08 15:25:36.626308 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9689 2025.01.08 15:25:36.626910 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9690 2025.01.08 15:25:36.627182 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9691 2025.01.08 15:25:36.627428 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9692 2025.01.08 15:25:36.627465 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1747 rows, containing 5 columns (5 merged, 0 gathered) in 0.004120539 sec., 423973.6597566483 rows/sec., 32.18 MiB/sec.
9693 2025.01.08 15:25:36.627510 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9694 2025.01.08 15:25:36.627594 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003886 sec., 25733.401955738547 rows/sec., 1.78 MiB/sec.
9695 2025.01.08 15:25:36.627603 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9696 2025.01.08 15:25:36.627872 [ 272 ] {d1512fed-5b6e-47fa-bfe3-efc1dbf8df60} <Debug> TCPHandler: Processed in 0.004372813 sec.
9697 2025.01.08 15:25:36.627916 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9698 2025.01.08 15:25:36.628200 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
9699 2025.01.08 15:25:36.628307 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9700 2025.01.08 15:25:36.628647 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9701 2025.01.08 15:25:36.628711 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9702 2025.01.08 15:25:36.628746 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9703 2025.01.08 15:25:36.628766 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 18388 rows starting from the beginning of the part
9704 2025.01.08 15:25:36.629099 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_76_15} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9705 2025.01.08 15:25:36.629345 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9706 2025.01.08 15:25:36.629363 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 100 rows starting from the beginning of the part
9707 2025.01.08 15:25:36.629457 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9708 2025.01.08 15:25:36.629842 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 177 rows starting from the beginning of the part
9709 2025.01.08 15:25:36.630298 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 100 rows starting from the beginning of the part
9710 2025.01.08 15:25:36.630799 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 177 rows starting from the beginning of the part
9711 2025.01.08 15:25:36.631239 [ 199 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 100 rows starting from the beginning of the part
9712 2025.01.08 15:25:36.633586 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9713 2025.01.08 15:25:36.633633 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9714 2025.01.08 15:25:36.635548 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9715 2025.01.08 15:25:36.635863 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2025.01.08 15:25:36.636178 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007637 sec., 1440.3561607961242 rows/sec., 2.58 MiB/sec.
9717 2025.01.08 15:25:36.636671 [ 267 ] {dd944126-15a4-494b-b1e1-f2c1381ca962} <Debug> TCPHandler: Processed in 0.008648845 sec.
9718 2025.01.08 15:25:36.636865 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9719 2025.01.08 15:25:36.637019 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9720 2025.01.08 15:25:36.637083 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9721 2025.01.08 15:25:36.637719 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9722 2025.01.08 15:25:36.637757 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9723 2025.01.08 15:25:36.638307 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9724 2025.01.08 15:25:36.638577 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9725 2025.01.08 15:25:36.638747 [ 134 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9726 2025.01.08 15:25:36.638847 [ 134 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9727 2025.01.08 15:25:36.638919 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9728 2025.01.08 15:25:36.639046 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002002 sec., 14985.014985014986 rows/sec., 1.03 MiB/sec.
9729 2025.01.08 15:25:36.639531 [ 272 ] {7139b3be-113a-4796-9ca0-aaf496b37a63} <Debug> TCPHandler: Processed in 0.002732359 sec.
9730 2025.01.08 15:25:36.639568 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
9731 2025.01.08 15:25:36.639783 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19042 rows, containing 5 columns (5 merged, 0 gathered) in 0.012024794 sec., 1583561.431488972 rows/sec., 106.07 MiB/sec.
9732 2025.01.08 15:25:36.639873 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9733 2025.01.08 15:25:36.639912 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2484 rows starting from the beginning of the part
9734 2025.01.08 15:25:36.640044 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part
9735 2025.01.08 15:25:36.640303 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 52 rows starting from the beginning of the part
9736 2025.01.08 15:25:36.640351 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9737 2025.01.08 15:25:36.640470 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part
9738 2025.01.08 15:25:36.640830 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 52 rows starting from the beginning of the part
9739 2025.01.08 15:25:36.640999 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part
9740 2025.01.08 15:25:36.641540 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9741 2025.01.08 15:25:36.641719 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9742 2025.01.08 15:25:36.641922 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB.
9743 2025.01.08 15:25:36.642895 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2678 rows, containing 4 columns (4 merged, 0 gathered) in 0.003794125 sec., 705828.0894804467 rows/sec., 45.46 MiB/sec.
9744 2025.01.08 15:25:36.643161 [ 189 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9745 2025.01.08 15:25:36.643463 [ 189 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9746 2025.01.08 15:25:36.643548 [ 189 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_76_15} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9747 2025.01.08 15:25:36.643640 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
9748 2025.01.08 15:25:36.878726 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9749 2025.01.08 15:25:36.878914 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9750 2025.01.08 15:25:36.878987 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9751 2025.01.08 15:25:36.879713 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9752 2025.01.08 15:25:36.879756 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9753 2025.01.08 15:25:36.880180 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9754 2025.01.08 15:25:36.880427 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9755 2025.01.08 15:25:36.880579 [ 133 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9756 2025.01.08 15:25:36.880622 [ 133 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9757 2025.01.08 15:25:36.880643 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001781 sec., 7860.752386299831 rows/sec., 565.87 KiB/sec.
9758 2025.01.08 15:25:36.880646 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9759 2025.01.08 15:25:36.880765 [ 267 ] {32eed924-ebed-45b6-a1d5-b8e6193db883} <Debug> TCPHandler: Processed in 0.002160001 sec.
9760 2025.01.08 15:25:36.881037 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9761 2025.01.08 15:25:36.881138 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9762 2025.01.08 15:25:36.881295 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9763 2025.01.08 15:25:36.881337 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9764 2025.01.08 15:25:36.881392 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9765 2025.01.08 15:25:36.881462 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9766 2025.01.08 15:25:36.881525 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9767 2025.01.08 15:25:36.881898 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9768 2025.01.08 15:25:36.882256 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9769 2025.01.08 15:25:36.882563 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
9770 2025.01.08 15:25:36.883927 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9771 2025.01.08 15:25:36.883978 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9772 2025.01.08 15:25:36.884444 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003658763 sec., 19132.149308386466 rows/sec., 1.42 MiB/sec.
9773 2025.01.08 15:25:36.884579 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9774 2025.01.08 15:25:36.884583 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9775 2025.01.08 15:25:36.884901 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9776 2025.01.08 15:25:36.884972 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_33_8} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9777 2025.01.08 15:25:36.885187 [ 194 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_33_8} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9778 2025.01.08 15:25:36.885385 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004041 sec., 494.9269982677555 rows/sec., 40.36 KiB/sec.
9779 2025.01.08 15:25:36.885412 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9780 2025.01.08 15:25:36.885722 [ 272 ] {c4bf108c-f4f7-42ab-9103-ed7b0039e15b} <Debug> TCPHandler: Processed in 0.004826059 sec.
9781 2025.01.08 15:25:36.885943 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9782 2025.01.08 15:25:36.886089 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9783 2025.01.08 15:25:36.886152 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9784 2025.01.08 15:25:36.887445 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9785 2025.01.08 15:25:36.887484 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9786 2025.01.08 15:25:36.887943 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9787 2025.01.08 15:25:36.888182 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9788 2025.01.08 15:25:36.888388 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002331 sec., 590304.5903045903 rows/sec., 49.29 MiB/sec.
9789 2025.01.08 15:25:36.888475 [ 267 ] {f4dc0c53-c5b0-477b-826d-0f94e75d5c7f} <Debug> TCPHandler: Processed in 0.002603707 sec.
9790 2025.01.08 15:25:36.888782 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9791 2025.01.08 15:25:36.889036 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9792 2025.01.08 15:25:36.889130 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9793 2025.01.08 15:25:36.889799 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9794 2025.01.08 15:25:36.889841 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9795 2025.01.08 15:25:36.890201 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9796 2025.01.08 15:25:36.890436 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9797 2025.01.08 15:25:36.890628 [ 133 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9798 2025.01.08 15:25:36.890695 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001714 sec., 23337.222870478414 rows/sec., 1.67 MiB/sec.
9799 2025.01.08 15:25:36.890724 [ 133 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9800 2025.01.08 15:25:36.890817 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9801 2025.01.08 15:25:36.890834 [ 272 ] {d480fd4f-b8ae-4fde-a643-611a298f92ea} <Debug> TCPHandler: Processed in 0.002258813 sec.
9802 2025.01.08 15:25:36.891097 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
9803 2025.01.08 15:25:36.891155 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9804 2025.01.08 15:25:36.891254 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9805 2025.01.08 15:25:36.891305 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 63 rows starting from the beginning of the part
9806 2025.01.08 15:25:36.891508 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9807 2025.01.08 15:25:36.891576 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part
9808 2025.01.08 15:25:36.891722 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9809 2025.01.08 15:25:36.891944 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part
9810 2025.01.08 15:25:36.892381 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 38 rows starting from the beginning of the part
9811 2025.01.08 15:25:36.892780 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 11 rows starting from the beginning of the part
9812 2025.01.08 15:25:36.893169 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part
9813 2025.01.08 15:25:36.894740 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2025.01.08 15:25:36.894815 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9815 2025.01.08 15:25:36.895854 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9816 2025.01.08 15:25:36.895937 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005000203 sec., 40198.36794626138 rows/sec., 3.03 MiB/sec.
9817 2025.01.08 15:25:36.896134 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9818 2025.01.08 15:25:36.896330 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9819 2025.01.08 15:25:36.896732 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9820 2025.01.08 15:25:36.896899 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005528 sec., 43777.13458755427 rows/sec., 2.97 MiB/sec.
9821 2025.01.08 15:25:36.896978 [ 194 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_61_12} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9822 2025.01.08 15:25:36.897295 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9823 2025.01.08 15:25:36.897356 [ 267 ] {4856087d-a464-4ca3-af20-37cdb9fd3fe9} <Debug> TCPHandler: Processed in 0.006391742 sec.
9824 2025.01.08 15:25:36.897610 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9825 2025.01.08 15:25:36.897759 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9826 2025.01.08 15:25:36.897823 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9827 2025.01.08 15:25:36.898464 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9828 2025.01.08 15:25:36.898502 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9829 2025.01.08 15:25:36.898864 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9830 2025.01.08 15:25:36.899097 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9831 2025.01.08 15:25:36.899245 [ 133 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9832 2025.01.08 15:25:36.899302 [ 133 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9833 2025.01.08 15:25:36.899333 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9834 2025.01.08 15:25:36.899340 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001606 sec., 8094.64508094645 rows/sec., 504.70 KiB/sec.
9835 2025.01.08 15:25:36.899525 [ 272 ] {da7861da-298a-4dc1-bf2e-066f519ded52} <Debug> TCPHandler: Processed in 0.002035979 sec.
9836 2025.01.08 15:25:36.899604 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9837 2025.01.08 15:25:36.899704 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9838 2025.01.08 15:25:36.899813 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9839 2025.01.08 15:25:36.899893 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9840 2025.01.08 15:25:36.899931 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9841 2025.01.08 15:25:36.900088 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9842 2025.01.08 15:25:36.900238 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9843 2025.01.08 15:25:36.900631 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9844 2025.01.08 15:25:36.900986 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9845 2025.01.08 15:25:36.901382 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
9846 2025.01.08 15:25:36.903331 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2025.01.08 15:25:36.903416 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9848 2025.01.08 15:25:36.903844 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004418813 sec., 14709.832708467184 rows/sec., 974.61 KiB/sec.
9849 2025.01.08 15:25:36.904169 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9850 2025.01.08 15:25:36.904276 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9851 2025.01.08 15:25:36.904739 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_33_8} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9852 2025.01.08 15:25:36.904747 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9853 2025.01.08 15:25:36.904891 [ 190 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_33_8} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9854 2025.01.08 15:25:36.905119 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9855 2025.01.08 15:25:36.905181 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.005324 sec., 156836.96468820437 rows/sec., 11.32 MiB/sec.
9856 2025.01.08 15:25:36.905252 [ 267 ] {bc8011cb-3742-44d2-a138-47b2a2a95043} <Debug> TCPHandler: Processed in 0.005620471 sec.
9857 2025.01.08 15:25:36.905435 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9858 2025.01.08 15:25:36.905577 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9859 2025.01.08 15:25:36.905635 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9860 2025.01.08 15:25:36.906207 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9861 2025.01.08 15:25:36.906252 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9862 2025.01.08 15:25:36.906613 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9863 2025.01.08 15:25:36.906858 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9864 2025.01.08 15:25:36.907105 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
9865 2025.01.08 15:25:36.907267 [ 272 ] {7cf261bb-604e-45f0-86b7-aaa4115e5793} <Debug> TCPHandler: Processed in 0.001893927 sec.
9866 2025.01.08 15:25:36.907517 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9867 2025.01.08 15:25:36.907656 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9868 2025.01.08 15:25:36.907718 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9869 2025.01.08 15:25:36.908544 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9870 2025.01.08 15:25:36.908582 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9871 2025.01.08 15:25:36.909024 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9872 2025.01.08 15:25:36.909262 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9873 2025.01.08 15:25:36.909466 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001838 sec., 513601.7410228509 rows/sec., 34.10 MiB/sec.
9874 2025.01.08 15:25:36.909535 [ 267 ] {0b4b830b-41f0-4929-8230-b270db671298} <Debug> TCPHandler: Processed in 0.002158811 sec.
9875 2025.01.08 15:25:36.909777 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9876 2025.01.08 15:25:36.910024 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9877 2025.01.08 15:25:36.910084 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9878 2025.01.08 15:25:36.910576 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9879 2025.01.08 15:25:36.910614 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9880 2025.01.08 15:25:36.910969 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9881 2025.01.08 15:25:36.911208 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9882 2025.01.08 15:25:36.911425 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec.
9883 2025.01.08 15:25:36.911476 [ 272 ] {19ed8024-c1eb-4bb5-85aa-3e641c1b7d77} <Debug> TCPHandler: Processed in 0.001849737 sec.
9884 2025.01.08 15:25:36.911630 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9885 2025.01.08 15:25:36.911770 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9886 2025.01.08 15:25:36.911862 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9887 2025.01.08 15:25:36.913038 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9888 2025.01.08 15:25:36.913075 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9889 2025.01.08 15:25:36.913704 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9890 2025.01.08 15:25:36.913968 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9891 2025.01.08 15:25:36.914108 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9892 2025.01.08 15:25:36.914154 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9893 2025.01.08 15:25:36.914181 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9894 2025.01.08 15:25:36.914186 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002446 sec., 12673.753066230582 rows/sec., 22.71 MiB/sec.
9895 2025.01.08 15:25:36.914381 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
9896 2025.01.08 15:25:36.914463 [ 267 ] {39999eb7-c6fa-4237-ade9-2dcf9fd0b6af} <Debug> TCPHandler: Processed in 0.002895952 sec.
9897 2025.01.08 15:25:36.914702 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9898 2025.01.08 15:25:36.914931 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9899 2025.01.08 15:25:36.914985 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9900 2025.01.08 15:25:36.915069 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1146 rows starting from the beginning of the part
9901 2025.01.08 15:25:36.915099 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9902 2025.01.08 15:25:36.915951 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part
9903 2025.01.08 15:25:36.916547 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part
9904 2025.01.08 15:25:36.917212 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part
9905 2025.01.08 15:25:36.917450 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9906 2025.01.08 15:25:36.917593 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9907 2025.01.08 15:25:36.917884 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 11 rows starting from the beginning of the part
9908 2025.01.08 15:25:36.918473 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part
9909 2025.01.08 15:25:36.919316 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9910 2025.01.08 15:25:36.919823 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9911 2025.01.08 15:25:36.920422 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.005504 sec., 5087.209302325581 rows/sec., 293.11 KiB/sec.
9912 2025.01.08 15:25:36.920567 [ 272 ] {03365758-0931-48b5-a9b5-9b221e173a71} <Debug> TCPHandler: Processed in 0.005998036 sec.
9913 2025.01.08 15:25:36.932644 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 19 columns (19 merged, 0 gathered) in 0.018401525 sec., 68526.92915396958 rows/sec., 122.80 MiB/sec.
9914 2025.01.08 15:25:36.933999 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9915 2025.01.08 15:25:36.934429 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9916 2025.01.08 15:25:36.934520 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9917 2025.01.08 15:25:36.934682 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB.
9918 2025.01.08 15:25:37.196879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9919 2025.01.08 15:25:37.221080 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2025.01.08 15:25:37.221144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9921 2025.01.08 15:25:37.228791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9922 2025.01.08 15:25:37.229602 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9923 2025.01.08 15:25:37.229981 [ 125 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9924 2025.01.08 15:25:37.230096 [ 125 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9925 2025.01.08 15:25:37.230164 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
9926 2025.01.08 15:25:37.230602 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
9927 2025.01.08 15:25:37.240838 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9928 2025.01.08 15:25:37.241981 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9929 2025.01.08 15:25:37.242885 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
9930 2025.01.08 15:25:37.247391 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
9931 2025.01.08 15:25:37.251867 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
9932 2025.01.08 15:25:37.257108 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
9933 2025.01.08 15:25:37.262611 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
9934 2025.01.08 15:25:37.267175 [ 200 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
9935 2025.01.08 15:25:37.329989 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.099694526 sec., 3480.6324271003605 rows/sec., 18.00 MiB/sec.
9936 2025.01.08 15:25:37.332101 [ 196 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9937 2025.01.08 15:25:37.334539 [ 196 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9938 2025.01.08 15:25:37.334641 [ 196 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_46_9} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9939 2025.01.08 15:25:37.336167 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9940 2025.01.08 15:25:40.841022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1404
9941 2025.01.08 15:25:40.845002 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9942 2025.01.08 15:25:40.845063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9943 2025.01.08 15:25:40.846572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9944 2025.01.08 15:25:40.846884 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9945 2025.01.08 15:25:40.848476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1404
9946 2025.01.08 15:25:41.610964 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9947 2025.01.08 15:25:41.611158 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9948 2025.01.08 15:25:41.611231 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9949 2025.01.08 15:25:41.612010 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9950 2025.01.08 15:25:41.612058 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9951 2025.01.08 15:25:41.612493 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9952 2025.01.08 15:25:41.612748 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9953 2025.01.08 15:25:41.613003 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001897 sec., 13705.851344227727 rows/sec., 1.02 MiB/sec.
9954 2025.01.08 15:25:41.613072 [ 267 ] {f2d3b3fe-62b2-45fc-b048-9a16f0f93291} <Debug> TCPHandler: Processed in 0.002237322 sec.
9955 2025.01.08 15:25:41.613343 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9956 2025.01.08 15:25:41.613535 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9957 2025.01.08 15:25:41.613611 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9958 2025.01.08 15:25:41.614386 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9959 2025.01.08 15:25:41.614440 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9960 2025.01.08 15:25:41.614899 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9961 2025.01.08 15:25:41.615164 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9962 2025.01.08 15:25:41.615436 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001947 sec., 14381.09912686184 rows/sec., 1.12 MiB/sec.
9963 2025.01.08 15:25:41.615513 [ 272 ] {1fb39e0c-a201-4bec-b735-ce2388f1312d} <Debug> TCPHandler: Processed in 0.002316384 sec.
9964 2025.01.08 15:25:41.615762 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9965 2025.01.08 15:25:41.615920 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9966 2025.01.08 15:25:41.615978 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9967 2025.01.08 15:25:41.616540 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9968 2025.01.08 15:25:41.616581 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9969 2025.01.08 15:25:41.616979 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9970 2025.01.08 15:25:41.617217 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9971 2025.01.08 15:25:41.617441 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001551 sec., 51579.62604771115 rows/sec., 3.58 MiB/sec.
9972 2025.01.08 15:25:41.617499 [ 267 ] {8cfc63e0-82f0-42a3-abd6-1bd9d3e6931e} <Debug> TCPHandler: Processed in 0.001866567 sec.
9973 2025.01.08 15:25:41.617666 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9974 2025.01.08 15:25:41.617817 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9975 2025.01.08 15:25:41.617884 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9976 2025.01.08 15:25:41.618463 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9977 2025.01.08 15:25:41.618504 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9978 2025.01.08 15:25:41.618901 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9979 2025.01.08 15:25:41.619148 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9980 2025.01.08 15:25:41.619395 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001606 sec., 14943.960149439601 rows/sec., 1.02 MiB/sec.
9981 2025.01.08 15:25:41.619496 [ 272 ] {662cc77e-f953-43d7-8139-a5123da48993} <Debug> TCPHandler: Processed in 0.001896037 sec.
9982 2025.01.08 15:25:43.227734 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9983 2025.01.08 15:25:43.228651 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9984 2025.01.08 15:25:43.228720 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9985 2025.01.08 15:25:43.229430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9986 2025.01.08 15:25:43.229811 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9987 2025.01.08 15:25:43.230093 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9988 2025.01.08 15:25:44.740942 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9989 2025.01.08 15:25:44.760611 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9990 2025.01.08 15:25:44.760668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9991 2025.01.08 15:25:44.767553 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9992 2025.01.08 15:25:44.768296 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9993 2025.01.08 15:25:44.770934 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9994 2025.01.08 15:25:46.612272 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9995 2025.01.08 15:25:46.612588 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9996 2025.01.08 15:25:46.612664 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9997 2025.01.08 15:25:46.613457 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9998 2025.01.08 15:25:46.613512 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
9999 2025.01.08 15:25:46.613957 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10000 2025.01.08 15:25:46.614209 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10001 2025.01.08 15:25:46.614457 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.00194 sec., 24742.268041237112 rows/sec., 2.05 MiB/sec.
10002 2025.01.08 15:25:46.614523 [ 267 ] {59916da6-53b5-445f-abe5-f6ae5407023f} <Debug> TCPHandler: Processed in 0.002441345 sec.
10003 2025.01.08 15:25:46.614789 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10004 2025.01.08 15:25:46.615005 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10005 2025.01.08 15:25:46.615087 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10006 2025.01.08 15:25:46.615903 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10007 2025.01.08 15:25:46.615947 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10008 2025.01.08 15:25:46.616382 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10009 2025.01.08 15:25:46.616641 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10010 2025.01.08 15:25:46.616886 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.00193 sec., 5699.4818652849735 rows/sec., 428.57 KiB/sec.
10011 2025.01.08 15:25:46.617032 [ 272 ] {c2047cec-b866-4053-add4-b370dd127a5b} <Debug> TCPHandler: Processed in 0.002386864 sec.
10012 2025.01.08 15:25:46.617322 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10013 2025.01.08 15:25:46.617552 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10014 2025.01.08 15:25:46.617612 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10015 2025.01.08 15:25:46.618237 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10016 2025.01.08 15:25:46.618278 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10017 2025.01.08 15:25:46.618658 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10018 2025.01.08 15:25:46.618898 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10019 2025.01.08 15:25:46.619119 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001625 sec., 24000 rows/sec., 1.87 MiB/sec.
10020 2025.01.08 15:25:46.619174 [ 267 ] {9ea8a9d4-f861-4939-8f4d-a8a8889ee38d} <Debug> TCPHandler: Processed in 0.00201911 sec.
10021 2025.01.08 15:25:46.619326 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10022 2025.01.08 15:25:46.619455 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10023 2025.01.08 15:25:46.619514 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10024 2025.01.08 15:25:46.620204 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10025 2025.01.08 15:25:46.620249 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10026 2025.01.08 15:25:46.620687 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10027 2025.01.08 15:25:46.620937 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10028 2025.01.08 15:25:46.621117 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001693 sec., 59066.74542232723 rows/sec., 4.10 MiB/sec.
10029 2025.01.08 15:25:46.621170 [ 272 ] {653156d9-4b02-49a2-b54f-a44c376b80ba} <Debug> TCPHandler: Processed in 0.001904757 sec.
10030 2025.01.08 15:25:46.621314 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10031 2025.01.08 15:25:46.621435 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10032 2025.01.08 15:25:46.621541 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10033 2025.01.08 15:25:46.623150 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10034 2025.01.08 15:25:46.623190 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10035 2025.01.08 15:25:46.623822 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10036 2025.01.08 15:25:46.624077 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10037 2025.01.08 15:25:46.624331 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002921 sec., 3765.833618623759 rows/sec., 6.75 MiB/sec.
10038 2025.01.08 15:25:46.624438 [ 267 ] {915d56c6-d01a-4244-9379-c038bb6f5446} <Debug> TCPHandler: Processed in 0.003179785 sec.
10039 2025.01.08 15:25:46.624613 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10040 2025.01.08 15:25:46.624755 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10041 2025.01.08 15:25:46.624816 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10042 2025.01.08 15:25:46.625394 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10043 2025.01.08 15:25:46.625439 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10044 2025.01.08 15:25:46.625822 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10045 2025.01.08 15:25:46.626064 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10046 2025.01.08 15:25:46.626244 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001522 sec., 19710.906701708278 rows/sec., 1.35 MiB/sec.
10047 2025.01.08 15:25:46.626295 [ 272 ] {7acb41d7-c069-470d-87cb-52abdecee733} <Debug> TCPHandler: Processed in 0.001760665 sec.
10048 2025.01.08 15:25:47.483867 [ 140 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
10049 2025.01.08 15:25:47.483937 [ 140 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10050 2025.01.08 15:25:47.483964 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10051 2025.01.08 15:25:47.484168 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
10052 2025.01.08 15:25:47.484517 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10053 2025.01.08 15:25:47.484557 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
10054 2025.01.08 15:25:47.484641 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
10055 2025.01.08 15:25:47.484819 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
10056 2025.01.08 15:25:47.485099 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10057 2025.01.08 15:25:47.485421 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10058 2025.01.08 15:25:47.486701 [ 187 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002657869 sec., 74495.77086003862 rows/sec., 3.80 MiB/sec.
10059 2025.01.08 15:25:47.486940 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
10060 2025.01.08 15:25:47.487362 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10061 2025.01.08 15:25:47.487465 [ 189 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_33_7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
10062 2025.01.08 15:25:47.487575 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10063 2025.01.08 15:25:49.309966 [ 139 ] {} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
10064 2025.01.08 15:25:49.310042 [ 139 ] {} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10065 2025.01.08 15:25:49.310069 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10066 2025.01.08 15:25:49.310252 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
10067 2025.01.08 15:25:49.310436 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10068 2025.01.08 15:25:49.310490 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part
10069 2025.01.08 15:25:49.310597 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
10070 2025.01.08 15:25:49.310861 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
10071 2025.01.08 15:25:49.311082 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
10072 2025.01.08 15:25:49.311242 [ 198 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
10073 2025.01.08 15:25:49.312569 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002416035 sec., 12417.038660449869 rows/sec., 1.04 MiB/sec.
10074 2025.01.08 15:25:49.312755 [ 190 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
10075 2025.01.08 15:25:49.313125 [ 190 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10076 2025.01.08 15:25:49.313223 [ 190 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_14_3} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
10077 2025.01.08 15:25:49.313320 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10078 2025.01.08 15:25:50.581819 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
10079 2025.01.08 15:25:50.581877 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
10080 2025.01.08 15:25:50.730244 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
10081 2025.01.08 15:25:50.730929 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10082 2025.01.08 15:25:50.730979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10083 2025.01.08 15:25:50.731596 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10084 2025.01.08 15:25:50.731862 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10085 2025.01.08 15:25:50.732072 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
10086 2025.01.08 15:25:50.848795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1424
10087 2025.01.08 15:25:50.851826 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10088 2025.01.08 15:25:50.851886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10089 2025.01.08 15:25:50.853365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10090 2025.01.08 15:25:50.853673 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10091 2025.01.08 15:25:50.855204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1424
10092 2025.01.08 15:25:51.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.88 MiB, peak 242.82 MiB, free memory in arenas 0.00 B, will set to 229.89 MiB (RSS), difference: 4.00 MiB
10093 2025.01.08 15:25:51.001392 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000941594 sec.
10094 2025.01.08 15:25:51.617379 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10095 2025.01.08 15:25:51.617595 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10096 2025.01.08 15:25:51.617675 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10097 2025.01.08 15:25:51.618531 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10098 2025.01.08 15:25:51.618600 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10099 2025.01.08 15:25:51.619065 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10100 2025.01.08 15:25:51.619321 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10101 2025.01.08 15:25:51.619600 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002054 sec., 6815.9688412852975 rows/sec., 490.66 KiB/sec.
10102 2025.01.08 15:25:51.619759 [ 267 ] {bda7c6d5-6b31-47b1-8629-42a18a60e67f} <Debug> TCPHandler: Processed in 0.002514327 sec.
10103 2025.01.08 15:25:51.620069 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10104 2025.01.08 15:25:51.620263 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10105 2025.01.08 15:25:51.620340 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10106 2025.01.08 15:25:51.621207 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10107 2025.01.08 15:25:51.621257 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10108 2025.01.08 15:25:51.621720 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10109 2025.01.08 15:25:51.621980 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10110 2025.01.08 15:25:51.622224 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002014 sec., 116683.21747765639 rows/sec., 10.40 MiB/sec.
10111 2025.01.08 15:25:51.622290 [ 272 ] {e16e4a38-4891-42df-a47e-8222038aeb34} <Debug> TCPHandler: Processed in 0.002407775 sec.
10112 2025.01.08 15:25:51.622451 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10113 2025.01.08 15:25:51.622598 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10114 2025.01.08 15:25:51.622660 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10115 2025.01.08 15:25:51.623401 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10116 2025.01.08 15:25:51.623452 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10117 2025.01.08 15:25:51.623864 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10118 2025.01.08 15:25:51.624099 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10119 2025.01.08 15:25:51.624318 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001755 sec., 21652.421652421654 rows/sec., 1.55 MiB/sec.
10120 2025.01.08 15:25:51.624377 [ 267 ] {58864cf1-7a67-409b-b750-ca570cd71cc7} <Debug> TCPHandler: Processed in 0.001992769 sec.
10121 2025.01.08 15:25:51.624544 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10122 2025.01.08 15:25:51.624679 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10123 2025.01.08 15:25:51.624748 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10124 2025.01.08 15:25:51.625461 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10125 2025.01.08 15:25:51.625510 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10126 2025.01.08 15:25:51.625904 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10127 2025.01.08 15:25:51.626146 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10128 2025.01.08 15:25:51.626371 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001726 sec., 8111.239860950173 rows/sec., 568.06 KiB/sec.
10129 2025.01.08 15:25:51.626493 [ 272 ] {7873ccc6-b6bd-4b13-8082-b386dfac0113} <Debug> TCPHandler: Processed in 0.002010329 sec.
10130 2025.01.08 15:25:51.626659 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10131 2025.01.08 15:25:51.626802 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10132 2025.01.08 15:25:51.626862 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10133 2025.01.08 15:25:51.627555 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10134 2025.01.08 15:25:51.627603 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10135 2025.01.08 15:25:51.627965 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10136 2025.01.08 15:25:51.628212 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10137 2025.01.08 15:25:51.628458 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00168 sec., 7738.095238095238 rows/sec., 482.47 KiB/sec.
10138 2025.01.08 15:25:51.628648 [ 267 ] {3ed8518a-8cad-4412-9a17-009dd4754a05} <Debug> TCPHandler: Processed in 0.00204856 sec.
10139 2025.01.08 15:25:51.628874 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10140 2025.01.08 15:25:51.629018 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10141 2025.01.08 15:25:51.629077 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10142 2025.01.08 15:25:51.629877 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10143 2025.01.08 15:25:51.629919 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10144 2025.01.08 15:25:51.630337 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10145 2025.01.08 15:25:51.630580 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10146 2025.01.08 15:25:51.630812 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001826 sec., 206462.21248630888 rows/sec., 14.59 MiB/sec.
10147 2025.01.08 15:25:51.630869 [ 272 ] {4bc3994c-7456-40c2-b50a-4b8fbae49897} <Debug> TCPHandler: Processed in 0.002113691 sec.
10148 2025.01.08 15:25:51.631020 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10149 2025.01.08 15:25:51.631161 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10150 2025.01.08 15:25:51.631222 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10151 2025.01.08 15:25:51.631768 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10152 2025.01.08 15:25:51.631808 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10153 2025.01.08 15:25:51.632179 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10154 2025.01.08 15:25:51.632413 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10155 2025.01.08 15:25:51.632660 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec.
10156 2025.01.08 15:25:51.632838 [ 267 ] {fc924885-47ea-4c57-a95c-9d4d86cbfd6c} <Debug> TCPHandler: Processed in 0.001881277 sec.
10157 2025.01.08 15:25:51.633042 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10158 2025.01.08 15:25:51.633185 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10159 2025.01.08 15:25:51.633246 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10160 2025.01.08 15:25:51.633869 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10161 2025.01.08 15:25:51.633915 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10162 2025.01.08 15:25:51.634307 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10163 2025.01.08 15:25:51.634546 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10164 2025.01.08 15:25:51.634777 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001624 sec., 108990.14778325123 rows/sec., 7.19 MiB/sec.
10165 2025.01.08 15:25:51.634831 [ 272 ] {7aa5e2d1-1615-44b4-9a59-d49d637a45c0} <Debug> TCPHandler: Processed in 0.001893807 sec.
10166 2025.01.08 15:25:51.634973 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10167 2025.01.08 15:25:51.635094 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10168 2025.01.08 15:25:51.635147 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10169 2025.01.08 15:25:51.635620 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10170 2025.01.08 15:25:51.635659 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10171 2025.01.08 15:25:51.636027 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10172 2025.01.08 15:25:51.636280 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10173 2025.01.08 15:25:51.636542 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec.
10174 2025.01.08 15:25:51.636710 [ 267 ] {b0b2fb62-85ed-469b-ab47-fd4bb5420030} <Debug> TCPHandler: Processed in 0.001789676 sec.
10175 2025.01.08 15:25:51.636934 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10176 2025.01.08 15:25:51.637082 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10177 2025.01.08 15:25:51.637174 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10178 2025.01.08 15:25:51.638455 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10179 2025.01.08 15:25:51.638496 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10180 2025.01.08 15:25:51.639152 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10181 2025.01.08 15:25:51.639412 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10182 2025.01.08 15:25:51.639656 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002605 sec., 11900.191938579654 rows/sec., 21.32 MiB/sec.
10183 2025.01.08 15:25:51.639765 [ 272 ] {c6c5172c-4910-4a7a-821f-4fb45d7533f6} <Debug> TCPHandler: Processed in 0.002961853 sec.
10184 2025.01.08 15:25:51.639931 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10185 2025.01.08 15:25:51.640074 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10186 2025.01.08 15:25:51.640135 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10187 2025.01.08 15:25:51.640696 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10188 2025.01.08 15:25:51.640735 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10189 2025.01.08 15:25:51.641103 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10190 2025.01.08 15:25:51.641337 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10191 2025.01.08 15:25:51.641553 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001509 sec., 34459.90722332671 rows/sec., 2.13 MiB/sec.
10192 2025.01.08 15:25:51.641601 [ 267 ] {0748e25c-9f32-4be7-a7d3-123fed95edb9} <Debug> TCPHandler: Processed in 0.001739225 sec.
10193 2025.01.08 15:25:52.271018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
10194 2025.01.08 15:25:52.291419 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10195 2025.01.08 15:25:52.291479 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10196 2025.01.08 15:25:52.303306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10197 2025.01.08 15:25:52.304206 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10198 2025.01.08 15:25:52.307717 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
10199 2025.01.08 15:25:56.612184 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10200 2025.01.08 15:25:56.612419 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10201 2025.01.08 15:25:56.612503 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10202 2025.01.08 15:25:56.613273 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10203 2025.01.08 15:25:56.613330 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10204 2025.01.08 15:25:56.613763 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10205 2025.01.08 15:25:56.614021 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10206 2025.01.08 15:25:56.614271 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00191 sec., 2094.240837696335 rows/sec., 170.77 KiB/sec.
10207 2025.01.08 15:25:56.614337 [ 267 ] {ce27b940-5b61-4b9c-a97c-8c4ee178afdb} <Debug> TCPHandler: Processed in 0.002299003 sec.
10208 2025.01.08 15:25:56.614598 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10209 2025.01.08 15:25:56.614822 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10210 2025.01.08 15:25:56.614899 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10211 2025.01.08 15:25:56.615696 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10212 2025.01.08 15:25:56.615749 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10213 2025.01.08 15:25:56.616200 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10214 2025.01.08 15:25:56.616459 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10215 2025.01.08 15:25:56.616642 [ 127 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10216 2025.01.08 15:25:56.616708 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001945 sec., 25706.94087403599 rows/sec., 2.12 MiB/sec.
10217 2025.01.08 15:25:56.616719 [ 127 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10218 2025.01.08 15:25:56.616789 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10219 2025.01.08 15:25:56.616842 [ 272 ] {99208509-c42a-4bcb-8ea1-c57d612cb596} <Debug> TCPHandler: Processed in 0.002395834 sec.
10220 2025.01.08 15:25:56.617099 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10221 2025.01.08 15:25:56.617250 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10222 2025.01.08 15:25:56.617527 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10223 2025.01.08 15:25:56.617706 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10224 2025.01.08 15:25:56.617883 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10225 2025.01.08 15:25:56.618030 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1405 rows starting from the beginning of the part
10226 2025.01.08 15:25:56.618709 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1376 rows starting from the beginning of the part
10227 2025.01.08 15:25:56.619476 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part
10228 2025.01.08 15:25:56.619691 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part
10229 2025.01.08 15:25:56.620193 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 235 rows starting from the beginning of the part
10230 2025.01.08 15:25:56.620486 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 50 rows starting from the beginning of the part
10231 2025.01.08 15:25:56.621205 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10232 2025.01.08 15:25:56.621250 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10233 2025.01.08 15:25:56.621847 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10234 2025.01.08 15:25:56.622196 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10235 2025.01.08 15:25:56.622469 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.005084 sec., 2950.432730133753 rows/sec., 217.63 KiB/sec.
10236 2025.01.08 15:25:56.622571 [ 267 ] {5ebb487e-b95b-4d21-be0d-5550abaaf1fa} <Debug> TCPHandler: Processed in 0.005622531 sec.
10237 2025.01.08 15:25:56.622875 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10238 2025.01.08 15:25:56.623364 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10239 2025.01.08 15:25:56.623552 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10240 2025.01.08 15:25:56.623570 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3140 rows, containing 5 columns (5 merged, 0 gathered) in 0.006663436 sec., 471228.35726192914 rows/sec., 41.31 MiB/sec.
10241 2025.01.08 15:25:56.623993 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10242 2025.01.08 15:25:56.624577 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10243 2025.01.08 15:25:56.624765 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_81_16} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10244 2025.01.08 15:25:56.624941 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10245 2025.01.08 15:25:56.625113 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10246 2025.01.08 15:25:56.625160 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10247 2025.01.08 15:25:56.625534 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10248 2025.01.08 15:25:56.625778 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10249 2025.01.08 15:25:56.625917 [ 126 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10250 2025.01.08 15:25:56.625960 [ 126 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10251 2025.01.08 15:25:56.625970 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.002764 sec., 15557.163531114327 rows/sec., 1.22 MiB/sec.
10252 2025.01.08 15:25:56.625985 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10253 2025.01.08 15:25:56.626133 [ 272 ] {3a676fdb-21f9-4f7f-b3fc-9c1ba7fabd56} <Debug> TCPHandler: Processed in 0.00342772 sec.
10254 2025.01.08 15:25:56.626273 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
10255 2025.01.08 15:25:56.626384 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10256 2025.01.08 15:25:56.626788 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10257 2025.01.08 15:25:56.626841 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10258 2025.01.08 15:25:56.626976 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10259 2025.01.08 15:25:56.626996 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 876 rows starting from the beginning of the part
10260 2025.01.08 15:25:56.627706 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 835 rows starting from the beginning of the part
10261 2025.01.08 15:25:56.628339 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part
10262 2025.01.08 15:25:56.628771 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part
10263 2025.01.08 15:25:56.629114 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 377 rows starting from the beginning of the part
10264 2025.01.08 15:25:56.629329 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 43 rows starting from the beginning of the part
10265 2025.01.08 15:25:56.630320 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10266 2025.01.08 15:25:56.630385 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10267 2025.01.08 15:25:56.631314 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10268 2025.01.08 15:25:56.631812 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10269 2025.01.08 15:25:56.632066 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10270 2025.01.08 15:25:56.632173 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10271 2025.01.08 15:25:56.632206 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.005517 sec., 18488.30886351278 rows/sec., 1.28 MiB/sec.
10272 2025.01.08 15:25:56.632254 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10273 2025.01.08 15:25:56.633012 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
10274 2025.01.08 15:25:56.633115 [ 267 ] {eb02c77d-098c-4ba7-afad-0ab9e8bdb6a5} <Debug> TCPHandler: Processed in 0.006858959 sec.
10275 2025.01.08 15:25:56.633290 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.007189794 sec., 305711.1232950485 rows/sec., 23.29 MiB/sec.
10276 2025.01.08 15:25:56.633524 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10277 2025.01.08 15:25:56.633766 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10278 2025.01.08 15:25:56.633893 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 19042 rows starting from the beginning of the part
10279 2025.01.08 15:25:56.633958 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10280 2025.01.08 15:25:56.634129 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10281 2025.01.08 15:25:56.634267 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 944 rows starting from the beginning of the part
10282 2025.01.08 15:25:56.634382 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10283 2025.01.08 15:25:56.634684 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 80 rows starting from the beginning of the part
10284 2025.01.08 15:25:56.635216 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part
10285 2025.01.08 15:25:56.635729 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 177 rows starting from the beginning of the part
10286 2025.01.08 15:25:56.636129 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 102 rows starting from the beginning of the part
10287 2025.01.08 15:25:56.638270 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10288 2025.01.08 15:25:56.639987 [ 192 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_81_16} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10289 2025.01.08 15:25:56.640452 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
10290 2025.01.08 15:25:56.642376 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10291 2025.01.08 15:25:56.642433 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10292 2025.01.08 15:25:56.643831 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10293 2025.01.08 15:25:56.644116 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10294 2025.01.08 15:25:56.644339 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.01054 sec., 1043.6432637571156 rows/sec., 1.87 MiB/sec.
10295 2025.01.08 15:25:56.644462 [ 272 ] {aef4463f-da7d-48af-8aa2-2ea11ea05968} <Debug> TCPHandler: Processed in 0.011205421 sec.
10296 2025.01.08 15:25:56.644731 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10297 2025.01.08 15:25:56.644970 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10298 2025.01.08 15:25:56.645073 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10299 2025.01.08 15:25:56.646194 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10300 2025.01.08 15:25:56.646240 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10301 2025.01.08 15:25:56.646827 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20445 rows, containing 5 columns (5 merged, 0 gathered) in 0.014409848 sec., 1418821.3505097348 rows/sec., 95.03 MiB/sec.
10302 2025.01.08 15:25:56.647009 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10303 2025.01.08 15:25:56.647200 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10304 2025.01.08 15:25:56.647387 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10305 2025.01.08 15:25:56.647760 [ 126 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10306 2025.01.08 15:25:56.647874 [ 126 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10307 2025.01.08 15:25:56.647881 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10308 2025.01.08 15:25:56.647871 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002929 sec., 10242.403550699897 rows/sec., 718.50 KiB/sec.
10309 2025.01.08 15:25:56.647921 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10310 2025.01.08 15:25:56.648254 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10311 2025.01.08 15:25:56.648339 [ 267 ] {83b4272d-7cdd-4c5a-bf02-ecd3a513e093} <Debug> TCPHandler: Processed in 0.003735924 sec.
10312 2025.01.08 15:25:56.648641 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
10313 2025.01.08 15:25:56.648737 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
10314 2025.01.08 15:25:56.649105 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10315 2025.01.08 15:25:56.649201 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2678 rows starting from the beginning of the part
10316 2025.01.08 15:25:56.649529 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part
10317 2025.01.08 15:25:56.649856 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part
10318 2025.01.08 15:25:56.649948 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part
10319 2025.01.08 15:25:56.650004 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 52 rows starting from the beginning of the part
10320 2025.01.08 15:25:56.650263 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part
10321 2025.01.08 15:25:56.651628 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 4 columns (4 merged, 0 gathered) in 0.003532601 sec., 804506.3679707955 rows/sec., 51.81 MiB/sec.
10322 2025.01.08 15:25:56.651904 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10323 2025.01.08 15:25:56.652181 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10324 2025.01.08 15:25:56.652254 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_81_16} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10325 2025.01.08 15:25:56.652321 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
10326 2025.01.08 15:25:58.232216 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
10327 2025.01.08 15:25:58.232986 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10328 2025.01.08 15:25:58.233035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10329 2025.01.08 15:25:58.233812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10330 2025.01.08 15:25:58.234206 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10331 2025.01.08 15:25:58.234559 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10332 2025.01.08 15:25:59.807808 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10333 2025.01.08 15:25:59.828313 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10334 2025.01.08 15:25:59.828371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10335 2025.01.08 15:25:59.835643 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10336 2025.01.08 15:25:59.836415 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10337 2025.01.08 15:25:59.840984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10338 2025.01.08 15:26:00.855425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1460
10339 2025.01.08 15:26:00.858839 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10340 2025.01.08 15:26:00.858894 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10341 2025.01.08 15:26:00.860412 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10342 2025.01.08 15:26:00.860728 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10343 2025.01.08 15:26:00.860980 [ 120 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10344 2025.01.08 15:26:00.861137 [ 120 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2025.01.08 15:26:00.861242 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10346 2025.01.08 15:26:00.862023 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
10347 2025.01.08 15:26:00.863101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1460
10348 2025.01.08 15:26:00.863521 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10349 2025.01.08 15:26:00.863706 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1292 rows starting from the beginning of the part
10350 2025.01.08 15:26:00.864224 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
10351 2025.01.08 15:26:00.864731 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part
10352 2025.01.08 15:26:00.865243 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part
10353 2025.01.08 15:26:00.865745 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
10354 2025.01.08 15:26:00.866325 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
10355 2025.01.08 15:26:00.875017 [ 194 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1460 rows, containing 72 columns (72 merged, 0 gathered) in 0.013541075 sec., 107820.09552417368 rows/sec., 83.05 MiB/sec.
10356 2025.01.08 15:26:00.876895 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10357 2025.01.08 15:26:00.877738 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10358 2025.01.08 15:26:00.877836 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_36_7} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10359 2025.01.08 15:26:00.878187 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB.
10360 2025.01.08 15:26:01.617910 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10361 2025.01.08 15:26:01.618105 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10362 2025.01.08 15:26:01.618176 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10363 2025.01.08 15:26:01.618902 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10364 2025.01.08 15:26:01.618954 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10365 2025.01.08 15:26:01.619391 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10366 2025.01.08 15:26:01.619656 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10367 2025.01.08 15:26:01.619916 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec.
10368 2025.01.08 15:26:01.620002 [ 267 ] {7a67a3d6-4160-43b2-80bd-0269ad88e5d0} <Debug> TCPHandler: Processed in 0.002229292 sec.
10369 2025.01.08 15:26:01.620324 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10370 2025.01.08 15:26:01.620547 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10371 2025.01.08 15:26:01.620632 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10372 2025.01.08 15:26:01.621532 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10373 2025.01.08 15:26:01.621587 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10374 2025.01.08 15:26:01.622056 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10375 2025.01.08 15:26:01.622322 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10376 2025.01.08 15:26:01.622556 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002071 sec., 113471.75277643651 rows/sec., 10.11 MiB/sec.
10377 2025.01.08 15:26:01.622622 [ 272 ] {7cb10360-7a1d-47d7-ae77-5410fd174faa} <Debug> TCPHandler: Processed in 0.002494186 sec.
10378 2025.01.08 15:26:01.622772 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10379 2025.01.08 15:26:01.622915 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10380 2025.01.08 15:26:01.622982 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10381 2025.01.08 15:26:01.623705 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10382 2025.01.08 15:26:01.623753 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10383 2025.01.08 15:26:01.624145 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10384 2025.01.08 15:26:01.624381 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10385 2025.01.08 15:26:01.624606 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001725 sec., 22028.985507246376 rows/sec., 1.58 MiB/sec.
10386 2025.01.08 15:26:01.624659 [ 267 ] {c7bf4b65-f306-4333-a023-a05880637962} <Debug> TCPHandler: Processed in 0.001952549 sec.
10387 2025.01.08 15:26:01.624803 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10388 2025.01.08 15:26:01.624933 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10389 2025.01.08 15:26:01.624995 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10390 2025.01.08 15:26:01.625730 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2025.01.08 15:26:01.625780 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10392 2025.01.08 15:26:01.626173 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10393 2025.01.08 15:26:01.626421 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.01.08 15:26:01.626675 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 555.51 KiB/sec.
10395 2025.01.08 15:26:01.626861 [ 272 ] {70b67a0a-63ab-490e-87e4-c44ca903e920} <Debug> TCPHandler: Processed in 0.00211579 sec.
10396 2025.01.08 15:26:01.627085 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10397 2025.01.08 15:26:01.627224 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10398 2025.01.08 15:26:01.627280 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10399 2025.01.08 15:26:01.627936 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10400 2025.01.08 15:26:01.627976 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10401 2025.01.08 15:26:01.628329 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10402 2025.01.08 15:26:01.628562 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10403 2025.01.08 15:26:01.628813 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec.
10404 2025.01.08 15:26:01.628933 [ 267 ] {66e988ce-9984-4838-a46c-307fd16889ec} <Debug> TCPHandler: Processed in 0.001938598 sec.
10405 2025.01.08 15:26:01.629244 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10406 2025.01.08 15:26:01.629473 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10407 2025.01.08 15:26:01.629560 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10408 2025.01.08 15:26:01.630454 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2025.01.08 15:26:01.630494 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10410 2025.01.08 15:26:01.630881 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10411 2025.01.08 15:26:01.631124 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2025.01.08 15:26:01.631340 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.00192 sec., 196354.16666666666 rows/sec., 13.88 MiB/sec.
10413 2025.01.08 15:26:01.631397 [ 272 ] {d531b08f-bd48-4fc0-98be-68caf244b63f} <Debug> TCPHandler: Processed in 0.002334663 sec.
10414 2025.01.08 15:26:01.631601 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10415 2025.01.08 15:26:01.631830 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10416 2025.01.08 15:26:01.631926 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10417 2025.01.08 15:26:01.632443 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10418 2025.01.08 15:26:01.632483 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10419 2025.01.08 15:26:01.632851 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10420 2025.01.08 15:26:01.633086 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10421 2025.01.08 15:26:01.633268 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec.
10422 2025.01.08 15:26:01.633378 [ 267 ] {7c99c443-48d4-4435-b42f-492e4d5b368d} <Debug> TCPHandler: Processed in 0.001885307 sec.
10423 2025.01.08 15:26:01.633567 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10424 2025.01.08 15:26:01.633708 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10425 2025.01.08 15:26:01.633771 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10426 2025.01.08 15:26:01.634378 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10427 2025.01.08 15:26:01.634418 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10428 2025.01.08 15:26:01.634819 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10429 2025.01.08 15:26:01.635070 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10430 2025.01.08 15:26:01.635289 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001613 sec., 109733.4159950403 rows/sec., 7.24 MiB/sec.
10431 2025.01.08 15:26:01.635344 [ 272 ] {1e53707d-7dc8-420a-b030-d803d6907650} <Debug> TCPHandler: Processed in 0.001883068 sec.
10432 2025.01.08 15:26:01.635488 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10433 2025.01.08 15:26:01.635627 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10434 2025.01.08 15:26:01.635687 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10435 2025.01.08 15:26:01.636193 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10436 2025.01.08 15:26:01.636230 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10437 2025.01.08 15:26:01.636596 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10438 2025.01.08 15:26:01.636833 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10439 2025.01.08 15:26:01.637008 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
10440 2025.01.08 15:26:01.637057 [ 267 ] {b61f44e7-4641-4bd6-bc6c-a3fdad5af58e} <Debug> TCPHandler: Processed in 0.001636733 sec.
10441 2025.01.08 15:26:01.637201 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10442 2025.01.08 15:26:01.637342 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10443 2025.01.08 15:26:01.637437 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10444 2025.01.08 15:26:01.638665 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10445 2025.01.08 15:26:01.638706 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10446 2025.01.08 15:26:01.639374 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10447 2025.01.08 15:26:01.639638 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10448 2025.01.08 15:26:01.639924 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002612 sec., 11868.300153139357 rows/sec., 21.27 MiB/sec.
10449 2025.01.08 15:26:01.640040 [ 272 ] {5afab7c8-054a-46ea-be78-c8239eec3d43} <Debug> TCPHandler: Processed in 0.002909252 sec.
10450 2025.01.08 15:26:01.640189 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10451 2025.01.08 15:26:01.640329 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10452 2025.01.08 15:26:01.640387 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10453 2025.01.08 15:26:01.640949 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10454 2025.01.08 15:26:01.640986 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10455 2025.01.08 15:26:01.641355 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10456 2025.01.08 15:26:01.641587 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10457 2025.01.08 15:26:01.641753 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001456 sec., 35714.28571428571 rows/sec., 2.21 MiB/sec.
10458 2025.01.08 15:26:01.641800 [ 267 ] {01bef4c9-4d8c-4e21-9d48-597856544d82} <Debug> TCPHandler: Processed in 0.001677595 sec.
10459 2025.01.08 15:26:05.581927 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
10460 2025.01.08 15:26:05.582007 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
10461 2025.01.08 15:26:05.734733 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
10462 2025.01.08 15:26:05.735413 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10463 2025.01.08 15:26:05.735458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10464 2025.01.08 15:26:05.735980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10465 2025.01.08 15:26:05.736238 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10466 2025.01.08 15:26:05.736488 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10467 2025.01.08 15:26:06.612950 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10468 2025.01.08 15:26:06.613223 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10469 2025.01.08 15:26:06.613294 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10470 2025.01.08 15:26:06.614076 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10471 2025.01.08 15:26:06.614121 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10472 2025.01.08 15:26:06.614554 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10473 2025.01.08 15:26:06.614806 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10474 2025.01.08 15:26:06.615013 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001843 sec., 26044.492674986435 rows/sec., 2.16 MiB/sec.
10475 2025.01.08 15:26:06.615079 [ 267 ] {808e957e-f50a-4871-ba84-90df5c8f0d82} <Debug> TCPHandler: Processed in 0.002309873 sec.
10476 2025.01.08 15:26:06.615345 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10477 2025.01.08 15:26:06.615546 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10478 2025.01.08 15:26:06.615622 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10479 2025.01.08 15:26:06.616397 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10480 2025.01.08 15:26:06.616445 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10481 2025.01.08 15:26:06.616887 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10482 2025.01.08 15:26:06.617144 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10483 2025.01.08 15:26:06.617351 [ 113 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10484 2025.01.08 15:26:06.617430 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001933 sec., 5690.636316606311 rows/sec., 427.91 KiB/sec.
10485 2025.01.08 15:26:06.617450 [ 113 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10486 2025.01.08 15:26:06.617544 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10487 2025.01.08 15:26:06.617577 [ 272 ] {5003e41c-f1f4-4a68-a96e-5166707d1102} <Debug> TCPHandler: Processed in 0.002380614 sec.
10488 2025.01.08 15:26:06.617837 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
10489 2025.01.08 15:26:06.617863 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10490 2025.01.08 15:26:06.618121 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10491 2025.01.08 15:26:06.618191 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10492 2025.01.08 15:26:06.618198 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 63 rows starting from the beginning of the part
10493 2025.01.08 15:26:06.618309 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10494 2025.01.08 15:26:06.618554 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 11 rows starting from the beginning of the part
10495 2025.01.08 15:26:06.618921 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 38 rows starting from the beginning of the part
10496 2025.01.08 15:26:06.619245 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part
10497 2025.01.08 15:26:06.619668 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 38 rows starting from the beginning of the part
10498 2025.01.08 15:26:06.619978 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 11 rows starting from the beginning of the part
10499 2025.01.08 15:26:06.620974 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10500 2025.01.08 15:26:06.621071 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10501 2025.01.08 15:26:06.622057 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10502 2025.01.08 15:26:06.622620 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.004922271 sec., 35755.85334492961 rows/sec., 2.70 MiB/sec.
10503 2025.01.08 15:26:06.622628 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10504 2025.01.08 15:26:06.622846 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10505 2025.01.08 15:26:06.623162 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.005028 sec., 7756.563245823389 rows/sec., 619.97 KiB/sec.
10506 2025.01.08 15:26:06.623508 [ 267 ] {09b7eb9a-f889-47d3-9ed3-f93a1fd21cc1} <Debug> TCPHandler: Processed in 0.005807803 sec.
10507 2025.01.08 15:26:06.623838 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10508 2025.01.08 15:26:06.623866 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10509 2025.01.08 15:26:06.624197 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_66_13} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10510 2025.01.08 15:26:06.624236 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10511 2025.01.08 15:26:06.624451 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10512 2025.01.08 15:26:06.624522 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10513 2025.01.08 15:26:06.625280 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10514 2025.01.08 15:26:06.625326 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10515 2025.01.08 15:26:06.625730 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10516 2025.01.08 15:26:06.625987 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10517 2025.01.08 15:26:06.626222 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002129 sec., 46970.408642555194 rows/sec., 3.26 MiB/sec.
10518 2025.01.08 15:26:06.626321 [ 272 ] {e8446ec8-f3d1-4b08-9e51-3018235f952a} <Debug> TCPHandler: Processed in 0.002672818 sec.
10519 2025.01.08 15:26:06.626536 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10520 2025.01.08 15:26:06.626761 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10521 2025.01.08 15:26:06.626855 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10522 2025.01.08 15:26:06.628002 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10523 2025.01.08 15:26:06.628040 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10524 2025.01.08 15:26:06.628682 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10525 2025.01.08 15:26:06.628931 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10526 2025.01.08 15:26:06.629073 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10527 2025.01.08 15:26:06.629117 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10528 2025.01.08 15:26:06.629143 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10529 2025.01.08 15:26:06.629152 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002435 sec., 4517.453798767967 rows/sec., 8.10 MiB/sec.
10530 2025.01.08 15:26:06.629632 [ 267 ] {61400dfc-bc2f-449a-92b3-19ca91dfbddc} <Debug> TCPHandler: Processed in 0.003218607 sec.
10531 2025.01.08 15:26:06.629651 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
10532 2025.01.08 15:26:06.629861 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10533 2025.01.08 15:26:06.630152 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10534 2025.01.08 15:26:06.630225 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10535 2025.01.08 15:26:06.630236 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10536 2025.01.08 15:26:06.630355 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1261 rows starting from the beginning of the part
10537 2025.01.08 15:26:06.630973 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 11 rows starting from the beginning of the part
10538 2025.01.08 15:26:06.631663 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part
10539 2025.01.08 15:26:06.631743 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10540 2025.01.08 15:26:06.631812 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10541 2025.01.08 15:26:06.632237 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 11 rows starting from the beginning of the part
10542 2025.01.08 15:26:06.632788 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part
10543 2025.01.08 15:26:06.633010 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10544 2025.01.08 15:26:06.633299 [ 194 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 11 rows starting from the beginning of the part
10545 2025.01.08 15:26:06.633739 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10546 2025.01.08 15:26:06.634189 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004096 sec., 7324.21875 rows/sec., 513.79 KiB/sec.
10547 2025.01.08 15:26:06.634274 [ 272 ] {3f575e57-f185-403e-b45c-4c1734b806da} <Debug> TCPHandler: Processed in 0.004541836 sec.
10548 2025.01.08 15:26:06.641441 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 19 columns (19 merged, 0 gathered) in 0.012170686 sec., 111415.24808051082 rows/sec., 199.65 MiB/sec.
10549 2025.01.08 15:26:06.643005 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10550 2025.01.08 15:26:06.643444 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10551 2025.01.08 15:26:06.643531 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10552 2025.01.08 15:26:06.643689 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
10553 2025.01.08 15:26:06.883080 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10554 2025.01.08 15:26:06.883383 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10555 2025.01.08 15:26:06.883498 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10556 2025.01.08 15:26:06.884521 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2025.01.08 15:26:06.884565 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10558 2025.01.08 15:26:06.885003 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10559 2025.01.08 15:26:06.885260 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10560 2025.01.08 15:26:06.885469 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002169 sec., 6454.587367450438 rows/sec., 464.64 KiB/sec.
10561 2025.01.08 15:26:06.885535 [ 267 ] {6ce0bf78-e447-4710-8316-ffc8f169e726} <Debug> TCPHandler: Processed in 0.002636488 sec.
10562 2025.01.08 15:26:06.885843 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10563 2025.01.08 15:26:06.886128 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10564 2025.01.08 15:26:06.886205 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10565 2025.01.08 15:26:06.886979 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10566 2025.01.08 15:26:06.887034 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10567 2025.01.08 15:26:06.887480 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10568 2025.01.08 15:26:06.887739 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10569 2025.01.08 15:26:06.888014 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001961 sec., 4079.55124936257 rows/sec., 332.66 KiB/sec.
10570 2025.01.08 15:26:06.888082 [ 272 ] {39301adb-3998-4f88-ba4b-96bac0b39e91} <Debug> TCPHandler: Processed in 0.002424935 sec.
10571 2025.01.08 15:26:06.888299 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10572 2025.01.08 15:26:06.888527 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10573 2025.01.08 15:26:06.888621 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10574 2025.01.08 15:26:06.890003 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10575 2025.01.08 15:26:06.890041 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10576 2025.01.08 15:26:06.890502 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10577 2025.01.08 15:26:06.890758 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10578 2025.01.08 15:26:06.890952 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002483 sec., 555376.5606121627 rows/sec., 46.35 MiB/sec.
10579 2025.01.08 15:26:06.891013 [ 267 ] {80329d24-73f1-49df-952b-664cd215b95a} <Debug> TCPHandler: Processed in 0.002826731 sec.
10580 2025.01.08 15:26:06.891254 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10581 2025.01.08 15:26:06.891490 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10582 2025.01.08 15:26:06.891578 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10583 2025.01.08 15:26:06.892436 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10584 2025.01.08 15:26:06.892478 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10585 2025.01.08 15:26:06.892858 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10586 2025.01.08 15:26:06.893100 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10587 2025.01.08 15:26:06.893307 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.00187 sec., 24598.930481283423 rows/sec., 1.75 MiB/sec.
10588 2025.01.08 15:26:06.893364 [ 272 ] {2b562e34-86da-475f-a917-c346ede3e6f4} <Debug> TCPHandler: Processed in 0.002259313 sec.
10589 2025.01.08 15:26:06.893567 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10590 2025.01.08 15:26:06.893790 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10591 2025.01.08 15:26:06.893883 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10592 2025.01.08 15:26:06.894660 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10593 2025.01.08 15:26:06.894699 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10594 2025.01.08 15:26:06.895067 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10595 2025.01.08 15:26:06.895300 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10596 2025.01.08 15:26:06.895527 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001792 sec., 135044.64285714287 rows/sec., 9.15 MiB/sec.
10597 2025.01.08 15:26:06.895582 [ 267 ] {376e41f2-d3fc-4f4f-be50-f2cd88acd9c6} <Debug> TCPHandler: Processed in 0.002125841 sec.
10598 2025.01.08 15:26:06.895771 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10599 2025.01.08 15:26:06.895986 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10600 2025.01.08 15:26:06.896070 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10601 2025.01.08 15:26:06.896685 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10602 2025.01.08 15:26:06.896726 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10603 2025.01.08 15:26:06.897106 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10604 2025.01.08 15:26:06.897351 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10605 2025.01.08 15:26:06.897607 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec.
10606 2025.01.08 15:26:06.897740 [ 272 ] {4ed511f4-0323-4540-ba64-d09680ee61d2} <Debug> TCPHandler: Processed in 0.00206561 sec.
10607 2025.01.08 15:26:06.898034 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10608 2025.01.08 15:26:06.898254 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10609 2025.01.08 15:26:06.898344 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10610 2025.01.08 15:26:06.899505 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10611 2025.01.08 15:26:06.899545 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10612 2025.01.08 15:26:06.899935 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10613 2025.01.08 15:26:06.900172 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10614 2025.01.08 15:26:06.900396 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.002196 sec., 382969.0346083789 rows/sec., 27.67 MiB/sec.
10615 2025.01.08 15:26:06.900451 [ 267 ] {83c4b212-8594-4dc1-bf90-c84269c2f370} <Debug> TCPHandler: Processed in 0.002595388 sec.
10616 2025.01.08 15:26:06.900649 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10617 2025.01.08 15:26:06.900852 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10618 2025.01.08 15:26:06.900939 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10619 2025.01.08 15:26:06.901512 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10620 2025.01.08 15:26:06.901551 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10621 2025.01.08 15:26:06.901929 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10622 2025.01.08 15:26:06.902168 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10623 2025.01.08 15:26:06.902437 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec.
10624 2025.01.08 15:26:06.902534 [ 272 ] {226f23c9-3eb3-4080-9fdc-6bbeebead8cc} <Debug> TCPHandler: Processed in 0.001985869 sec.
10625 2025.01.08 15:26:06.902827 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10626 2025.01.08 15:26:06.903051 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10627 2025.01.08 15:26:06.903148 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10628 2025.01.08 15:26:06.903865 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10629 2025.01.08 15:26:06.903904 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10630 2025.01.08 15:26:06.904336 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10631 2025.01.08 15:26:06.904582 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10632 2025.01.08 15:26:06.904793 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001796 sec., 527282.85077951 rows/sec., 35.01 MiB/sec.
10633 2025.01.08 15:26:06.904844 [ 267 ] {2f8f7978-9f62-4840-beba-cb094089e365} <Debug> TCPHandler: Processed in 0.002192191 sec.
10634 2025.01.08 15:26:06.905040 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10635 2025.01.08 15:26:06.905207 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10636 2025.01.08 15:26:06.905267 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10637 2025.01.08 15:26:06.905832 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10638 2025.01.08 15:26:06.905880 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10639 2025.01.08 15:26:06.906275 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10640 2025.01.08 15:26:06.906514 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10641 2025.01.08 15:26:06.906966 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001759 sec., 568.5048322910745 rows/sec., 38.31 KiB/sec.
10642 2025.01.08 15:26:06.907288 [ 272 ] {5dda07a9-2cf5-440e-b18d-408f7166dc7c} <Debug> TCPHandler: Processed in 0.002344324 sec.
10643 2025.01.08 15:26:06.907604 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10644 2025.01.08 15:26:06.907996 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10645 2025.01.08 15:26:06.908089 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10646 2025.01.08 15:26:06.909240 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10647 2025.01.08 15:26:06.909282 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10648 2025.01.08 15:26:06.909934 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10649 2025.01.08 15:26:06.910199 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10650 2025.01.08 15:26:06.910482 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002583 sec., 12001.548586914441 rows/sec., 21.51 MiB/sec.
10651 2025.01.08 15:26:06.910888 [ 267 ] {8262a684-ba9f-41e6-bdec-a01ab6258054} <Debug> TCPHandler: Processed in 0.00346554 sec.
10652 2025.01.08 15:26:06.911149 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10653 2025.01.08 15:26:06.911322 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10654 2025.01.08 15:26:06.911382 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10655 2025.01.08 15:26:06.911946 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10656 2025.01.08 15:26:06.911995 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10657 2025.01.08 15:26:06.912396 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10658 2025.01.08 15:26:06.912638 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10659 2025.01.08 15:26:06.912860 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001567 sec., 17868.538608806637 rows/sec., 1.01 MiB/sec.
10660 2025.01.08 15:26:06.912950 [ 272 ] {cbbd0ac7-ad68-44f3-8d1d-8cc0c09f724e} <Debug> TCPHandler: Processed in 0.001934838 sec.
10661 2025.01.08 15:26:07.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.93 MiB, peak 243.57 MiB, free memory in arenas 0.00 B, will set to 235.30 MiB (RSS), difference: 2.37 MiB
10662 2025.01.08 15:26:07.341095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10663 2025.01.08 15:26:07.362217 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10664 2025.01.08 15:26:07.362272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10665 2025.01.08 15:26:07.369657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10666 2025.01.08 15:26:07.370422 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10667 2025.01.08 15:26:07.372947 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10668 2025.01.08 15:26:10.863371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1518
10669 2025.01.08 15:26:10.867209 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10670 2025.01.08 15:26:10.867274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10671 2025.01.08 15:26:10.868796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10672 2025.01.08 15:26:10.869255 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10673 2025.01.08 15:26:10.870566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1518
10674 2025.01.08 15:26:11.611178 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10675 2025.01.08 15:26:11.611383 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10676 2025.01.08 15:26:11.611468 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10677 2025.01.08 15:26:11.612308 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10678 2025.01.08 15:26:11.612355 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10679 2025.01.08 15:26:11.612791 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10680 2025.01.08 15:26:11.613052 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10681 2025.01.08 15:26:11.613338 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002008 sec., 12948.207171314742 rows/sec., 985.80 KiB/sec.
10682 2025.01.08 15:26:11.613436 [ 267 ] {11c2b8a8-3d05-4ea8-bff6-926c922ceda8} <Debug> TCPHandler: Processed in 0.002382475 sec.
10683 2025.01.08 15:26:11.613834 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10684 2025.01.08 15:26:11.614147 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10685 2025.01.08 15:26:11.614268 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10686 2025.01.08 15:26:11.615047 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10687 2025.01.08 15:26:11.615100 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10688 2025.01.08 15:26:11.615557 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10689 2025.01.08 15:26:11.615822 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10690 2025.01.08 15:26:11.616090 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002026 sec., 13820.335636722606 rows/sec., 1.08 MiB/sec.
10691 2025.01.08 15:26:11.616176 [ 272 ] {f5818571-059e-4828-a9a3-20b7bbea45ae} <Debug> TCPHandler: Processed in 0.002625828 sec.
10692 2025.01.08 15:26:11.616509 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10693 2025.01.08 15:26:11.616795 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10694 2025.01.08 15:26:11.616899 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10695 2025.01.08 15:26:11.617627 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10696 2025.01.08 15:26:11.617668 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10697 2025.01.08 15:26:11.618076 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10698 2025.01.08 15:26:11.618326 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10699 2025.01.08 15:26:11.618556 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001821 sec., 43931.905546403075 rows/sec., 3.05 MiB/sec.
10700 2025.01.08 15:26:11.618613 [ 267 ] {e6a1c305-55b8-4549-83f3-e5c87801463b} <Debug> TCPHandler: Processed in 0.002331774 sec.
10701 2025.01.08 15:26:11.618760 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10702 2025.01.08 15:26:11.618887 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10703 2025.01.08 15:26:11.618943 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10704 2025.01.08 15:26:11.619476 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10705 2025.01.08 15:26:11.619518 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10706 2025.01.08 15:26:11.619915 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10707 2025.01.08 15:26:11.620162 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10708 2025.01.08 15:26:11.620352 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001495 sec., 16053.511705685618 rows/sec., 1.10 MiB/sec.
10709 2025.01.08 15:26:11.620407 [ 272 ] {ff2ec7fe-f7cf-405c-a6bc-18a8836ffd0b} <Debug> TCPHandler: Processed in 0.001707024 sec.
10710 2025.01.08 15:26:13.236642 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
10711 2025.01.08 15:26:13.237396 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10712 2025.01.08 15:26:13.237447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10713 2025.01.08 15:26:13.237977 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10714 2025.01.08 15:26:13.238252 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10715 2025.01.08 15:26:13.238461 [ 104 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10716 2025.01.08 15:26:13.238523 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
10717 2025.01.08 15:26:13.238548 [ 104 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10718 2025.01.08 15:26:13.238579 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10719 2025.01.08 15:26:13.238689 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
10720 2025.01.08 15:26:13.238787 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10721 2025.01.08 15:26:13.238819 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
10722 2025.01.08 15:26:13.238883 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
10723 2025.01.08 15:26:13.239086 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
10724 2025.01.08 15:26:13.239236 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
10725 2025.01.08 15:26:13.239433 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
10726 2025.01.08 15:26:13.239673 [ 187 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
10727 2025.01.08 15:26:13.242123 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00347714 sec., 6736570.859959622 rows/sec., 96.37 MiB/sec.
10728 2025.01.08 15:26:13.242609 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10729 2025.01.08 15:26:13.242954 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10730 2025.01.08 15:26:13.243058 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_51_10} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10731 2025.01.08 15:26:13.243184 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
10732 2025.01.08 15:26:14.873041 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10733 2025.01.08 15:26:14.894115 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10734 2025.01.08 15:26:14.894175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10735 2025.01.08 15:26:14.901483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10736 2025.01.08 15:26:14.902247 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10737 2025.01.08 15:26:14.902644 [ 99 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10738 2025.01.08 15:26:14.902781 [ 99 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10739 2025.01.08 15:26:14.902850 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10740 2025.01.08 15:26:14.903373 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10741 2025.01.08 15:26:14.918937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10742 2025.01.08 15:26:14.920892 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10743 2025.01.08 15:26:14.922683 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10744 2025.01.08 15:26:14.928730 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10745 2025.01.08 15:26:14.934778 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10746 2025.01.08 15:26:14.940644 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10747 2025.01.08 15:26:14.946647 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10748 2025.01.08 15:26:14.951490 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
10749 2025.01.08 15:26:15.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.64 MiB, peak 249.76 MiB, free memory in arenas 0.00 B, will set to 236.56 MiB (RSS), difference: -11.09 MiB
10750 2025.01.08 15:26:15.014008 [ 192 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.111015179 sec., 3467.9942280685777 rows/sec., 17.93 MiB/sec.
10751 2025.01.08 15:26:15.017172 [ 192 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10752 2025.01.08 15:26:15.020154 [ 192 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_51_10} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10753 2025.01.08 15:26:15.020269 [ 192 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_51_10} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10754 2025.01.08 15:26:15.022564 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB.
10755 2025.01.08 15:26:16.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.24 MiB, peak 249.76 MiB, free memory in arenas 0.00 B, will set to 236.57 MiB (RSS), difference: 11.34 MiB
10756 2025.01.08 15:26:16.612223 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10757 2025.01.08 15:26:16.612434 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10758 2025.01.08 15:26:16.612517 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10759 2025.01.08 15:26:16.613383 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10760 2025.01.08 15:26:16.613428 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10761 2025.01.08 15:26:16.613870 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10762 2025.01.08 15:26:16.614122 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10763 2025.01.08 15:26:16.614342 [ 98 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10764 2025.01.08 15:26:16.614384 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002008 sec., 23904.382470119523 rows/sec., 1.98 MiB/sec.
10765 2025.01.08 15:26:16.614469 [ 98 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10766 2025.01.08 15:26:16.614529 [ 267 ] {9f5a0018-2030-4396-b23c-81655965ad56} <Debug> TCPHandler: Processed in 0.002433915 sec.
10767 2025.01.08 15:26:16.614556 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10768 2025.01.08 15:26:16.614841 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
10769 2025.01.08 15:26:16.614889 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10770 2025.01.08 15:26:16.615238 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10771 2025.01.08 15:26:16.615360 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10772 2025.01.08 15:26:16.615361 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1405 rows starting from the beginning of the part
10773 2025.01.08 15:26:16.615517 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10774 2025.01.08 15:26:16.615638 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 235 rows starting from the beginning of the part
10775 2025.01.08 15:26:16.616035 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part
10776 2025.01.08 15:26:16.616382 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1379 rows starting from the beginning of the part
10777 2025.01.08 15:26:16.616780 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 26 rows starting from the beginning of the part
10778 2025.01.08 15:26:16.617313 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part
10779 2025.01.08 15:26:16.618527 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10780 2025.01.08 15:26:16.618594 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10781 2025.01.08 15:26:16.619692 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10782 2025.01.08 15:26:16.620100 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10783 2025.01.08 15:26:16.620602 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.00538 sec., 2044.6096654275093 rows/sec., 153.75 KiB/sec.
10784 2025.01.08 15:26:16.620774 [ 272 ] {f7d23c7a-1b95-4910-8dd2-c6bd148cb506} <Debug> TCPHandler: Processed in 0.006098678 sec.
10785 2025.01.08 15:26:16.620788 [ 190 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006066887 sec., 517728.4495326846 rows/sec., 45.39 MiB/sec.
10786 2025.01.08 15:26:16.620991 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10787 2025.01.08 15:26:16.621214 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10788 2025.01.08 15:26:16.621255 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10789 2025.01.08 15:26:16.621372 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10790 2025.01.08 15:26:16.621702 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10791 2025.01.08 15:26:16.621830 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_86_17} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10792 2025.01.08 15:26:16.621938 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10793 2025.01.08 15:26:16.622213 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10794 2025.01.08 15:26:16.622253 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10795 2025.01.08 15:26:16.622620 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10796 2025.01.08 15:26:16.622862 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10797 2025.01.08 15:26:16.623032 [ 98 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10798 2025.01.08 15:26:16.623082 [ 98 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10799 2025.01.08 15:26:16.623104 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001905 sec., 20472.44094488189 rows/sec., 1.60 MiB/sec.
10800 2025.01.08 15:26:16.623118 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10801 2025.01.08 15:26:16.623272 [ 267 ] {bebaff77-dc22-4ca5-ac31-eb666c294024} <Debug> TCPHandler: Processed in 0.002403275 sec.
10802 2025.01.08 15:26:16.623380 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
10803 2025.01.08 15:26:16.623494 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10804 2025.01.08 15:26:16.623605 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10805 2025.01.08 15:26:16.623688 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 876 rows starting from the beginning of the part
10806 2025.01.08 15:26:16.623753 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10807 2025.01.08 15:26:16.623980 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 377 rows starting from the beginning of the part
10808 2025.01.08 15:26:16.624002 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10809 2025.01.08 15:26:16.624310 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part
10810 2025.01.08 15:26:16.624657 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 841 rows starting from the beginning of the part
10811 2025.01.08 15:26:16.625020 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 28 rows starting from the beginning of the part
10812 2025.01.08 15:26:16.625361 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 39 rows starting from the beginning of the part
10813 2025.01.08 15:26:16.626742 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10814 2025.01.08 15:26:16.626796 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10815 2025.01.08 15:26:16.627867 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10816 2025.01.08 15:26:16.628222 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10817 2025.01.08 15:26:16.628511 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10818 2025.01.08 15:26:16.628609 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10819 2025.01.08 15:26:16.628700 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10820 2025.01.08 15:26:16.628904 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005202 sec., 19223.37562475971 rows/sec., 1.33 MiB/sec.
10821 2025.01.08 15:26:16.629097 [ 195 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005819824 sec., 378018.30433360185 rows/sec., 28.80 MiB/sec.
10822 2025.01.08 15:26:16.629195 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
10823 2025.01.08 15:26:16.629337 [ 272 ] {b0b2d166-ef6b-4d9d-a8aa-d86b0b92bdf2} <Debug> TCPHandler: Processed in 0.005925825 sec.
10824 2025.01.08 15:26:16.629653 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10825 2025.01.08 15:26:16.629703 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10826 2025.01.08 15:26:16.630182 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10827 2025.01.08 15:26:16.630279 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10828 2025.01.08 15:26:16.630357 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 20445 rows starting from the beginning of the part
10829 2025.01.08 15:26:16.631101 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 177 rows starting from the beginning of the part
10830 2025.01.08 15:26:16.631129 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10831 2025.01.08 15:26:16.631694 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10832 2025.01.08 15:26:16.631832 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 100 rows starting from the beginning of the part
10833 2025.01.08 15:26:16.632396 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_86_17} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10834 2025.01.08 15:26:16.632751 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
10835 2025.01.08 15:26:16.633087 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 947 rows starting from the beginning of the part
10836 2025.01.08 15:26:16.633452 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part
10837 2025.01.08 15:26:16.633815 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 100 rows starting from the beginning of the part
10838 2025.01.08 15:26:16.636479 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10839 2025.01.08 15:26:16.636552 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10840 2025.01.08 15:26:16.638115 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10841 2025.01.08 15:26:16.638404 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10842 2025.01.08 15:26:16.639053 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.009028 sec., 1218.4315463003988 rows/sec., 2.18 MiB/sec.
10843 2025.01.08 15:26:16.639354 [ 267 ] {105323fe-fb20-4e63-8261-80e28ee889f7} <Debug> TCPHandler: Processed in 0.009887112 sec.
10844 2025.01.08 15:26:16.639541 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10845 2025.01.08 15:26:16.639688 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10846 2025.01.08 15:26:16.639752 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10847 2025.01.08 15:26:16.640376 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10848 2025.01.08 15:26:16.640414 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10849 2025.01.08 15:26:16.641122 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10850 2025.01.08 15:26:16.641384 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10851 2025.01.08 15:26:16.641533 [ 98 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10852 2025.01.08 15:26:16.641573 [ 98 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10853 2025.01.08 15:26:16.641605 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10854 2025.01.08 15:26:16.641616 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001963 sec., 15282.730514518595 rows/sec., 1.05 MiB/sec.
10855 2025.01.08 15:26:16.641970 [ 272 ] {c31ab06c-369e-4c50-abbc-13084f1d275e} <Debug> TCPHandler: Processed in 0.002497236 sec.
10856 2025.01.08 15:26:16.642104 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
10857 2025.01.08 15:26:16.642551 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10858 2025.01.08 15:26:16.642710 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2842 rows starting from the beginning of the part
10859 2025.01.08 15:26:16.642879 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21849 rows, containing 5 columns (5 merged, 0 gathered) in 0.014025851 sec., 1557766.4414087958 rows/sec., 104.33 MiB/sec.
10860 2025.01.08 15:26:16.643074 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 52 rows starting from the beginning of the part
10861 2025.01.08 15:26:16.643509 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10862 2025.01.08 15:26:16.643538 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part
10863 2025.01.08 15:26:16.643949 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 28 rows starting from the beginning of the part
10864 2025.01.08 15:26:16.644395 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part
10865 2025.01.08 15:26:16.644851 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part
10866 2025.01.08 15:26:16.645014 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10867 2025.01.08 15:26:16.645845 [ 193 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10868 2025.01.08 15:26:16.646154 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10869 2025.01.08 15:26:16.647529 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3006 rows, containing 4 columns (4 merged, 0 gathered) in 0.005831674 sec., 515460.9122526396 rows/sec., 33.20 MiB/sec.
10870 2025.01.08 15:26:16.647822 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10871 2025.01.08 15:26:16.648120 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10872 2025.01.08 15:26:16.648197 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_86_17} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10873 2025.01.08 15:26:16.648280 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
10874 2025.01.08 15:26:17.714621 [ 95 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0
10875 2025.01.08 15:26:17.714690 [ 95 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10876 2025.01.08 15:26:17.714715 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10877 2025.01.08 15:26:17.714938 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full
10878 2025.01.08 15:26:17.715226 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10879 2025.01.08 15:26:17.715265 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part
10880 2025.01.08 15:26:17.715347 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part
10881 2025.01.08 15:26:17.715491 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10882 2025.01.08 15:26:17.715636 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
10883 2025.01.08 15:26:17.715749 [ 189 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part
10884 2025.01.08 15:26:17.716838 [ 194 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002038579 sec., 370356.0175985331 rows/sec., 26.51 MiB/sec.
10885 2025.01.08 15:26:17.717176 [ 196 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary)
10886 2025.01.08 15:26:17.717653 [ 196 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10887 2025.01.08 15:26:17.717757 [ 196 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_37_8} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8
10888 2025.01.08 15:26:17.717871 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
10889 2025.01.08 15:26:18.234015 [ 94 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0
10890 2025.01.08 15:26:18.234117 [ 94 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10891 2025.01.08 15:26:18.234161 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10892 2025.01.08 15:26:18.234509 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full
10893 2025.01.08 15:26:18.234986 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10894 2025.01.08 15:26:18.235052 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part
10895 2025.01.08 15:26:18.235184 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10896 2025.01.08 15:26:18.235512 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
10897 2025.01.08 15:26:18.235689 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
10898 2025.01.08 15:26:18.235863 [ 200 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
10899 2025.01.08 15:26:18.237032 [ 194 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.0027524 sec., 13806.132829530592 rows/sec., 927.46 KiB/sec.
10900 2025.01.08 15:26:18.237276 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary)
10901 2025.01.08 15:26:18.237671 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10902 2025.01.08 15:26:18.237775 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_37_8} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8
10903 2025.01.08 15:26:18.237884 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
10904 2025.01.08 15:26:20.582065 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
10905 2025.01.08 15:26:20.582140 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
10906 2025.01.08 15:26:20.738877 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10907 2025.01.08 15:26:20.739523 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10908 2025.01.08 15:26:20.739563 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10909 2025.01.08 15:26:20.740091 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10910 2025.01.08 15:26:20.740358 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10911 2025.01.08 15:26:20.740553 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10912 2025.01.08 15:26:20.870899 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1538
10913 2025.01.08 15:26:20.873921 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10914 2025.01.08 15:26:20.873973 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10915 2025.01.08 15:26:20.875476 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10916 2025.01.08 15:26:20.875812 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10917 2025.01.08 15:26:20.877163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1538
10918 2025.01.08 15:26:21.618069 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10919 2025.01.08 15:26:21.618284 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10920 2025.01.08 15:26:21.618367 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10921 2025.01.08 15:26:21.619201 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10922 2025.01.08 15:26:21.619263 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10923 2025.01.08 15:26:21.619744 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10924 2025.01.08 15:26:21.620011 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10925 2025.01.08 15:26:21.620225 [ 91 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10926 2025.01.08 15:26:21.620299 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002065 sec., 6779.661016949152 rows/sec., 488.04 KiB/sec.
10927 2025.01.08 15:26:21.620307 [ 91 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10928 2025.01.08 15:26:21.620380 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10929 2025.01.08 15:26:21.620446 [ 267 ] {95b5446d-1b26-4ecb-a4c4-fd7979819c24} <Debug> TCPHandler: Processed in 0.002513106 sec.
10930 2025.01.08 15:26:21.620771 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10931 2025.01.08 15:26:21.620814 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10932 2025.01.08 15:26:21.621216 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10933 2025.01.08 15:26:21.621220 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10934 2025.01.08 15:26:21.621280 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10935 2025.01.08 15:26:21.621360 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10936 2025.01.08 15:26:21.621565 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10937 2025.01.08 15:26:21.621938 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10938 2025.01.08 15:26:21.622266 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10939 2025.01.08 15:26:21.622648 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
10940 2025.01.08 15:26:21.624519 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10941 2025.01.08 15:26:21.624616 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10942 2025.01.08 15:26:21.625403 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004902971 sec., 14277.057726835423 rows/sec., 1.06 MiB/sec.
10943 2025.01.08 15:26:21.625615 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10944 2025.01.08 15:26:21.625701 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10945 2025.01.08 15:26:21.626148 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10946 2025.01.08 15:26:21.626171 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_37_9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10947 2025.01.08 15:26:21.626402 [ 196 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_37_9} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10948 2025.01.08 15:26:21.626587 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10949 2025.01.08 15:26:21.626620 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.005519 sec., 42580.177568400075 rows/sec., 3.80 MiB/sec.
10950 2025.01.08 15:26:21.626712 [ 272 ] {4414fca5-5ab2-460d-87e1-e1fd8f24ee4b} <Debug> TCPHandler: Processed in 0.006110249 sec.
10951 2025.01.08 15:26:21.626891 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10952 2025.01.08 15:26:21.627044 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10953 2025.01.08 15:26:21.627108 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10954 2025.01.08 15:26:21.627804 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10955 2025.01.08 15:26:21.627846 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10956 2025.01.08 15:26:21.628235 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10957 2025.01.08 15:26:21.628478 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10958 2025.01.08 15:26:21.628707 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001701 sec., 22339.800117577895 rows/sec., 1.60 MiB/sec.
10959 2025.01.08 15:26:21.628772 [ 267 ] {7ec9045f-5a66-453f-a212-d986fa5b5847} <Debug> TCPHandler: Processed in 0.001951858 sec.
10960 2025.01.08 15:26:21.629058 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10961 2025.01.08 15:26:21.629299 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10962 2025.01.08 15:26:21.629394 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10963 2025.01.08 15:26:21.630064 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10964 2025.01.08 15:26:21.630107 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10965 2025.01.08 15:26:21.630470 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10966 2025.01.08 15:26:21.630711 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10967 2025.01.08 15:26:21.630924 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec.
10968 2025.01.08 15:26:21.630976 [ 272 ] {c35ead09-56e7-48fd-8e13-f5b613f78784} <Debug> TCPHandler: Processed in 0.002102871 sec.
10969 2025.01.08 15:26:21.631181 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10970 2025.01.08 15:26:21.631412 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10971 2025.01.08 15:26:21.631507 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10972 2025.01.08 15:26:21.632119 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10973 2025.01.08 15:26:21.632161 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10974 2025.01.08 15:26:21.632527 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10975 2025.01.08 15:26:21.632769 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10976 2025.01.08 15:26:21.632928 [ 91 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10977 2025.01.08 15:26:21.632989 [ 91 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10978 2025.01.08 15:26:21.633022 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec.
10979 2025.01.08 15:26:21.633031 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10980 2025.01.08 15:26:21.633193 [ 267 ] {949b8a13-0ba6-4c01-917a-4fbe158eb812} <Debug> TCPHandler: Processed in 0.002114981 sec.
10981 2025.01.08 15:26:21.633605 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10982 2025.01.08 15:26:21.633684 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10983 2025.01.08 15:26:21.634052 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10984 2025.01.08 15:26:21.634226 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10985 2025.01.08 15:26:21.634233 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10986 2025.01.08 15:26:21.634282 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10987 2025.01.08 15:26:21.634534 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10988 2025.01.08 15:26:21.634904 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10989 2025.01.08 15:26:21.635281 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10990 2025.01.08 15:26:21.635644 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
10991 2025.01.08 15:26:21.636969 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2025.01.08 15:26:21.637020 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
10993 2025.01.08 15:26:21.637415 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004202621 sec., 15466.538619590012 rows/sec., 1.00 MiB/sec.
10994 2025.01.08 15:26:21.637541 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10995 2025.01.08 15:26:21.637592 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10996 2025.01.08 15:26:21.637841 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_37_9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10997 2025.01.08 15:26:21.637900 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10998 2025.01.08 15:26:21.637946 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_37_9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10999 2025.01.08 15:26:21.638106 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11000 2025.01.08 15:26:21.638277 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004378 sec., 86112.38008222933 rows/sec., 6.09 MiB/sec.
11001 2025.01.08 15:26:21.638340 [ 272 ] {32c38620-12e2-4cd0-b423-aca0ae2c4c07} <Debug> TCPHandler: Processed in 0.005026343 sec.
11002 2025.01.08 15:26:21.638658 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11003 2025.01.08 15:26:21.638899 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11004 2025.01.08 15:26:21.638998 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11005 2025.01.08 15:26:21.639747 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11006 2025.01.08 15:26:21.639787 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11007 2025.01.08 15:26:21.640153 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11008 2025.01.08 15:26:21.640375 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11009 2025.01.08 15:26:21.640619 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001804 sec., 3325.9423503325943 rows/sec., 173.77 KiB/sec.
11010 2025.01.08 15:26:21.640798 [ 267 ] {76e5449b-4233-4b71-aad6-4213cd70bdb1} <Debug> TCPHandler: Processed in 0.002388754 sec.
11011 2025.01.08 15:26:21.641154 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11012 2025.01.08 15:26:21.641377 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11013 2025.01.08 15:26:21.641473 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11014 2025.01.08 15:26:21.642097 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11015 2025.01.08 15:26:21.642136 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11016 2025.01.08 15:26:21.642530 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11017 2025.01.08 15:26:21.642769 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11018 2025.01.08 15:26:21.643025 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001695 sec., 104424.77876106196 rows/sec., 6.89 MiB/sec.
11019 2025.01.08 15:26:21.643084 [ 272 ] {7cdb9848-d9e1-44a5-bca0-7312be91c4a5} <Debug> TCPHandler: Processed in 0.00212491 sec.
11020 2025.01.08 15:26:21.643399 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11021 2025.01.08 15:26:21.643613 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11022 2025.01.08 15:26:21.643667 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11023 2025.01.08 15:26:21.644149 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11024 2025.01.08 15:26:21.644190 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11025 2025.01.08 15:26:21.644566 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11026 2025.01.08 15:26:21.644807 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11027 2025.01.08 15:26:21.645025 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec.
11028 2025.01.08 15:26:21.645078 [ 267 ] {b043a058-d02c-4b5c-a797-30766f3af75a} <Debug> TCPHandler: Processed in 0.001891167 sec.
11029 2025.01.08 15:26:21.645222 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11030 2025.01.08 15:26:21.645340 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11031 2025.01.08 15:26:21.645421 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11032 2025.01.08 15:26:21.646545 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11033 2025.01.08 15:26:21.646584 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11034 2025.01.08 15:26:21.647238 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11035 2025.01.08 15:26:21.647492 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11036 2025.01.08 15:26:21.647719 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002404 sec., 12895.174708818637 rows/sec., 23.11 MiB/sec.
11037 2025.01.08 15:26:21.647812 [ 272 ] {1a604602-5423-435f-a1ae-f991f34fe1fe} <Debug> TCPHandler: Processed in 0.002648179 sec.
11038 2025.01.08 15:26:21.648017 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11039 2025.01.08 15:26:21.648244 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11040 2025.01.08 15:26:21.648340 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11041 2025.01.08 15:26:21.648942 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11042 2025.01.08 15:26:21.648983 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11043 2025.01.08 15:26:21.649357 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11044 2025.01.08 15:26:21.649597 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11045 2025.01.08 15:26:21.649813 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001626 sec., 31980.319803198032 rows/sec., 1.98 MiB/sec.
11046 2025.01.08 15:26:21.649865 [ 267 ] {8234f205-d186-4465-ab9e-489167d24400} <Debug> TCPHandler: Processed in 0.001958698 sec.
11047 2025.01.08 15:26:22.419045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
11048 2025.01.08 15:26:22.437880 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11049 2025.01.08 15:26:22.437942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11050 2025.01.08 15:26:22.444815 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11051 2025.01.08 15:26:22.445570 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11052 2025.01.08 15:26:22.448155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
11053 2025.01.08 15:26:26.612765 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11054 2025.01.08 15:26:26.612993 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11055 2025.01.08 15:26:26.613079 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11056 2025.01.08 15:26:26.613938 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11057 2025.01.08 15:26:26.613988 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11058 2025.01.08 15:26:26.614435 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11059 2025.01.08 15:26:26.614689 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11060 2025.01.08 15:26:26.614953 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002018 sec., 23785.926660059467 rows/sec., 1.97 MiB/sec.
11061 2025.01.08 15:26:26.615018 [ 267 ] {a0369101-04d8-4565-b0a8-53885715ee6b} <Debug> TCPHandler: Processed in 0.002388275 sec.
11062 2025.01.08 15:26:26.615357 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11063 2025.01.08 15:26:26.615679 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11064 2025.01.08 15:26:26.615771 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11065 2025.01.08 15:26:26.616552 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11066 2025.01.08 15:26:26.616604 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11067 2025.01.08 15:26:26.617059 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11068 2025.01.08 15:26:26.617325 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11069 2025.01.08 15:26:26.617604 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002014 sec., 5461.767626613703 rows/sec., 410.70 KiB/sec.
11070 2025.01.08 15:26:26.617674 [ 272 ] {f1a1934e-d9e3-459e-b885-75487aa4d22f} <Debug> TCPHandler: Processed in 0.002518766 sec.
11071 2025.01.08 15:26:26.617876 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11072 2025.01.08 15:26:26.618093 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11073 2025.01.08 15:26:26.618179 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11074 2025.01.08 15:26:26.619024 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11075 2025.01.08 15:26:26.619066 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11076 2025.01.08 15:26:26.619479 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11077 2025.01.08 15:26:26.619713 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11078 2025.01.08 15:26:26.619932 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001893 sec., 20602.218700475438 rows/sec., 1.61 MiB/sec.
11079 2025.01.08 15:26:26.619989 [ 267 ] {9ad80886-48b7-4b6f-bd1c-204baecacd04} <Debug> TCPHandler: Processed in 0.002217242 sec.
11080 2025.01.08 15:26:26.620138 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11081 2025.01.08 15:26:26.620270 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11082 2025.01.08 15:26:26.620326 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11083 2025.01.08 15:26:26.620897 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11084 2025.01.08 15:26:26.620940 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11085 2025.01.08 15:26:26.621356 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11086 2025.01.08 15:26:26.621601 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11087 2025.01.08 15:26:26.621857 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001613 sec., 61996.28022318661 rows/sec., 4.30 MiB/sec.
11088 2025.01.08 15:26:26.621924 [ 272 ] {824fa7c8-f7b6-41e4-a2e0-3644a4cdbfd4} <Debug> TCPHandler: Processed in 0.001849297 sec.
11089 2025.01.08 15:26:26.622207 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11090 2025.01.08 15:26:26.622459 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11091 2025.01.08 15:26:26.622587 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11092 2025.01.08 15:26:26.623773 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11093 2025.01.08 15:26:26.623813 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11094 2025.01.08 15:26:26.624440 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11095 2025.01.08 15:26:26.624691 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11096 2025.01.08 15:26:26.624948 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002539 sec., 4332.414336352895 rows/sec., 7.76 MiB/sec.
11097 2025.01.08 15:26:26.625174 [ 267 ] {dbebf4d4-dd0b-453a-b08a-c2a1c487c505} <Debug> TCPHandler: Processed in 0.003162476 sec.
11098 2025.01.08 15:26:26.625481 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11099 2025.01.08 15:26:26.625708 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11100 2025.01.08 15:26:26.625772 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11101 2025.01.08 15:26:26.626272 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11102 2025.01.08 15:26:26.626314 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11103 2025.01.08 15:26:26.626700 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11104 2025.01.08 15:26:26.626948 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11105 2025.01.08 15:26:26.627193 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001532 sec., 19582.245430809402 rows/sec., 1.34 MiB/sec.
11106 2025.01.08 15:26:26.627246 [ 272 ] {10b461b6-f781-420a-b0af-b8ceb946df2d} <Debug> TCPHandler: Processed in 0.001977789 sec.
11107 2025.01.08 15:26:28.240689 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
11108 2025.01.08 15:26:28.241466 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11109 2025.01.08 15:26:28.241519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11110 2025.01.08 15:26:28.242096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11111 2025.01.08 15:26:28.242371 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11112 2025.01.08 15:26:28.242642 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
11113 2025.01.08 15:26:29.948256 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
11114 2025.01.08 15:26:29.968951 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11115 2025.01.08 15:26:29.969011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11116 2025.01.08 15:26:29.976168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11117 2025.01.08 15:26:29.976935 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11118 2025.01.08 15:26:29.979643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
11119 2025.01.08 15:26:30.877352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1572
11120 2025.01.08 15:26:30.880622 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11121 2025.01.08 15:26:30.880682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11122 2025.01.08 15:26:30.882177 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11123 2025.01.08 15:26:30.882494 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11124 2025.01.08 15:26:30.883877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1572
11125 2025.01.08 15:26:31.618206 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11126 2025.01.08 15:26:31.618420 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11127 2025.01.08 15:26:31.618499 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11128 2025.01.08 15:26:31.619397 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11129 2025.01.08 15:26:31.619445 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11130 2025.01.08 15:26:31.619938 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11131 2025.01.08 15:26:31.620266 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11132 2025.01.08 15:26:31.620490 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002128 sec., 6578.9473684210525 rows/sec., 473.60 KiB/sec.
11133 2025.01.08 15:26:31.620574 [ 267 ] {f7da3776-fd53-419e-a12e-fa886801adc1} <Debug> TCPHandler: Processed in 0.002508017 sec.
11134 2025.01.08 15:26:31.620849 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11135 2025.01.08 15:26:31.621053 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11136 2025.01.08 15:26:31.621131 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11137 2025.01.08 15:26:31.622034 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11138 2025.01.08 15:26:31.622089 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11139 2025.01.08 15:26:31.622581 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11140 2025.01.08 15:26:31.622845 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11141 2025.01.08 15:26:31.623086 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002087 sec., 112601.8207954001 rows/sec., 10.04 MiB/sec.
11142 2025.01.08 15:26:31.623155 [ 272 ] {c83b6a1b-2765-4807-9563-c9b01328212d} <Debug> TCPHandler: Processed in 0.002457046 sec.
11143 2025.01.08 15:26:31.623323 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11144 2025.01.08 15:26:31.623463 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11145 2025.01.08 15:26:31.623521 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11146 2025.01.08 15:26:31.624200 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11147 2025.01.08 15:26:31.624238 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11148 2025.01.08 15:26:31.624664 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11149 2025.01.08 15:26:31.624914 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11150 2025.01.08 15:26:31.625055 [ 77 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11151 2025.01.08 15:26:31.625107 [ 77 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11152 2025.01.08 15:26:31.625111 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001674 sec., 22700.119474313025 rows/sec., 1.63 MiB/sec.
11153 2025.01.08 15:26:31.625137 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11154 2025.01.08 15:26:31.625188 [ 267 ] {d09144b4-5cea-4bb6-beba-af841ee6f589} <Debug> TCPHandler: Processed in 0.001939258 sec.
11155 2025.01.08 15:26:31.625397 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
11156 2025.01.08 15:26:31.625412 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11157 2025.01.08 15:26:31.625715 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11158 2025.01.08 15:26:31.625727 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11159 2025.01.08 15:26:31.625793 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 63 rows starting from the beginning of the part
11160 2025.01.08 15:26:31.625841 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11161 2025.01.08 15:26:31.626131 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 46 rows starting from the beginning of the part
11162 2025.01.08 15:26:31.626444 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 11 rows starting from the beginning of the part
11163 2025.01.08 15:26:31.626744 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 38 rows starting from the beginning of the part
11164 2025.01.08 15:26:31.627174 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 11 rows starting from the beginning of the part
11165 2025.01.08 15:26:31.627507 [ 192 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part
11166 2025.01.08 15:26:31.628837 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11167 2025.01.08 15:26:31.628909 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11168 2025.01.08 15:26:31.630017 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11169 2025.01.08 15:26:31.630422 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005181284 sec., 39951.48692872268 rows/sec., 3.01 MiB/sec.
11170 2025.01.08 15:26:31.630522 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11171 2025.01.08 15:26:31.630609 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11172 2025.01.08 15:26:31.630881 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005249 sec., 2667.174699942846 rows/sec., 186.79 KiB/sec.
11173 2025.01.08 15:26:31.631106 [ 272 ] {9db0d55a-9dd5-4a9d-b820-0d4f981cfc50} <Debug> TCPHandler: Processed in 0.005808754 sec.
11174 2025.01.08 15:26:31.631372 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11175 2025.01.08 15:26:31.631432 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11176 2025.01.08 15:26:31.631616 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_71_14} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11177 2025.01.08 15:26:31.631640 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11178 2025.01.08 15:26:31.631739 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11179 2025.01.08 15:26:31.631807 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11180 2025.01.08 15:26:31.632428 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11181 2025.01.08 15:26:31.632472 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11182 2025.01.08 15:26:31.632838 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11183 2025.01.08 15:26:31.633090 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11184 2025.01.08 15:26:31.633296 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec.
11185 2025.01.08 15:26:31.633354 [ 267 ] {8c284d17-d42a-4ccc-a3ca-b9c5bfead21c} <Debug> TCPHandler: Processed in 0.002136731 sec.
11186 2025.01.08 15:26:31.633511 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11187 2025.01.08 15:26:31.633655 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11188 2025.01.08 15:26:31.633713 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11189 2025.01.08 15:26:31.634493 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11190 2025.01.08 15:26:31.634533 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11191 2025.01.08 15:26:31.634949 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11192 2025.01.08 15:26:31.635210 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11193 2025.01.08 15:26:31.635457 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001829 sec., 206123.56478950247 rows/sec., 14.57 MiB/sec.
11194 2025.01.08 15:26:31.635563 [ 272 ] {0b7d5b0f-f585-4a2a-b1ed-5a94c1d764fe} <Debug> TCPHandler: Processed in 0.002121101 sec.
11195 2025.01.08 15:26:31.635757 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11196 2025.01.08 15:26:31.635930 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11197 2025.01.08 15:26:31.635982 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11198 2025.01.08 15:26:31.636476 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11199 2025.01.08 15:26:31.636515 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11200 2025.01.08 15:26:31.636887 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11201 2025.01.08 15:26:31.637129 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11202 2025.01.08 15:26:31.637300 [ 76 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11203 2025.01.08 15:26:31.637366 [ 76 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2025.01.08 15:26:31.637372 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec.
11205 2025.01.08 15:26:31.637395 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11206 2025.01.08 15:26:31.637508 [ 267 ] {2a7a64fa-3bc0-41a8-bedd-d824f7cb43da} <Debug> TCPHandler: Processed in 0.001854336 sec.
11207 2025.01.08 15:26:31.637676 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11208 2025.01.08 15:26:31.637703 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11209 2025.01.08 15:26:31.637942 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11210 2025.01.08 15:26:31.637958 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11211 2025.01.08 15:26:31.638035 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part
11212 2025.01.08 15:26:31.638043 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11213 2025.01.08 15:26:31.638317 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
11214 2025.01.08 15:26:31.638642 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11215 2025.01.08 15:26:31.638950 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11216 2025.01.08 15:26:31.639344 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11217 2025.01.08 15:26:31.639613 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11218 2025.01.08 15:26:31.640993 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11219 2025.01.08 15:26:31.641061 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11220 2025.01.08 15:26:31.642171 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11221 2025.01.08 15:26:31.642377 [ 193 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004847529 sec., 47034.27251286171 rows/sec., 2.40 MiB/sec.
11222 2025.01.08 15:26:31.642601 [ 199 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11223 2025.01.08 15:26:31.642603 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11224 2025.01.08 15:26:31.643114 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005238 sec., 33791.52348224513 rows/sec., 2.23 MiB/sec.
11225 2025.01.08 15:26:31.643349 [ 272 ] {efbb9101-5ed4-4588-9362-bb85608982bc} <Debug> TCPHandler: Processed in 0.005728553 sec.
11226 2025.01.08 15:26:31.643356 [ 199 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11227 2025.01.08 15:26:31.643685 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11228 2025.01.08 15:26:31.643817 [ 199 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_38_8} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11229 2025.01.08 15:26:31.644105 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11230 2025.01.08 15:26:31.644191 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11231 2025.01.08 15:26:31.644353 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11232 2025.01.08 15:26:31.644921 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11233 2025.01.08 15:26:31.644960 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11234 2025.01.08 15:26:31.645345 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11235 2025.01.08 15:26:31.645584 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11236 2025.01.08 15:26:31.645804 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001861 sec., 537.345513164965 rows/sec., 36.21 KiB/sec.
11237 2025.01.08 15:26:31.645857 [ 267 ] {1fbcfb22-1dc7-4888-bac3-7c68cdac02db} <Debug> TCPHandler: Processed in 0.002380455 sec.
11238 2025.01.08 15:26:31.646011 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11239 2025.01.08 15:26:31.646152 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11240 2025.01.08 15:26:31.646247 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11241 2025.01.08 15:26:31.647536 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11242 2025.01.08 15:26:31.647575 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11243 2025.01.08 15:26:31.648237 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11244 2025.01.08 15:26:31.648497 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11245 2025.01.08 15:26:31.648675 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11246 2025.01.08 15:26:31.648745 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11247 2025.01.08 15:26:31.648773 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11248 2025.01.08 15:26:31.648794 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002665 sec., 11632.270168855535 rows/sec., 20.84 MiB/sec.
11249 2025.01.08 15:26:31.649303 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
11250 2025.01.08 15:26:31.649463 [ 272 ] {2cb77dba-d72f-4187-a897-9e6fa9b0ef0b} <Debug> TCPHandler: Processed in 0.00350992 sec.
11251 2025.01.08 15:26:31.649765 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11252 2025.01.08 15:26:31.650216 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11253 2025.01.08 15:26:31.650454 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11254 2025.01.08 15:26:31.651388 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11255 2025.01.08 15:26:31.651557 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1356 rows starting from the beginning of the part
11256 2025.01.08 15:26:31.652020 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part
11257 2025.01.08 15:26:31.652507 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11258 2025.01.08 15:26:31.652520 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 11 rows starting from the beginning of the part
11259 2025.01.08 15:26:31.652553 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11260 2025.01.08 15:26:31.652925 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 31 rows starting from the beginning of the part
11261 2025.01.08 15:26:31.653337 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 11 rows starting from the beginning of the part
11262 2025.01.08 15:26:31.653441 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11263 2025.01.08 15:26:31.653660 [ 193 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part
11264 2025.01.08 15:26:31.653990 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11265 2025.01.08 15:26:31.654407 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.004329 sec., 12012.012012012012 rows/sec., 761.58 KiB/sec.
11266 2025.01.08 15:26:31.654482 [ 267 ] {a053546e-b9b1-453a-bc63-0675c2390b69} <Debug> TCPHandler: Processed in 0.00486954 sec.
11267 2025.01.08 15:26:31.662639 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 19 columns (19 merged, 0 gathered) in 0.013737569 sec., 107078.6250463965 rows/sec., 191.88 MiB/sec.
11268 2025.01.08 15:26:31.664097 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11269 2025.01.08 15:26:31.664527 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11270 2025.01.08 15:26:31.664614 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11271 2025.01.08 15:26:31.664772 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB.
11272 2025.01.08 15:26:32.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.04 MiB, peak 249.76 MiB, free memory in arenas 0.00 B, will set to 241.77 MiB (RSS), difference: 3.73 MiB
11273 2025.01.08 15:26:35.582190 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
11274 2025.01.08 15:26:35.582241 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
11275 2025.01.08 15:26:35.742797 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
11276 2025.01.08 15:26:35.743584 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11277 2025.01.08 15:26:35.743655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11278 2025.01.08 15:26:35.744306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11279 2025.01.08 15:26:35.744611 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11280 2025.01.08 15:26:35.744907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
11281 2025.01.08 15:26:36.612724 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11282 2025.01.08 15:26:36.613038 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11283 2025.01.08 15:26:36.613114 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11284 2025.01.08 15:26:36.613859 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11285 2025.01.08 15:26:36.613900 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11286 2025.01.08 15:26:36.614323 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11287 2025.01.08 15:26:36.614566 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11288 2025.01.08 15:26:36.614792 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001824 sec., 26315.78947368421 rows/sec., 2.18 MiB/sec.
11289 2025.01.08 15:26:36.614849 [ 267 ] {73f09732-a217-4be4-a553-4d580e3f41e4} <Debug> TCPHandler: Processed in 0.002311894 sec.
11290 2025.01.08 15:26:36.615115 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11291 2025.01.08 15:26:36.615340 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11292 2025.01.08 15:26:36.615427 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11293 2025.01.08 15:26:36.616263 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11294 2025.01.08 15:26:36.616316 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11295 2025.01.08 15:26:36.616750 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11296 2025.01.08 15:26:36.617000 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11297 2025.01.08 15:26:36.617255 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001976 sec., 5566.8016194331985 rows/sec., 418.60 KiB/sec.
11298 2025.01.08 15:26:36.617369 [ 272 ] {83923e95-d3d4-49d5-bb96-635bba383759} <Debug> TCPHandler: Processed in 0.002412785 sec.
11299 2025.01.08 15:26:36.617641 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11300 2025.01.08 15:26:36.617894 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11301 2025.01.08 15:26:36.617986 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11302 2025.01.08 15:26:36.618596 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11303 2025.01.08 15:26:36.618636 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11304 2025.01.08 15:26:36.618987 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11305 2025.01.08 15:26:36.619228 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11306 2025.01.08 15:26:36.619446 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001605 sec., 24299.065420560746 rows/sec., 1.90 MiB/sec.
11307 2025.01.08 15:26:36.619499 [ 267 ] {28db3aef-b76a-435b-b61b-2e2a48c9700a} <Debug> TCPHandler: Processed in 0.00203828 sec.
11308 2025.01.08 15:26:36.619702 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11309 2025.01.08 15:26:36.619938 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11310 2025.01.08 15:26:36.620032 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11311 2025.01.08 15:26:36.620598 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11312 2025.01.08 15:26:36.620639 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11313 2025.01.08 15:26:36.621039 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11314 2025.01.08 15:26:36.621291 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11315 2025.01.08 15:26:36.621514 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001637 sec., 61087.35491753207 rows/sec., 4.24 MiB/sec.
11316 2025.01.08 15:26:36.621574 [ 272 ] {9d9f66ae-4f6d-457f-9fae-bfb491cf0a25} <Debug> TCPHandler: Processed in 0.001987599 sec.
11317 2025.01.08 15:26:36.621776 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11318 2025.01.08 15:26:36.622000 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11319 2025.01.08 15:26:36.622140 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11320 2025.01.08 15:26:36.623631 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11321 2025.01.08 15:26:36.623670 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11322 2025.01.08 15:26:36.624296 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11323 2025.01.08 15:26:36.624545 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11324 2025.01.08 15:26:36.624779 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002835 sec., 3880.0705467372136 rows/sec., 6.95 MiB/sec.
11325 2025.01.08 15:26:36.624871 [ 267 ] {26c4b85f-e07e-4089-87c5-d2b690a5f06a} <Debug> TCPHandler: Processed in 0.003209566 sec.
11326 2025.01.08 15:26:36.625019 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11327 2025.01.08 15:26:36.625167 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11328 2025.01.08 15:26:36.625229 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11329 2025.01.08 15:26:36.625812 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11330 2025.01.08 15:26:36.625859 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11331 2025.01.08 15:26:36.626253 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11332 2025.01.08 15:26:36.626488 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11333 2025.01.08 15:26:36.626706 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001571 sec., 19096.117122851687 rows/sec., 1.31 MiB/sec.
11334 2025.01.08 15:26:36.626760 [ 272 ] {4e3df88e-3612-4f7a-9288-83364400d7a6} <Debug> TCPHandler: Processed in 0.001811736 sec.
11335 2025.01.08 15:26:36.879045 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11336 2025.01.08 15:26:36.879287 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11337 2025.01.08 15:26:36.879367 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11338 2025.01.08 15:26:36.880147 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11339 2025.01.08 15:26:36.880195 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11340 2025.01.08 15:26:36.880610 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11341 2025.01.08 15:26:36.880863 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11342 2025.01.08 15:26:36.881094 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 543.00 KiB/sec.
11343 2025.01.08 15:26:36.881156 [ 267 ] {f828d0b3-faa5-47be-a731-b143db1008dd} <Debug> TCPHandler: Processed in 0.002279833 sec.
11344 2025.01.08 15:26:36.881489 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11345 2025.01.08 15:26:36.881811 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11346 2025.01.08 15:26:36.881933 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11347 2025.01.08 15:26:36.882704 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11348 2025.01.08 15:26:36.882757 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11349 2025.01.08 15:26:36.883172 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11350 2025.01.08 15:26:36.883428 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11351 2025.01.08 15:26:36.883707 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001977 sec., 1011.6337885685382 rows/sec., 82.49 KiB/sec.
11352 2025.01.08 15:26:36.883932 [ 272 ] {c09fb139-a7c2-4b00-aa41-64a3ce0217d2} <Debug> TCPHandler: Processed in 0.002641778 sec.
11353 2025.01.08 15:26:36.884175 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11354 2025.01.08 15:26:36.884403 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11355 2025.01.08 15:26:36.884494 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11356 2025.01.08 15:26:36.886290 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2025.01.08 15:26:36.886330 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11358 2025.01.08 15:26:36.886776 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11359 2025.01.08 15:26:36.887017 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.01.08 15:26:36.887210 [ 68 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11361 2025.01.08 15:26:36.887246 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002894 sec., 475466.48237733246 rows/sec., 39.70 MiB/sec.
11362 2025.01.08 15:26:36.887294 [ 68 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11363 2025.01.08 15:26:36.887364 [ 267 ] {51773bd6-cb40-43e4-8d48-5d3d68495fbf} <Debug> TCPHandler: Processed in 0.003311338 sec.
11364 2025.01.08 15:26:36.887371 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11365 2025.01.08 15:26:36.887610 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
11366 2025.01.08 15:26:36.887680 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11367 2025.01.08 15:26:36.888051 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11368 2025.01.08 15:26:36.888164 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1405 rows starting from the beginning of the part
11369 2025.01.08 15:26:36.888295 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11370 2025.01.08 15:26:36.888612 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11371 2025.01.08 15:26:36.888764 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 235 rows starting from the beginning of the part
11372 2025.01.08 15:26:36.889509 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 48 rows starting from the beginning of the part
11373 2025.01.08 15:26:36.890146 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 235 rows starting from the beginning of the part
11374 2025.01.08 15:26:36.890569 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 48 rows starting from the beginning of the part
11375 2025.01.08 15:26:36.890914 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1376 rows starting from the beginning of the part
11376 2025.01.08 15:26:36.892000 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11377 2025.01.08 15:26:36.892083 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11378 2025.01.08 15:26:36.893070 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11379 2025.01.08 15:26:36.893473 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11380 2025.01.08 15:26:36.893740 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.005646 sec., 7084.661707403471 rows/sec., 518.38 KiB/sec.
11381 2025.01.08 15:26:36.894003 [ 272 ] {014c93eb-be13-4142-974b-eae196f584b1} <Debug> TCPHandler: Processed in 0.006511314 sec.
11382 2025.01.08 15:26:36.894290 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11383 2025.01.08 15:26:36.894369 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.006873469 sec., 486944.80181695736 rows/sec., 42.91 MiB/sec.
11384 2025.01.08 15:26:36.894455 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11385 2025.01.08 15:26:36.894512 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11386 2025.01.08 15:26:36.894644 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11387 2025.01.08 15:26:36.895068 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11388 2025.01.08 15:26:36.895190 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_91_18} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11389 2025.01.08 15:26:36.895293 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11390 2025.01.08 15:26:36.895428 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11391 2025.01.08 15:26:36.895466 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11392 2025.01.08 15:26:36.895823 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11393 2025.01.08 15:26:36.896062 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11394 2025.01.08 15:26:36.896274 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001852 sec., 130669.5464362851 rows/sec., 8.85 MiB/sec.
11395 2025.01.08 15:26:36.896328 [ 267 ] {acd191ed-d6e5-4415-ab21-45360cbdc943} <Debug> TCPHandler: Processed in 0.002213212 sec.
11396 2025.01.08 15:26:36.896490 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11397 2025.01.08 15:26:36.896633 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11398 2025.01.08 15:26:36.896695 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11399 2025.01.08 15:26:36.897442 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11400 2025.01.08 15:26:36.897525 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11401 2025.01.08 15:26:36.898029 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11402 2025.01.08 15:26:36.898277 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11403 2025.01.08 15:26:36.898491 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001889 sec., 6881.948120698782 rows/sec., 429.09 KiB/sec.
11404 2025.01.08 15:26:36.898551 [ 272 ] {afd23612-1e87-4905-843d-4f587923808f} <Debug> TCPHandler: Processed in 0.002131561 sec.
11405 2025.01.08 15:26:36.898751 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11406 2025.01.08 15:26:36.898973 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11407 2025.01.08 15:26:36.899040 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11408 2025.01.08 15:26:36.899930 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11409 2025.01.08 15:26:36.899970 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11410 2025.01.08 15:26:36.900377 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11411 2025.01.08 15:26:36.900628 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11412 2025.01.08 15:26:36.900810 [ 67 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11413 2025.01.08 15:26:36.900872 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.00195 sec., 428205.12820512825 rows/sec., 30.92 MiB/sec.
11414 2025.01.08 15:26:36.900896 [ 67 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11415 2025.01.08 15:26:36.900966 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11416 2025.01.08 15:26:36.900992 [ 267 ] {704fe094-1662-474e-8e4c-a05dac529ed6} <Debug> TCPHandler: Processed in 0.002354383 sec.
11417 2025.01.08 15:26:36.901201 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
11418 2025.01.08 15:26:36.901284 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11419 2025.01.08 15:26:36.901351 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11420 2025.01.08 15:26:36.901396 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 876 rows starting from the beginning of the part
11421 2025.01.08 15:26:36.901631 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 377 rows starting from the beginning of the part
11422 2025.01.08 15:26:36.901797 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11423 2025.01.08 15:26:36.902005 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 39 rows starting from the beginning of the part
11424 2025.01.08 15:26:36.902108 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11425 2025.01.08 15:26:36.902422 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 377 rows starting from the beginning of the part
11426 2025.01.08 15:26:36.902834 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 39 rows starting from the beginning of the part
11427 2025.01.08 15:26:36.903274 [ 197 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 835 rows starting from the beginning of the part
11428 2025.01.08 15:26:36.904353 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11429 2025.01.08 15:26:36.904436 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11430 2025.01.08 15:26:36.905559 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11431 2025.01.08 15:26:36.905893 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11432 2025.01.08 15:26:36.906440 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004825 sec., 1243.523316062176 rows/sec., 64.97 KiB/sec.
11433 2025.01.08 15:26:36.906804 [ 272 ] {6f0a18ca-7cd6-4318-824d-b92aa1d867ac} <Debug> TCPHandler: Processed in 0.005709622 sec.
11434 2025.01.08 15:26:36.907075 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2543 rows, containing 5 columns (5 merged, 0 gathered) in 0.006000187 sec., 423820.12427279353 rows/sec., 32.15 MiB/sec.
11435 2025.01.08 15:26:36.907197 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11436 2025.01.08 15:26:36.907370 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11437 2025.01.08 15:26:36.907382 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11438 2025.01.08 15:26:36.907523 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11439 2025.01.08 15:26:36.908074 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11440 2025.01.08 15:26:36.908231 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_91_18} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11441 2025.01.08 15:26:36.908329 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
11442 2025.01.08 15:26:36.908722 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11443 2025.01.08 15:26:36.908765 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11444 2025.01.08 15:26:36.909202 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11445 2025.01.08 15:26:36.909445 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11446 2025.01.08 15:26:36.909625 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11447 2025.01.08 15:26:36.909682 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.00235 sec., 401702.12765957444 rows/sec., 26.67 MiB/sec.
11448 2025.01.08 15:26:36.909690 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11449 2025.01.08 15:26:36.909769 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11450 2025.01.08 15:26:36.909826 [ 267 ] {145801a3-836f-4cb3-b661-b593eaca7a6b} <Debug> TCPHandler: Processed in 0.002886272 sec.
11451 2025.01.08 15:26:36.910032 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
11452 2025.01.08 15:26:36.910069 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11453 2025.01.08 15:26:36.910268 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11454 2025.01.08 15:26:36.910336 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11455 2025.01.08 15:26:36.910353 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 21849 rows starting from the beginning of the part
11456 2025.01.08 15:26:36.910468 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11457 2025.01.08 15:26:36.910681 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 177 rows starting from the beginning of the part
11458 2025.01.08 15:26:36.911277 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 100 rows starting from the beginning of the part
11459 2025.01.08 15:26:36.911648 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 177 rows starting from the beginning of the part
11460 2025.01.08 15:26:36.911968 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 100 rows starting from the beginning of the part
11461 2025.01.08 15:26:36.912226 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 944 rows starting from the beginning of the part
11462 2025.01.08 15:26:36.913158 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11463 2025.01.08 15:26:36.913241 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11464 2025.01.08 15:26:36.913746 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11465 2025.01.08 15:26:36.914090 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11466 2025.01.08 15:26:36.914736 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec.
11467 2025.01.08 15:26:36.915109 [ 272 ] {6e4cc480-91a0-476b-8fec-176275e96985} <Debug> TCPHandler: Processed in 0.005172905 sec.
11468 2025.01.08 15:26:36.915439 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11469 2025.01.08 15:26:36.915730 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11470 2025.01.08 15:26:36.915870 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11471 2025.01.08 15:26:36.917133 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11472 2025.01.08 15:26:36.917172 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11473 2025.01.08 15:26:36.917856 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11474 2025.01.08 15:26:36.918170 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11475 2025.01.08 15:26:36.918443 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002762 sec., 11223.750905141202 rows/sec., 20.11 MiB/sec.
11476 2025.01.08 15:26:36.918690 [ 267 ] {40e07a68-f6ae-4cd6-9c1f-972cb9748bf0} <Debug> TCPHandler: Processed in 0.003450849 sec.
11477 2025.01.08 15:26:36.918941 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11478 2025.01.08 15:26:36.919146 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11479 2025.01.08 15:26:36.919210 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11480 2025.01.08 15:26:36.920083 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11481 2025.01.08 15:26:36.920197 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11482 2025.01.08 15:26:36.920345 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23347 rows, containing 5 columns (5 merged, 0 gathered) in 0.01045612 sec., 2232855.0169661404 rows/sec., 149.50 MiB/sec.
11483 2025.01.08 15:26:36.920720 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11484 2025.01.08 15:26:36.920954 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11485 2025.01.08 15:26:36.921099 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11486 2025.01.08 15:26:36.921330 [ 67 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11487 2025.01.08 15:26:36.921423 [ 67 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11488 2025.01.08 15:26:36.921494 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11489 2025.01.08 15:26:36.921580 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.002439 sec., 11480.11480114801 rows/sec., 661.45 KiB/sec.
11490 2025.01.08 15:26:36.921822 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
11491 2025.01.08 15:26:36.921847 [ 272 ] {0559d93f-d645-447a-b279-659b427cfa01} <Debug> TCPHandler: Processed in 0.003034114 sec.
11492 2025.01.08 15:26:36.921844 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11493 2025.01.08 15:26:36.922124 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11494 2025.01.08 15:26:36.922171 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11495 2025.01.08 15:26:36.922251 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 3006 rows starting from the beginning of the part
11496 2025.01.08 15:26:36.922311 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
11497 2025.01.08 15:26:36.922472 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 52 rows starting from the beginning of the part
11498 2025.01.08 15:26:36.922627 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 30 rows starting from the beginning of the part
11499 2025.01.08 15:26:36.922726 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 52 rows starting from the beginning of the part
11500 2025.01.08 15:26:36.922819 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part
11501 2025.01.08 15:26:36.923083 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 28 rows starting from the beginning of the part
11502 2025.01.08 15:26:36.924499 [ 186 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002892012 sec., 1105804.5402301236 rows/sec., 71.13 MiB/sec.
11503 2025.01.08 15:26:36.924790 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11504 2025.01.08 15:26:36.925093 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11505 2025.01.08 15:26:36.925182 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_91_18} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11506 2025.01.08 15:26:36.925264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
11507 2025.01.08 15:26:37.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.22 MiB, peak 250.31 MiB, free memory in arenas 0.00 B, will set to 241.95 MiB (RSS), difference: -1.27 MiB
11508 2025.01.08 15:26:37.479733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11509 2025.01.08 15:26:37.500641 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11510 2025.01.08 15:26:37.500690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11511 2025.01.08 15:26:37.507979 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11512 2025.01.08 15:26:37.508750 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11513 2025.01.08 15:26:37.511372 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11514 2025.01.08 15:26:40.884173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1630
11515 2025.01.08 15:26:40.888192 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11516 2025.01.08 15:26:40.888244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11517 2025.01.08 15:26:40.889747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11518 2025.01.08 15:26:40.890067 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11519 2025.01.08 15:26:40.890633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1630
11520 2025.01.08 15:26:41.610725 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11521 2025.01.08 15:26:41.610935 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11522 2025.01.08 15:26:41.611016 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11523 2025.01.08 15:26:41.611782 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11524 2025.01.08 15:26:41.611826 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11525 2025.01.08 15:26:41.612245 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11526 2025.01.08 15:26:41.612489 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11527 2025.01.08 15:26:41.612734 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001857 sec., 14001.077005923533 rows/sec., 1.04 MiB/sec.
11528 2025.01.08 15:26:41.612797 [ 267 ] {f5b63abf-062e-48ce-b2e2-545cf48856fd} <Debug> TCPHandler: Processed in 0.002210081 sec.
11529 2025.01.08 15:26:41.613066 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11530 2025.01.08 15:26:41.613287 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11531 2025.01.08 15:26:41.613372 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11532 2025.01.08 15:26:41.614232 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11533 2025.01.08 15:26:41.614275 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11534 2025.01.08 15:26:41.614716 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11535 2025.01.08 15:26:41.614971 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11536 2025.01.08 15:26:41.615173 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001949 sec., 14366.341713699334 rows/sec., 1.12 MiB/sec.
11537 2025.01.08 15:26:41.615239 [ 272 ] {3054c2e8-3fd3-412b-b007-010a56ef7b6d} <Debug> TCPHandler: Processed in 0.002322724 sec.
11538 2025.01.08 15:26:41.615407 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11539 2025.01.08 15:26:41.615552 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11540 2025.01.08 15:26:41.615616 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11541 2025.01.08 15:26:41.616238 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11542 2025.01.08 15:26:41.616277 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11543 2025.01.08 15:26:41.616666 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11544 2025.01.08 15:26:41.616904 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11545 2025.01.08 15:26:41.617116 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001599 sec., 50031.26954346467 rows/sec., 3.47 MiB/sec.
11546 2025.01.08 15:26:41.617172 [ 267 ] {751ae703-50dc-461f-95bc-4ee6c0811ab7} <Debug> TCPHandler: Processed in 0.001834597 sec.
11547 2025.01.08 15:26:41.617334 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11548 2025.01.08 15:26:41.617485 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11549 2025.01.08 15:26:41.617550 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11550 2025.01.08 15:26:41.618130 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11551 2025.01.08 15:26:41.618169 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11552 2025.01.08 15:26:41.618569 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11553 2025.01.08 15:26:41.618805 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11554 2025.01.08 15:26:41.618980 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001533 sec., 15655.577299412915 rows/sec., 1.07 MiB/sec.
11555 2025.01.08 15:26:41.619033 [ 272 ] {1d682196-53e4-4c13-a928-ecd8952d5e25} <Debug> TCPHandler: Processed in 0.001771136 sec.
11556 2025.01.08 15:26:43.245059 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
11557 2025.01.08 15:26:43.245741 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11558 2025.01.08 15:26:43.245795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11559 2025.01.08 15:26:43.246338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11560 2025.01.08 15:26:43.246608 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11561 2025.01.08 15:26:43.246858 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
11562 2025.01.08 15:26:45.011472 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11563 2025.01.08 15:26:45.035460 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11564 2025.01.08 15:26:45.035525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11565 2025.01.08 15:26:45.042830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11566 2025.01.08 15:26:45.043634 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11567 2025.01.08 15:26:45.048322 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11568 2025.01.08 15:26:46.612919 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11569 2025.01.08 15:26:46.613242 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11570 2025.01.08 15:26:46.613350 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11571 2025.01.08 15:26:46.614125 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11572 2025.01.08 15:26:46.614178 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11573 2025.01.08 15:26:46.614619 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11574 2025.01.08 15:26:46.614869 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11575 2025.01.08 15:26:46.615116 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001949 sec., 24628.014366341715 rows/sec., 2.04 MiB/sec.
11576 2025.01.08 15:26:46.615244 [ 267 ] {8d112a13-5b3c-44ae-b2d6-3e0a8017b04a} <Debug> TCPHandler: Processed in 0.002512966 sec.
11577 2025.01.08 15:26:46.615534 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11578 2025.01.08 15:26:46.615731 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11579 2025.01.08 15:26:46.615806 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11580 2025.01.08 15:26:46.616578 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11581 2025.01.08 15:26:46.616622 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11582 2025.01.08 15:26:46.617042 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11583 2025.01.08 15:26:46.617290 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11584 2025.01.08 15:26:46.617527 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001852 sec., 5939.52483801296 rows/sec., 446.62 KiB/sec.
11585 2025.01.08 15:26:46.617591 [ 272 ] {277a78ef-df7f-48c8-afd0-0c711356211c} <Debug> TCPHandler: Processed in 0.002231013 sec.
11586 2025.01.08 15:26:46.617805 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11587 2025.01.08 15:26:46.617963 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11588 2025.01.08 15:26:46.618025 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11589 2025.01.08 15:26:46.618681 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11590 2025.01.08 15:26:46.618722 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11591 2025.01.08 15:26:46.619086 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11592 2025.01.08 15:26:46.619317 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11593 2025.01.08 15:26:46.619529 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.0016 sec., 24375 rows/sec., 1.90 MiB/sec.
11594 2025.01.08 15:26:46.619586 [ 267 ] {1f491f35-c162-4c6d-9d18-ea1be274cea9} <Debug> TCPHandler: Processed in 0.001892997 sec.
11595 2025.01.08 15:26:46.619746 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11596 2025.01.08 15:26:46.619866 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11597 2025.01.08 15:26:46.619920 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11598 2025.01.08 15:26:46.620483 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11599 2025.01.08 15:26:46.620522 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11600 2025.01.08 15:26:46.620913 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11601 2025.01.08 15:26:46.621154 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11602 2025.01.08 15:26:46.621385 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec.
11603 2025.01.08 15:26:46.621478 [ 272 ] {56f00ae3-58eb-4013-9291-38db2da76c89} <Debug> TCPHandler: Processed in 0.001789385 sec.
11604 2025.01.08 15:26:46.621696 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11605 2025.01.08 15:26:46.621912 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11606 2025.01.08 15:26:46.622011 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11607 2025.01.08 15:26:46.623189 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11608 2025.01.08 15:26:46.623230 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11609 2025.01.08 15:26:46.623848 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11610 2025.01.08 15:26:46.624100 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11611 2025.01.08 15:26:46.624375 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002497 sec., 4405.286343612334 rows/sec., 7.89 MiB/sec.
11612 2025.01.08 15:26:46.624737 [ 267 ] {5e86060b-f4cd-4acc-a135-c59a243893f6} <Debug> TCPHandler: Processed in 0.003166405 sec.
11613 2025.01.08 15:26:46.624960 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11614 2025.01.08 15:26:46.625161 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11615 2025.01.08 15:26:46.625212 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11616 2025.01.08 15:26:46.625672 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11617 2025.01.08 15:26:46.625710 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11618 2025.01.08 15:26:46.626065 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11619 2025.01.08 15:26:46.626304 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11620 2025.01.08 15:26:46.626511 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001389 sec., 21598.272138228942 rows/sec., 1.48 MiB/sec.
11621 2025.01.08 15:26:46.626561 [ 272 ] {84e6d3f7-3c66-4757-9996-1f58cebc9cb9} <Debug> TCPHandler: Processed in 0.001720165 sec.
11622 2025.01.08 15:26:50.582275 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
11623 2025.01.08 15:26:50.582332 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
11624 2025.01.08 15:26:50.747005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
11625 2025.01.08 15:26:50.747679 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11626 2025.01.08 15:26:50.747726 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11627 2025.01.08 15:26:50.748243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11628 2025.01.08 15:26:50.748502 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11629 2025.01.08 15:26:50.748714 [ 38 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11630 2025.01.08 15:26:50.748765 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11631 2025.01.08 15:26:50.748789 [ 38 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11632 2025.01.08 15:26:50.748820 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11633 2025.01.08 15:26:50.748981 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
11634 2025.01.08 15:26:50.749368 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11635 2025.01.08 15:26:50.749470 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
11636 2025.01.08 15:26:50.749556 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
11637 2025.01.08 15:26:50.749760 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
11638 2025.01.08 15:26:50.749999 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
11639 2025.01.08 15:26:50.750170 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
11640 2025.01.08 15:26:50.750384 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
11641 2025.01.08 15:26:50.753106 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004217601 sec., 6089006.522902475 rows/sec., 87.10 MiB/sec.
11642 2025.01.08 15:26:50.753456 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11643 2025.01.08 15:26:50.753837 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11644 2025.01.08 15:26:50.753926 [ 199 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_56_11} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11645 2025.01.08 15:26:50.754041 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
11646 2025.01.08 15:26:50.890921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1650
11647 2025.01.08 15:26:50.893596 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11648 2025.01.08 15:26:50.893636 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11649 2025.01.08 15:26:50.895022 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11650 2025.01.08 15:26:50.895319 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11651 2025.01.08 15:26:50.895482 [ 38 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11652 2025.01.08 15:26:50.895538 [ 38 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11653 2025.01.08 15:26:50.895578 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11654 2025.01.08 15:26:50.896020 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
11655 2025.01.08 15:26:50.897601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1650
11656 2025.01.08 15:26:50.897873 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11657 2025.01.08 15:26:50.898011 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1460 rows starting from the beginning of the part
11658 2025.01.08 15:26:50.898619 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part
11659 2025.01.08 15:26:50.899124 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
11660 2025.01.08 15:26:50.899637 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part
11661 2025.01.08 15:26:50.900131 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part
11662 2025.01.08 15:26:50.900692 [ 186 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
11663 2025.01.08 15:26:50.909093 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 72 columns (72 merged, 0 gathered) in 0.013433323 sec., 122828.87860285946 rows/sec., 93.72 MiB/sec.
11664 2025.01.08 15:26:50.911115 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11665 2025.01.08 15:26:50.911962 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11666 2025.01.08 15:26:50.912060 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_41_8} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11667 2025.01.08 15:26:50.912430 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
11668 2025.01.08 15:26:51.617771 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11669 2025.01.08 15:26:51.617980 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11670 2025.01.08 15:26:51.618058 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11671 2025.01.08 15:26:51.618939 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11672 2025.01.08 15:26:51.618978 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11673 2025.01.08 15:26:51.619398 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11674 2025.01.08 15:26:51.619659 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11675 2025.01.08 15:26:51.619856 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec.
11676 2025.01.08 15:26:51.619912 [ 267 ] {66a8fa71-a8d0-4761-ba1d-4c526d545935} <Debug> TCPHandler: Processed in 0.002276242 sec.
11677 2025.01.08 15:26:51.620140 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11678 2025.01.08 15:26:51.620330 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11679 2025.01.08 15:26:51.620401 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11680 2025.01.08 15:26:51.621262 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11681 2025.01.08 15:26:51.621310 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11682 2025.01.08 15:26:51.621755 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11683 2025.01.08 15:26:51.622006 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11684 2025.01.08 15:26:51.622238 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.001962 sec., 119775.73904179408 rows/sec., 10.68 MiB/sec.
11685 2025.01.08 15:26:51.622302 [ 272 ] {40846853-7200-4247-ba74-cadb60082f45} <Debug> TCPHandler: Processed in 0.002283093 sec.
11686 2025.01.08 15:26:51.622493 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11687 2025.01.08 15:26:51.622637 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11688 2025.01.08 15:26:51.622695 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11689 2025.01.08 15:26:51.623394 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11690 2025.01.08 15:26:51.623433 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11691 2025.01.08 15:26:51.623782 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11692 2025.01.08 15:26:51.624008 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11693 2025.01.08 15:26:51.624192 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001586 sec., 23959.646910466585 rows/sec., 1.72 MiB/sec.
11694 2025.01.08 15:26:51.624244 [ 267 ] {c861b116-9a78-41e8-a845-1095744392dc} <Debug> TCPHandler: Processed in 0.001821996 sec.
11695 2025.01.08 15:26:51.624473 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11696 2025.01.08 15:26:51.624635 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11697 2025.01.08 15:26:51.624696 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11698 2025.01.08 15:26:51.625424 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11699 2025.01.08 15:26:51.625464 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11700 2025.01.08 15:26:51.625821 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11701 2025.01.08 15:26:51.626067 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11702 2025.01.08 15:26:51.626293 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001692 sec., 8274.231678486998 rows/sec., 579.47 KiB/sec.
11703 2025.01.08 15:26:51.626349 [ 272 ] {3a1b850e-93a0-44cf-b050-20b60b2c131b} <Debug> TCPHandler: Processed in 0.002005739 sec.
11704 2025.01.08 15:26:51.626495 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11705 2025.01.08 15:26:51.626612 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11706 2025.01.08 15:26:51.626660 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11707 2025.01.08 15:26:51.627225 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11708 2025.01.08 15:26:51.627262 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11709 2025.01.08 15:26:51.627606 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11710 2025.01.08 15:26:51.627835 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11711 2025.01.08 15:26:51.628021 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001429 sec., 9097.270818754374 rows/sec., 567.21 KiB/sec.
11712 2025.01.08 15:26:51.628118 [ 267 ] {e1b27a6e-7b2f-42da-ac69-4f90ee17c700} <Debug> TCPHandler: Processed in 0.001683055 sec.
11713 2025.01.08 15:26:51.628295 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11714 2025.01.08 15:26:51.628417 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11715 2025.01.08 15:26:51.628475 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11716 2025.01.08 15:26:51.629355 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11717 2025.01.08 15:26:51.629403 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11718 2025.01.08 15:26:51.629777 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11719 2025.01.08 15:26:51.630004 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11720 2025.01.08 15:26:51.630257 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001857 sec., 203015.61658589123 rows/sec., 14.35 MiB/sec.
11721 2025.01.08 15:26:51.630316 [ 272 ] {a235c89e-27f1-4d29-92dc-bf83e6d9404e} <Debug> TCPHandler: Processed in 0.00209949 sec.
11722 2025.01.08 15:26:51.630526 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11723 2025.01.08 15:26:51.630700 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11724 2025.01.08 15:26:51.630757 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11725 2025.01.08 15:26:51.631319 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11726 2025.01.08 15:26:51.631363 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11727 2025.01.08 15:26:51.631718 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11728 2025.01.08 15:26:51.631951 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11729 2025.01.08 15:26:51.632128 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec.
11730 2025.01.08 15:26:51.632176 [ 267 ] {d8c3bfc5-198e-4dff-96f9-2ca772103b68} <Debug> TCPHandler: Processed in 0.001756735 sec.
11731 2025.01.08 15:26:51.632320 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11732 2025.01.08 15:26:51.632449 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11733 2025.01.08 15:26:51.632513 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11734 2025.01.08 15:26:51.633205 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11735 2025.01.08 15:26:51.633252 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11736 2025.01.08 15:26:51.633664 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11737 2025.01.08 15:26:51.633896 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11738 2025.01.08 15:26:51.634115 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001696 sec., 104363.2075471698 rows/sec., 6.88 MiB/sec.
11739 2025.01.08 15:26:51.634170 [ 272 ] {cff8605f-9cd6-4236-9c86-89971d4b3438} <Debug> TCPHandler: Processed in 0.001906758 sec.
11740 2025.01.08 15:26:51.634318 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11741 2025.01.08 15:26:51.634443 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11742 2025.01.08 15:26:51.634503 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11743 2025.01.08 15:26:51.635044 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11744 2025.01.08 15:26:51.635087 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11745 2025.01.08 15:26:51.635462 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11746 2025.01.08 15:26:51.635676 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11747 2025.01.08 15:26:51.635843 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
11748 2025.01.08 15:26:51.635887 [ 267 ] {b21c5bf1-ceac-40d5-8a41-7d2ff2b162c7} <Debug> TCPHandler: Processed in 0.001675684 sec.
11749 2025.01.08 15:26:51.636028 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11750 2025.01.08 15:26:51.636206 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11751 2025.01.08 15:26:51.636291 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11752 2025.01.08 15:26:51.637481 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11753 2025.01.08 15:26:51.637521 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11754 2025.01.08 15:26:51.638171 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11755 2025.01.08 15:26:51.638435 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11756 2025.01.08 15:26:51.638695 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002513 sec., 12335.853561480302 rows/sec., 22.11 MiB/sec.
11757 2025.01.08 15:26:51.638811 [ 272 ] {2ffccac6-0ae7-4e9d-9bdc-8d4d85d88294} <Debug> TCPHandler: Processed in 0.00278361 sec.
11758 2025.01.08 15:26:51.638961 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11759 2025.01.08 15:26:51.639080 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11760 2025.01.08 15:26:51.639131 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11761 2025.01.08 15:26:51.639620 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11762 2025.01.08 15:26:51.639657 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11763 2025.01.08 15:26:51.640016 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11764 2025.01.08 15:26:51.640244 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11765 2025.01.08 15:26:51.640442 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001382 sec., 37626.628075253255 rows/sec., 2.33 MiB/sec.
11766 2025.01.08 15:26:51.640532 [ 267 ] {7a4ab034-5c06-4242-8366-a0158fdaa0f8} <Debug> TCPHandler: Processed in 0.001628183 sec.
11767 2025.01.08 15:26:52.548420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11768 2025.01.08 15:26:52.571152 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11769 2025.01.08 15:26:52.571214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11770 2025.01.08 15:26:52.578387 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11771 2025.01.08 15:26:52.579152 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11772 2025.01.08 15:26:52.579601 [ 35 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11773 2025.01.08 15:26:52.579765 [ 35 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11774 2025.01.08 15:26:52.579858 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11775 2025.01.08 15:26:52.580563 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11776 2025.01.08 15:26:52.594534 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11777 2025.01.08 15:26:52.596362 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11778 2025.01.08 15:26:52.598027 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11779 2025.01.08 15:26:52.603938 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11780 2025.01.08 15:26:52.609883 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11781 2025.01.08 15:26:52.615937 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11782 2025.01.08 15:26:52.622020 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11783 2025.01.08 15:26:52.626671 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
11784 2025.01.08 15:26:52.691012 [ 192 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.110933269 sec., 3804.088744558677 rows/sec., 19.67 MiB/sec.
11785 2025.01.08 15:26:52.694343 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11786 2025.01.08 15:26:52.697453 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_56_11} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11787 2025.01.08 15:26:52.697592 [ 191 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_56_11} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11788 2025.01.08 15:26:52.699978 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
11789 2025.01.08 15:26:56.612617 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11790 2025.01.08 15:26:56.612941 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11791 2025.01.08 15:26:56.613057 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11792 2025.01.08 15:26:56.614019 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11793 2025.01.08 15:26:56.614065 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11794 2025.01.08 15:26:56.614486 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11795 2025.01.08 15:26:56.614753 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11796 2025.01.08 15:26:56.615039 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002167 sec., 1845.8698661744347 rows/sec., 150.52 KiB/sec.
11797 2025.01.08 15:26:56.615192 [ 267 ] {79efaf0c-6d0d-443a-9bdb-30fb3c550c35} <Debug> TCPHandler: Processed in 0.002755409 sec.
11798 2025.01.08 15:26:56.615588 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11799 2025.01.08 15:26:56.615786 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11800 2025.01.08 15:26:56.615858 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11801 2025.01.08 15:26:56.616631 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11802 2025.01.08 15:26:56.616675 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11803 2025.01.08 15:26:56.617109 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11804 2025.01.08 15:26:56.617365 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11805 2025.01.08 15:26:56.617568 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001835 sec., 27247.956403269753 rows/sec., 2.24 MiB/sec.
11806 2025.01.08 15:26:56.617630 [ 272 ] {45f41000-18d1-45df-b614-f3945fe5a7d0} <Debug> TCPHandler: Processed in 0.002280393 sec.
11807 2025.01.08 15:26:56.617834 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11808 2025.01.08 15:26:56.618063 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11809 2025.01.08 15:26:56.618158 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11810 2025.01.08 15:26:56.618958 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11811 2025.01.08 15:26:56.619000 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11812 2025.01.08 15:26:56.619363 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11813 2025.01.08 15:26:56.619599 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11814 2025.01.08 15:26:56.619812 [ 30 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11815 2025.01.08 15:26:56.619846 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.00184 sec., 8152.173913043478 rows/sec., 601.33 KiB/sec.
11816 2025.01.08 15:26:56.619903 [ 30 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11817 2025.01.08 15:26:56.619976 [ 267 ] {196453d9-93e4-4830-8624-45efbabcfe72} <Debug> TCPHandler: Processed in 0.002248362 sec.
11818 2025.01.08 15:26:56.619987 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11819 2025.01.08 15:26:56.620206 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
11820 2025.01.08 15:26:56.620251 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11821 2025.01.08 15:26:56.620376 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11822 2025.01.08 15:26:56.620461 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 63 rows starting from the beginning of the part
11823 2025.01.08 15:26:56.620653 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11824 2025.01.08 15:26:56.620739 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 11 rows starting from the beginning of the part
11825 2025.01.08 15:26:56.620810 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11826 2025.01.08 15:26:56.621166 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part
11827 2025.01.08 15:26:56.621469 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 11 rows starting from the beginning of the part
11828 2025.01.08 15:26:56.621871 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 38 rows starting from the beginning of the part
11829 2025.01.08 15:26:56.622276 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part
11830 2025.01.08 15:26:56.623402 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11831 2025.01.08 15:26:56.623477 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11832 2025.01.08 15:26:56.624603 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11833 2025.01.08 15:26:56.624929 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.00480126 sec., 37073.60151293619 rows/sec., 2.80 MiB/sec.
11834 2025.01.08 15:26:56.625129 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11835 2025.01.08 15:26:56.625237 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11836 2025.01.08 15:26:56.625555 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.00505 sec., 8514.851485148516 rows/sec., 681.85 KiB/sec.
11837 2025.01.08 15:26:56.625706 [ 272 ] {527392fd-8fdd-45f5-b30c-dae761f4cad7} <Debug> TCPHandler: Processed in 0.005616641 sec.
11838 2025.01.08 15:26:56.625915 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11839 2025.01.08 15:26:56.625970 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11840 2025.01.08 15:26:56.626150 [ 188 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_76_15} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11841 2025.01.08 15:26:56.626150 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11842 2025.01.08 15:26:56.626288 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11843 2025.01.08 15:26:56.626315 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11844 2025.01.08 15:26:56.626925 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11845 2025.01.08 15:26:56.626997 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11846 2025.01.08 15:26:56.627385 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11847 2025.01.08 15:26:56.627627 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11848 2025.01.08 15:26:56.627845 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001767 sec., 57724.95755517827 rows/sec., 4.00 MiB/sec.
11849 2025.01.08 15:26:56.627903 [ 267 ] {e5f3f2bb-c26b-48b3-8df8-e2a688f2ac2d} <Debug> TCPHandler: Processed in 0.002087601 sec.
11850 2025.01.08 15:26:56.628067 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11851 2025.01.08 15:26:56.628214 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11852 2025.01.08 15:26:56.628311 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11853 2025.01.08 15:26:56.629652 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11854 2025.01.08 15:26:56.629698 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11855 2025.01.08 15:26:56.630410 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11856 2025.01.08 15:26:56.630664 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11857 2025.01.08 15:26:56.630806 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11858 2025.01.08 15:26:56.630849 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11859 2025.01.08 15:26:56.630875 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11860 2025.01.08 15:26:56.630883 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002705 sec., 4066.543438077634 rows/sec., 7.29 MiB/sec.
11861 2025.01.08 15:26:56.631165 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
11862 2025.01.08 15:26:56.631428 [ 272 ] {d35796c2-1456-4af9-927e-1d8de835dc00} <Debug> TCPHandler: Processed in 0.003426689 sec.
11863 2025.01.08 15:26:56.631845 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11864 2025.01.08 15:26:56.632624 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11865 2025.01.08 15:26:56.632816 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11866 2025.01.08 15:26:56.632834 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11867 2025.01.08 15:26:56.633079 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1471 rows starting from the beginning of the part
11868 2025.01.08 15:26:56.633825 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 11 rows starting from the beginning of the part
11869 2025.01.08 15:26:56.634480 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 31 rows starting from the beginning of the part
11870 2025.01.08 15:26:56.635103 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11871 2025.01.08 15:26:56.635129 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 11 rows starting from the beginning of the part
11872 2025.01.08 15:26:56.635183 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11873 2025.01.08 15:26:56.635709 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part
11874 2025.01.08 15:26:56.636360 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 11 rows starting from the beginning of the part
11875 2025.01.08 15:26:56.637137 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11876 2025.01.08 15:26:56.637737 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11877 2025.01.08 15:26:56.638311 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005953 sec., 5039.475894506972 rows/sec., 353.52 KiB/sec.
11878 2025.01.08 15:26:56.638439 [ 267 ] {4a578410-cbb7-4cad-b1d6-287811add416} <Debug> TCPHandler: Processed in 0.006908839 sec.
11879 2025.01.08 15:26:56.645277 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 19 columns (19 merged, 0 gathered) in 0.014328867 sec., 109289.8691850514 rows/sec., 195.84 MiB/sec.
11880 2025.01.08 15:26:56.646949 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11881 2025.01.08 15:26:56.647393 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11882 2025.01.08 15:26:56.647480 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11883 2025.01.08 15:26:56.647653 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB.
11884 2025.01.08 15:26:57.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.65 MiB, peak 256.55 MiB, free memory in arenas 0.00 B, will set to 246.98 MiB (RSS), difference: 2.33 MiB
11885 2025.01.08 15:26:58.248916 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
11886 2025.01.08 15:26:58.249720 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11887 2025.01.08 15:26:58.249770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11888 2025.01.08 15:26:58.250289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11889 2025.01.08 15:26:58.250537 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11890 2025.01.08 15:26:58.250741 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
11891 2025.01.08 15:27:00.094663 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
11892 2025.01.08 15:27:00.114485 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11893 2025.01.08 15:27:00.114543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11894 2025.01.08 15:27:00.121410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11895 2025.01.08 15:27:00.122176 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11896 2025.01.08 15:27:00.126172 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11897 2025.01.08 15:27:00.897849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1686
11898 2025.01.08 15:27:00.901469 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11899 2025.01.08 15:27:00.901524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11900 2025.01.08 15:27:00.903012 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11901 2025.01.08 15:27:00.903331 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11902 2025.01.08 15:27:00.904260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1686
11903 2025.01.08 15:27:01.618870 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11904 2025.01.08 15:27:01.619068 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11905 2025.01.08 15:27:01.619145 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11906 2025.01.08 15:27:01.619910 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11907 2025.01.08 15:27:01.619965 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11908 2025.01.08 15:27:01.620421 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11909 2025.01.08 15:27:01.620678 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11910 2025.01.08 15:27:01.620875 [ 24 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11911 2025.01.08 15:27:01.620953 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec.
11912 2025.01.08 15:27:01.620964 [ 24 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11913 2025.01.08 15:27:01.621057 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11914 2025.01.08 15:27:01.621107 [ 267 ] {993fbe89-ec12-4a95-b43c-62c66e53b5e2} <Debug> TCPHandler: Processed in 0.002366164 sec.
11915 2025.01.08 15:27:01.621426 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11916 2025.01.08 15:27:01.621486 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11917 2025.01.08 15:27:01.621971 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11918 2025.01.08 15:27:01.621977 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11919 2025.01.08 15:27:01.622094 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11920 2025.01.08 15:27:01.622192 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11921 2025.01.08 15:27:01.622402 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11922 2025.01.08 15:27:01.622781 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11923 2025.01.08 15:27:01.623144 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11924 2025.01.08 15:27:01.623487 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
11925 2025.01.08 15:27:01.625622 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11926 2025.01.08 15:27:01.625707 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11927 2025.01.08 15:27:01.626295 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096814 sec., 13734.069950365072 rows/sec., 1.02 MiB/sec.
11928 2025.01.08 15:27:01.626494 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11929 2025.01.08 15:27:01.626709 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11930 2025.01.08 15:27:01.626953 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_41_10} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11931 2025.01.08 15:27:01.627129 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_41_10} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11932 2025.01.08 15:27:01.627189 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11933 2025.01.08 15:27:01.627281 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11934 2025.01.08 15:27:01.627474 [ 23 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11935 2025.01.08 15:27:01.627521 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.005733 sec., 40990.75527646956 rows/sec., 3.65 MiB/sec.
11936 2025.01.08 15:27:01.627527 [ 23 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11937 2025.01.08 15:27:01.627576 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11938 2025.01.08 15:27:01.627623 [ 272 ] {3c0a9857-83fd-4cf9-bdcf-4a7cca0e736a} <Debug> TCPHandler: Processed in 0.006385602 sec.
11939 2025.01.08 15:27:01.627884 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11940 2025.01.08 15:27:01.627958 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
11941 2025.01.08 15:27:01.628199 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11942 2025.01.08 15:27:01.628380 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11943 2025.01.08 15:27:01.628443 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11944 2025.01.08 15:27:01.628577 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1405 rows starting from the beginning of the part
11945 2025.01.08 15:27:01.629002 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part
11946 2025.01.08 15:27:01.629853 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 48 rows starting from the beginning of the part
11947 2025.01.08 15:27:01.630489 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 235 rows starting from the beginning of the part
11948 2025.01.08 15:27:01.631075 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 50 rows starting from the beginning of the part
11949 2025.01.08 15:27:01.631473 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 235 rows starting from the beginning of the part
11950 2025.01.08 15:27:01.632488 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11951 2025.01.08 15:27:01.632533 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11952 2025.01.08 15:27:01.633114 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11953 2025.01.08 15:27:01.633434 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11954 2025.01.08 15:27:01.633819 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005758 sec., 6599.513720041681 rows/sec., 484.04 KiB/sec.
11955 2025.01.08 15:27:01.633839 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1999 rows, containing 5 columns (5 merged, 0 gathered) in 0.006164078 sec., 324298.29732848937 rows/sec., 28.71 MiB/sec.
11956 2025.01.08 15:27:01.633945 [ 267 ] {b7d87581-1af8-4e1e-9b59-d99a18049354} <Debug> TCPHandler: Processed in 0.00621497 sec.
11957 2025.01.08 15:27:01.634123 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11958 2025.01.08 15:27:01.634169 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11959 2025.01.08 15:27:01.634347 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11960 2025.01.08 15:27:01.634453 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11961 2025.01.08 15:27:01.634735 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11962 2025.01.08 15:27:01.634956 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_96_19} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11963 2025.01.08 15:27:01.635173 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
11964 2025.01.08 15:27:01.635560 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11965 2025.01.08 15:27:01.635606 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11966 2025.01.08 15:27:01.635973 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11967 2025.01.08 15:27:01.636217 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11968 2025.01.08 15:27:01.636349 [ 23 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0
11969 2025.01.08 15:27:01.636391 [ 23 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11970 2025.01.08 15:27:01.636413 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002102 sec., 6660.323501427211 rows/sec., 466.45 KiB/sec.
11971 2025.01.08 15:27:01.636419 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11972 2025.01.08 15:27:01.636570 [ 272 ] {784f9b43-cf13-4fe9-a0af-8df45885d6dd} <Debug> TCPHandler: Processed in 0.002517657 sec.
11973 2025.01.08 15:27:01.636793 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full
11974 2025.01.08 15:27:01.636928 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11975 2025.01.08 15:27:01.637239 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11976 2025.01.08 15:27:01.637378 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 243 rows starting from the beginning of the part
11977 2025.01.08 15:27:01.637378 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11978 2025.01.08 15:27:01.637637 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11979 2025.01.08 15:27:01.637843 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11980 2025.01.08 15:27:01.638207 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
11981 2025.01.08 15:27:01.638686 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part
11982 2025.01.08 15:27:01.638993 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
11983 2025.01.08 15:27:01.639363 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
11984 2025.01.08 15:27:01.641009 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11985 2025.01.08 15:27:01.641081 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11986 2025.01.08 15:27:01.642245 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11987 2025.01.08 15:27:01.642333 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005810074 sec., 93114.13245339044 rows/sec., 6.67 MiB/sec.
11988 2025.01.08 15:27:01.642538 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
11989 2025.01.08 15:27:01.642850 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11990 2025.01.08 15:27:01.643135 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11991 2025.01.08 15:27:01.643156 [ 23 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11992 2025.01.08 15:27:01.643264 [ 23 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11993 2025.01.08 15:27:01.643369 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
11994 2025.01.08 15:27:01.643448 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_42_9} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9
11995 2025.01.08 15:27:01.643528 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006319 sec., 2057.287545497705 rows/sec., 128.27 KiB/sec.
11996 2025.01.08 15:27:01.643732 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
11997 2025.01.08 15:27:01.643781 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
11998 2025.01.08 15:27:01.643847 [ 267 ] {3f19c8bd-95b8-4166-ae24-db4616622a41} <Debug> TCPHandler: Processed in 0.007128472 sec.
11999 2025.01.08 15:27:01.643961 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12000 2025.01.08 15:27:01.644017 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12001 2025.01.08 15:27:01.644111 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12002 2025.01.08 15:27:01.644192 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12003 2025.01.08 15:27:01.644501 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12004 2025.01.08 15:27:01.644532 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12005 2025.01.08 15:27:01.644714 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12006 2025.01.08 15:27:01.644911 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12007 2025.01.08 15:27:01.645235 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12008 2025.01.08 15:27:01.647217 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12009 2025.01.08 15:27:01.647310 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12010 2025.01.08 15:27:01.647680 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00415897 sec., 15628.869648013811 rows/sec., 1.01 MiB/sec.
12011 2025.01.08 15:27:01.647926 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12012 2025.01.08 15:27:01.648238 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12013 2025.01.08 15:27:01.648550 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_41_10} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12014 2025.01.08 15:27:01.648677 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12015 2025.01.08 15:27:01.648741 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_41_10} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12016 2025.01.08 15:27:01.648938 [ 23 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12017 2025.01.08 15:27:01.648980 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12018 2025.01.08 15:27:01.649019 [ 23 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12019 2025.01.08 15:27:01.649074 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12020 2025.01.08 15:27:01.649158 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004758 sec., 79234.97267759562 rows/sec., 5.60 MiB/sec.
12021 2025.01.08 15:27:01.649295 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
12022 2025.01.08 15:27:01.649343 [ 272 ] {e66f0618-73ea-4dae-9cb2-eac14f8f9217} <Debug> TCPHandler: Processed in 0.005348677 sec.
12023 2025.01.08 15:27:01.649528 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12024 2025.01.08 15:27:01.649548 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12025 2025.01.08 15:27:01.649565 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 876 rows starting from the beginning of the part
12026 2025.01.08 15:27:01.649738 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 28 rows starting from the beginning of the part
12027 2025.01.08 15:27:01.649883 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12028 2025.01.08 15:27:01.650083 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12029 2025.01.08 15:27:01.650128 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 39 rows starting from the beginning of the part
12030 2025.01.08 15:27:01.650552 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 377 rows starting from the beginning of the part
12031 2025.01.08 15:27:01.650889 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 43 rows starting from the beginning of the part
12032 2025.01.08 15:27:01.651234 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 377 rows starting from the beginning of the part
12033 2025.01.08 15:27:01.652046 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12034 2025.01.08 15:27:01.652091 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12035 2025.01.08 15:27:01.652686 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12036 2025.01.08 15:27:01.653038 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12037 2025.01.08 15:27:01.653095 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 5 columns (5 merged, 0 gathered) in 0.003943167 sec., 441269.66978573316 rows/sec., 33.49 MiB/sec.
12038 2025.01.08 15:27:01.653363 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12039 2025.01.08 15:27:01.653394 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003623 sec., 1656.086116478057 rows/sec., 86.52 KiB/sec.
12040 2025.01.08 15:27:01.653595 [ 267 ] {7a337a82-971c-4b72-aa71-74f4ea20a7a5} <Debug> TCPHandler: Processed in 0.00414499 sec.
12041 2025.01.08 15:27:01.653930 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12042 2025.01.08 15:27:01.654070 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12043 2025.01.08 15:27:01.654136 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12044 2025.01.08 15:27:01.654209 [ 186 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_96_19} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12045 2025.01.08 15:27:01.654214 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12046 2025.01.08 15:27:01.654342 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
12047 2025.01.08 15:27:01.654915 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12048 2025.01.08 15:27:01.654954 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12049 2025.01.08 15:27:01.655352 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12050 2025.01.08 15:27:01.655597 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12051 2025.01.08 15:27:01.655725 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12052 2025.01.08 15:27:01.655754 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12053 2025.01.08 15:27:01.655778 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12054 2025.01.08 15:27:01.655777 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001683 sec., 105169.34046345811 rows/sec., 6.94 MiB/sec.
12055 2025.01.08 15:27:01.655992 [ 272 ] {34cdac61-4e0f-487f-b840-407529bd4f10} <Debug> TCPHandler: Processed in 0.002279242 sec.
12056 2025.01.08 15:27:01.656038 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
12057 2025.01.08 15:27:01.656227 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12058 2025.01.08 15:27:01.656240 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12059 2025.01.08 15:27:01.656267 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 23347 rows starting from the beginning of the part
12060 2025.01.08 15:27:01.656482 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part
12061 2025.01.08 15:27:01.656859 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 100 rows starting from the beginning of the part
12062 2025.01.08 15:27:01.656878 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12063 2025.01.08 15:27:01.657103 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12064 2025.01.08 15:27:01.657152 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 177 rows starting from the beginning of the part
12065 2025.01.08 15:27:01.657476 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 102 rows starting from the beginning of the part
12066 2025.01.08 15:27:01.657792 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 177 rows starting from the beginning of the part
12067 2025.01.08 15:27:01.659159 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12068 2025.01.08 15:27:01.659213 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12069 2025.01.08 15:27:01.659724 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12070 2025.01.08 15:27:01.660112 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12071 2025.01.08 15:27:01.660503 [ 23 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0
12072 2025.01.08 15:27:01.660757 [ 23 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12073 2025.01.08 15:27:01.660791 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004109 sec., 243.3682161109759 rows/sec., 16.40 KiB/sec.
12074 2025.01.08 15:27:01.660831 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12075 2025.01.08 15:27:01.661365 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full
12076 2025.01.08 15:27:01.661941 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12077 2025.01.08 15:27:01.662058 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 38 rows starting from the beginning of the part
12078 2025.01.08 15:27:01.662267 [ 267 ] {9d6c498d-6222-4787-8987-8f32156451d5} <Debug> TCPHandler: Processed in 0.006143129 sec.
12079 2025.01.08 15:27:01.662434 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
12080 2025.01.08 15:27:01.662684 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12081 2025.01.08 15:27:01.662756 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
12082 2025.01.08 15:27:01.663036 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
12083 2025.01.08 15:27:01.663172 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12084 2025.01.08 15:27:01.663298 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12085 2025.01.08 15:27:01.663665 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12086 2025.01.08 15:27:01.663904 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
12087 2025.01.08 15:27:01.668837 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23983 rows, containing 5 columns (5 merged, 0 gathered) in 0.012975907 sec., 1848271.569763871 rows/sec., 123.78 MiB/sec.
12088 2025.01.08 15:27:01.669202 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.008217549 sec., 5232.703814726265 rows/sec., 351.64 KiB/sec.
12089 2025.01.08 15:27:01.669452 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12090 2025.01.08 15:27:01.669494 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12091 2025.01.08 15:27:01.670352 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12092 2025.01.08 15:27:01.670463 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12093 2025.01.08 15:27:01.670709 [ 195 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_42_9} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9
12094 2025.01.08 15:27:01.670778 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12095 2025.01.08 15:27:01.670992 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12096 2025.01.08 15:27:01.671118 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB.
12097 2025.01.08 15:27:01.671176 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12098 2025.01.08 15:27:01.671222 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12099 2025.01.08 15:27:01.671923 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
12100 2025.01.08 15:27:01.672197 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12101 2025.01.08 15:27:01.672407 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.009397 sec., 3298.925188890071 rows/sec., 5.91 MiB/sec.
12102 2025.01.08 15:27:01.672538 [ 272 ] {8a2726ce-d31c-41c4-802c-de10bf2055fb} <Debug> TCPHandler: Processed in 0.010076065 sec.
12103 2025.01.08 15:27:01.672718 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12104 2025.01.08 15:27:01.672947 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12105 2025.01.08 15:27:01.673044 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12106 2025.01.08 15:27:01.673875 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12107 2025.01.08 15:27:01.673914 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12108 2025.01.08 15:27:01.674313 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12109 2025.01.08 15:27:01.674575 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12110 2025.01.08 15:27:01.674748 [ 23 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12111 2025.01.08 15:27:01.674802 [ 23 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12112 2025.01.08 15:27:01.674827 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001924 sec., 27027.027027027027 rows/sec., 1.67 MiB/sec.
12113 2025.01.08 15:27:01.674841 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12114 2025.01.08 15:27:01.674977 [ 267 ] {72d27e17-af98-4198-b0ba-e29924235ef8} <Debug> TCPHandler: Processed in 0.002339984 sec.
12115 2025.01.08 15:27:01.675063 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
12116 2025.01.08 15:27:01.675181 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12117 2025.01.08 15:27:01.675215 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 3198 rows starting from the beginning of the part
12118 2025.01.08 15:27:01.675304 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 24 rows starting from the beginning of the part
12119 2025.01.08 15:27:01.675374 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 30 rows starting from the beginning of the part
12120 2025.01.08 15:27:01.675525 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 52 rows starting from the beginning of the part
12121 2025.01.08 15:27:01.675630 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 30 rows starting from the beginning of the part
12122 2025.01.08 15:27:01.675713 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 52 rows starting from the beginning of the part
12123 2025.01.08 15:27:01.677156 [ 188 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3386 rows, containing 4 columns (4 merged, 0 gathered) in 0.002177341 sec., 1555107.8126944744 rows/sec., 100.08 MiB/sec.
12124 2025.01.08 15:27:01.677421 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12125 2025.01.08 15:27:01.677696 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12126 2025.01.08 15:27:01.677770 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_96_19} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12127 2025.01.08 15:27:01.677843 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
12128 2025.01.08 15:27:02.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.00 MiB, peak 257.00 MiB, free memory in arenas 0.00 B, will set to 246.99 MiB (RSS), difference: -1.01 MiB
12129 2025.01.08 15:27:05.582372 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
12130 2025.01.08 15:27:05.582424 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
12131 2025.01.08 15:27:05.750905 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
12132 2025.01.08 15:27:05.751652 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12133 2025.01.08 15:27:05.751713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12134 2025.01.08 15:27:05.752261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12135 2025.01.08 15:27:05.752639 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12136 2025.01.08 15:27:05.752933 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
12137 2025.01.08 15:27:06.612960 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12138 2025.01.08 15:27:06.613181 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12139 2025.01.08 15:27:06.613266 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12140 2025.01.08 15:27:06.614122 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12141 2025.01.08 15:27:06.614178 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12142 2025.01.08 15:27:06.614627 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12143 2025.01.08 15:27:06.614881 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12144 2025.01.08 15:27:06.615129 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001995 sec., 24060.15037593985 rows/sec., 1.99 MiB/sec.
12145 2025.01.08 15:27:06.615241 [ 267 ] {175e21d2-cdcc-4085-834f-290b69975e15} <Debug> TCPHandler: Processed in 0.002421595 sec.
12146 2025.01.08 15:27:06.615542 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12147 2025.01.08 15:27:06.615760 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12148 2025.01.08 15:27:06.615843 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12149 2025.01.08 15:27:06.616621 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12150 2025.01.08 15:27:06.616669 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12151 2025.01.08 15:27:06.617118 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12152 2025.01.08 15:27:06.617390 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12153 2025.01.08 15:27:06.617630 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001931 sec., 5696.530295183843 rows/sec., 428.35 KiB/sec.
12154 2025.01.08 15:27:06.617696 [ 272 ] {b21ed953-14b8-4c9b-a114-232f5827d60a} <Debug> TCPHandler: Processed in 0.002332064 sec.
12155 2025.01.08 15:27:06.617860 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12156 2025.01.08 15:27:06.618011 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12157 2025.01.08 15:27:06.618074 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12158 2025.01.08 15:27:06.618815 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12159 2025.01.08 15:27:06.618860 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12160 2025.01.08 15:27:06.619232 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12161 2025.01.08 15:27:06.619472 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12162 2025.01.08 15:27:06.619689 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001713 sec., 22767.075306479863 rows/sec., 1.78 MiB/sec.
12163 2025.01.08 15:27:06.619746 [ 267 ] {44778862-5c1b-4616-b22c-ce496ab32ce9} <Debug> TCPHandler: Processed in 0.001955668 sec.
12164 2025.01.08 15:27:06.619912 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12165 2025.01.08 15:27:06.620062 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12166 2025.01.08 15:27:06.620126 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12167 2025.01.08 15:27:06.620827 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12168 2025.01.08 15:27:06.620873 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12169 2025.01.08 15:27:06.621277 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12170 2025.01.08 15:27:06.621519 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12171 2025.01.08 15:27:06.621732 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001705 sec., 58651.02639296188 rows/sec., 4.07 MiB/sec.
12172 2025.01.08 15:27:06.621789 [ 272 ] {3a84a946-66c6-4f87-b9b8-2ac520376652} <Debug> TCPHandler: Processed in 0.001948368 sec.
12173 2025.01.08 15:27:06.621944 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12174 2025.01.08 15:27:06.622068 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12175 2025.01.08 15:27:06.622154 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12176 2025.01.08 15:27:06.623336 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12177 2025.01.08 15:27:06.623377 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12178 2025.01.08 15:27:06.624010 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12179 2025.01.08 15:27:06.624277 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12180 2025.01.08 15:27:06.624563 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00252 sec., 4365.079365079365 rows/sec., 7.82 MiB/sec.
12181 2025.01.08 15:27:06.624739 [ 267 ] {7b4d4cbe-0623-4e1b-bf9b-cbf952491a2b} <Debug> TCPHandler: Processed in 0.002852041 sec.
12182 2025.01.08 15:27:06.624994 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12183 2025.01.08 15:27:06.625166 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12184 2025.01.08 15:27:06.625224 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12185 2025.01.08 15:27:06.625816 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12186 2025.01.08 15:27:06.625859 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12187 2025.01.08 15:27:06.626247 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12188 2025.01.08 15:27:06.626493 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12189 2025.01.08 15:27:06.626698 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00157 sec., 19108.28025477707 rows/sec., 1.31 MiB/sec.
12190 2025.01.08 15:27:06.626750 [ 272 ] {aa692794-6e0a-465c-bbfa-32d66916d73a} <Debug> TCPHandler: Processed in 0.001916867 sec.
12191 2025.01.08 15:27:06.881297 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12192 2025.01.08 15:27:06.881483 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12193 2025.01.08 15:27:06.881555 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12194 2025.01.08 15:27:06.882318 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12195 2025.01.08 15:27:06.882368 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12196 2025.01.08 15:27:06.882803 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12197 2025.01.08 15:27:06.883058 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12198 2025.01.08 15:27:06.883296 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec.
12199 2025.01.08 15:27:06.883362 [ 267 ] {d6255387-2be0-4ad3-8660-3e67f2615805} <Debug> TCPHandler: Processed in 0.002187401 sec.
12200 2025.01.08 15:27:06.883660 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12201 2025.01.08 15:27:06.883925 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12202 2025.01.08 15:27:06.883990 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12203 2025.01.08 15:27:06.884702 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12204 2025.01.08 15:27:06.884750 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12205 2025.01.08 15:27:06.885162 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12206 2025.01.08 15:27:06.885428 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12207 2025.01.08 15:27:06.885613 [ 151 ] {} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
12208 2025.01.08 15:27:06.885678 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001809 sec., 4422.332780541736 rows/sec., 360.61 KiB/sec.
12209 2025.01.08 15:27:06.885695 [ 151 ] {} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12210 2025.01.08 15:27:06.885767 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12211 2025.01.08 15:27:06.885819 [ 272 ] {1e2090e3-f834-49ed-be17-df00fd08ac25} <Debug> TCPHandler: Processed in 0.002324924 sec.
12212 2025.01.08 15:27:06.886204 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
12213 2025.01.08 15:27:06.886265 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12214 2025.01.08 15:27:06.886566 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12215 2025.01.08 15:27:06.886574 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12216 2025.01.08 15:27:06.886629 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
12217 2025.01.08 15:27:06.886691 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12218 2025.01.08 15:27:06.886998 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
12219 2025.01.08 15:27:06.887362 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
12220 2025.01.08 15:27:06.887753 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
12221 2025.01.08 15:27:06.888179 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
12222 2025.01.08 15:27:06.888523 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
12223 2025.01.08 15:27:06.890389 [ 193 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.004522555 sec., 8844.55799874186 rows/sec., 755.76 KiB/sec.
12224 2025.01.08 15:27:06.890541 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
12225 2025.01.08 15:27:06.890778 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12226 2025.01.08 15:27:06.890841 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12227 2025.01.08 15:27:06.890970 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12228 2025.01.08 15:27:06.891122 [ 191 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_19_4} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
12229 2025.01.08 15:27:06.891268 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
12230 2025.01.08 15:27:06.891569 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12231 2025.01.08 15:27:06.891822 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12232 2025.01.08 15:27:06.892067 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.005584 sec., 246955.58739255014 rows/sec., 20.61 MiB/sec.
12233 2025.01.08 15:27:06.892135 [ 267 ] {2bde0675-af3a-4bbb-a84c-8412ca524234} <Debug> TCPHandler: Processed in 0.006190439 sec.
12234 2025.01.08 15:27:06.892321 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12235 2025.01.08 15:27:06.892466 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12236 2025.01.08 15:27:06.892526 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12237 2025.01.08 15:27:06.893209 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12238 2025.01.08 15:27:06.893249 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12239 2025.01.08 15:27:06.893625 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12240 2025.01.08 15:27:06.893878 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12241 2025.01.08 15:27:06.894102 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.00167 sec., 27544.91017964072 rows/sec., 1.96 MiB/sec.
12242 2025.01.08 15:27:06.894160 [ 272 ] {16022c14-316f-4159-b6ad-f7710e6748eb} <Debug> TCPHandler: Processed in 0.001910277 sec.
12243 2025.01.08 15:27:06.894320 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12244 2025.01.08 15:27:06.894459 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12245 2025.01.08 15:27:06.894517 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12246 2025.01.08 15:27:06.895245 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12247 2025.01.08 15:27:06.895287 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12248 2025.01.08 15:27:06.895664 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12249 2025.01.08 15:27:06.895913 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12250 2025.01.08 15:27:06.896135 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001706 sec., 141852.28604923797 rows/sec., 9.61 MiB/sec.
12251 2025.01.08 15:27:06.896188 [ 267 ] {18b7f970-3fd1-40d2-9c2f-a1350368e612} <Debug> TCPHandler: Processed in 0.001935738 sec.
12252 2025.01.08 15:27:06.896408 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12253 2025.01.08 15:27:06.896631 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12254 2025.01.08 15:27:06.896721 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12255 2025.01.08 15:27:06.897377 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12256 2025.01.08 15:27:06.897414 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12257 2025.01.08 15:27:06.897759 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12258 2025.01.08 15:27:06.897986 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12259 2025.01.08 15:27:06.898252 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec.
12260 2025.01.08 15:27:06.898307 [ 272 ] {f02f5188-ce63-4119-9249-746cff4d56a5} <Debug> TCPHandler: Processed in 0.002012359 sec.
12261 2025.01.08 15:27:06.898455 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12262 2025.01.08 15:27:06.898573 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12263 2025.01.08 15:27:06.898621 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12264 2025.01.08 15:27:06.899507 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12265 2025.01.08 15:27:06.899547 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12266 2025.01.08 15:27:06.899945 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12267 2025.01.08 15:27:06.900187 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12268 2025.01.08 15:27:06.900410 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.001861 sec., 451907.5765717356 rows/sec., 32.65 MiB/sec.
12269 2025.01.08 15:27:06.900463 [ 267 ] {4407e558-8e60-4625-9c26-e508a5fdf36e} <Debug> TCPHandler: Processed in 0.00206834 sec.
12270 2025.01.08 15:27:06.900627 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12271 2025.01.08 15:27:06.900768 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12272 2025.01.08 15:27:06.900828 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12273 2025.01.08 15:27:06.901415 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12274 2025.01.08 15:27:06.901461 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12275 2025.01.08 15:27:06.901895 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12276 2025.01.08 15:27:06.902149 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12277 2025.01.08 15:27:06.902363 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec.
12278 2025.01.08 15:27:06.902414 [ 272 ] {4d7d3e79-2fa1-4477-84be-55801de4b477} <Debug> TCPHandler: Processed in 0.001858847 sec.
12279 2025.01.08 15:27:06.902555 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12280 2025.01.08 15:27:06.902675 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12281 2025.01.08 15:27:06.902731 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12282 2025.01.08 15:27:06.903483 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12283 2025.01.08 15:27:06.903522 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12284 2025.01.08 15:27:06.903963 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12285 2025.01.08 15:27:06.904206 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12286 2025.01.08 15:27:06.904424 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001773 sec., 534122.9554427523 rows/sec., 35.47 MiB/sec.
12287 2025.01.08 15:27:06.904478 [ 267 ] {10b9f0ed-9b7c-4155-ae4b-0ea073eaa840} <Debug> TCPHandler: Processed in 0.001981289 sec.
12288 2025.01.08 15:27:06.904641 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12289 2025.01.08 15:27:06.904782 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12290 2025.01.08 15:27:06.904844 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12291 2025.01.08 15:27:06.905417 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12292 2025.01.08 15:27:06.905463 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12293 2025.01.08 15:27:06.905889 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12294 2025.01.08 15:27:06.906133 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12295 2025.01.08 15:27:06.906338 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001588 sec., 629.7229219143577 rows/sec., 42.43 KiB/sec.
12296 2025.01.08 15:27:06.906389 [ 272 ] {0fd53951-761c-48c2-b085-3bcf2230109d} <Debug> TCPHandler: Processed in 0.001818606 sec.
12297 2025.01.08 15:27:06.906534 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12298 2025.01.08 15:27:06.906653 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12299 2025.01.08 15:27:06.906735 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.08 15:27:06.907914 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12301 2025.01.08 15:27:06.907955 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12302 2025.01.08 15:27:06.908598 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12303 2025.01.08 15:27:06.908863 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12304 2025.01.08 15:27:06.909103 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002474 sec., 12530.315278900565 rows/sec., 22.45 MiB/sec.
12305 2025.01.08 15:27:06.909199 [ 267 ] {c4346f3f-7f3b-4cf5-850d-72e9e63afe28} <Debug> TCPHandler: Processed in 0.00272159 sec.
12306 2025.01.08 15:27:06.909351 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12307 2025.01.08 15:27:06.909490 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12308 2025.01.08 15:27:06.909549 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12309 2025.01.08 15:27:06.910076 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12310 2025.01.08 15:27:06.910115 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12311 2025.01.08 15:27:06.910494 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12312 2025.01.08 15:27:06.910734 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12313 2025.01.08 15:27:06.910939 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.00148 sec., 18918.91891891892 rows/sec., 1.06 MiB/sec.
12314 2025.01.08 15:27:06.910990 [ 272 ] {2d2a5d64-ac79-4d91-9f1b-d456a453a6d0} <Debug> TCPHandler: Processed in 0.001705864 sec.
12315 2025.01.08 15:27:07.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.32 MiB, peak 257.00 MiB, free memory in arenas 0.00 B, will set to 246.99 MiB (RSS), difference: -1.32 MiB
12316 2025.01.08 15:27:07.626273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
12317 2025.01.08 15:27:07.646368 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12318 2025.01.08 15:27:07.646431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12319 2025.01.08 15:27:07.653687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12320 2025.01.08 15:27:07.654444 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12321 2025.01.08 15:27:07.657797 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
12322 2025.01.08 15:27:10.904502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1744
12323 2025.01.08 15:27:10.908218 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12324 2025.01.08 15:27:10.908263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12325 2025.01.08 15:27:10.909766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12326 2025.01.08 15:27:10.910088 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12327 2025.01.08 15:27:10.910614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1744
12328 2025.01.08 15:27:11.611635 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12329 2025.01.08 15:27:11.611830 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12330 2025.01.08 15:27:11.611905 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12331 2025.01.08 15:27:11.612669 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12332 2025.01.08 15:27:11.612721 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12333 2025.01.08 15:27:11.613180 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12334 2025.01.08 15:27:11.613439 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12335 2025.01.08 15:27:11.613685 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001896 sec., 13713.080168776372 rows/sec., 1.02 MiB/sec.
12336 2025.01.08 15:27:11.613802 [ 267 ] {0144e40b-fd9f-4ef2-91a9-c21a1e30f236} <Debug> TCPHandler: Processed in 0.002294813 sec.
12337 2025.01.08 15:27:11.614117 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12338 2025.01.08 15:27:11.614338 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12339 2025.01.08 15:27:11.614423 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12340 2025.01.08 15:27:11.615273 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12341 2025.01.08 15:27:11.615327 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12342 2025.01.08 15:27:11.615790 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12343 2025.01.08 15:27:11.616049 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12344 2025.01.08 15:27:11.616296 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002017 sec., 13882.002974714922 rows/sec., 1.08 MiB/sec.
12345 2025.01.08 15:27:11.616363 [ 272 ] {e9b95d84-b5ce-4f10-bd20-eb6dce29c32b} <Debug> TCPHandler: Processed in 0.002428725 sec.
12346 2025.01.08 15:27:11.616516 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12347 2025.01.08 15:27:11.616639 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12348 2025.01.08 15:27:11.616694 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12349 2025.01.08 15:27:11.617257 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12350 2025.01.08 15:27:11.617298 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12351 2025.01.08 15:27:11.617699 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12352 2025.01.08 15:27:11.617948 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12353 2025.01.08 15:27:11.618187 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001569 sec., 50987.89037603569 rows/sec., 3.54 MiB/sec.
12354 2025.01.08 15:27:11.618271 [ 267 ] {0b16843a-e429-4087-b6b5-f897ed604905} <Debug> TCPHandler: Processed in 0.001810336 sec.
12355 2025.01.08 15:27:11.618489 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12356 2025.01.08 15:27:11.618772 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12357 2025.01.08 15:27:11.618844 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12358 2025.01.08 15:27:11.619382 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12359 2025.01.08 15:27:11.619425 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12360 2025.01.08 15:27:11.619821 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12361 2025.01.08 15:27:11.620058 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12362 2025.01.08 15:27:11.620271 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00158 sec., 15189.87341772152 rows/sec., 1.04 MiB/sec.
12363 2025.01.08 15:27:11.620325 [ 272 ] {edb752ca-909d-463d-9167-edf6040acc87} <Debug> TCPHandler: Processed in 0.001952558 sec.
12364 2025.01.08 15:27:13.253103 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
12365 2025.01.08 15:27:13.253782 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12366 2025.01.08 15:27:13.253835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12367 2025.01.08 15:27:13.254352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12368 2025.01.08 15:27:13.254610 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12369 2025.01.08 15:27:13.254862 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
12370 2025.01.08 15:27:15.157889 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12371 2025.01.08 15:27:15.179589 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12372 2025.01.08 15:27:15.179638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12373 2025.01.08 15:27:15.187069 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12374 2025.01.08 15:27:15.187878 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12375 2025.01.08 15:27:15.191701 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12376 2025.01.08 15:27:16.613533 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12377 2025.01.08 15:27:16.613760 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12378 2025.01.08 15:27:16.613840 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12379 2025.01.08 15:27:16.614623 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12380 2025.01.08 15:27:16.614669 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12381 2025.01.08 15:27:16.615117 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12382 2025.01.08 15:27:16.615379 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12383 2025.01.08 15:27:16.615598 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001896 sec., 25316.455696202534 rows/sec., 2.10 MiB/sec.
12384 2025.01.08 15:27:16.615663 [ 267 ] {ad615521-1521-49a0-b0bf-d3024d9de1e9} <Debug> TCPHandler: Processed in 0.002266673 sec.
12385 2025.01.08 15:27:16.615926 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12386 2025.01.08 15:27:16.616151 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12387 2025.01.08 15:27:16.616231 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12388 2025.01.08 15:27:16.617008 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12389 2025.01.08 15:27:16.617061 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12390 2025.01.08 15:27:16.617499 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12391 2025.01.08 15:27:16.617771 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12392 2025.01.08 15:27:16.618021 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001931 sec., 5696.530295183843 rows/sec., 428.35 KiB/sec.
12393 2025.01.08 15:27:16.618091 [ 272 ] {9b4629cf-abce-4157-9f3d-ca95e730edf8} <Debug> TCPHandler: Processed in 0.002319154 sec.
12394 2025.01.08 15:27:16.618241 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12395 2025.01.08 15:27:16.618390 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12396 2025.01.08 15:27:16.618451 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12397 2025.01.08 15:27:16.619183 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12398 2025.01.08 15:27:16.619221 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12399 2025.01.08 15:27:16.619608 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12400 2025.01.08 15:27:16.619856 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12401 2025.01.08 15:27:16.620040 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001685 sec., 23145.400593471808 rows/sec., 1.81 MiB/sec.
12402 2025.01.08 15:27:16.620094 [ 267 ] {975de206-fb89-4ca2-bab6-90de6223ac61} <Debug> TCPHandler: Processed in 0.001922757 sec.
12403 2025.01.08 15:27:16.620261 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12404 2025.01.08 15:27:16.620392 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12405 2025.01.08 15:27:16.620451 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12406 2025.01.08 15:27:16.621031 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12407 2025.01.08 15:27:16.621073 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12408 2025.01.08 15:27:16.621482 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12409 2025.01.08 15:27:16.621726 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12410 2025.01.08 15:27:16.621953 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001591 sec., 62853.55122564425 rows/sec., 4.36 MiB/sec.
12411 2025.01.08 15:27:16.622010 [ 272 ] {dba2bc44-4256-4973-823a-f8ac6fad246d} <Debug> TCPHandler: Processed in 0.001810246 sec.
12412 2025.01.08 15:27:16.622172 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12413 2025.01.08 15:27:16.622312 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12414 2025.01.08 15:27:16.622408 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12415 2025.01.08 15:27:16.623645 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12416 2025.01.08 15:27:16.623682 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12417 2025.01.08 15:27:16.624310 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12418 2025.01.08 15:27:16.624578 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12419 2025.01.08 15:27:16.624788 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002508 sec., 4385.964912280702 rows/sec., 7.86 MiB/sec.
12420 2025.01.08 15:27:16.624897 [ 267 ] {139debfc-629d-485a-9903-ecf1bdeeb060} <Debug> TCPHandler: Processed in 0.002789151 sec.
12421 2025.01.08 15:27:16.625059 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12422 2025.01.08 15:27:16.625201 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12423 2025.01.08 15:27:16.625263 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12424 2025.01.08 15:27:16.625856 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12425 2025.01.08 15:27:16.625904 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12426 2025.01.08 15:27:16.626319 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12427 2025.01.08 15:27:16.626563 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12428 2025.01.08 15:27:16.626781 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001606 sec., 18679.950186799502 rows/sec., 1.28 MiB/sec.
12429 2025.01.08 15:27:16.626868 [ 272 ] {0bfff194-34c7-4c41-a743-7a57e4e3a465} <Debug> TCPHandler: Processed in 0.001877307 sec.
12430 2025.01.08 15:27:19.264578 [ 36 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
12431 2025.01.08 15:27:19.264644 [ 36 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12432 2025.01.08 15:27:19.264670 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12433 2025.01.08 15:27:19.264955 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
12434 2025.01.08 15:27:19.265250 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12435 2025.01.08 15:27:19.265292 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part
12436 2025.01.08 15:27:19.265372 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
12437 2025.01.08 15:27:19.265581 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
12438 2025.01.08 15:27:19.265796 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12439 2025.01.08 15:27:19.266018 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
12440 2025.01.08 15:27:19.267167 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002396804 sec., 105140.01144857901 rows/sec., 5.36 MiB/sec.
12441 2025.01.08 15:27:19.267386 [ 193 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12442 2025.01.08 15:27:19.267758 [ 193 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12443 2025.01.08 15:27:19.267852 [ 193 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_42_9} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
12444 2025.01.08 15:27:19.267959 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12445 2025.01.08 15:27:20.582478 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
12446 2025.01.08 15:27:20.582559 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
12447 2025.01.08 15:27:20.755014 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
12448 2025.01.08 15:27:20.755720 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12449 2025.01.08 15:27:20.755767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12450 2025.01.08 15:27:20.756294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12451 2025.01.08 15:27:20.756567 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12452 2025.01.08 15:27:20.756816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12453 2025.01.08 15:27:20.910935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1764
12454 2025.01.08 15:27:20.913823 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12455 2025.01.08 15:27:20.913873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12456 2025.01.08 15:27:20.915332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12457 2025.01.08 15:27:20.915647 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12458 2025.01.08 15:27:20.916170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1764
12459 2025.01.08 15:27:21.619207 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12460 2025.01.08 15:27:21.619410 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12461 2025.01.08 15:27:21.619492 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12462 2025.01.08 15:27:21.620344 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12463 2025.01.08 15:27:21.620391 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12464 2025.01.08 15:27:21.620844 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12465 2025.01.08 15:27:21.621103 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12466 2025.01.08 15:27:21.621332 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001976 sec., 7085.02024291498 rows/sec., 510.03 KiB/sec.
12467 2025.01.08 15:27:21.621418 [ 267 ] {939f834d-1f97-432f-b896-9776df2809b5} <Debug> TCPHandler: Processed in 0.002337304 sec.
12468 2025.01.08 15:27:21.621752 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12469 2025.01.08 15:27:21.621972 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12470 2025.01.08 15:27:21.622060 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12471 2025.01.08 15:27:21.622988 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12472 2025.01.08 15:27:21.623042 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12473 2025.01.08 15:27:21.623523 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12474 2025.01.08 15:27:21.623798 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12475 2025.01.08 15:27:21.623991 [ 25 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12476 2025.01.08 15:27:21.624060 [ 25 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12477 2025.01.08 15:27:21.624078 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002155 sec., 109048.72389791184 rows/sec., 9.72 MiB/sec.
12478 2025.01.08 15:27:21.624104 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12479 2025.01.08 15:27:21.624252 [ 272 ] {d015f565-340f-4269-825f-4d7bf60ea54a} <Debug> TCPHandler: Processed in 0.002684659 sec.
12480 2025.01.08 15:27:21.624373 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::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
12481 2025.01.08 15:27:21.624463 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12482 2025.01.08 15:27:21.624638 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12483 2025.01.08 15:27:21.624706 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12484 2025.01.08 15:27:21.624716 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1405 rows starting from the beginning of the part
12485 2025.01.08 15:27:21.624804 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12486 2025.01.08 15:27:21.624983 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 48 rows starting from the beginning of the part
12487 2025.01.08 15:27:21.625452 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1379 rows starting from the beginning of the part
12488 2025.01.08 15:27:21.625758 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part
12489 2025.01.08 15:27:21.626042 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 48 rows starting from the beginning of the part
12490 2025.01.08 15:27:21.626456 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 235 rows starting from the beginning of the part
12491 2025.01.08 15:27:21.627978 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12492 2025.01.08 15:27:21.628039 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12493 2025.01.08 15:27:21.629012 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12494 2025.01.08 15:27:21.629389 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12495 2025.01.08 15:27:21.629583 [ 25 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12496 2025.01.08 15:27:21.629694 [ 25 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12497 2025.01.08 15:27:21.629775 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005106 sec., 7442.224833529181 rows/sec., 545.85 KiB/sec.
12498 2025.01.08 15:27:21.629785 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12499 2025.01.08 15:27:21.630120 [ 267 ] {12bd9283-80e8-4dd1-bfef-596740d673d0} <Debug> TCPHandler: Processed in 0.005729182 sec.
12500 2025.01.08 15:27:21.630431 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
12501 2025.01.08 15:27:21.630542 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12502 2025.01.08 15:27:21.630651 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006409002 sec., 490091.90510472615 rows/sec., 42.96 MiB/sec.
12503 2025.01.08 15:27:21.630850 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12504 2025.01.08 15:27:21.630869 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12505 2025.01.08 15:27:21.630952 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 63 rows starting from the beginning of the part
12506 2025.01.08 15:27:21.631003 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12507 2025.01.08 15:27:21.631004 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12508 2025.01.08 15:27:21.631628 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 38 rows starting from the beginning of the part
12509 2025.01.08 15:27:21.631894 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12510 2025.01.08 15:27:21.632249 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_101_20} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12511 2025.01.08 15:27:21.632313 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 11 rows starting from the beginning of the part
12512 2025.01.08 15:27:21.632515 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
12513 2025.01.08 15:27:21.632887 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 46 rows starting from the beginning of the part
12514 2025.01.08 15:27:21.633181 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 11 rows starting from the beginning of the part
12515 2025.01.08 15:27:21.633557 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 38 rows starting from the beginning of the part
12516 2025.01.08 15:27:21.634297 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12517 2025.01.08 15:27:21.634372 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12518 2025.01.08 15:27:21.635363 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12519 2025.01.08 15:27:21.635958 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12520 2025.01.08 15:27:21.636309 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.006330431 sec., 32699.195362843384 rows/sec., 2.46 MiB/sec.
12521 2025.01.08 15:27:21.636512 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005739 sec., 2439.4493814253356 rows/sec., 170.84 KiB/sec.
12522 2025.01.08 15:27:21.636656 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12523 2025.01.08 15:27:21.636663 [ 272 ] {ec6248ed-8725-4b44-9e3c-35cf0eb257a7} <Debug> TCPHandler: Processed in 0.006399782 sec.
12524 2025.01.08 15:27:21.636899 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12525 2025.01.08 15:27:21.637102 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12526 2025.01.08 15:27:21.637122 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12527 2025.01.08 15:27:21.637238 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12528 2025.01.08 15:27:21.637318 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_81_16} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12529 2025.01.08 15:27:21.637503 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12530 2025.01.08 15:27:21.637998 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12531 2025.01.08 15:27:21.638042 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12532 2025.01.08 15:27:21.638439 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12533 2025.01.08 15:27:21.638686 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12534 2025.01.08 15:27:21.638911 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00185 sec., 7027.027027027027 rows/sec., 438.13 KiB/sec.
12535 2025.01.08 15:27:21.638971 [ 267 ] {886b0138-c64a-46da-ace6-5e4b6b53b3c7} <Debug> TCPHandler: Processed in 0.002158011 sec.
12536 2025.01.08 15:27:21.639233 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12537 2025.01.08 15:27:21.639383 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12538 2025.01.08 15:27:21.639444 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12539 2025.01.08 15:27:21.640315 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12540 2025.01.08 15:27:21.640357 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12541 2025.01.08 15:27:21.640750 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12542 2025.01.08 15:27:21.641001 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12543 2025.01.08 15:27:21.641169 [ 25 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12544 2025.01.08 15:27:21.641222 [ 25 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12545 2025.01.08 15:27:21.641242 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001882 sec., 200318.80977683316 rows/sec., 14.16 MiB/sec.
12546 2025.01.08 15:27:21.641260 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12547 2025.01.08 15:27:21.641390 [ 272 ] {54488e00-8930-4797-ba6a-e21eebe1f8fd} <Debug> TCPHandler: Processed in 0.002272323 sec.
12548 2025.01.08 15:27:21.641471 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::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
12549 2025.01.08 15:27:21.641589 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12550 2025.01.08 15:27:21.641640 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12551 2025.01.08 15:27:21.641688 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 876 rows starting from the beginning of the part
12552 2025.01.08 15:27:21.641869 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12553 2025.01.08 15:27:21.641943 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 39 rows starting from the beginning of the part
12554 2025.01.08 15:27:21.642095 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12555 2025.01.08 15:27:21.642263 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 841 rows starting from the beginning of the part
12556 2025.01.08 15:27:21.642550 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 28 rows starting from the beginning of the part
12557 2025.01.08 15:27:21.642922 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 39 rows starting from the beginning of the part
12558 2025.01.08 15:27:21.643332 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 377 rows starting from the beginning of the part
12559 2025.01.08 15:27:21.644471 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12560 2025.01.08 15:27:21.644529 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12561 2025.01.08 15:27:21.645569 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12562 2025.01.08 15:27:21.645984 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12563 2025.01.08 15:27:21.646386 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004612 sec., 1300.9540329575022 rows/sec., 67.97 KiB/sec.
12564 2025.01.08 15:27:21.646690 [ 267 ] {6d4002a0-e0d0-417d-9c2d-5f4217268b9d} <Debug> TCPHandler: Processed in 0.005190075 sec.
12565 2025.01.08 15:27:21.646792 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005389868 sec., 408173.26138599316 rows/sec., 31.09 MiB/sec.
12566 2025.01.08 15:27:21.646919 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12567 2025.01.08 15:27:21.647071 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12568 2025.01.08 15:27:21.647108 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12569 2025.01.08 15:27:21.647189 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12570 2025.01.08 15:27:21.647529 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12571 2025.01.08 15:27:21.647639 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_101_20} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12572 2025.01.08 15:27:21.647739 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
12573 2025.01.08 15:27:21.647980 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12574 2025.01.08 15:27:21.648017 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12575 2025.01.08 15:27:21.648416 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12576 2025.01.08 15:27:21.648652 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12577 2025.01.08 15:27:21.648819 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12578 2025.01.08 15:27:21.648871 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12579 2025.01.08 15:27:21.648890 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00182 sec., 97252.74725274726 rows/sec., 6.41 MiB/sec.
12580 2025.01.08 15:27:21.648912 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12581 2025.01.08 15:27:21.649042 [ 272 ] {1dc1921f-5ce1-4950-9def-b3c90196fb78} <Debug> TCPHandler: Processed in 0.002226062 sec.
12582 2025.01.08 15:27:21.649349 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::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
12583 2025.01.08 15:27:21.649383 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12584 2025.01.08 15:27:21.649812 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12585 2025.01.08 15:27:21.650056 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12586 2025.01.08 15:27:21.650193 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12587 2025.01.08 15:27:21.650402 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 23983 rows starting from the beginning of the part
12588 2025.01.08 15:27:21.651150 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 100 rows starting from the beginning of the part
12589 2025.01.08 15:27:21.651687 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 947 rows starting from the beginning of the part
12590 2025.01.08 15:27:21.652011 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 80 rows starting from the beginning of the part
12591 2025.01.08 15:27:21.652266 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 100 rows starting from the beginning of the part
12592 2025.01.08 15:27:21.652707 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 177 rows starting from the beginning of the part
12593 2025.01.08 15:27:21.653382 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12594 2025.01.08 15:27:21.653431 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12595 2025.01.08 15:27:21.654208 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12596 2025.01.08 15:27:21.654546 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12597 2025.01.08 15:27:21.654812 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005185 sec., 192.86403085824492 rows/sec., 13.00 KiB/sec.
12598 2025.01.08 15:27:21.655169 [ 267 ] {2e022a56-613e-411d-bd2a-69f2a5d75c53} <Debug> TCPHandler: Processed in 0.005985416 sec.
12599 2025.01.08 15:27:21.655553 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12600 2025.01.08 15:27:21.655992 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12601 2025.01.08 15:27:21.656266 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12602 2025.01.08 15:27:21.658236 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12603 2025.01.08 15:27:21.658277 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12604 2025.01.08 15:27:21.663404 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12605 2025.01.08 15:27:21.663717 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12606 2025.01.08 15:27:21.663920 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12607 2025.01.08 15:27:21.663997 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12608 2025.01.08 15:27:21.664086 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008178 sec., 3790.657862558083 rows/sec., 6.79 MiB/sec.
12609 2025.01.08 15:27:21.664091 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12610 2025.01.08 15:27:21.664370 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
12611 2025.01.08 15:27:21.664389 [ 272 ] {f592fae3-2d7d-48ec-882a-ef6eb16c0a91} <Debug> TCPHandler: Processed in 0.009074311 sec.
12612 2025.01.08 15:27:21.664650 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12613 2025.01.08 15:27:21.664988 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12614 2025.01.08 15:27:21.665125 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12615 2025.01.08 15:27:21.665212 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1566 rows starting from the beginning of the part
12616 2025.01.08 15:27:21.665241 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12617 2025.01.08 15:27:21.666280 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 31 rows starting from the beginning of the part
12618 2025.01.08 15:27:21.667305 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 11 rows starting from the beginning of the part
12619 2025.01.08 15:27:21.668210 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25387 rows, containing 5 columns (5 merged, 0 gathered) in 0.019115766 sec., 1328066.0581427917 rows/sec., 88.94 MiB/sec.
12620 2025.01.08 15:27:21.668403 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 31 rows starting from the beginning of the part
12621 2025.01.08 15:27:21.668654 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12622 2025.01.08 15:27:21.669335 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12623 2025.01.08 15:27:21.669444 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12624 2025.01.08 15:27:21.669448 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 11 rows starting from the beginning of the part
12625 2025.01.08 15:27:21.669903 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12626 2025.01.08 15:27:21.670342 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12627 2025.01.08 15:27:21.670531 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 31 rows starting from the beginning of the part
12628 2025.01.08 15:27:21.670662 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
12629 2025.01.08 15:27:21.671838 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12630 2025.01.08 15:27:21.672390 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12631 2025.01.08 15:27:21.672698 [ 25 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12632 2025.01.08 15:27:21.672792 [ 25 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12633 2025.01.08 15:27:21.672850 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12634 2025.01.08 15:27:21.672890 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00797 sec., 6524.466750313676 rows/sec., 413.66 KiB/sec.
12635 2025.01.08 15:27:21.673128 [ 267 ] {cdfb96a1-f66a-4a1b-ba9d-78483de79c0c} <Debug> TCPHandler: Processed in 0.008629794 sec.
12636 2025.01.08 15:27:21.673203 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::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
12637 2025.01.08 15:27:21.673363 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12638 2025.01.08 15:27:21.673394 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 3386 rows starting from the beginning of the part
12639 2025.01.08 15:27:21.673541 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 30 rows starting from the beginning of the part
12640 2025.01.08 15:27:21.673776 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 28 rows starting from the beginning of the part
12641 2025.01.08 15:27:21.674032 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 24 rows starting from the beginning of the part
12642 2025.01.08 15:27:21.674298 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 30 rows starting from the beginning of the part
12643 2025.01.08 15:27:21.674558 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 52 rows starting from the beginning of the part
12644 2025.01.08 15:27:21.678460 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3550 rows, containing 4 columns (4 merged, 0 gathered) in 0.005475859 sec., 648300.1114528333 rows/sec., 41.72 MiB/sec.
12645 2025.01.08 15:27:21.678986 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12646 2025.01.08 15:27:21.679276 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12647 2025.01.08 15:27:21.679746 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_101_20} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12648 2025.01.08 15:27:21.679864 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
12649 2025.01.08 15:27:21.685116 [ 187 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1681 rows, containing 19 columns (19 merged, 0 gathered) in 0.020866861 sec., 80558.35518336945 rows/sec., 144.36 MiB/sec.
12650 2025.01.08 15:27:21.686758 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12651 2025.01.08 15:27:21.687171 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12652 2025.01.08 15:27:21.687258 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12653 2025.01.08 15:27:21.687417 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB.
12654 2025.01.08 15:27:22.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.94 MiB, peak 259.48 MiB, free memory in arenas 0.00 B, will set to 251.65 MiB (RSS), difference: 3.70 MiB
12655 2025.01.08 15:27:22.691786 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12656 2025.01.08 15:27:22.713821 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12657 2025.01.08 15:27:22.713875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12658 2025.01.08 15:27:22.721257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12659 2025.01.08 15:27:22.722081 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12660 2025.01.08 15:27:22.726360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12661 2025.01.08 15:27:26.613050 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12662 2025.01.08 15:27:26.613272 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12663 2025.01.08 15:27:26.613358 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12664 2025.01.08 15:27:26.614175 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12665 2025.01.08 15:27:26.614226 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12666 2025.01.08 15:27:26.614682 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12667 2025.01.08 15:27:26.614935 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12668 2025.01.08 15:27:26.615169 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001946 sec., 24665.981500513873 rows/sec., 2.04 MiB/sec.
12669 2025.01.08 15:27:26.615265 [ 267 ] {982c65c3-7f8a-4844-a74b-591cf1c4aae7} <Debug> TCPHandler: Processed in 0.002352974 sec.
12670 2025.01.08 15:27:26.615551 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12671 2025.01.08 15:27:26.615796 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12672 2025.01.08 15:27:26.615885 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12673 2025.01.08 15:27:26.616714 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12674 2025.01.08 15:27:26.616759 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12675 2025.01.08 15:27:26.617205 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12676 2025.01.08 15:27:26.617456 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12677 2025.01.08 15:27:26.617710 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001975 sec., 5569.620253164557 rows/sec., 418.81 KiB/sec.
12678 2025.01.08 15:27:26.617779 [ 272 ] {b7ecaac7-497d-423c-94f0-99937ceacf7b} <Debug> TCPHandler: Processed in 0.002395995 sec.
12679 2025.01.08 15:27:26.617916 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12680 2025.01.08 15:27:26.618045 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12681 2025.01.08 15:27:26.618097 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12682 2025.01.08 15:27:26.618714 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12683 2025.01.08 15:27:26.618756 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12684 2025.01.08 15:27:26.619130 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12685 2025.01.08 15:27:26.619377 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12686 2025.01.08 15:27:26.619602 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001587 sec., 24574.669187145555 rows/sec., 1.92 MiB/sec.
12687 2025.01.08 15:27:26.619658 [ 267 ] {6207e76c-642f-4d6b-a133-0726e07b571e} <Debug> TCPHandler: Processed in 0.001799126 sec.
12688 2025.01.08 15:27:26.619818 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12689 2025.01.08 15:27:26.619971 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12690 2025.01.08 15:27:26.620041 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12691 2025.01.08 15:27:26.620666 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12692 2025.01.08 15:27:26.620708 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12693 2025.01.08 15:27:26.621115 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12694 2025.01.08 15:27:26.621364 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12695 2025.01.08 15:27:26.621604 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001667 sec., 59988.00239952009 rows/sec., 4.16 MiB/sec.
12696 2025.01.08 15:27:26.621699 [ 272 ] {2fbc5e24-880e-4994-b0c1-da15c9acd394} <Debug> TCPHandler: Processed in 0.001953688 sec.
12697 2025.01.08 15:27:26.621909 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12698 2025.01.08 15:27:26.622235 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12699 2025.01.08 15:27:26.622354 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12700 2025.01.08 15:27:26.623503 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12701 2025.01.08 15:27:26.623544 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12702 2025.01.08 15:27:26.624174 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12703 2025.01.08 15:27:26.624438 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12704 2025.01.08 15:27:26.624674 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002556 sec., 4303.599374021909 rows/sec., 7.71 MiB/sec.
12705 2025.01.08 15:27:26.624783 [ 267 ] {f8b7d394-8598-4f89-8667-f18becc90c86} <Debug> TCPHandler: Processed in 0.002997814 sec.
12706 2025.01.08 15:27:26.624940 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12707 2025.01.08 15:27:26.625081 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12708 2025.01.08 15:27:26.625144 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12709 2025.01.08 15:27:26.625671 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12710 2025.01.08 15:27:26.625711 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12711 2025.01.08 15:27:26.626091 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12712 2025.01.08 15:27:26.626343 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12713 2025.01.08 15:27:26.626565 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001515 sec., 19801.980198019803 rows/sec., 1.36 MiB/sec.
12714 2025.01.08 15:27:26.626619 [ 272 ] {1b60f9b4-6532-481f-a185-bd26918981a9} <Debug> TCPHandler: Processed in 0.001755855 sec.
12715 2025.01.08 15:27:28.256951 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
12716 2025.01.08 15:27:28.257631 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12717 2025.01.08 15:27:28.257668 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12718 2025.01.08 15:27:28.258205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12719 2025.01.08 15:27:28.258484 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12720 2025.01.08 15:27:28.258638 [ 171 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12721 2025.01.08 15:27:28.258666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
12722 2025.01.08 15:27:28.258691 [ 171 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12723 2025.01.08 15:27:28.258717 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12724 2025.01.08 15:27:28.258868 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
12725 2025.01.08 15:27:28.259043 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12726 2025.01.08 15:27:28.259087 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
12727 2025.01.08 15:27:28.259168 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
12728 2025.01.08 15:27:28.259330 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
12729 2025.01.08 15:27:28.259594 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
12730 2025.01.08 15:27:28.259741 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
12731 2025.01.08 15:27:28.260047 [ 198 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
12732 2025.01.08 15:27:28.263021 [ 196 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004219171 sec., 6636137.762607868 rows/sec., 94.93 MiB/sec.
12733 2025.01.08 15:27:28.263574 [ 196 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12734 2025.01.08 15:27:28.263906 [ 196 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12735 2025.01.08 15:27:28.264002 [ 196 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_61_12} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12736 2025.01.08 15:27:28.264125 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
12737 2025.01.08 15:27:30.226446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12738 2025.01.08 15:27:30.248422 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12739 2025.01.08 15:27:30.248485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12740 2025.01.08 15:27:30.255941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12741 2025.01.08 15:27:30.256753 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12742 2025.01.08 15:27:30.257205 [ 66 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12743 2025.01.08 15:27:30.257368 [ 66 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12744 2025.01.08 15:27:30.257481 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12745 2025.01.08 15:27:30.257971 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12746 2025.01.08 15:27:30.268018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12747 2025.01.08 15:27:30.269213 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12748 2025.01.08 15:27:30.270141 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12749 2025.01.08 15:27:30.274809 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12750 2025.01.08 15:27:30.279495 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12751 2025.01.08 15:27:30.284559 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12752 2025.01.08 15:27:30.290012 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12753 2025.01.08 15:27:30.294723 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
12754 2025.01.08 15:27:30.353785 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.096139385 sec., 4784.719602689366 rows/sec., 24.74 MiB/sec.
12755 2025.01.08 15:27:30.357650 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12756 2025.01.08 15:27:30.360785 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_61_12} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12757 2025.01.08 15:27:30.360920 [ 190 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_61_12} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12758 2025.01.08 15:27:30.363718 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
12759 2025.01.08 15:27:30.916354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1798
12760 2025.01.08 15:27:30.919732 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12761 2025.01.08 15:27:30.919786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12762 2025.01.08 15:27:30.921384 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12763 2025.01.08 15:27:30.921725 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12764 2025.01.08 15:27:30.922443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1798
12765 2025.01.08 15:27:31.618027 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12766 2025.01.08 15:27:31.618222 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12767 2025.01.08 15:27:31.618297 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12768 2025.01.08 15:27:31.619043 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12769 2025.01.08 15:27:31.619094 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12770 2025.01.08 15:27:31.619528 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12771 2025.01.08 15:27:31.619791 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12772 2025.01.08 15:27:31.620037 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec.
12773 2025.01.08 15:27:31.620103 [ 267 ] {7ffec973-c85c-49f9-92f0-b9d318f2f080} <Debug> TCPHandler: Processed in 0.002212362 sec.
12774 2025.01.08 15:27:31.620361 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12775 2025.01.08 15:27:31.620564 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12776 2025.01.08 15:27:31.620642 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12777 2025.01.08 15:27:31.621507 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12778 2025.01.08 15:27:31.621560 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12779 2025.01.08 15:27:31.622026 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12780 2025.01.08 15:27:31.622278 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12781 2025.01.08 15:27:31.622516 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002009 sec., 116973.618715779 rows/sec., 10.43 MiB/sec.
12782 2025.01.08 15:27:31.622586 [ 272 ] {93d6f83e-9680-4aa6-8381-bab10907c0cf} <Debug> TCPHandler: Processed in 0.002366114 sec.
12783 2025.01.08 15:27:31.622743 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12784 2025.01.08 15:27:31.622891 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12785 2025.01.08 15:27:31.622952 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12786 2025.01.08 15:27:31.623649 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12787 2025.01.08 15:27:31.623691 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12788 2025.01.08 15:27:31.624074 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12789 2025.01.08 15:27:31.624315 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12790 2025.01.08 15:27:31.624534 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001678 sec., 22646.00715137068 rows/sec., 1.62 MiB/sec.
12791 2025.01.08 15:27:31.624606 [ 267 ] {3a70ef35-3257-4eb9-8ecd-dd09539a0af1} <Debug> TCPHandler: Processed in 0.001932367 sec.
12792 2025.01.08 15:27:31.624823 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12793 2025.01.08 15:27:31.625013 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12794 2025.01.08 15:27:31.625077 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12795 2025.01.08 15:27:31.625767 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12796 2025.01.08 15:27:31.625810 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12797 2025.01.08 15:27:31.626180 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12798 2025.01.08 15:27:31.626422 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12799 2025.01.08 15:27:31.626637 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec.
12800 2025.01.08 15:27:31.626692 [ 272 ] {a0027547-9d8b-4d36-ac9f-1a3daff1223f} <Debug> TCPHandler: Processed in 0.00200274 sec.
12801 2025.01.08 15:27:31.626878 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12802 2025.01.08 15:27:31.627003 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12803 2025.01.08 15:27:31.627057 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12804 2025.01.08 15:27:31.627658 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12805 2025.01.08 15:27:31.627698 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12806 2025.01.08 15:27:31.628092 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12807 2025.01.08 15:27:31.628334 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12808 2025.01.08 15:27:31.628586 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
12809 2025.01.08 15:27:31.628667 [ 267 ] {10a9a47e-f87d-4aa8-bd0a-d2bbb9df87ba} <Debug> TCPHandler: Processed in 0.001848717 sec.
12810 2025.01.08 15:27:31.628901 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12811 2025.01.08 15:27:31.629043 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12812 2025.01.08 15:27:31.629101 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12813 2025.01.08 15:27:31.629864 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12814 2025.01.08 15:27:31.629904 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12815 2025.01.08 15:27:31.630313 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12816 2025.01.08 15:27:31.630558 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12817 2025.01.08 15:27:31.630783 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001768 sec., 213235.29411764705 rows/sec., 15.07 MiB/sec.
12818 2025.01.08 15:27:31.630838 [ 272 ] {fbc90198-1802-40be-9d11-7e4017d090d0} <Debug> TCPHandler: Processed in 0.002055639 sec.
12819 2025.01.08 15:27:31.630994 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12820 2025.01.08 15:27:31.631138 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12821 2025.01.08 15:27:31.631199 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12822 2025.01.08 15:27:31.631747 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12823 2025.01.08 15:27:31.631787 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12824 2025.01.08 15:27:31.632165 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12825 2025.01.08 15:27:31.632407 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12826 2025.01.08 15:27:31.632653 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec.
12827 2025.01.08 15:27:31.632759 [ 267 ] {22e0d4a4-74c4-4ac2-b034-063af7032e7c} <Debug> TCPHandler: Processed in 0.001832866 sec.
12828 2025.01.08 15:27:31.632953 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12829 2025.01.08 15:27:31.633095 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12830 2025.01.08 15:27:31.633158 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12831 2025.01.08 15:27:31.633801 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12832 2025.01.08 15:27:31.633840 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12833 2025.01.08 15:27:31.634268 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12834 2025.01.08 15:27:31.634514 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12835 2025.01.08 15:27:31.634732 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00167 sec., 105988.0239520958 rows/sec., 6.99 MiB/sec.
12836 2025.01.08 15:27:31.634789 [ 272 ] {98332edd-8c9b-4e31-9b24-cff28efb6ca8} <Debug> TCPHandler: Processed in 0.001937768 sec.
12837 2025.01.08 15:27:31.634937 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12838 2025.01.08 15:27:31.635058 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12839 2025.01.08 15:27:31.635112 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12840 2025.01.08 15:27:31.635597 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12841 2025.01.08 15:27:31.635636 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12842 2025.01.08 15:27:31.636002 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12843 2025.01.08 15:27:31.636240 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12844 2025.01.08 15:27:31.636456 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec.
12845 2025.01.08 15:27:31.636510 [ 267 ] {a855ec2c-54dd-4e58-8497-30d5e430d1a0} <Debug> TCPHandler: Processed in 0.001631924 sec.
12846 2025.01.08 15:27:31.636673 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12847 2025.01.08 15:27:31.636817 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12848 2025.01.08 15:27:31.636914 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12849 2025.01.08 15:27:31.638170 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12850 2025.01.08 15:27:31.638209 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12851 2025.01.08 15:27:31.638874 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12852 2025.01.08 15:27:31.639134 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12853 2025.01.08 15:27:31.639381 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002595 sec., 11946.050096339113 rows/sec., 21.41 MiB/sec.
12854 2025.01.08 15:27:31.639502 [ 272 ] {be221eeb-21af-4c20-b165-0ed063423a92} <Debug> TCPHandler: Processed in 0.002899602 sec.
12855 2025.01.08 15:27:31.639666 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12856 2025.01.08 15:27:31.639808 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12857 2025.01.08 15:27:31.639870 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12858 2025.01.08 15:27:31.640459 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12859 2025.01.08 15:27:31.640505 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12860 2025.01.08 15:27:31.640921 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12861 2025.01.08 15:27:31.641160 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12862 2025.01.08 15:27:31.641391 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00161 sec., 32298.13664596273 rows/sec., 2.00 MiB/sec.
12863 2025.01.08 15:27:31.641480 [ 267 ] {d934c47d-ee1f-422a-bc89-02e41cf495ad} <Debug> TCPHandler: Processed in 0.001876088 sec.
12864 2025.01.08 15:27:35.582608 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
12865 2025.01.08 15:27:35.582664 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
12866 2025.01.08 15:27:35.758824 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
12867 2025.01.08 15:27:35.759500 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12868 2025.01.08 15:27:35.759554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12869 2025.01.08 15:27:35.760098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12870 2025.01.08 15:27:35.760365 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12871 2025.01.08 15:27:35.760640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
12872 2025.01.08 15:27:36.612579 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12873 2025.01.08 15:27:36.612838 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12874 2025.01.08 15:27:36.612913 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12875 2025.01.08 15:27:36.613709 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12876 2025.01.08 15:27:36.613758 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12877 2025.01.08 15:27:36.614214 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12878 2025.01.08 15:27:36.614483 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12879 2025.01.08 15:27:36.614736 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001949 sec., 24628.014366341715 rows/sec., 2.04 MiB/sec.
12880 2025.01.08 15:27:36.614807 [ 267 ] {b352f68b-a07d-4597-bd70-83428a8d7c76} <Debug> TCPHandler: Processed in 0.002414815 sec.
12881 2025.01.08 15:27:36.615091 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12882 2025.01.08 15:27:36.615291 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12883 2025.01.08 15:27:36.615371 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12884 2025.01.08 15:27:36.616151 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12885 2025.01.08 15:27:36.616194 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12886 2025.01.08 15:27:36.616635 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12887 2025.01.08 15:27:36.616890 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12888 2025.01.08 15:27:36.617107 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001871 sec., 5879.208979155532 rows/sec., 442.09 KiB/sec.
12889 2025.01.08 15:27:36.617178 [ 272 ] {d036db8a-5c39-4560-bde8-81edc7102bd8} <Debug> TCPHandler: Processed in 0.002228882 sec.
12890 2025.01.08 15:27:36.617357 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12891 2025.01.08 15:27:36.617510 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12892 2025.01.08 15:27:36.617572 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12893 2025.01.08 15:27:36.618211 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12894 2025.01.08 15:27:36.618254 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12895 2025.01.08 15:27:36.618640 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12896 2025.01.08 15:27:36.618883 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12897 2025.01.08 15:27:36.619099 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001624 sec., 24014.778325123152 rows/sec., 1.87 MiB/sec.
12898 2025.01.08 15:27:36.619157 [ 267 ] {7da9b84e-a5dd-44ff-8b2d-cec30d654deb} <Debug> TCPHandler: Processed in 0.001877947 sec.
12899 2025.01.08 15:27:36.619312 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12900 2025.01.08 15:27:36.619443 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12901 2025.01.08 15:27:36.619503 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12902 2025.01.08 15:27:36.620081 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12903 2025.01.08 15:27:36.620117 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12904 2025.01.08 15:27:36.620555 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12905 2025.01.08 15:27:36.620799 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12906 2025.01.08 15:27:36.620997 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001585 sec., 63091.48264984227 rows/sec., 4.37 MiB/sec.
12907 2025.01.08 15:27:36.621115 [ 272 ] {c3086fab-701e-403e-8357-25e64c017170} <Debug> TCPHandler: Processed in 0.001863017 sec.
12908 2025.01.08 15:27:36.621271 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12909 2025.01.08 15:27:36.621447 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12910 2025.01.08 15:27:36.621540 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12911 2025.01.08 15:27:36.622663 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12912 2025.01.08 15:27:36.622703 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12913 2025.01.08 15:27:36.623338 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12914 2025.01.08 15:27:36.623626 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12915 2025.01.08 15:27:36.623900 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002502 sec., 4396.482813749001 rows/sec., 7.88 MiB/sec.
12916 2025.01.08 15:27:36.624127 [ 267 ] {52e5b4dd-f1a6-4fa5-8d39-cfe029061221} <Debug> TCPHandler: Processed in 0.002924042 sec.
12917 2025.01.08 15:27:36.624378 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12918 2025.01.08 15:27:36.624654 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12919 2025.01.08 15:27:36.624717 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12920 2025.01.08 15:27:36.625213 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12921 2025.01.08 15:27:36.625252 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12922 2025.01.08 15:27:36.625645 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12923 2025.01.08 15:27:36.625897 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12924 2025.01.08 15:27:36.626080 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001488 sec., 20161.290322580644 rows/sec., 1.38 MiB/sec.
12925 2025.01.08 15:27:36.626141 [ 272 ] {f0b969ce-130d-4f39-a329-4b72d430aa90} <Debug> TCPHandler: Processed in 0.001911987 sec.
12926 2025.01.08 15:27:36.881956 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12927 2025.01.08 15:27:36.882196 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12928 2025.01.08 15:27:36.882290 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12929 2025.01.08 15:27:36.883157 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12930 2025.01.08 15:27:36.883200 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12931 2025.01.08 15:27:36.883591 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12932 2025.01.08 15:27:36.883837 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12933 2025.01.08 15:27:36.884058 [ 134 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12934 2025.01.08 15:27:36.884105 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
12935 2025.01.08 15:27:36.884180 [ 134 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12936 2025.01.08 15:27:36.884248 [ 267 ] {2c6fbb82-b751-4685-8393-190220b1c289} <Debug> TCPHandler: Processed in 0.002409475 sec.
12937 2025.01.08 15:27:36.884264 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12938 2025.01.08 15:27:36.884505 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12939 2025.01.08 15:27:36.884628 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12940 2025.01.08 15:27:36.884742 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12941 2025.01.08 15:27:36.884794 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12942 2025.01.08 15:27:36.884999 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12943 2025.01.08 15:27:36.885021 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12944 2025.01.08 15:27:36.885301 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12945 2025.01.08 15:27:36.885358 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12946 2025.01.08 15:27:36.885683 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12947 2025.01.08 15:27:36.886088 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::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
12948 2025.01.08 15:27:36.887884 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12949 2025.01.08 15:27:36.887959 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12950 2025.01.08 15:27:36.888627 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004231251 sec., 16543.570683941936 rows/sec., 1.23 MiB/sec.
12951 2025.01.08 15:27:36.888794 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12952 2025.01.08 15:27:36.888798 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
12953 2025.01.08 15:27:36.889115 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2025.01.08 15:27:36.889176 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_45_11} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12955 2025.01.08 15:27:36.889309 [ 186 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_45_11} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12956 2025.01.08 15:27:36.889403 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004532 sec., 441.30626654898504 rows/sec., 35.99 KiB/sec.
12957 2025.01.08 15:27:36.889420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12958 2025.01.08 15:27:36.889498 [ 272 ] {107bc264-33f6-4ba2-a206-d1799c065a7e} <Debug> TCPHandler: Processed in 0.005094484 sec.
12959 2025.01.08 15:27:36.889704 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12960 2025.01.08 15:27:36.889865 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12961 2025.01.08 15:27:36.889924 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12962 2025.01.08 15:27:36.891139 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12963 2025.01.08 15:27:36.891179 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12964 2025.01.08 15:27:36.891649 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12965 2025.01.08 15:27:36.891901 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12966 2025.01.08 15:27:36.892136 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002303 sec., 597481.5458098133 rows/sec., 49.88 MiB/sec.
12967 2025.01.08 15:27:36.892194 [ 267 ] {8758e049-24ce-4f15-9d80-a8e3033a0812} <Debug> TCPHandler: Processed in 0.002602498 sec.
12968 2025.01.08 15:27:36.892352 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12969 2025.01.08 15:27:36.892480 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12970 2025.01.08 15:27:36.892533 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12971 2025.01.08 15:27:36.893148 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12972 2025.01.08 15:27:36.893186 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12973 2025.01.08 15:27:36.893552 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12974 2025.01.08 15:27:36.893821 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12975 2025.01.08 15:27:36.894012 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.00156 sec., 25641.02564102564 rows/sec., 1.83 MiB/sec.
12976 2025.01.08 15:27:36.894066 [ 272 ] {65607f31-3d78-4cb9-825a-386a005abd4e} <Debug> TCPHandler: Processed in 0.001776766 sec.
12977 2025.01.08 15:27:36.894269 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12978 2025.01.08 15:27:36.894494 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12979 2025.01.08 15:27:36.894586 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12980 2025.01.08 15:27:36.895322 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12981 2025.01.08 15:27:36.895361 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12982 2025.01.08 15:27:36.895746 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12983 2025.01.08 15:27:36.896004 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12984 2025.01.08 15:27:36.896227 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001787 sec., 135422.49580302183 rows/sec., 9.17 MiB/sec.
12985 2025.01.08 15:27:36.896281 [ 267 ] {08ab678f-5a34-4052-bb9c-051c2c118970} <Debug> TCPHandler: Processed in 0.00212311 sec.
12986 2025.01.08 15:27:36.896440 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12987 2025.01.08 15:27:36.896580 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12988 2025.01.08 15:27:36.896639 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12989 2025.01.08 15:27:36.897233 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12990 2025.01.08 15:27:36.897270 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12991 2025.01.08 15:27:36.897631 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12992 2025.01.08 15:27:36.897864 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12993 2025.01.08 15:27:36.897989 [ 134 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12994 2025.01.08 15:27:36.898031 [ 134 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12995 2025.01.08 15:27:36.898053 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec.
12996 2025.01.08 15:27:36.898058 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12997 2025.01.08 15:27:36.898185 [ 272 ] {349e08bb-7a0a-439d-8492-8b2a790bc8d1} <Debug> TCPHandler: Processed in 0.001805386 sec.
12998 2025.01.08 15:27:36.898404 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
12999 2025.01.08 15:27:36.898421 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13000 2025.01.08 15:27:36.898688 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13001 2025.01.08 15:27:36.898788 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13002 2025.01.08 15:27:36.898798 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13003 2025.01.08 15:27:36.898873 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
13004 2025.01.08 15:27:36.899133 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
13005 2025.01.08 15:27:36.899468 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
13006 2025.01.08 15:27:36.899749 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
13007 2025.01.08 15:27:36.900050 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::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
13008 2025.01.08 15:27:36.901062 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13009 2025.01.08 15:27:36.901112 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13010 2025.01.08 15:27:36.901589 [ 197 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003421719 sec., 18996.299813047182 rows/sec., 1.23 MiB/sec.
13011 2025.01.08 15:27:36.901714 [ 197 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13012 2025.01.08 15:27:36.901731 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13013 2025.01.08 15:27:36.902054 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13014 2025.01.08 15:27:36.902060 [ 197 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_45_11} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13015 2025.01.08 15:27:36.902155 [ 197 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_45_11} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13016 2025.01.08 15:27:36.902286 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13017 2025.01.08 15:27:36.902327 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.003717 sec., 224643.5297282755 rows/sec., 16.22 MiB/sec.
13018 2025.01.08 15:27:36.902385 [ 267 ] {4c3ed082-3d4c-4fde-88c8-7cb72892af5c} <Debug> TCPHandler: Processed in 0.004096919 sec.
13019 2025.01.08 15:27:36.902545 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13020 2025.01.08 15:27:36.902685 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13021 2025.01.08 15:27:36.902746 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13022 2025.01.08 15:27:36.903336 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13023 2025.01.08 15:27:36.903384 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13024 2025.01.08 15:27:36.903806 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13025 2025.01.08 15:27:36.904042 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13026 2025.01.08 15:27:36.904254 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec.
13027 2025.01.08 15:27:36.904307 [ 272 ] {a4dbab84-379d-48d2-9830-514d883aa37c} <Debug> TCPHandler: Processed in 0.001829726 sec.
13028 2025.01.08 15:27:36.904445 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13029 2025.01.08 15:27:36.904564 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13030 2025.01.08 15:27:36.904618 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13031 2025.01.08 15:27:36.905344 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13032 2025.01.08 15:27:36.905381 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13033 2025.01.08 15:27:36.905830 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13034 2025.01.08 15:27:36.906067 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13035 2025.01.08 15:27:36.906253 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001714 sec., 550758.4597432906 rows/sec., 36.57 MiB/sec.
13036 2025.01.08 15:27:36.906307 [ 267 ] {a49a5f36-56b8-4348-bbb9-b50f1de02fc7} <Debug> TCPHandler: Processed in 0.001919488 sec.
13037 2025.01.08 15:27:36.906456 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13038 2025.01.08 15:27:36.906574 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13039 2025.01.08 15:27:36.906626 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13040 2025.01.08 15:27:36.907103 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13041 2025.01.08 15:27:36.907143 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13042 2025.01.08 15:27:36.907517 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13043 2025.01.08 15:27:36.907781 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13044 2025.01.08 15:27:36.908011 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec.
13045 2025.01.08 15:27:36.908063 [ 272 ] {084ee379-51c9-4071-9e17-e461ee1ebad3} <Debug> TCPHandler: Processed in 0.001660894 sec.
13046 2025.01.08 15:27:36.908207 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13047 2025.01.08 15:27:36.908326 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13048 2025.01.08 15:27:36.908405 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13049 2025.01.08 15:27:36.909492 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13050 2025.01.08 15:27:36.909530 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13051 2025.01.08 15:27:36.910171 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
13052 2025.01.08 15:27:36.910448 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13053 2025.01.08 15:27:36.910656 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002354 sec., 13169.073916737467 rows/sec., 23.60 MiB/sec.
13054 2025.01.08 15:27:36.910750 [ 267 ] {904a3baa-f0f8-4db9-8073-d1be64284222} <Debug> TCPHandler: Processed in 0.002605207 sec.
13055 2025.01.08 15:27:36.910957 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13056 2025.01.08 15:27:36.911183 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13057 2025.01.08 15:27:36.911277 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13058 2025.01.08 15:27:36.911976 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13059 2025.01.08 15:27:36.912016 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13060 2025.01.08 15:27:36.912392 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13061 2025.01.08 15:27:36.912636 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13062 2025.01.08 15:27:36.912892 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001762 sec., 15891.032917139615 rows/sec., 915.60 KiB/sec.
13063 2025.01.08 15:27:36.912945 [ 272 ] {c9c6b650-8f9c-4dde-a9aa-4fbefc7960c8} <Debug> TCPHandler: Processed in 0.002099331 sec.
13064 2025.01.08 15:27:37.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.57 MiB, peak 266.14 MiB, free memory in arenas 0.00 B, will set to 253.20 MiB (RSS), difference: -1.37 MiB
13065 2025.01.08 15:27:37.768125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
13066 2025.01.08 15:27:37.787621 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13067 2025.01.08 15:27:37.787686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13068 2025.01.08 15:27:37.794949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13069 2025.01.08 15:27:37.795685 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13070 2025.01.08 15:27:37.798450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
13071 2025.01.08 15:27:40.922735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1856
13072 2025.01.08 15:27:40.926860 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13073 2025.01.08 15:27:40.926913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13074 2025.01.08 15:27:40.928427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13075 2025.01.08 15:27:40.928737 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13076 2025.01.08 15:27:40.929028 [ 149 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
13077 2025.01.08 15:27:40.929240 [ 149 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13078 2025.01.08 15:27:40.929355 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13079 2025.01.08 15:27:40.929905 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
13080 2025.01.08 15:27:40.930275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1856
13081 2025.01.08 15:27:40.930848 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13082 2025.01.08 15:27:40.931039 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1650 rows starting from the beginning of the part
13083 2025.01.08 15:27:40.931722 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part
13084 2025.01.08 15:27:40.932254 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part
13085 2025.01.08 15:27:40.932751 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
13086 2025.01.08 15:27:40.933211 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part
13087 2025.01.08 15:27:40.933681 [ 189 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part
13088 2025.01.08 15:27:40.942355 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 72 columns (72 merged, 0 gathered) in 0.012809915 sec., 144887.7685761381 rows/sec., 109.65 MiB/sec.
13089 2025.01.08 15:27:40.944381 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
13090 2025.01.08 15:27:40.945269 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13091 2025.01.08 15:27:40.945377 [ 200 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_46_9} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
13092 2025.01.08 15:27:40.945760 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB.
13093 2025.01.08 15:27:41.612314 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13094 2025.01.08 15:27:41.612609 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13095 2025.01.08 15:27:41.612724 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13096 2025.01.08 15:27:41.613533 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13097 2025.01.08 15:27:41.613574 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13098 2025.01.08 15:27:41.614003 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13099 2025.01.08 15:27:41.614258 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13100 2025.01.08 15:27:41.614489 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001959 sec., 13272.077590607454 rows/sec., 1010.46 KiB/sec.
13101 2025.01.08 15:27:41.614489 [ 147 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13102 2025.01.08 15:27:41.614567 [ 267 ] {2de2b8ad-d1dd-4bec-a121-8f67411fddff} <Debug> TCPHandler: Processed in 0.002432495 sec.
13103 2025.01.08 15:27:41.614595 [ 147 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13104 2025.01.08 15:27:41.614657 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13105 2025.01.08 15:27:41.614820 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13106 2025.01.08 15:27:41.614942 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13107 2025.01.08 15:27:41.615034 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13108 2025.01.08 15:27:41.615094 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1405 rows starting from the beginning of the part
13109 2025.01.08 15:27:41.615331 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 48 rows starting from the beginning of the part
13110 2025.01.08 15:27:41.615331 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13111 2025.01.08 15:27:41.615571 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13112 2025.01.08 15:27:41.615669 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 235 rows starting from the beginning of the part
13113 2025.01.08 15:27:41.616028 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part
13114 2025.01.08 15:27:41.616384 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1376 rows starting from the beginning of the part
13115 2025.01.08 15:27:41.616775 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part
13116 2025.01.08 15:27:41.618516 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13117 2025.01.08 15:27:41.618600 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13118 2025.01.08 15:27:41.619635 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13119 2025.01.08 15:27:41.619959 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13120 2025.01.08 15:27:41.620245 [ 147 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13121 2025.01.08 15:27:41.620371 [ 147 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13122 2025.01.08 15:27:41.620471 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13123 2025.01.08 15:27:41.620669 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00547 sec., 5118.829981718464 rows/sec., 408.84 KiB/sec.
13124 2025.01.08 15:27:41.620746 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005988106 sec., 524038.81962009356 rows/sec., 45.94 MiB/sec.
13125 2025.01.08 15:27:41.621002 [ 272 ] {a1ba3673-99b9-4d52-8e29-234bc1263919} <Debug> TCPHandler: Processed in 0.006299031 sec.
13126 2025.01.08 15:27:41.621013 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13127 2025.01.08 15:27:41.621246 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13128 2025.01.08 15:27:41.621421 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13129 2025.01.08 15:27:41.621539 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13130 2025.01.08 15:27:41.621636 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 876 rows starting from the beginning of the part
13131 2025.01.08 15:27:41.622088 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13132 2025.01.08 15:27:41.622109 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 39 rows starting from the beginning of the part
13133 2025.01.08 15:27:41.622313 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13134 2025.01.08 15:27:41.622375 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13135 2025.01.08 15:27:41.622518 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 377 rows starting from the beginning of the part
13136 2025.01.08 15:27:41.622766 [ 194 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_106_21} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13137 2025.01.08 15:27:41.623130 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
13138 2025.01.08 15:27:41.623142 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 39 rows starting from the beginning of the part
13139 2025.01.08 15:27:41.623535 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 835 rows starting from the beginning of the part
13140 2025.01.08 15:27:41.623908 [ 200 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 28 rows starting from the beginning of the part
13141 2025.01.08 15:27:41.625287 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13142 2025.01.08 15:27:41.625357 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13143 2025.01.08 15:27:41.626457 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13144 2025.01.08 15:27:41.626755 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13145 2025.01.08 15:27:41.627105 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
13146 2025.01.08 15:27:41.627253 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13147 2025.01.08 15:27:41.627356 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13148 2025.01.08 15:27:41.627427 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.006758278 sec., 324638.9094973601 rows/sec., 24.72 MiB/sec.
13149 2025.01.08 15:27:41.627526 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.005586 sec., 14321.518080916578 rows/sec., 1016.77 KiB/sec.
13150 2025.01.08 15:27:41.628034 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13151 2025.01.08 15:27:41.628063 [ 267 ] {5aeba810-04dd-4985-b2bf-081245683952} <Debug> TCPHandler: Processed in 0.006931229 sec.
13152 2025.01.08 15:27:41.628039 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full
13153 2025.01.08 15:27:41.628590 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13154 2025.01.08 15:27:41.629091 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13155 2025.01.08 15:27:41.629226 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13156 2025.01.08 15:27:41.629284 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 25387 rows starting from the beginning of the part
13157 2025.01.08 15:27:41.629563 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13158 2025.01.08 15:27:41.629704 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13159 2025.01.08 15:27:41.629924 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 100 rows starting from the beginning of the part
13160 2025.01.08 15:27:41.630439 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 177 rows starting from the beginning of the part
13161 2025.01.08 15:27:41.630444 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_106_21} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13162 2025.01.08 15:27:41.630963 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
13163 2025.01.08 15:27:41.631098 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 100 rows starting from the beginning of the part
13164 2025.01.08 15:27:41.631609 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 944 rows starting from the beginning of the part
13165 2025.01.08 15:27:41.633682 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13166 2025.01.08 15:27:41.633725 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13167 2025.01.08 15:27:41.634126 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13168 2025.01.08 15:27:41.634400 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13169 2025.01.08 15:27:41.634637 [ 147 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13170 2025.01.08 15:27:41.634724 [ 147 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13171 2025.01.08 15:27:41.634788 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.005749 sec., 4174.639067663942 rows/sec., 292.85 KiB/sec.
13172 2025.01.08 15:27:41.634799 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13173 2025.01.08 15:27:41.635131 [ 272 ] {5c1c12b2-dd57-4d0a-a77f-ddf7a04b6807} <Debug> TCPHandler: Processed in 0.00692026 sec.
13174 2025.01.08 15:27:41.635370 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13175 2025.01.08 15:27:41.635631 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13176 2025.01.08 15:27:41.635673 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 3550 rows starting from the beginning of the part
13177 2025.01.08 15:27:41.635829 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 30 rows starting from the beginning of the part
13178 2025.01.08 15:27:41.635981 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 52 rows starting from the beginning of the part
13179 2025.01.08 15:27:41.636109 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 30 rows starting from the beginning of the part
13180 2025.01.08 15:27:41.636196 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 28 rows starting from the beginning of the part
13181 2025.01.08 15:27:41.636513 [ 187 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 24 rows starting from the beginning of the part
13182 2025.01.08 15:27:41.639247 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3714 rows, containing 4 columns (4 merged, 0 gathered) in 0.004277842 sec., 868194.7580111655 rows/sec., 55.87 MiB/sec.
13183 2025.01.08 15:27:41.639953 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13184 2025.01.08 15:27:41.640431 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13185 2025.01.08 15:27:41.640561 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_106_21} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13186 2025.01.08 15:27:41.640687 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
13187 2025.01.08 15:27:41.641934 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26708 rows, containing 5 columns (5 merged, 0 gathered) in 0.014425048 sec., 1851501.637984151 rows/sec., 123.97 MiB/sec.
13188 2025.01.08 15:27:41.642289 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
13189 2025.01.08 15:27:41.642593 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13190 2025.01.08 15:27:41.642678 [ 196 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
13191 2025.01.08 15:27:41.642771 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
13192 2025.01.08 15:27:43.260781 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
13193 2025.01.08 15:27:43.261543 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13194 2025.01.08 15:27:43.261591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13195 2025.01.08 15:27:43.262171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13196 2025.01.08 15:27:43.262434 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13197 2025.01.08 15:27:43.262656 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
13198 2025.01.08 15:27:45.298540 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
13199 2025.01.08 15:27:45.318807 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13200 2025.01.08 15:27:45.318869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13201 2025.01.08 15:27:45.326225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13202 2025.01.08 15:27:45.327012 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13203 2025.01.08 15:27:45.329971 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
13204 2025.01.08 15:27:46.613097 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13205 2025.01.08 15:27:46.613400 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13206 2025.01.08 15:27:46.613485 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13207 2025.01.08 15:27:46.614334 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13208 2025.01.08 15:27:46.614383 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13209 2025.01.08 15:27:46.614831 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13210 2025.01.08 15:27:46.615093 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13211 2025.01.08 15:27:46.615337 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001995 sec., 24060.15037593985 rows/sec., 1.99 MiB/sec.
13212 2025.01.08 15:27:46.615413 [ 267 ] {95c7e90f-5e71-4d99-8d57-38dcb4e0fefa} <Debug> TCPHandler: Processed in 0.002482196 sec.
13213 2025.01.08 15:27:46.615799 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13214 2025.01.08 15:27:46.616095 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13215 2025.01.08 15:27:46.616173 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13216 2025.01.08 15:27:46.616945 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13217 2025.01.08 15:27:46.617001 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13218 2025.01.08 15:27:46.617447 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13219 2025.01.08 15:27:46.617732 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13220 2025.01.08 15:27:46.617954 [ 143 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13221 2025.01.08 15:27:46.617978 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001952 sec., 5635.245901639344 rows/sec., 423.74 KiB/sec.
13222 2025.01.08 15:27:46.618033 [ 143 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13223 2025.01.08 15:27:46.618101 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13224 2025.01.08 15:27:46.618120 [ 272 ] {d9fee5f4-4224-4377-a596-c676c116131b} <Debug> TCPHandler: Processed in 0.002559797 sec.
13225 2025.01.08 15:27:46.618303 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
13226 2025.01.08 15:27:46.618329 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13227 2025.01.08 15:27:46.618501 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13228 2025.01.08 15:27:46.618590 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 63 rows starting from the beginning of the part
13229 2025.01.08 15:27:46.618599 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13230 2025.01.08 15:27:46.618790 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13231 2025.01.08 15:27:46.618825 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 11 rows starting from the beginning of the part
13232 2025.01.08 15:27:46.619189 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 38 rows starting from the beginning of the part
13233 2025.01.08 15:27:46.619460 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 11 rows starting from the beginning of the part
13234 2025.01.08 15:27:46.619702 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 40 rows starting from the beginning of the part
13235 2025.01.08 15:27:46.620029 [ 198 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 11 rows starting from the beginning of the part
13236 2025.01.08 15:27:46.622009 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13237 2025.01.08 15:27:46.622086 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13238 2025.01.08 15:27:46.623161 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13239 2025.01.08 15:27:46.623269 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005080183 sec., 34250.73466841647 rows/sec., 2.59 MiB/sec.
13240 2025.01.08 15:27:46.623461 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13241 2025.01.08 15:27:46.623482 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13242 2025.01.08 15:27:46.623783 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.005258 sec., 7417.268923545074 rows/sec., 592.85 KiB/sec.
13243 2025.01.08 15:27:46.623878 [ 267 ] {887bff41-a1aa-4cbe-b384-c7a526ce0a76} <Debug> TCPHandler: Processed in 0.005650001 sec.
13244 2025.01.08 15:27:46.624003 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13245 2025.01.08 15:27:46.624060 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13246 2025.01.08 15:27:46.624133 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_86_17} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13247 2025.01.08 15:27:46.624212 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13248 2025.01.08 15:27:46.624242 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13249 2025.01.08 15:27:46.624285 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13250 2025.01.08 15:27:46.624845 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13251 2025.01.08 15:27:46.624886 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13252 2025.01.08 15:27:46.625289 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13253 2025.01.08 15:27:46.625539 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13254 2025.01.08 15:27:46.625774 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001607 sec., 62227.753578095835 rows/sec., 4.31 MiB/sec.
13255 2025.01.08 15:27:46.625859 [ 272 ] {9894f496-ac28-4bd6-b886-bf831ef1b7fe} <Debug> TCPHandler: Processed in 0.001875087 sec.
13256 2025.01.08 15:27:46.626090 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13257 2025.01.08 15:27:46.626316 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13258 2025.01.08 15:27:46.626416 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13259 2025.01.08 15:27:46.627670 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13260 2025.01.08 15:27:46.627711 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13261 2025.01.08 15:27:46.628344 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13262 2025.01.08 15:27:46.628599 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13263 2025.01.08 15:27:46.628797 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13264 2025.01.08 15:27:46.628863 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13265 2025.01.08 15:27:46.628875 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00259 sec., 4247.104247104247 rows/sec., 7.61 MiB/sec.
13266 2025.01.08 15:27:46.628904 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13267 2025.01.08 15:27:46.629190 [ 267 ] {0b9a1f51-74de-43d7-b08d-1063791c20bf} <Debug> TCPHandler: Processed in 0.003246037 sec.
13268 2025.01.08 15:27:46.629196 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
13269 2025.01.08 15:27:46.629401 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13270 2025.01.08 15:27:46.629674 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13271 2025.01.08 15:27:46.629805 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13272 2025.01.08 15:27:46.629841 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13273 2025.01.08 15:27:46.630079 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1681 rows starting from the beginning of the part
13274 2025.01.08 15:27:46.630882 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 11 rows starting from the beginning of the part
13275 2025.01.08 15:27:46.631734 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 31 rows starting from the beginning of the part
13276 2025.01.08 15:27:46.631888 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13277 2025.01.08 15:27:46.632010 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13278 2025.01.08 15:27:46.632433 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 11 rows starting from the beginning of the part
13279 2025.01.08 15:27:46.633152 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 31 rows starting from the beginning of the part
13280 2025.01.08 15:27:46.633610 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13281 2025.01.08 15:27:46.633780 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 11 rows starting from the beginning of the part
13282 2025.01.08 15:27:46.634487 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13283 2025.01.08 15:27:46.635019 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005441 sec., 5513.692335967653 rows/sec., 386.78 KiB/sec.
13284 2025.01.08 15:27:46.635168 [ 272 ] {1e113687-0a28-408c-b2d8-3ed6c08921fd} <Debug> TCPHandler: Processed in 0.005866984 sec.
13285 2025.01.08 15:27:46.644360 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 19 columns (19 merged, 0 gathered) in 0.015332081 sec., 115835.54769897186 rows/sec., 207.57 MiB/sec.
13286 2025.01.08 15:27:46.646156 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13287 2025.01.08 15:27:46.646666 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13288 2025.01.08 15:27:46.646768 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13289 2025.01.08 15:27:46.646962 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.13 MiB.
13290 2025.01.08 15:27:47.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.57 MiB, peak 271.66 MiB, free memory in arenas 0.00 B, will set to 258.14 MiB (RSS), difference: 3.57 MiB
13291 2025.01.08 15:27:47.291714 [ 143 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0
13292 2025.01.08 15:27:47.291786 [ 143 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13293 2025.01.08 15:27:47.291813 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13294 2025.01.08 15:27:47.292095 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full
13295 2025.01.08 15:27:47.292637 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13296 2025.01.08 15:27:47.292762 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 243 rows starting from the beginning of the part
13297 2025.01.08 15:27:47.292941 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part
13298 2025.01.08 15:27:47.293151 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
13299 2025.01.08 15:27:47.293462 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
13300 2025.01.08 15:27:47.293754 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part
13301 2025.01.08 15:27:47.294974 [ 188 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.003063564 sec., 246444.99021401218 rows/sec., 17.64 MiB/sec.
13302 2025.01.08 15:27:47.295153 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary)
13303 2025.01.08 15:27:47.295453 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13304 2025.01.08 15:27:47.295538 [ 190 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_46_10} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10
13305 2025.01.08 15:27:47.295620 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
13306 2025.01.08 15:27:49.021353 [ 140 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0
13307 2025.01.08 15:27:49.021432 [ 140 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13308 2025.01.08 15:27:49.021468 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13309 2025.01.08 15:27:49.021656 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full
13310 2025.01.08 15:27:49.022124 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13311 2025.01.08 15:27:49.022178 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 43 rows starting from the beginning of the part
13312 2025.01.08 15:27:49.022280 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
13313 2025.01.08 15:27:49.022372 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
13314 2025.01.08 15:27:49.022617 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13315 2025.01.08 15:27:49.022862 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
13316 2025.01.08 15:27:49.024004 [ 190 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.002456346 sec., 19134.11221383307 rows/sec., 1.26 MiB/sec.
13317 2025.01.08 15:27:49.024234 [ 197 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary)
13318 2025.01.08 15:27:49.024616 [ 197 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13319 2025.01.08 15:27:49.024711 [ 197 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_46_10} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10
13320 2025.01.08 15:27:49.024817 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13321 2025.01.08 15:27:50.582709 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
13322 2025.01.08 15:27:50.582766 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
13323 2025.01.08 15:27:50.762810 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341
13324 2025.01.08 15:27:50.763512 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13325 2025.01.08 15:27:50.763570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13326 2025.01.08 15:27:50.764088 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13327 2025.01.08 15:27:50.764345 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13328 2025.01.08 15:27:50.764640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
13329 2025.01.08 15:27:50.930593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1876
13330 2025.01.08 15:27:50.933402 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13331 2025.01.08 15:27:50.933452 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13332 2025.01.08 15:27:50.934907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13333 2025.01.08 15:27:50.935213 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13334 2025.01.08 15:27:50.936608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876
13335 2025.01.08 15:27:51.001298 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000931914 sec.
13336 2025.01.08 15:27:51.619270 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13337 2025.01.08 15:27:51.619485 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13338 2025.01.08 15:27:51.619569 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13339 2025.01.08 15:27:51.620387 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13340 2025.01.08 15:27:51.620431 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13341 2025.01.08 15:27:51.620874 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13342 2025.01.08 15:27:51.621132 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13343 2025.01.08 15:27:51.621346 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec.
13344 2025.01.08 15:27:51.621474 [ 267 ] {aad8e448-0fc0-475c-aa66-65efc4199981} <Debug> TCPHandler: Processed in 0.002336704 sec.
13345 2025.01.08 15:27:51.621747 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13346 2025.01.08 15:27:51.621949 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13347 2025.01.08 15:27:51.622027 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13348 2025.01.08 15:27:51.622931 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13349 2025.01.08 15:27:51.622985 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13350 2025.01.08 15:27:51.623464 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13351 2025.01.08 15:27:51.623720 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13352 2025.01.08 15:27:51.623981 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002084 sec., 112763.91554702495 rows/sec., 10.05 MiB/sec.
13353 2025.01.08 15:27:51.624085 [ 272 ] {3cb71d4d-5201-40ce-ad33-a446527f598d} <Debug> TCPHandler: Processed in 0.002472976 sec.
13354 2025.01.08 15:27:51.624324 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13355 2025.01.08 15:27:51.624623 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13356 2025.01.08 15:27:51.624700 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13357 2025.01.08 15:27:51.625382 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13358 2025.01.08 15:27:51.625421 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13359 2025.01.08 15:27:51.625799 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13360 2025.01.08 15:27:51.626042 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13361 2025.01.08 15:27:51.626223 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001703 sec., 22313.564298297122 rows/sec., 1.60 MiB/sec.
13362 2025.01.08 15:27:51.626279 [ 267 ] {e851aeee-2ad8-4eb8-8e10-3adaa6507787} <Debug> TCPHandler: Processed in 0.00208618 sec.
13363 2025.01.08 15:27:51.626432 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13364 2025.01.08 15:27:51.626583 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13365 2025.01.08 15:27:51.626646 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13366 2025.01.08 15:27:51.627325 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13367 2025.01.08 15:27:51.627367 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13368 2025.01.08 15:27:51.627732 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13369 2025.01.08 15:27:51.627972 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13370 2025.01.08 15:27:51.628183 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001636 sec., 8557.457212713936 rows/sec., 599.31 KiB/sec.
13371 2025.01.08 15:27:51.628240 [ 272 ] {647a0a19-d4a8-450c-9e75-66ea0cbd7fad} <Debug> TCPHandler: Processed in 0.001877748 sec.
13372 2025.01.08 15:27:51.628385 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13373 2025.01.08 15:27:51.628526 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13374 2025.01.08 15:27:51.628586 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13375 2025.01.08 15:27:51.629260 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13376 2025.01.08 15:27:51.629300 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13377 2025.01.08 15:27:51.629661 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13378 2025.01.08 15:27:51.629896 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13379 2025.01.08 15:27:51.630112 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec.
13380 2025.01.08 15:27:51.630168 [ 267 ] {2559aede-2d3b-4c8d-955c-635507cd2cf7} <Debug> TCPHandler: Processed in 0.001852146 sec.
13381 2025.01.08 15:27:51.630329 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13382 2025.01.08 15:27:51.630471 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13383 2025.01.08 15:27:51.630530 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13384 2025.01.08 15:27:51.631360 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13385 2025.01.08 15:27:51.631400 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13386 2025.01.08 15:27:51.631790 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13387 2025.01.08 15:27:51.632029 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13388 2025.01.08 15:27:51.632242 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001803 sec., 209095.95119245703 rows/sec., 14.78 MiB/sec.
13389 2025.01.08 15:27:51.632297 [ 272 ] {09cba0a8-bcf2-4a15-a0c5-6d3ace3841a3} <Debug> TCPHandler: Processed in 0.00203422 sec.
13390 2025.01.08 15:27:51.632442 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13391 2025.01.08 15:27:51.632587 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13392 2025.01.08 15:27:51.632649 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13393 2025.01.08 15:27:51.633228 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13394 2025.01.08 15:27:51.633267 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13395 2025.01.08 15:27:51.633637 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13396 2025.01.08 15:27:51.633866 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13397 2025.01.08 15:27:51.634101 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
13398 2025.01.08 15:27:51.634216 [ 267 ] {962f9035-f9a6-404e-bdea-ca74a67a6a22} <Debug> TCPHandler: Processed in 0.001840476 sec.
13399 2025.01.08 15:27:51.634430 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13400 2025.01.08 15:27:51.634574 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13401 2025.01.08 15:27:51.634639 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13402 2025.01.08 15:27:51.635299 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13403 2025.01.08 15:27:51.635339 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13404 2025.01.08 15:27:51.635745 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13405 2025.01.08 15:27:51.635985 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13406 2025.01.08 15:27:51.636229 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001685 sec., 105044.51038575667 rows/sec., 6.93 MiB/sec.
13407 2025.01.08 15:27:51.636314 [ 272 ] {2c9aa886-b2a6-4dcf-8896-0e753e7fbc33} <Debug> TCPHandler: Processed in 0.001985009 sec.
13408 2025.01.08 15:27:51.636517 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13409 2025.01.08 15:27:51.636843 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13410 2025.01.08 15:27:51.636933 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13411 2025.01.08 15:27:51.637449 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13412 2025.01.08 15:27:51.637488 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13413 2025.01.08 15:27:51.637851 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13414 2025.01.08 15:27:51.638095 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13415 2025.01.08 15:27:51.638296 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec.
13416 2025.01.08 15:27:51.638348 [ 267 ] {78d7dc4d-8e14-4ef3-9929-c3f47baf4d58} <Debug> TCPHandler: Processed in 0.001952888 sec.
13417 2025.01.08 15:27:51.638508 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13418 2025.01.08 15:27:51.638648 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13419 2025.01.08 15:27:51.638743 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13420 2025.01.08 15:27:51.640014 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13421 2025.01.08 15:27:51.640053 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13422 2025.01.08 15:27:51.640719 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13423 2025.01.08 15:27:51.640974 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13424 2025.01.08 15:27:51.641264 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002633 sec., 11773.642233194076 rows/sec., 21.10 MiB/sec.
13425 2025.01.08 15:27:51.641606 [ 272 ] {44741f3c-3dfc-4504-acbd-7f757ef02285} <Debug> TCPHandler: Processed in 0.003163716 sec.
13426 2025.01.08 15:27:51.641871 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13427 2025.01.08 15:27:51.642069 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13428 2025.01.08 15:27:51.642129 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13429 2025.01.08 15:27:51.642614 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13430 2025.01.08 15:27:51.642655 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13431 2025.01.08 15:27:51.643039 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13432 2025.01.08 15:27:51.643274 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13433 2025.01.08 15:27:51.643521 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001489 sec., 34922.766957689724 rows/sec., 2.16 MiB/sec.
13434 2025.01.08 15:27:51.643594 [ 267 ] {8c3b2ddc-ea87-43a1-a615-1216d7d4892e} <Debug> TCPHandler: Processed in 0.001871437 sec.
13435 2025.01.08 15:27:52.830063 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
13436 2025.01.08 15:27:52.853173 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13437 2025.01.08 15:27:52.853227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13438 2025.01.08 15:27:52.860673 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13439 2025.01.08 15:27:52.861472 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13440 2025.01.08 15:27:52.865843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
13441 2025.01.08 15:27:56.613940 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13442 2025.01.08 15:27:56.614177 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13443 2025.01.08 15:27:56.614262 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13444 2025.01.08 15:27:56.615034 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13445 2025.01.08 15:27:56.615089 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13446 2025.01.08 15:27:56.615519 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
13447 2025.01.08 15:27:56.615773 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13448 2025.01.08 15:27:56.616072 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001953 sec., 2048.1310803891447 rows/sec., 167.01 KiB/sec.
13449 2025.01.08 15:27:56.616285 [ 267 ] {b274fcb9-af83-40f9-8c5e-bf5f4d5de8d1} <Debug> TCPHandler: Processed in 0.002481426 sec.
13450 2025.01.08 15:27:56.616580 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13451 2025.01.08 15:27:56.616802 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13452 2025.01.08 15:27:56.616889 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13453 2025.01.08 15:27:56.617735 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13454 2025.01.08 15:27:56.617784 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13455 2025.01.08 15:27:56.618232 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13456 2025.01.08 15:27:56.618489 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13457 2025.01.08 15:27:56.618727 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001987 sec., 25163.563160543534 rows/sec., 2.07 MiB/sec.
13458 2025.01.08 15:27:56.618795 [ 272 ] {9769f2cb-3895-487f-a182-d8472481ec8b} <Debug> TCPHandler: Processed in 0.002370284 sec.
13459 2025.01.08 15:27:56.619006 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13460 2025.01.08 15:27:56.619244 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13461 2025.01.08 15:27:56.619341 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13462 2025.01.08 15:27:56.619940 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13463 2025.01.08 15:27:56.619982 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13464 2025.01.08 15:27:56.620349 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13465 2025.01.08 15:27:56.620607 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13466 2025.01.08 15:27:56.620858 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.001669 sec., 8987.417615338527 rows/sec., 662.94 KiB/sec.
13467 2025.01.08 15:27:56.620952 [ 267 ] {94c0174f-0273-4a6c-a2cc-09e199a93589} <Debug> TCPHandler: Processed in 0.00205446 sec.
13468 2025.01.08 15:27:56.621188 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13469 2025.01.08 15:27:56.621410 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13470 2025.01.08 15:27:56.621463 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13471 2025.01.08 15:27:56.622074 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13472 2025.01.08 15:27:56.622116 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13473 2025.01.08 15:27:56.622493 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13474 2025.01.08 15:27:56.622740 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13475 2025.01.08 15:27:56.622961 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.001574 sec., 27318.932655654382 rows/sec., 2.14 MiB/sec.
13476 2025.01.08 15:27:56.623025 [ 272 ] {a9195bc0-ee98-43a2-8d81-c6d0a1eae11a} <Debug> TCPHandler: Processed in 0.001969429 sec.
13477 2025.01.08 15:27:56.623195 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13478 2025.01.08 15:27:56.623570 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13479 2025.01.08 15:27:56.623674 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13480 2025.01.08 15:27:56.624520 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13481 2025.01.08 15:27:56.624560 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13482 2025.01.08 15:27:56.624958 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13483 2025.01.08 15:27:56.625200 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13484 2025.01.08 15:27:56.625438 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.002002 sec., 50949.05094905095 rows/sec., 3.53 MiB/sec.
13485 2025.01.08 15:27:56.625495 [ 267 ] {cba1a33f-266b-44bc-a918-461a78733356} <Debug> TCPHandler: Processed in 0.002380945 sec.
13486 2025.01.08 15:27:56.625695 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13487 2025.01.08 15:27:56.625920 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13488 2025.01.08 15:27:56.626062 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13489 2025.01.08 15:27:56.627348 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13490 2025.01.08 15:27:56.627387 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13491 2025.01.08 15:27:56.628011 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13492 2025.01.08 15:27:56.628268 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13493 2025.01.08 15:27:56.628518 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002654 sec., 4144.687264506405 rows/sec., 7.43 MiB/sec.
13494 2025.01.08 15:27:56.628623 [ 272 ] {f02902f8-326a-4b97-a617-133517796620} <Debug> TCPHandler: Processed in 0.003040844 sec.
13495 2025.01.08 15:27:56.628822 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13496 2025.01.08 15:27:56.629046 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13497 2025.01.08 15:27:56.629143 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13498 2025.01.08 15:27:56.629716 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2025.01.08 15:27:56.629756 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13500 2025.01.08 15:27:56.630135 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13501 2025.01.08 15:27:56.630374 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13502 2025.01.08 15:27:56.630604 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001611 sec., 18621.973929236497 rows/sec., 1.28 MiB/sec.
13503 2025.01.08 15:27:56.630691 [ 267 ] {e799460a-5a4c-4a66-9371-e200884f95e8} <Debug> TCPHandler: Processed in 0.001977398 sec.
13504 2025.01.08 15:27:58.264796 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829
13505 2025.01.08 15:27:58.265762 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13506 2025.01.08 15:27:58.265816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13507 2025.01.08 15:27:58.266355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13508 2025.01.08 15:27:58.266622 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13509 2025.01.08 15:27:58.266964 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
13510 2025.01.08 15:28:00.365949 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13511 2025.01.08 15:28:00.388276 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13512 2025.01.08 15:28:00.388342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13513 2025.01.08 15:28:00.395704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13514 2025.01.08 15:28:00.396468 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13515 2025.01.08 15:28:00.399541 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13516 2025.01.08 15:28:00.936794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1912
13517 2025.01.08 15:28:00.940085 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13518 2025.01.08 15:28:00.940147 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13519 2025.01.08 15:28:00.941663 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13520 2025.01.08 15:28:00.941983 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13521 2025.01.08 15:28:00.943373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1912
13522 2025.01.08 15:28:01.618969 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13523 2025.01.08 15:28:01.619280 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13524 2025.01.08 15:28:01.619400 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13525 2025.01.08 15:28:01.620232 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13526 2025.01.08 15:28:01.620286 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13527 2025.01.08 15:28:01.620734 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13528 2025.01.08 15:28:01.621010 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13529 2025.01.08 15:28:01.621276 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002082 sec., 6724.303554274736 rows/sec., 484.06 KiB/sec.
13530 2025.01.08 15:28:01.621346 [ 267 ] {de8d667e-8aa5-4e16-8638-6daf3668f7e3} <Debug> TCPHandler: Processed in 0.002567227 sec.
13531 2025.01.08 15:28:01.621639 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13532 2025.01.08 15:28:01.621850 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13533 2025.01.08 15:28:01.621931 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13534 2025.01.08 15:28:01.622863 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13535 2025.01.08 15:28:01.622905 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13536 2025.01.08 15:28:01.623343 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13537 2025.01.08 15:28:01.623600 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13538 2025.01.08 15:28:01.623808 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002018 sec., 116451.93260654114 rows/sec., 10.38 MiB/sec.
13539 2025.01.08 15:28:01.623872 [ 272 ] {24812180-a276-4084-99a6-213b26cbfdae} <Debug> TCPHandler: Processed in 0.002370034 sec.
13540 2025.01.08 15:28:01.624079 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13541 2025.01.08 15:28:01.624314 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13542 2025.01.08 15:28:01.624409 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13543 2025.01.08 15:28:01.625070 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13544 2025.01.08 15:28:01.625111 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13545 2025.01.08 15:28:01.625482 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13546 2025.01.08 15:28:01.625729 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13547 2025.01.08 15:28:01.625977 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001722 sec., 22067.363530778166 rows/sec., 1.58 MiB/sec.
13548 2025.01.08 15:28:01.626032 [ 267 ] {74c7d0ef-a08e-4efc-a754-db5a0d5864c1} <Debug> TCPHandler: Processed in 0.00206111 sec.
13549 2025.01.08 15:28:01.626245 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13550 2025.01.08 15:28:01.626477 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13551 2025.01.08 15:28:01.626537 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13552 2025.01.08 15:28:01.627134 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13553 2025.01.08 15:28:01.627171 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13554 2025.01.08 15:28:01.627523 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13555 2025.01.08 15:28:01.627766 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13556 2025.01.08 15:28:01.627943 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec.
13557 2025.01.08 15:28:01.627997 [ 272 ] {fc8b0629-5c97-4055-ba03-e260b3b2454a} <Debug> TCPHandler: Processed in 0.001862106 sec.
13558 2025.01.08 15:28:01.628139 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13559 2025.01.08 15:28:01.628258 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13560 2025.01.08 15:28:01.628308 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13561 2025.01.08 15:28:01.628896 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13562 2025.01.08 15:28:01.628937 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13563 2025.01.08 15:28:01.629296 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13564 2025.01.08 15:28:01.629544 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13565 2025.01.08 15:28:01.629773 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
13566 2025.01.08 15:28:01.629827 [ 267 ] {8f33cddf-5c1a-4b24-abec-c603cb4226ff} <Debug> TCPHandler: Processed in 0.001743435 sec.
13567 2025.01.08 15:28:01.630025 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13568 2025.01.08 15:28:01.630250 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13569 2025.01.08 15:28:01.630341 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13570 2025.01.08 15:28:01.631109 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13571 2025.01.08 15:28:01.631147 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13572 2025.01.08 15:28:01.631523 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13573 2025.01.08 15:28:01.631758 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13574 2025.01.08 15:28:01.631960 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001763 sec., 213840.04537719797 rows/sec., 15.11 MiB/sec.
13575 2025.01.08 15:28:01.632053 [ 272 ] {13eaceca-1436-48ba-9535-a3be49b31807} <Debug> TCPHandler: Processed in 0.002140091 sec.
13576 2025.01.08 15:28:01.632262 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13577 2025.01.08 15:28:01.632582 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13578 2025.01.08 15:28:01.632648 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13579 2025.01.08 15:28:01.633155 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13580 2025.01.08 15:28:01.633195 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13581 2025.01.08 15:28:01.633574 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13582 2025.01.08 15:28:01.633817 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13583 2025.01.08 15:28:01.633995 [ 122 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
13584 2025.01.08 15:28:01.634049 [ 122 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13585 2025.01.08 15:28:01.634063 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 198.78 KiB/sec.
13586 2025.01.08 15:28:01.634086 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13587 2025.01.08 15:28:01.634219 [ 267 ] {5b761afc-e08d-468a-8feb-e42c3f36af2a} <Debug> TCPHandler: Processed in 0.0020684 sec.
13588 2025.01.08 15:28:01.634352 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
13589 2025.01.08 15:28:01.634406 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13590 2025.01.08 15:28:01.634503 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13591 2025.01.08 15:28:01.634543 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part
13592 2025.01.08 15:28:01.634559 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13593 2025.01.08 15:28:01.634634 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
13594 2025.01.08 15:28:01.634672 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13595 2025.01.08 15:28:01.635037 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
13596 2025.01.08 15:28:01.635464 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
13597 2025.01.08 15:28:01.635861 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
13598 2025.01.08 15:28:01.636156 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
13599 2025.01.08 15:28:01.637251 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13600 2025.01.08 15:28:01.637299 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13601 2025.01.08 15:28:01.637919 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13602 2025.01.08 15:28:01.637920 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.003703393 sec., 76146.38792048265 rows/sec., 3.89 MiB/sec.
13603 2025.01.08 15:28:01.638128 [ 197 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
13604 2025.01.08 15:28:01.638316 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13605 2025.01.08 15:28:01.638588 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
13606 2025.01.08 15:28:01.638666 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13607 2025.01.08 15:28:01.638725 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13608 2025.01.08 15:28:01.638764 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004236 sec., 41784.70254957507 rows/sec., 2.76 MiB/sec.
13609 2025.01.08 15:28:01.638776 [ 197 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13610 2025.01.08 15:28:01.639160 [ 272 ] {c4d19af8-722c-4c85-8f58-32cd696095f7} <Debug> TCPHandler: Processed in 0.004827019 sec.
13611 2025.01.08 15:28:01.639190 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full
13612 2025.01.08 15:28:01.639206 [ 197 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_47_10} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
13613 2025.01.08 15:28:01.639432 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13614 2025.01.08 15:28:01.639521 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13615 2025.01.08 15:28:01.639666 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13616 2025.01.08 15:28:01.639740 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13617 2025.01.08 15:28:01.639744 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 26708 rows starting from the beginning of the part
13618 2025.01.08 15:28:01.639872 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13619 2025.01.08 15:28:01.640145 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 80 rows starting from the beginning of the part
13620 2025.01.08 15:28:01.640493 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 100 rows starting from the beginning of the part
13621 2025.01.08 15:28:01.640905 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 177 rows starting from the beginning of the part
13622 2025.01.08 15:28:01.641271 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 102 rows starting from the beginning of the part
13623 2025.01.08 15:28:01.641592 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 177 rows starting from the beginning of the part
13624 2025.01.08 15:28:01.642321 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13625 2025.01.08 15:28:01.642374 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13626 2025.01.08 15:28:01.643093 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13627 2025.01.08 15:28:01.643407 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13628 2025.01.08 15:28:01.643790 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004085 sec., 244.79804161566707 rows/sec., 16.50 KiB/sec.
13629 2025.01.08 15:28:01.644327 [ 267 ] {d0562b3d-f982-43aa-80ef-5a211c5ebbfd} <Debug> TCPHandler: Processed in 0.005039692 sec.
13630 2025.01.08 15:28:01.644648 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13631 2025.01.08 15:28:01.645055 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13632 2025.01.08 15:28:01.645330 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13633 2025.01.08 15:28:01.647191 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13634 2025.01.08 15:28:01.647230 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13635 2025.01.08 15:28:01.648194 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13636 2025.01.08 15:28:01.648483 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13637 2025.01.08 15:28:01.648847 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003926 sec., 7896.0774325012735 rows/sec., 14.15 MiB/sec.
13638 2025.01.08 15:28:01.648967 [ 272 ] {8edcf2bf-a3ae-4945-ba5e-019cc7a96669} <Debug> TCPHandler: Processed in 0.004466144 sec.
13639 2025.01.08 15:28:01.649129 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13640 2025.01.08 15:28:01.649327 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13641 2025.01.08 15:28:01.649395 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13642 2025.01.08 15:28:01.650087 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13643 2025.01.08 15:28:01.650145 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13644 2025.01.08 15:28:01.650913 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27344 rows, containing 5 columns (5 merged, 0 gathered) in 0.012054584 sec., 2268348.7045260128 rows/sec., 151.91 MiB/sec.
13645 2025.01.08 15:28:01.650998 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13646 2025.01.08 15:28:01.651256 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
13647 2025.01.08 15:28:01.651439 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13648 2025.01.08 15:28:01.651881 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00259 sec., 20077.220077220078 rows/sec., 1.24 MiB/sec.
13649 2025.01.08 15:28:01.651935 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13650 2025.01.08 15:28:01.652040 [ 267 ] {3799f0bb-c55d-4adf-9f48-928c4945c8ee} <Debug> TCPHandler: Processed in 0.002972323 sec.
13651 2025.01.08 15:28:01.652128 [ 195 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
13652 2025.01.08 15:28:01.652237 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
13653 2025.01.08 15:28:05.582824 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
13654 2025.01.08 15:28:05.582900 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
13655 2025.01.08 15:28:05.767111 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256
13656 2025.01.08 15:28:05.767779 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13657 2025.01.08 15:28:05.767826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13658 2025.01.08 15:28:05.768362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13659 2025.01.08 15:28:05.768624 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13660 2025.01.08 15:28:05.768795 [ 115 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13661 2025.01.08 15:28:05.768830 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
13662 2025.01.08 15:28:05.768850 [ 115 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13663 2025.01.08 15:28:05.768878 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13664 2025.01.08 15:28:05.769106 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
13665 2025.01.08 15:28:05.769585 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13666 2025.01.08 15:28:05.769691 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
13667 2025.01.08 15:28:05.769893 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part
13668 2025.01.08 15:28:05.769986 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part
13669 2025.01.08 15:28:05.770109 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part
13670 2025.01.08 15:28:05.770345 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part
13671 2025.01.08 15:28:05.770533 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part
13672 2025.01.08 15:28:05.773190 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004230261 sec., 7152277.365391876 rows/sec., 102.31 MiB/sec.
13673 2025.01.08 15:28:05.773504 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13674 2025.01.08 15:28:05.773812 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13675 2025.01.08 15:28:05.773897 [ 189 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_66_13} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13676 2025.01.08 15:28:05.773990 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB.
13677 2025.01.08 15:28:06.613633 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13678 2025.01.08 15:28:06.613854 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13679 2025.01.08 15:28:06.613937 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13680 2025.01.08 15:28:06.614813 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13681 2025.01.08 15:28:06.614866 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13682 2025.01.08 15:28:06.615313 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13683 2025.01.08 15:28:06.615575 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13684 2025.01.08 15:28:06.615809 [ 114 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13685 2025.01.08 15:28:06.615827 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002025 sec., 23703.703703703704 rows/sec., 1.96 MiB/sec.
13686 2025.01.08 15:28:06.615902 [ 114 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13687 2025.01.08 15:28:06.615989 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13688 2025.01.08 15:28:06.615997 [ 267 ] {280a761d-dbe7-4870-9c48-afad3ffcab52} <Debug> TCPHandler: Processed in 0.002508016 sec.
13689 2025.01.08 15:28:06.616327 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13690 2025.01.08 15:28:06.616345 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13691 2025.01.08 15:28:06.616823 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13692 2025.01.08 15:28:06.616945 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13693 2025.01.08 15:28:06.616994 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13694 2025.01.08 15:28:06.617104 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1405 rows starting from the beginning of the part
13695 2025.01.08 15:28:06.617675 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 48 rows starting from the beginning of the part
13696 2025.01.08 15:28:06.618142 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 235 rows starting from the beginning of the part
13697 2025.01.08 15:28:06.618860 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 50 rows starting from the beginning of the part
13698 2025.01.08 15:28:06.619278 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 235 rows starting from the beginning of the part
13699 2025.01.08 15:28:06.619750 [ 187 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 48 rows starting from the beginning of the part
13700 2025.01.08 15:28:06.620912 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13701 2025.01.08 15:28:06.620972 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13702 2025.01.08 15:28:06.622000 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13703 2025.01.08 15:28:06.622337 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13704 2025.01.08 15:28:06.622927 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2021 rows, containing 5 columns (5 merged, 0 gathered) in 0.006803638 sec., 297046.9622281491 rows/sec., 26.33 MiB/sec.
13705 2025.01.08 15:28:06.623022 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.006341 sec., 1734.7421542343477 rows/sec., 130.44 KiB/sec.
13706 2025.01.08 15:28:06.623308 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13707 2025.01.08 15:28:06.623375 [ 272 ] {bd39bd36-48e5-4956-9424-305912e4ace8} <Debug> TCPHandler: Processed in 0.007219244 sec.
13708 2025.01.08 15:28:06.623850 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13709 2025.01.08 15:28:06.624200 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13710 2025.01.08 15:28:06.624214 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13711 2025.01.08 15:28:06.624350 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13712 2025.01.08 15:28:06.624414 [ 191 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_111_22} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13713 2025.01.08 15:28:06.624602 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
13714 2025.01.08 15:28:06.625167 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13715 2025.01.08 15:28:06.625216 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13716 2025.01.08 15:28:06.625597 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13717 2025.01.08 15:28:06.625841 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13718 2025.01.08 15:28:06.626034 [ 114 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13719 2025.01.08 15:28:06.626073 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.00193 sec., 20207.253886010363 rows/sec., 1.58 MiB/sec.
13720 2025.01.08 15:28:06.626099 [ 114 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13721 2025.01.08 15:28:06.626165 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13722 2025.01.08 15:28:06.626205 [ 267 ] {252ebd2b-90cf-40e7-a12e-1a0db476e819} <Debug> TCPHandler: Processed in 0.002654598 sec.
13723 2025.01.08 15:28:06.626405 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13724 2025.01.08 15:28:06.626452 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13725 2025.01.08 15:28:06.626550 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13726 2025.01.08 15:28:06.626632 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 876 rows starting from the beginning of the part
13727 2025.01.08 15:28:06.626744 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13728 2025.01.08 15:28:06.626934 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 39 rows starting from the beginning of the part
13729 2025.01.08 15:28:06.626963 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13730 2025.01.08 15:28:06.627372 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 377 rows starting from the beginning of the part
13731 2025.01.08 15:28:06.627736 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 43 rows starting from the beginning of the part
13732 2025.01.08 15:28:06.628162 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 377 rows starting from the beginning of the part
13733 2025.01.08 15:28:06.628463 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 39 rows starting from the beginning of the part
13734 2025.01.08 15:28:06.629650 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13735 2025.01.08 15:28:06.629723 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13736 2025.01.08 15:28:06.630916 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13737 2025.01.08 15:28:06.631414 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13738 2025.01.08 15:28:06.631609 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1751 rows, containing 5 columns (5 merged, 0 gathered) in 0.005332857 sec., 328341.8250292479 rows/sec., 24.93 MiB/sec.
13739 2025.01.08 15:28:06.631854 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00521 sec., 19193.857965451054 rows/sec., 1.33 MiB/sec.
13740 2025.01.08 15:28:06.631948 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13741 2025.01.08 15:28:06.632007 [ 272 ] {6603d292-3003-4aff-a225-a0a28a52666a} <Debug> TCPHandler: Processed in 0.005676632 sec.
13742 2025.01.08 15:28:06.632202 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13743 2025.01.08 15:28:06.632344 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13744 2025.01.08 15:28:06.632409 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13745 2025.01.08 15:28:06.632457 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13746 2025.01.08 15:28:06.632571 [ 193 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_111_22} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13747 2025.01.08 15:28:06.632704 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
13748 2025.01.08 15:28:06.633751 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13749 2025.01.08 15:28:06.633793 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13750 2025.01.08 15:28:06.634450 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13751 2025.01.08 15:28:06.634708 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13752 2025.01.08 15:28:06.634961 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002652 sec., 4147.812971342383 rows/sec., 7.43 MiB/sec.
13753 2025.01.08 15:28:06.635067 [ 267 ] {3b85b88c-e99a-4ff9-96bf-7036554a6807} <Debug> TCPHandler: Processed in 0.002927902 sec.
13754 2025.01.08 15:28:06.635234 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13755 2025.01.08 15:28:06.635383 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13756 2025.01.08 15:28:06.635446 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13757 2025.01.08 15:28:06.635975 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13758 2025.01.08 15:28:06.636013 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13759 2025.01.08 15:28:06.636395 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13760 2025.01.08 15:28:06.636643 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13761 2025.01.08 15:28:06.636778 [ 114 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13762 2025.01.08 15:28:06.636819 [ 114 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13763 2025.01.08 15:28:06.636828 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001479 sec., 20283.975659229207 rows/sec., 1.39 MiB/sec.
13764 2025.01.08 15:28:06.636846 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13765 2025.01.08 15:28:06.636939 [ 272 ] {26a897b6-72f4-4434-a287-649d04064635} <Debug> TCPHandler: Processed in 0.001767006 sec.
13766 2025.01.08 15:28:06.637099 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13767 2025.01.08 15:28:06.637277 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13768 2025.01.08 15:28:06.637326 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 3714 rows starting from the beginning of the part
13769 2025.01.08 15:28:06.637568 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 30 rows starting from the beginning of the part
13770 2025.01.08 15:28:06.637948 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 52 rows starting from the beginning of the part
13771 2025.01.08 15:28:06.638352 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 30 rows starting from the beginning of the part
13772 2025.01.08 15:28:06.638758 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 52 rows starting from the beginning of the part
13773 2025.01.08 15:28:06.638904 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 30 rows starting from the beginning of the part
13774 2025.01.08 15:28:06.640383 [ 200 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3908 rows, containing 4 columns (4 merged, 0 gathered) in 0.003433489 sec., 1138200.8213802346 rows/sec., 73.28 MiB/sec.
13775 2025.01.08 15:28:06.640661 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13776 2025.01.08 15:28:06.640936 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13777 2025.01.08 15:28:06.641014 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_111_22} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13778 2025.01.08 15:28:06.641083 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
13779 2025.01.08 15:28:06.882150 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13780 2025.01.08 15:28:06.882332 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13781 2025.01.08 15:28:06.882411 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13782 2025.01.08 15:28:06.883117 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13783 2025.01.08 15:28:06.883172 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13784 2025.01.08 15:28:06.883602 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13785 2025.01.08 15:28:06.883868 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13786 2025.01.08 15:28:06.884099 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 557.11 KiB/sec.
13787 2025.01.08 15:28:06.884161 [ 267 ] {d7538975-9f6b-4e52-952c-dfdd12cc25d3} <Debug> TCPHandler: Processed in 0.00211419 sec.
13788 2025.01.08 15:28:06.884425 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13789 2025.01.08 15:28:06.884635 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13790 2025.01.08 15:28:06.884709 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13791 2025.01.08 15:28:06.885462 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13792 2025.01.08 15:28:06.885503 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13793 2025.01.08 15:28:06.885946 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13794 2025.01.08 15:28:06.886203 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13795 2025.01.08 15:28:06.886444 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001856 sec., 4310.3448275862065 rows/sec., 351.48 KiB/sec.
13796 2025.01.08 15:28:06.886681 [ 272 ] {585a1677-210d-4f3a-823a-4b2f4ce59a2e} <Debug> TCPHandler: Processed in 0.002396714 sec.
13797 2025.01.08 15:28:06.886950 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13798 2025.01.08 15:28:06.887176 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13799 2025.01.08 15:28:06.887265 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13800 2025.01.08 15:28:06.888753 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13801 2025.01.08 15:28:06.888793 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13802 2025.01.08 15:28:06.889261 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13803 2025.01.08 15:28:06.889503 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13804 2025.01.08 15:28:06.889725 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002602 sec., 529976.9408147578 rows/sec., 44.23 MiB/sec.
13805 2025.01.08 15:28:06.889779 [ 267 ] {7ba4808d-a85a-4f9c-8988-7f1fad41bbcf} <Debug> TCPHandler: Processed in 0.002985083 sec.
13806 2025.01.08 15:28:06.890035 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13807 2025.01.08 15:28:06.890272 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13808 2025.01.08 15:28:06.890369 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13809 2025.01.08 15:28:06.891111 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13810 2025.01.08 15:28:06.891150 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13811 2025.01.08 15:28:06.891521 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13812 2025.01.08 15:28:06.891771 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13813 2025.01.08 15:28:06.891912 [ 114 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13814 2025.01.08 15:28:06.891964 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.001753 sec., 26240.730176839705 rows/sec., 1.86 MiB/sec.
13815 2025.01.08 15:28:06.891966 [ 114 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13816 2025.01.08 15:28:06.892021 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13817 2025.01.08 15:28:06.892046 [ 272 ] {99048db2-8484-423c-b885-e7bc39545918} <Debug> TCPHandler: Processed in 0.002120781 sec.
13818 2025.01.08 15:28:06.892269 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
13819 2025.01.08 15:28:06.892320 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13820 2025.01.08 15:28:06.892488 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13821 2025.01.08 15:28:06.892588 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 63 rows starting from the beginning of the part
13822 2025.01.08 15:28:06.892646 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13823 2025.01.08 15:28:06.892795 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13824 2025.01.08 15:28:06.892836 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 38 rows starting from the beginning of the part
13825 2025.01.08 15:28:06.893237 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 15 rows starting from the beginning of the part
13826 2025.01.08 15:28:06.893607 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 38 rows starting from the beginning of the part
13827 2025.01.08 15:28:06.893964 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 11 rows starting from the beginning of the part
13828 2025.01.08 15:28:06.894294 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 46 rows starting from the beginning of the part
13829 2025.01.08 15:28:06.895833 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13830 2025.01.08 15:28:06.895909 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13831 2025.01.08 15:28:06.896886 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13832 2025.01.08 15:28:06.897215 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005086153 sec., 41485.18536504899 rows/sec., 3.12 MiB/sec.
13833 2025.01.08 15:28:06.897382 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13834 2025.01.08 15:28:06.897391 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13835 2025.01.08 15:28:06.897794 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005249 sec., 46104.01981329777 rows/sec., 3.12 MiB/sec.
13836 2025.01.08 15:28:06.897963 [ 267 ] {e5672cd9-b277-4a0d-a01b-209b50a1f872} <Debug> TCPHandler: Processed in 0.005802653 sec.
13837 2025.01.08 15:28:06.898036 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13838 2025.01.08 15:28:06.898175 [ 196 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_91_18} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13839 2025.01.08 15:28:06.898219 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13840 2025.01.08 15:28:06.898328 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13841 2025.01.08 15:28:06.898501 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13842 2025.01.08 15:28:06.898598 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13843 2025.01.08 15:28:06.899207 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13844 2025.01.08 15:28:06.899246 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13845 2025.01.08 15:28:06.899627 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13846 2025.01.08 15:28:06.899876 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13847 2025.01.08 15:28:06.900097 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec.
13848 2025.01.08 15:28:06.900152 [ 272 ] {c0402d22-57a8-4af7-8814-46f26a25d49a} <Debug> TCPHandler: Processed in 0.002072859 sec.
13849 2025.01.08 15:28:06.900298 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13850 2025.01.08 15:28:06.900419 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13851 2025.01.08 15:28:06.900466 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13852 2025.01.08 15:28:06.901358 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13853 2025.01.08 15:28:06.901397 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13854 2025.01.08 15:28:06.901810 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13855 2025.01.08 15:28:06.902059 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13856 2025.01.08 15:28:06.902256 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.001858 sec., 452637.2443487621 rows/sec., 32.71 MiB/sec.
13857 2025.01.08 15:28:06.902330 [ 267 ] {15b80358-7cce-4bad-94e4-1bef81c99ee6} <Debug> TCPHandler: Processed in 0.00209224 sec.
13858 2025.01.08 15:28:06.902589 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13859 2025.01.08 15:28:06.902807 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13860 2025.01.08 15:28:06.902869 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13861 2025.01.08 15:28:06.903447 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13862 2025.01.08 15:28:06.903494 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13863 2025.01.08 15:28:06.903897 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13864 2025.01.08 15:28:06.904140 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13865 2025.01.08 15:28:06.904388 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec.
13866 2025.01.08 15:28:06.904557 [ 272 ] {55d56112-15cf-4e48-a05d-ed0e2e9359b9} <Debug> TCPHandler: Processed in 0.002120071 sec.
13867 2025.01.08 15:28:06.904779 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13868 2025.01.08 15:28:06.904931 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13869 2025.01.08 15:28:06.904991 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13870 2025.01.08 15:28:06.905831 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13871 2025.01.08 15:28:06.905869 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13872 2025.01.08 15:28:06.906307 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13873 2025.01.08 15:28:06.906548 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13874 2025.01.08 15:28:06.906735 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.001834 sec., 516357.68811341334 rows/sec., 34.29 MiB/sec.
13875 2025.01.08 15:28:06.906786 [ 267 ] {06f7e5d9-6142-443e-8b64-a4c50679778b} <Debug> TCPHandler: Processed in 0.002127631 sec.
13876 2025.01.08 15:28:06.906943 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13877 2025.01.08 15:28:06.907084 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13878 2025.01.08 15:28:06.907175 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13879 2025.01.08 15:28:06.907714 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13880 2025.01.08 15:28:06.907754 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13881 2025.01.08 15:28:06.908117 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13882 2025.01.08 15:28:06.908364 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13883 2025.01.08 15:28:06.908622 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001559 sec., 641.4368184733803 rows/sec., 43.22 KiB/sec.
13884 2025.01.08 15:28:06.908716 [ 272 ] {48936abc-8ebe-4231-a286-61d8f0a0024b} <Debug> TCPHandler: Processed in 0.001839887 sec.
13885 2025.01.08 15:28:06.909016 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13886 2025.01.08 15:28:06.909242 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13887 2025.01.08 15:28:06.909382 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13888 2025.01.08 15:28:06.910614 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13889 2025.01.08 15:28:06.910654 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13890 2025.01.08 15:28:06.911307 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13891 2025.01.08 15:28:06.911566 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13892 2025.01.08 15:28:06.911714 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13893 2025.01.08 15:28:06.911765 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13894 2025.01.08 15:28:06.911782 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002593 sec., 11955.264172772851 rows/sec., 21.42 MiB/sec.
13895 2025.01.08 15:28:06.911795 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13896 2025.01.08 15:28:06.912161 [ 267 ] {2800846c-8283-472c-8514-87232483fc79} <Debug> TCPHandler: Processed in 0.003330788 sec.
13897 2025.01.08 15:28:06.912202 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
13898 2025.01.08 15:28:06.912388 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13899 2025.01.08 15:28:06.912729 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13900 2025.01.08 15:28:06.912840 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13901 2025.01.08 15:28:06.912843 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13902 2025.01.08 15:28:06.913055 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1776 rows starting from the beginning of the part
13903 2025.01.08 15:28:06.913920 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 31 rows starting from the beginning of the part
13904 2025.01.08 15:28:06.914643 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 11 rows starting from the beginning of the part
13905 2025.01.08 15:28:06.915090 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13906 2025.01.08 15:28:06.915217 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13907 2025.01.08 15:28:06.915422 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 31 rows starting from the beginning of the part
13908 2025.01.08 15:28:06.916101 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 11 rows starting from the beginning of the part
13909 2025.01.08 15:28:06.916709 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13910 2025.01.08 15:28:06.916720 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 31 rows starting from the beginning of the part
13911 2025.01.08 15:28:06.917528 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13912 2025.01.08 15:28:06.918043 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.005386 sec., 5198.663200891199 rows/sec., 299.53 KiB/sec.
13913 2025.01.08 15:28:06.918185 [ 272 ] {8c294fa9-ec10-40ba-b3a4-783947fc5c67} <Debug> TCPHandler: Processed in 0.005924335 sec.
13914 2025.01.08 15:28:06.927199 [ 200 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1891 rows, containing 19 columns (19 merged, 0 gathered) in 0.01528103 sec., 123748.20283711243 rows/sec., 221.75 MiB/sec.
13915 2025.01.08 15:28:06.928907 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13916 2025.01.08 15:28:06.929349 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13917 2025.01.08 15:28:06.929444 [ 198 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13918 2025.01.08 15:28:06.929605 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.34 MiB.
13919 2025.01.08 15:28:07.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.18 MiB, peak 277.47 MiB, free memory in arenas 0.00 B, will set to 263.73 MiB (RSS), difference: 3.54 MiB
13920 2025.01.08 15:28:07.899643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13921 2025.01.08 15:28:07.924139 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13922 2025.01.08 15:28:07.924196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13923 2025.01.08 15:28:07.931678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13924 2025.01.08 15:28:07.932474 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13925 2025.01.08 15:28:07.932807 [ 112 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13926 2025.01.08 15:28:07.932879 [ 112 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13927 2025.01.08 15:28:07.932920 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13928 2025.01.08 15:28:07.933547 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
13929 2025.01.08 15:28:07.947994 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13930 2025.01.08 15:28:07.949751 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13931 2025.01.08 15:28:07.951060 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
13932 2025.01.08 15:28:07.956393 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
13933 2025.01.08 15:28:07.961864 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
13934 2025.01.08 15:28:07.969585 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
13935 2025.01.08 15:28:07.975254 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
13936 2025.01.08 15:28:07.979757 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
13937 2025.01.08 15:28:08.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.22 MiB, peak 277.47 MiB, free memory in arenas 0.00 B, will set to 263.73 MiB (RSS), difference: -10.49 MiB
13938 2025.01.08 15:28:08.042240 [ 201 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.109167453 sec., 4561.799202185289 rows/sec., 23.59 MiB/sec.
13939 2025.01.08 15:28:08.045678 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13940 2025.01.08 15:28:08.048766 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13941 2025.01.08 15:28:08.048884 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_66_13} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13942 2025.01.08 15:28:08.051529 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
13943 2025.01.08 15:28:09.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.32 MiB, peak 277.47 MiB, free memory in arenas 0.00 B, will set to 263.73 MiB (RSS), difference: 9.40 MiB
13944 2025.01.08 15:28:10.943811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1970
13945 2025.01.08 15:28:10.947500 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13946 2025.01.08 15:28:10.947557 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13947 2025.01.08 15:28:10.949059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13948 2025.01.08 15:28:10.949378 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13949 2025.01.08 15:28:10.950442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1970
13950 2025.01.08 15:28:11.611477 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13951 2025.01.08 15:28:11.611815 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13952 2025.01.08 15:28:11.611915 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13953 2025.01.08 15:28:11.612667 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13954 2025.01.08 15:28:11.612722 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13955 2025.01.08 15:28:11.613176 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13956 2025.01.08 15:28:11.613439 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13957 2025.01.08 15:28:11.613682 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00197 sec., 13197.969543147208 rows/sec., 1004.82 KiB/sec.
13958 2025.01.08 15:28:11.613752 [ 267 ] {318ae0ff-0860-4403-9a7b-91a56d4e89f5} <Debug> TCPHandler: Processed in 0.002469505 sec.
13959 2025.01.08 15:28:11.614076 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13960 2025.01.08 15:28:11.614394 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13961 2025.01.08 15:28:11.614517 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13962 2025.01.08 15:28:11.615394 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13963 2025.01.08 15:28:11.615448 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13964 2025.01.08 15:28:11.615916 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13965 2025.01.08 15:28:11.616185 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13966 2025.01.08 15:28:11.616437 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00213 sec., 13145.539906103286 rows/sec., 1.03 MiB/sec.
13967 2025.01.08 15:28:11.616524 [ 272 ] {7528ea11-4b2e-4ebe-9577-324f3a9e4d2d} <Debug> TCPHandler: Processed in 0.002655138 sec.
13968 2025.01.08 15:28:11.616794 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13969 2025.01.08 15:28:11.617088 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13970 2025.01.08 15:28:11.617193 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13971 2025.01.08 15:28:11.618000 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13972 2025.01.08 15:28:11.618043 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13973 2025.01.08 15:28:11.618448 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13974 2025.01.08 15:28:11.618692 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13975 2025.01.08 15:28:11.618915 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001889 sec., 42350.449973530966 rows/sec., 2.94 MiB/sec.
13976 2025.01.08 15:28:11.618975 [ 267 ] {ae6397d8-6193-4d55-a8cc-6617ef85f728} <Debug> TCPHandler: Processed in 0.002359374 sec.
13977 2025.01.08 15:28:11.619179 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13978 2025.01.08 15:28:11.619416 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13979 2025.01.08 15:28:11.619517 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13980 2025.01.08 15:28:11.620143 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13981 2025.01.08 15:28:11.620184 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13982 2025.01.08 15:28:11.620578 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13983 2025.01.08 15:28:11.620824 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13984 2025.01.08 15:28:11.621060 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.0017 sec., 14117.64705882353 rows/sec., 990.35 KiB/sec.
13985 2025.01.08 15:28:11.621139 [ 272 ] {b24a8b2f-5f3f-457d-9210-3e64b425c757} <Debug> TCPHandler: Processed in 0.0020763 sec.
13986 2025.01.08 15:28:13.268976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744
13987 2025.01.08 15:28:13.269657 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13988 2025.01.08 15:28:13.269704 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13989 2025.01.08 15:28:13.270220 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13990 2025.01.08 15:28:13.270468 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13991 2025.01.08 15:28:13.270716 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
13992 2025.01.08 15:28:15.448100 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13993 2025.01.08 15:28:15.468192 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13994 2025.01.08 15:28:15.468249 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13995 2025.01.08 15:28:15.475190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13996 2025.01.08 15:28:15.475973 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13997 2025.01.08 15:28:15.479949 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13998 2025.01.08 15:28:16.614044 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13999 2025.01.08 15:28:16.614352 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14000 2025.01.08 15:28:16.614464 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14001 2025.01.08 15:28:16.615383 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14002 2025.01.08 15:28:16.615434 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14003 2025.01.08 15:28:16.615871 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14004 2025.01.08 15:28:16.616139 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14005 2025.01.08 15:28:16.616389 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002116 sec., 22684.310018903594 rows/sec., 1.88 MiB/sec.
14006 2025.01.08 15:28:16.616447 [ 267 ] {b59458a1-d347-4ea8-84b2-44705098a105} <Debug> TCPHandler: Processed in 0.002577137 sec.
14007 2025.01.08 15:28:16.616743 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14008 2025.01.08 15:28:16.616993 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14009 2025.01.08 15:28:16.617069 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14010 2025.01.08 15:28:16.617832 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14011 2025.01.08 15:28:16.617875 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14012 2025.01.08 15:28:16.618301 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
14013 2025.01.08 15:28:16.618548 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14014 2025.01.08 15:28:16.618820 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001875 sec., 5866.666666666667 rows/sec., 441.15 KiB/sec.
14015 2025.01.08 15:28:16.618901 [ 272 ] {28943e68-b0fb-4894-909f-25703118ed08} <Debug> TCPHandler: Processed in 0.002341813 sec.
14016 2025.01.08 15:28:16.619208 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14017 2025.01.08 15:28:16.619451 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14018 2025.01.08 15:28:16.619537 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14019 2025.01.08 15:28:16.620298 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14020 2025.01.08 15:28:16.620339 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14021 2025.01.08 15:28:16.620703 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14022 2025.01.08 15:28:16.620940 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14023 2025.01.08 15:28:16.621172 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001767 sec., 22071.30730050934 rows/sec., 1.72 MiB/sec.
14024 2025.01.08 15:28:16.621259 [ 267 ] {cd2d7e3b-4c7b-476b-8270-e2f0c67df0c3} <Debug> TCPHandler: Processed in 0.002268942 sec.
14025 2025.01.08 15:28:16.621437 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14026 2025.01.08 15:28:16.621607 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14027 2025.01.08 15:28:16.621675 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14028 2025.01.08 15:28:16.622276 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14029 2025.01.08 15:28:16.622315 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14030 2025.01.08 15:28:16.622708 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14031 2025.01.08 15:28:16.622959 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14032 2025.01.08 15:28:16.623171 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001603 sec., 62383.03181534622 rows/sec., 4.33 MiB/sec.
14033 2025.01.08 15:28:16.623226 [ 272 ] {dec67f46-70ed-456e-ba16-4c6b1085196c} <Debug> TCPHandler: Processed in 0.001883808 sec.
14034 2025.01.08 15:28:16.623447 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14035 2025.01.08 15:28:16.623659 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14036 2025.01.08 15:28:16.623792 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14037 2025.01.08 15:28:16.624981 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14038 2025.01.08 15:28:16.625022 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14039 2025.01.08 15:28:16.625666 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
14040 2025.01.08 15:28:16.625939 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14041 2025.01.08 15:28:16.626179 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00257 sec., 4280.155642023346 rows/sec., 7.67 MiB/sec.
14042 2025.01.08 15:28:16.626276 [ 267 ] {d06b3c0b-75a9-441e-bbc2-71c46e8b363a} <Debug> TCPHandler: Processed in 0.002929932 sec.
14043 2025.01.08 15:28:16.626470 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14044 2025.01.08 15:28:16.626687 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14045 2025.01.08 15:28:16.626774 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14046 2025.01.08 15:28:16.627311 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14047 2025.01.08 15:28:16.627350 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14048 2025.01.08 15:28:16.627719 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14049 2025.01.08 15:28:16.627954 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14050 2025.01.08 15:28:16.628173 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001535 sec., 19543.97394136808 rows/sec., 1.34 MiB/sec.
14051 2025.01.08 15:28:16.628224 [ 272 ] {1ffb8dc8-8750-4bf3-82d4-8e485ad3ef60} <Debug> TCPHandler: Processed in 0.001856536 sec.
14052 2025.01.08 15:28:20.582962 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
14053 2025.01.08 15:28:20.583013 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
14054 2025.01.08 15:28:20.770863 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171
14055 2025.01.08 15:28:20.771482 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14056 2025.01.08 15:28:20.771521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14057 2025.01.08 15:28:20.772030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14058 2025.01.08 15:28:20.772270 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14059 2025.01.08 15:28:20.772454 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
14060 2025.01.08 15:28:20.950750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1990
14061 2025.01.08 15:28:20.953618 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14062 2025.01.08 15:28:20.953677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14063 2025.01.08 15:28:20.955162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14064 2025.01.08 15:28:20.955481 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14065 2025.01.08 15:28:20.956072 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1990
14066 2025.01.08 15:28:21.618124 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14067 2025.01.08 15:28:21.618430 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14068 2025.01.08 15:28:21.618546 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14069 2025.01.08 15:28:21.619488 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14070 2025.01.08 15:28:21.619541 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14071 2025.01.08 15:28:21.619983 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14072 2025.01.08 15:28:21.620250 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14073 2025.01.08 15:28:21.620457 [ 94 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14074 2025.01.08 15:28:21.620521 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002172 sec., 6445.672191528545 rows/sec., 464.00 KiB/sec.
14075 2025.01.08 15:28:21.620549 [ 94 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14076 2025.01.08 15:28:21.620627 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14077 2025.01.08 15:28:21.620662 [ 267 ] {1b30cc47-1cce-4c53-90eb-a9378cf4ca87} <Debug> TCPHandler: Processed in 0.002721459 sec.
14078 2025.01.08 15:28:21.620953 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14079 2025.01.08 15:28:21.620973 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14080 2025.01.08 15:28:21.621214 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14081 2025.01.08 15:28:21.621242 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14082 2025.01.08 15:28:21.621257 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part
14083 2025.01.08 15:28:21.621325 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14084 2025.01.08 15:28:21.621411 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
14085 2025.01.08 15:28:21.621874 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14086 2025.01.08 15:28:21.622245 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
14087 2025.01.08 15:28:21.622604 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
14088 2025.01.08 15:28:21.623915 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14089 2025.01.08 15:28:21.623961 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14090 2025.01.08 15:28:21.624383 [ 201 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003655653 sec., 19148.42573953272 rows/sec., 1.42 MiB/sec.
14091 2025.01.08 15:28:21.624648 [ 201 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14092 2025.01.08 15:28:21.624735 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14093 2025.01.08 15:28:21.625237 [ 201 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14094 2025.01.08 15:28:21.625267 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14095 2025.01.08 15:28:21.625404 [ 201 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_49_12} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14096 2025.01.08 15:28:21.625637 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14097 2025.01.08 15:28:21.625719 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.00455 sec., 51648.35164835164 rows/sec., 4.60 MiB/sec.
14098 2025.01.08 15:28:21.625794 [ 272 ] {2f29ea33-97fd-4d99-a74d-d60ae2c1fa96} <Debug> TCPHandler: Processed in 0.005018432 sec.
14099 2025.01.08 15:28:21.625990 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14100 2025.01.08 15:28:21.626142 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14101 2025.01.08 15:28:21.626206 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14102 2025.01.08 15:28:21.626935 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14103 2025.01.08 15:28:21.626985 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14104 2025.01.08 15:28:21.627357 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
14105 2025.01.08 15:28:21.627599 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14106 2025.01.08 15:28:21.627812 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001707 sec., 22261.277094317516 rows/sec., 1.59 MiB/sec.
14107 2025.01.08 15:28:21.627869 [ 267 ] {f631ca1d-2590-462a-800a-1c47b3b419c5} <Debug> TCPHandler: Processed in 0.001944548 sec.
14108 2025.01.08 15:28:21.628017 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14109 2025.01.08 15:28:21.628163 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14110 2025.01.08 15:28:21.628224 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14111 2025.01.08 15:28:21.628941 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14112 2025.01.08 15:28:21.628987 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14113 2025.01.08 15:28:21.629361 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14114 2025.01.08 15:28:21.629631 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14115 2025.01.08 15:28:21.629858 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec.
14116 2025.01.08 15:28:21.629932 [ 272 ] {abf87a69-6dba-4f04-83c3-94d36c1ee6d0} <Debug> TCPHandler: Processed in 0.001977929 sec.
14117 2025.01.08 15:28:21.630202 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14118 2025.01.08 15:28:21.630356 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14119 2025.01.08 15:28:21.630415 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14120 2025.01.08 15:28:21.631099 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14121 2025.01.08 15:28:21.631139 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14122 2025.01.08 15:28:21.631491 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14123 2025.01.08 15:28:21.631725 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14124 2025.01.08 15:28:21.631885 [ 94 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14125 2025.01.08 15:28:21.631946 [ 94 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14126 2025.01.08 15:28:21.631983 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14127 2025.01.08 15:28:21.632002 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec.
14128 2025.01.08 15:28:21.632199 [ 267 ] {a1bf50d2-0ad3-461e-8920-45179d7d6ec9} <Debug> TCPHandler: Processed in 0.002147871 sec.
14129 2025.01.08 15:28:21.632272 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14130 2025.01.08 15:28:21.632406 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14131 2025.01.08 15:28:21.632489 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14132 2025.01.08 15:28:21.632574 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part
14133 2025.01.08 15:28:21.632611 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14134 2025.01.08 15:28:21.632775 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14135 2025.01.08 15:28:21.632825 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
14136 2025.01.08 15:28:21.633136 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
14137 2025.01.08 15:28:21.633425 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
14138 2025.01.08 15:28:21.633754 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
14139 2025.01.08 15:28:21.636033 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14140 2025.01.08 15:28:21.636105 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14141 2025.01.08 15:28:21.636535 [ 195 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004445094 sec., 14622.862868591756 rows/sec., 968.85 KiB/sec.
14142 2025.01.08 15:28:21.636804 [ 192 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14143 2025.01.08 15:28:21.636926 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14144 2025.01.08 15:28:21.637392 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14145 2025.01.08 15:28:21.637402 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14146 2025.01.08 15:28:21.637638 [ 189 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_49_12} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14147 2025.01.08 15:28:21.637798 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.005235 sec., 72015.2817574021 rows/sec., 5.09 MiB/sec.
14148 2025.01.08 15:28:21.637838 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
14149 2025.01.08 15:28:21.637954 [ 272 ] {93cc1ba5-9cdc-4bf7-9659-e96324446c6c} <Debug> TCPHandler: Processed in 0.00561606 sec.
14150 2025.01.08 15:28:21.638125 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14151 2025.01.08 15:28:21.638268 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14152 2025.01.08 15:28:21.638330 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14153 2025.01.08 15:28:21.638915 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14154 2025.01.08 15:28:21.638963 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14155 2025.01.08 15:28:21.639341 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14156 2025.01.08 15:28:21.639590 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14157 2025.01.08 15:28:21.639848 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec.
14158 2025.01.08 15:28:21.640032 [ 267 ] {941b9510-cd8c-4cee-9f1b-6ab318c2822c} <Debug> TCPHandler: Processed in 0.001973878 sec.
14159 2025.01.08 15:28:21.640242 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14160 2025.01.08 15:28:21.640391 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14161 2025.01.08 15:28:21.640453 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14162 2025.01.08 15:28:21.641101 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14163 2025.01.08 15:28:21.641138 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14164 2025.01.08 15:28:21.641534 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14165 2025.01.08 15:28:21.641776 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14166 2025.01.08 15:28:21.641912 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0
14167 2025.01.08 15:28:21.641940 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14168 2025.01.08 15:28:21.641960 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001599 sec., 110694.18386491557 rows/sec., 7.30 MiB/sec.
14169 2025.01.08 15:28:21.641964 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14170 2025.01.08 15:28:21.642065 [ 272 ] {d7919e2e-b603-4c33-8f36-8cc5db77890d} <Debug> TCPHandler: Processed in 0.001940487 sec.
14171 2025.01.08 15:28:21.642208 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full
14172 2025.01.08 15:28:21.642366 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14173 2025.01.08 15:28:21.642410 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14174 2025.01.08 15:28:21.642460 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 27344 rows starting from the beginning of the part
14175 2025.01.08 15:28:21.642639 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14176 2025.01.08 15:28:21.642783 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 100 rows starting from the beginning of the part
14177 2025.01.08 15:28:21.642830 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14178 2025.01.08 15:28:21.643160 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 947 rows starting from the beginning of the part
14179 2025.01.08 15:28:21.643543 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 80 rows starting from the beginning of the part
14180 2025.01.08 15:28:21.643911 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 100 rows starting from the beginning of the part
14181 2025.01.08 15:28:21.644233 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 177 rows starting from the beginning of the part
14182 2025.01.08 15:28:21.645235 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14183 2025.01.08 15:28:21.645312 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14184 2025.01.08 15:28:21.645882 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14185 2025.01.08 15:28:21.646152 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14186 2025.01.08 15:28:21.646630 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004095 sec., 244.2002442002442 rows/sec., 16.45 KiB/sec.
14187 2025.01.08 15:28:21.646809 [ 267 ] {0f113e05-3163-49b0-8c22-b12e26343c55} <Debug> TCPHandler: Processed in 0.004536196 sec.
14188 2025.01.08 15:28:21.647033 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14189 2025.01.08 15:28:21.647304 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14190 2025.01.08 15:28:21.647444 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14191 2025.01.08 15:28:21.649130 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14192 2025.01.08 15:28:21.649169 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14193 2025.01.08 15:28:21.650016 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
14194 2025.01.08 15:28:21.650445 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14195 2025.01.08 15:28:21.650663 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003459 sec., 8962.127782596126 rows/sec., 16.06 MiB/sec.
14196 2025.01.08 15:28:21.650853 [ 272 ] {5677100c-2881-4cd2-87c8-d7b0f29457ae} <Debug> TCPHandler: Processed in 0.003942337 sec.
14197 2025.01.08 15:28:21.651038 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14198 2025.01.08 15:28:21.651183 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14199 2025.01.08 15:28:21.651245 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14200 2025.01.08 15:28:21.652070 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14201 2025.01.08 15:28:21.652123 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14202 2025.01.08 15:28:21.652631 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28748 rows, containing 5 columns (5 merged, 0 gathered) in 0.010552072 sec., 2724393.8441663403 rows/sec., 182.44 MiB/sec.
14203 2025.01.08 15:28:21.652906 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14204 2025.01.08 15:28:21.653004 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary)
14205 2025.01.08 15:28:21.653332 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14206 2025.01.08 15:28:21.653620 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14207 2025.01.08 15:28:21.653872 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.002704 sec., 19230.76923076923 rows/sec., 1.19 MiB/sec.
14208 2025.01.08 15:28:21.653894 [ 192 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23
14209 2025.01.08 15:28:21.654177 [ 267 ] {12be5532-60f3-4edb-93ca-cdf37fa378b6} <Debug> TCPHandler: Processed in 0.003220026 sec.
14210 2025.01.08 15:28:21.654206 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
14211 2025.01.08 15:28:22.980040 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
14212 2025.01.08 15:28:23.001066 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14213 2025.01.08 15:28:23.001130 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14214 2025.01.08 15:28:23.008628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14215 2025.01.08 15:28:23.009421 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14216 2025.01.08 15:28:23.012508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
14217 2025.01.08 15:28:26.613316 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14218 2025.01.08 15:28:26.613548 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14219 2025.01.08 15:28:26.613631 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14220 2025.01.08 15:28:26.614484 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14221 2025.01.08 15:28:26.614527 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14222 2025.01.08 15:28:26.614988 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14223 2025.01.08 15:28:26.615245 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14224 2025.01.08 15:28:26.615411 [ 89 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14225 2025.01.08 15:28:26.615467 [ 89 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14226 2025.01.08 15:28:26.615468 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001978 sec., 24266.936299292214 rows/sec., 2.01 MiB/sec.
14227 2025.01.08 15:28:26.615497 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14228 2025.01.08 15:28:26.615593 [ 267 ] {5d0d59a2-69e3-46b2-8259-141cc51d0886} <Debug> TCPHandler: Processed in 0.002469805 sec.
14229 2025.01.08 15:28:26.615888 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14230 2025.01.08 15:28:26.616126 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14231 2025.01.08 15:28:26.616414 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14232 2025.01.08 15:28:26.616533 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1405 rows starting from the beginning of the part
14233 2025.01.08 15:28:26.616648 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14234 2025.01.08 15:28:26.616954 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1379 rows starting from the beginning of the part
14235 2025.01.08 15:28:26.616987 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14236 2025.01.08 15:28:26.617368 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 26 rows starting from the beginning of the part
14237 2025.01.08 15:28:26.617668 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 48 rows starting from the beginning of the part
14238 2025.01.08 15:28:26.618092 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 235 rows starting from the beginning of the part
14239 2025.01.08 15:28:26.618562 [ 195 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 48 rows starting from the beginning of the part
14240 2025.01.08 15:28:26.620752 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14241 2025.01.08 15:28:26.620825 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14242 2025.01.08 15:28:26.621812 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14243 2025.01.08 15:28:26.622194 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14244 2025.01.08 15:28:26.622469 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006851329 sec., 458451.1997599298 rows/sec., 40.19 MiB/sec.
14245 2025.01.08 15:28:26.622661 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.006203 sec., 1773.3354828308882 rows/sec., 133.35 KiB/sec.
14246 2025.01.08 15:28:26.622793 [ 272 ] {9139b674-fc6f-4213-a6c8-6078f648a2d7} <Debug> TCPHandler: Processed in 0.007025741 sec.
14247 2025.01.08 15:28:26.622870 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14248 2025.01.08 15:28:26.622966 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14249 2025.01.08 15:28:26.623100 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14250 2025.01.08 15:28:26.623165 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14251 2025.01.08 15:28:26.623279 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14252 2025.01.08 15:28:26.623390 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_116_23} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14253 2025.01.08 15:28:26.623528 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
14254 2025.01.08 15:28:26.623932 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14255 2025.01.08 15:28:26.623971 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14256 2025.01.08 15:28:26.624353 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14257 2025.01.08 15:28:26.624591 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14258 2025.01.08 15:28:26.624738 [ 89 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14259 2025.01.08 15:28:26.624785 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001718 sec., 22700.814901047732 rows/sec., 1.77 MiB/sec.
14260 2025.01.08 15:28:26.624789 [ 89 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14261 2025.01.08 15:28:26.624842 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14262 2025.01.08 15:28:26.624868 [ 267 ] {342679ef-d16a-4643-b093-da726611ed00} <Debug> TCPHandler: Processed in 0.001967919 sec.
14263 2025.01.08 15:28:26.625078 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14264 2025.01.08 15:28:26.625103 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14265 2025.01.08 15:28:26.625319 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14266 2025.01.08 15:28:26.625342 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14267 2025.01.08 15:28:26.625414 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 876 rows starting from the beginning of the part
14268 2025.01.08 15:28:26.625443 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14269 2025.01.08 15:28:26.625731 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 841 rows starting from the beginning of the part
14270 2025.01.08 15:28:26.626177 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 28 rows starting from the beginning of the part
14271 2025.01.08 15:28:26.626572 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 39 rows starting from the beginning of the part
14272 2025.01.08 15:28:26.626912 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 377 rows starting from the beginning of the part
14273 2025.01.08 15:28:26.627229 [ 191 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 39 rows starting from the beginning of the part
14274 2025.01.08 15:28:26.628400 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14275 2025.01.08 15:28:26.628465 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14276 2025.01.08 15:28:26.629541 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14277 2025.01.08 15:28:26.629980 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14278 2025.01.08 15:28:26.630132 [ 194 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005203035 sec., 422830.13664140255 rows/sec., 32.21 MiB/sec.
14279 2025.01.08 15:28:26.630393 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005166 sec., 19357.336430507163 rows/sec., 1.34 MiB/sec.
14280 2025.01.08 15:28:26.630476 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14281 2025.01.08 15:28:26.630575 [ 272 ] {b546138d-0297-494a-9ecd-1019d27c88d7} <Debug> TCPHandler: Processed in 0.005603261 sec.
14282 2025.01.08 15:28:26.630872 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14283 2025.01.08 15:28:26.631306 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14284 2025.01.08 15:28:26.631390 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14285 2025.01.08 15:28:26.631720 [ 198 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_116_23} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14286 2025.01.08 15:28:26.631829 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14287 2025.01.08 15:28:26.632009 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
14288 2025.01.08 15:28:26.634268 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14289 2025.01.08 15:28:26.634314 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14290 2025.01.08 15:28:26.634964 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14291 2025.01.08 15:28:26.635233 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14292 2025.01.08 15:28:26.635469 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004347 sec., 2530.4807913503564 rows/sec., 4.53 MiB/sec.
14293 2025.01.08 15:28:26.635676 [ 267 ] {26c8fcec-6114-476a-a2a4-fa0b3f612e0e} <Debug> TCPHandler: Processed in 0.004942662 sec.
14294 2025.01.08 15:28:26.636014 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14295 2025.01.08 15:28:26.636281 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14296 2025.01.08 15:28:26.636346 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14297 2025.01.08 15:28:26.636830 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14298 2025.01.08 15:28:26.636869 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14299 2025.01.08 15:28:26.637254 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14300 2025.01.08 15:28:26.637500 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14301 2025.01.08 15:28:26.637677 [ 89 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14302 2025.01.08 15:28:26.637735 [ 89 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14303 2025.01.08 15:28:26.637756 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001515 sec., 19801.980198019803 rows/sec., 1.36 MiB/sec.
14304 2025.01.08 15:28:26.637773 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14305 2025.01.08 15:28:26.637904 [ 272 ] {6b2cb426-eccd-4274-b01f-84a2a6010296} <Debug> TCPHandler: Processed in 0.00212609 sec.
14306 2025.01.08 15:28:26.637971 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14307 2025.01.08 15:28:26.638089 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14308 2025.01.08 15:28:26.638125 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 3908 rows starting from the beginning of the part
14309 2025.01.08 15:28:26.638242 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 28 rows starting from the beginning of the part
14310 2025.01.08 15:28:26.638446 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 24 rows starting from the beginning of the part
14311 2025.01.08 15:28:26.638633 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 30 rows starting from the beginning of the part
14312 2025.01.08 15:28:26.638777 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 52 rows starting from the beginning of the part
14313 2025.01.08 15:28:26.638990 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 30 rows starting from the beginning of the part
14314 2025.01.08 15:28:26.640614 [ 193 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4072 rows, containing 4 columns (4 merged, 0 gathered) in 0.002710599 sec., 1502250.9784737616 rows/sec., 96.72 MiB/sec.
14315 2025.01.08 15:28:26.640901 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14316 2025.01.08 15:28:26.641178 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14317 2025.01.08 15:28:26.641254 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_116_23} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14318 2025.01.08 15:28:26.641324 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
14319 2025.01.08 15:28:28.272598 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659
14320 2025.01.08 15:28:28.273356 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14321 2025.01.08 15:28:28.273399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14322 2025.01.08 15:28:28.273919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14323 2025.01.08 15:28:28.274167 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14324 2025.01.08 15:28:28.274418 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
14325 2025.01.08 15:28:30.512591 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
14326 2025.01.08 15:28:30.534272 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14327 2025.01.08 15:28:30.534331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14328 2025.01.08 15:28:30.541629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14329 2025.01.08 15:28:30.542406 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14330 2025.01.08 15:28:30.545239 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
14331 2025.01.08 15:28:30.956307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2024
14332 2025.01.08 15:28:30.959882 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14333 2025.01.08 15:28:30.959944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14334 2025.01.08 15:28:30.961502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14335 2025.01.08 15:28:30.961821 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14336 2025.01.08 15:28:30.962059 [ 83 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14337 2025.01.08 15:28:30.962181 [ 83 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14338 2025.01.08 15:28:30.962243 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14339 2025.01.08 15:28:30.962933 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
14340 2025.01.08 15:28:30.964525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2024
14341 2025.01.08 15:28:30.964912 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14342 2025.01.08 15:28:30.965109 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1856 rows starting from the beginning of the part
14343 2025.01.08 15:28:30.965835 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part
14344 2025.01.08 15:28:30.966369 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part
14345 2025.01.08 15:28:30.966878 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part
14346 2025.01.08 15:28:30.967385 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part
14347 2025.01.08 15:28:30.967858 [ 196 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part
14348 2025.01.08 15:28:30.976678 [ 193 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2024 rows, containing 72 columns (72 merged, 0 gathered) in 0.014258745 sec., 141947.97648741177 rows/sec., 106.84 MiB/sec.
14349 2025.01.08 15:28:30.978586 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14350 2025.01.08 15:28:30.979406 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14351 2025.01.08 15:28:30.979506 [ 199 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_51_10} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14352 2025.01.08 15:28:30.979828 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB.
14353 2025.01.08 15:28:31.618808 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14354 2025.01.08 15:28:31.619114 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14355 2025.01.08 15:28:31.619234 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14356 2025.01.08 15:28:31.620051 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14357 2025.01.08 15:28:31.620100 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14358 2025.01.08 15:28:31.620547 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14359 2025.01.08 15:28:31.620817 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14360 2025.01.08 15:28:31.621088 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002059 sec., 6799.417192812044 rows/sec., 489.47 KiB/sec.
14361 2025.01.08 15:28:31.621152 [ 267 ] {c223b796-71f7-465d-9243-b9a8b52d2a59} <Debug> TCPHandler: Processed in 0.002531027 sec.
14362 2025.01.08 15:28:31.621441 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14363 2025.01.08 15:28:31.621654 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14364 2025.01.08 15:28:31.621736 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14365 2025.01.08 15:28:31.622675 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14366 2025.01.08 15:28:31.622717 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14367 2025.01.08 15:28:31.623172 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14368 2025.01.08 15:28:31.623430 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14369 2025.01.08 15:28:31.623632 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002038 sec., 115309.12659470069 rows/sec., 10.28 MiB/sec.
14370 2025.01.08 15:28:31.623695 [ 272 ] {094f9a05-63e8-40be-a096-fcb6b4c0dc12} <Debug> TCPHandler: Processed in 0.002414784 sec.
14371 2025.01.08 15:28:31.623856 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14372 2025.01.08 15:28:31.624008 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14373 2025.01.08 15:28:31.624071 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14374 2025.01.08 15:28:31.624717 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14375 2025.01.08 15:28:31.624758 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14376 2025.01.08 15:28:31.625142 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14377 2025.01.08 15:28:31.625392 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14378 2025.01.08 15:28:31.625630 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001658 sec., 22919.179734620026 rows/sec., 1.64 MiB/sec.
14379 2025.01.08 15:28:31.625689 [ 267 ] {f924b5b4-adfd-40c2-9705-2b69d95e8d6a} <Debug> TCPHandler: Processed in 0.001900697 sec.
14380 2025.01.08 15:28:31.625902 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14381 2025.01.08 15:28:31.626134 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14382 2025.01.08 15:28:31.626228 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14383 2025.01.08 15:28:31.626871 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14384 2025.01.08 15:28:31.626909 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14385 2025.01.08 15:28:31.627275 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14386 2025.01.08 15:28:31.627515 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14387 2025.01.08 15:28:31.627646 [ 78 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0
14388 2025.01.08 15:28:31.627690 [ 78 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14389 2025.01.08 15:28:31.627710 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001633 sec., 8573.178199632579 rows/sec., 600.41 KiB/sec.
14390 2025.01.08 15:28:31.627715 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14391 2025.01.08 15:28:31.627794 [ 272 ] {3f36b682-29ba-477a-bc79-230af46dfa10} <Debug> TCPHandler: Processed in 0.002009368 sec.
14392 2025.01.08 15:28:31.628054 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full
14393 2025.01.08 15:28:31.628179 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14394 2025.01.08 15:28:31.628564 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14395 2025.01.08 15:28:31.628701 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 243 rows starting from the beginning of the part
14396 2025.01.08 15:28:31.628909 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14397 2025.01.08 15:28:31.629040 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14398 2025.01.08 15:28:31.629242 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14399 2025.01.08 15:28:31.629442 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
14400 2025.01.08 15:28:31.629861 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part
14401 2025.01.08 15:28:31.630199 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
14402 2025.01.08 15:28:31.630628 [ 186 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
14403 2025.01.08 15:28:31.632136 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14404 2025.01.08 15:28:31.632208 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14405 2025.01.08 15:28:31.633204 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14406 2025.01.08 15:28:31.633600 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005792033 sec., 93404.1639610824 rows/sec., 6.69 MiB/sec.
14407 2025.01.08 15:28:31.633710 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14408 2025.01.08 15:28:31.633969 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
14409 2025.01.08 15:28:31.634248 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005579 sec., 2330.166696540599 rows/sec., 145.29 KiB/sec.
14410 2025.01.08 15:28:31.634549 [ 267 ] {716561ac-79e1-478b-bfa9-7c876546f394} <Debug> TCPHandler: Processed in 0.006637156 sec.
14411 2025.01.08 15:28:31.634914 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14412 2025.01.08 15:28:31.635101 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14413 2025.01.08 15:28:31.635186 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14414 2025.01.08 15:28:31.635274 [ 199 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_51_11} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11
14415 2025.01.08 15:28:31.635293 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14416 2025.01.08 15:28:31.635474 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
14417 2025.01.08 15:28:31.636154 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14418 2025.01.08 15:28:31.636198 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14419 2025.01.08 15:28:31.636584 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14420 2025.01.08 15:28:31.636826 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14421 2025.01.08 15:28:31.637008 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001894 sec., 199049.6304118268 rows/sec., 14.07 MiB/sec.
14422 2025.01.08 15:28:31.637063 [ 272 ] {228147c2-b5f9-40f2-9cfa-36cc23829153} <Debug> TCPHandler: Processed in 0.002395294 sec.
14423 2025.01.08 15:28:31.637211 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14424 2025.01.08 15:28:31.637391 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14425 2025.01.08 15:28:31.637488 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14426 2025.01.08 15:28:31.638386 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14427 2025.01.08 15:28:31.638426 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14428 2025.01.08 15:28:31.638799 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14429 2025.01.08 15:28:31.639042 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14430 2025.01.08 15:28:31.639298 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001956 sec., 3067.4846625766872 rows/sec., 160.26 KiB/sec.
14431 2025.01.08 15:28:31.639408 [ 267 ] {e5b99c78-1fe0-4cd2-9a4b-85b922121eb5} <Debug> TCPHandler: Processed in 0.002259503 sec.
14432 2025.01.08 15:28:31.639739 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14433 2025.01.08 15:28:31.639967 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14434 2025.01.08 15:28:31.640063 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14435 2025.01.08 15:28:31.640772 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14436 2025.01.08 15:28:31.640810 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14437 2025.01.08 15:28:31.641203 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14438 2025.01.08 15:28:31.641450 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14439 2025.01.08 15:28:31.641627 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001717 sec., 103086.77926616192 rows/sec., 6.80 MiB/sec.
14440 2025.01.08 15:28:31.641682 [ 272 ] {33121c60-c84b-48ab-90c3-ae5d6644ec17} <Debug> TCPHandler: Processed in 0.002169091 sec.
14441 2025.01.08 15:28:31.641877 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14442 2025.01.08 15:28:31.642104 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14443 2025.01.08 15:28:31.642201 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14444 2025.01.08 15:28:31.642756 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14445 2025.01.08 15:28:31.642796 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14446 2025.01.08 15:28:31.643163 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14447 2025.01.08 15:28:31.643416 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14448 2025.01.08 15:28:31.643624 [ 78 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0
14449 2025.01.08 15:28:31.643677 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 41.62 KiB/sec.
14450 2025.01.08 15:28:31.643701 [ 78 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14451 2025.01.08 15:28:31.643800 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14452 2025.01.08 15:28:31.643808 [ 267 ] {202d0db6-2d1f-48ee-b435-f2843c8e8afa} <Debug> TCPHandler: Processed in 0.002039259 sec.
14453 2025.01.08 15:28:31.644153 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14454 2025.01.08 15:28:31.644211 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full
14455 2025.01.08 15:28:31.644452 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14456 2025.01.08 15:28:31.644576 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14457 2025.01.08 15:28:31.644639 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14458 2025.01.08 15:28:31.644653 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 47 rows starting from the beginning of the part
14459 2025.01.08 15:28:31.645234 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
14460 2025.01.08 15:28:31.645489 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
14461 2025.01.08 15:28:31.645805 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
14462 2025.01.08 15:28:31.646113 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
14463 2025.01.08 15:28:31.646415 [ 186 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
14464 2025.01.08 15:28:31.648566 [ 201 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.004592816 sec., 11322.029883191488 rows/sec., 761.21 KiB/sec.
14465 2025.01.08 15:28:31.648898 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14466 2025.01.08 15:28:31.648947 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14467 2025.01.08 15:28:31.648966 [ 201 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
14468 2025.01.08 15:28:31.649736 [ 201 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14469 2025.01.08 15:28:31.649881 [ 201 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_51_11} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11
14470 2025.01.08 15:28:31.650070 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14471 2025.01.08 15:28:31.650360 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14472 2025.01.08 15:28:31.650631 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14473 2025.01.08 15:28:31.650841 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006452 sec., 4804.711717296962 rows/sec., 8.61 MiB/sec.
14474 2025.01.08 15:28:31.650954 [ 272 ] {f5ced1aa-e09e-4cf1-884a-b1388ede9a47} <Debug> TCPHandler: Processed in 0.007012251 sec.
14475 2025.01.08 15:28:31.651113 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14476 2025.01.08 15:28:31.651255 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14477 2025.01.08 15:28:31.651316 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14478 2025.01.08 15:28:31.651905 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14479 2025.01.08 15:28:31.651953 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14480 2025.01.08 15:28:31.652384 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14481 2025.01.08 15:28:31.652624 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14482 2025.01.08 15:28:31.652847 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001619 sec., 32118.59172328598 rows/sec., 1.99 MiB/sec.
14483 2025.01.08 15:28:31.652909 [ 267 ] {4676bad8-2148-4d76-8c91-f0309cb901a4} <Debug> TCPHandler: Processed in 0.001859136 sec.
14484 2025.01.08 15:28:35.407015 [ 225 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14485 2025.01.08 15:28:35.407070 [ 225 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14486 2025.01.08 15:28:35.413241 [ 225 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14487 2025.01.08 15:28:35.583057 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
14488 2025.01.08 15:28:35.583115 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
14489 2025.01.08 15:28:35.774578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086
14490 2025.01.08 15:28:35.775612 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14491 2025.01.08 15:28:35.775693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14492 2025.01.08 15:28:35.776281 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14493 2025.01.08 15:28:35.776536 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14494 2025.01.08 15:28:35.776720 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
14495 2025.01.08 15:28:36.374145 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14496 2025.01.08 15:28:36.374204 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14497 2025.01.08 15:28:36.376120 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14498 2025.01.08 15:28:36.392433 [ 219 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14499 2025.01.08 15:28:36.392488 [ 219 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14500 2025.01.08 15:28:36.394374 [ 219 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14501 2025.01.08 15:28:36.611836 [ 222 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14502 2025.01.08 15:28:36.611889 [ 222 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14503 2025.01.08 15:28:36.613786 [ 222 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14504 2025.01.08 15:28:36.613784 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14505 2025.01.08 15:28:36.614168 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14506 2025.01.08 15:28:36.614318 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14507 2025.01.08 15:28:36.615142 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14508 2025.01.08 15:28:36.615195 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14509 2025.01.08 15:28:36.615643 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14510 2025.01.08 15:28:36.615907 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14511 2025.01.08 15:28:36.616146 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002127 sec., 22566.99576868829 rows/sec., 1.87 MiB/sec.
14512 2025.01.08 15:28:36.616212 [ 267 ] {089e61ad-df34-47d5-a8d0-fc0343bc8ac6} <Debug> TCPHandler: Processed in 0.002591797 sec.
14513 2025.01.08 15:28:36.616461 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14514 2025.01.08 15:28:36.616664 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14515 2025.01.08 15:28:36.616747 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14516 2025.01.08 15:28:36.617599 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14517 2025.01.08 15:28:36.617639 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14518 2025.01.08 15:28:36.618070 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14519 2025.01.08 15:28:36.618329 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14520 2025.01.08 15:28:36.618472 [ 70 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14521 2025.01.08 15:28:36.618522 [ 70 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14522 2025.01.08 15:28:36.618530 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001924 sec., 5717.255717255717 rows/sec., 429.91 KiB/sec.
14523 2025.01.08 15:28:36.618551 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14524 2025.01.08 15:28:36.618644 [ 272 ] {5ecbf414-927a-4ca0-a936-7987df919b02} <Debug> TCPHandler: Processed in 0.002324193 sec.
14525 2025.01.08 15:28:36.618907 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
14526 2025.01.08 15:28:36.618918 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14527 2025.01.08 15:28:36.619185 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14528 2025.01.08 15:28:36.619246 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14529 2025.01.08 15:28:36.619266 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 63 rows starting from the beginning of the part
14530 2025.01.08 15:28:36.619357 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14531 2025.01.08 15:28:36.619595 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 11 rows starting from the beginning of the part
14532 2025.01.08 15:28:36.620005 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 38 rows starting from the beginning of the part
14533 2025.01.08 15:28:36.620297 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 11 rows starting from the beginning of the part
14534 2025.01.08 15:28:36.620703 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 38 rows starting from the beginning of the part
14535 2025.01.08 15:28:36.621096 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 11 rows starting from the beginning of the part
14536 2025.01.08 15:28:36.622083 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14537 2025.01.08 15:28:36.622131 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14538 2025.01.08 15:28:36.622737 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14539 2025.01.08 15:28:36.622895 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.004236692 sec., 40597.7116108511 rows/sec., 3.07 MiB/sec.
14540 2025.01.08 15:28:36.623028 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14541 2025.01.08 15:28:36.623080 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14542 2025.01.08 15:28:36.623393 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.004225 sec., 9230.769230769232 rows/sec., 737.80 KiB/sec.
14543 2025.01.08 15:28:36.623428 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14544 2025.01.08 15:28:36.623483 [ 267 ] {6f20fbf4-f4fa-43c0-ad1f-db87e8984f95} <Debug> TCPHandler: Processed in 0.004738758 sec.
14545 2025.01.08 15:28:36.623545 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_96_19} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14546 2025.01.08 15:28:36.623678 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14547 2025.01.08 15:28:36.623690 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
14548 2025.01.08 15:28:36.623853 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14549 2025.01.08 15:28:36.623923 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14550 2025.01.08 15:28:36.624575 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14551 2025.01.08 15:28:36.624615 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14552 2025.01.08 15:28:36.625026 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14553 2025.01.08 15:28:36.625280 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14554 2025.01.08 15:28:36.625517 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001702 sec., 58754.40658049354 rows/sec., 4.07 MiB/sec.
14555 2025.01.08 15:28:36.625577 [ 272 ] {6267652f-8c18-40f4-8374-8aca4cdd9bdd} <Debug> TCPHandler: Processed in 0.002003139 sec.
14556 2025.01.08 15:28:36.625778 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14557 2025.01.08 15:28:36.626013 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14558 2025.01.08 15:28:36.626155 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14559 2025.01.08 15:28:36.627408 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14560 2025.01.08 15:28:36.627449 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14561 2025.01.08 15:28:36.628095 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14562 2025.01.08 15:28:36.628350 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14563 2025.01.08 15:28:36.628540 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14564 2025.01.08 15:28:36.628617 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002657 sec., 4140.007527286413 rows/sec., 7.42 MiB/sec.
14565 2025.01.08 15:28:36.628622 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14566 2025.01.08 15:28:36.628710 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14567 2025.01.08 15:28:36.629017 [ 267 ] {8fa9bf9e-2974-458c-8665-1bdc3b413350} <Debug> TCPHandler: Processed in 0.003347319 sec.
14568 2025.01.08 15:28:36.629156 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
14569 2025.01.08 15:28:36.629304 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14570 2025.01.08 15:28:36.629558 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14571 2025.01.08 15:28:36.629634 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14572 2025.01.08 15:28:36.629688 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14573 2025.01.08 15:28:36.629819 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1891 rows starting from the beginning of the part
14574 2025.01.08 15:28:36.630423 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 11 rows starting from the beginning of the part
14575 2025.01.08 15:28:36.630983 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 31 rows starting from the beginning of the part
14576 2025.01.08 15:28:36.631077 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14577 2025.01.08 15:28:36.631169 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14578 2025.01.08 15:28:36.631504 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 11 rows starting from the beginning of the part
14579 2025.01.08 15:28:36.632052 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 31 rows starting from the beginning of the part
14580 2025.01.08 15:28:36.632210 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14581 2025.01.08 15:28:36.632544 [ 186 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 11 rows starting from the beginning of the part
14582 2025.01.08 15:28:36.632938 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14583 2025.01.08 15:28:36.633412 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00389 sec., 7712.082262210797 rows/sec., 541.00 KiB/sec.
14584 2025.01.08 15:28:36.633496 [ 221 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14585 2025.01.08 15:28:36.633627 [ 221 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14586 2025.01.08 15:28:36.633708 [ 272 ] {9061fd21-2a3e-4c53-8f1f-bde037c119d1} <Debug> TCPHandler: Processed in 0.004574126 sec.
14587 2025.01.08 15:28:36.636825 [ 221 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14588 2025.01.08 15:28:36.646588 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 19 columns (19 merged, 0 gathered) in 0.017715685 sec., 112104.04791008646 rows/sec., 200.89 MiB/sec.
14589 2025.01.08 15:28:36.648732 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14590 2025.01.08 15:28:36.649145 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14591 2025.01.08 15:28:36.649224 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14592 2025.01.08 15:28:36.649381 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.42 MiB.
14593 2025.01.08 15:28:36.884210 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14594 2025.01.08 15:28:36.884401 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14595 2025.01.08 15:28:36.884475 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14596 2025.01.08 15:28:36.885229 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14597 2025.01.08 15:28:36.885282 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14598 2025.01.08 15:28:36.885724 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14599 2025.01.08 15:28:36.885984 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14600 2025.01.08 15:28:36.886211 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec.
14601 2025.01.08 15:28:36.886276 [ 267 ] {aac5cd0e-8e42-4042-afd1-a2929b2028cb} <Debug> TCPHandler: Processed in 0.002190011 sec.
14602 2025.01.08 15:28:36.886555 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14603 2025.01.08 15:28:36.886781 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14604 2025.01.08 15:28:36.886869 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14605 2025.01.08 15:28:36.887706 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14606 2025.01.08 15:28:36.887761 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14607 2025.01.08 15:28:36.888189 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
14608 2025.01.08 15:28:36.888446 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14609 2025.01.08 15:28:36.888714 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00199 sec., 1005.0251256281407 rows/sec., 81.95 KiB/sec.
14610 2025.01.08 15:28:36.888823 [ 272 ] {b8687cf2-2f4a-4921-b570-5f87a62e14b7} <Debug> TCPHandler: Processed in 0.002419565 sec.
14611 2025.01.08 15:28:36.888995 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14612 2025.01.08 15:28:36.889144 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14613 2025.01.08 15:28:36.889205 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14614 2025.01.08 15:28:36.890394 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14615 2025.01.08 15:28:36.890436 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14616 2025.01.08 15:28:36.890902 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14617 2025.01.08 15:28:36.891172 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14618 2025.01.08 15:28:36.891400 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.00229 sec., 600873.3624454149 rows/sec., 50.17 MiB/sec.
14619 2025.01.08 15:28:36.891459 [ 267 ] {cb1169ee-070a-4421-8afa-82eeffe5a0c0} <Debug> TCPHandler: Processed in 0.002535477 sec.
14620 2025.01.08 15:28:36.891618 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14621 2025.01.08 15:28:36.891749 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14622 2025.01.08 15:28:36.891805 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14623 2025.01.08 15:28:36.892433 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14624 2025.01.08 15:28:36.892475 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14625 2025.01.08 15:28:36.892868 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14626 2025.01.08 15:28:36.893121 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14627 2025.01.08 15:28:36.893341 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001621 sec., 24676.125848241827 rows/sec., 1.76 MiB/sec.
14628 2025.01.08 15:28:36.893409 [ 272 ] {7482acde-ffea-485b-9c92-a60434d41f4b} <Debug> TCPHandler: Processed in 0.001852167 sec.
14629 2025.01.08 15:28:36.893611 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14630 2025.01.08 15:28:36.893837 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14631 2025.01.08 15:28:36.893897 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14632 2025.01.08 15:28:36.894648 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14633 2025.01.08 15:28:36.894690 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14634 2025.01.08 15:28:36.895073 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14635 2025.01.08 15:28:36.895326 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14636 2025.01.08 15:28:36.895529 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001733 sec., 139642.23889209464 rows/sec., 9.46 MiB/sec.
14637 2025.01.08 15:28:36.895583 [ 267 ] {8e169298-d7d8-41f7-b7a8-ba06c095fb11} <Debug> TCPHandler: Processed in 0.00208823 sec.
14638 2025.01.08 15:28:36.895736 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14639 2025.01.08 15:28:36.895879 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14640 2025.01.08 15:28:36.895939 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14641 2025.01.08 15:28:36.896608 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14642 2025.01.08 15:28:36.896649 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14643 2025.01.08 15:28:36.897014 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14644 2025.01.08 15:28:36.897255 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14645 2025.01.08 15:28:36.897469 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec.
14646 2025.01.08 15:28:36.897524 [ 272 ] {6f4ed66e-dd17-4d28-bc41-51ed9378dfc1} <Debug> TCPHandler: Processed in 0.001857506 sec.
14647 2025.01.08 15:28:36.897671 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14648 2025.01.08 15:28:36.897813 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14649 2025.01.08 15:28:36.897870 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14650 2025.01.08 15:28:36.898817 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14651 2025.01.08 15:28:36.898858 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14652 2025.01.08 15:28:36.899269 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14653 2025.01.08 15:28:36.899525 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14654 2025.01.08 15:28:36.899767 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.001984 sec., 420866.93548387097 rows/sec., 30.39 MiB/sec.
14655 2025.01.08 15:28:36.899848 [ 222 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14656 2025.01.08 15:28:36.899858 [ 267 ] {40b21784-780c-4817-90d5-d045829ad759} <Debug> TCPHandler: Processed in 0.002253422 sec.
14657 2025.01.08 15:28:36.899901 [ 222 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14658 2025.01.08 15:28:36.900077 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14659 2025.01.08 15:28:36.900219 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14660 2025.01.08 15:28:36.900285 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14661 2025.01.08 15:28:36.900960 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14662 2025.01.08 15:28:36.901012 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14663 2025.01.08 15:28:36.901472 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14664 2025.01.08 15:28:36.901868 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14665 2025.01.08 15:28:36.902348 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002146 sec., 2795.8993476234855 rows/sec., 146.07 KiB/sec.
14666 2025.01.08 15:28:36.902767 [ 272 ] {a81b8b24-32f8-43cc-adcb-896b83a95a01} <Debug> TCPHandler: Processed in 0.002788 sec.
14667 2025.01.08 15:28:36.903138 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14668 2025.01.08 15:28:36.903270 [ 222 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14669 2025.01.08 15:28:36.903345 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14670 2025.01.08 15:28:36.903518 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14671 2025.01.08 15:28:36.905090 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14672 2025.01.08 15:28:36.905130 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14673 2025.01.08 15:28:36.905584 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14674 2025.01.08 15:28:36.905837 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14675 2025.01.08 15:28:36.906020 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.002731 sec., 345660.93006224826 rows/sec., 22.95 MiB/sec.
14676 2025.01.08 15:28:36.906077 [ 267 ] {f3bf350e-d3b2-4565-9ae4-42768f9c3009} <Debug> TCPHandler: Processed in 0.003209187 sec.
14677 2025.01.08 15:28:36.906217 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14678 2025.01.08 15:28:36.906342 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14679 2025.01.08 15:28:36.906394 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14680 2025.01.08 15:28:36.906871 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14681 2025.01.08 15:28:36.906911 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14682 2025.01.08 15:28:36.907278 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14683 2025.01.08 15:28:36.907517 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14684 2025.01.08 15:28:36.907754 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec.
14685 2025.01.08 15:28:36.907839 [ 272 ] {243bee80-ace8-4b76-8a36-27b14d75c0e0} <Debug> TCPHandler: Processed in 0.001681534 sec.
14686 2025.01.08 15:28:36.908080 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14687 2025.01.08 15:28:36.908231 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14688 2025.01.08 15:28:36.908312 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14689 2025.01.08 15:28:36.909471 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14690 2025.01.08 15:28:36.909510 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14691 2025.01.08 15:28:36.910184 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14692 2025.01.08 15:28:36.910449 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14693 2025.01.08 15:28:36.910652 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002447 sec., 12668.5737637924 rows/sec., 22.70 MiB/sec.
14694 2025.01.08 15:28:36.910759 [ 267 ] {702af55a-eb2a-46de-a377-f7fabfc3d766} <Debug> TCPHandler: Processed in 0.002840071 sec.
14695 2025.01.08 15:28:36.910902 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14696 2025.01.08 15:28:36.911020 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14697 2025.01.08 15:28:36.911069 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14698 2025.01.08 15:28:36.911544 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14699 2025.01.08 15:28:36.911582 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14700 2025.01.08 15:28:36.911962 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14701 2025.01.08 15:28:36.912202 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14702 2025.01.08 15:28:36.912414 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001418 sec., 19746.121297602258 rows/sec., 1.11 MiB/sec.
14703 2025.01.08 15:28:36.912464 [ 272 ] {e929d507-5e41-4e05-bdd9-087e69899a09} <Debug> TCPHandler: Processed in 0.001621714 sec.
14704 2025.01.08 15:28:37.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.24 MiB, peak 281.75 MiB, free memory in arenas 0.00 B, will set to 268.87 MiB (RSS), difference: 3.63 MiB
14705 2025.01.08 15:28:38.045322 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
14706 2025.01.08 15:28:38.066835 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14707 2025.01.08 15:28:38.066898 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14708 2025.01.08 15:28:38.074093 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14709 2025.01.08 15:28:38.074882 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14710 2025.01.08 15:28:38.079019 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
14711 2025.01.08 15:28:40.964784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2082
14712 2025.01.08 15:28:40.968553 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14713 2025.01.08 15:28:40.968598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14714 2025.01.08 15:28:40.970172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14715 2025.01.08 15:28:40.970499 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14716 2025.01.08 15:28:40.970977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2082
14717 2025.01.08 15:28:41.611975 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14718 2025.01.08 15:28:41.612224 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14719 2025.01.08 15:28:41.612323 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14720 2025.01.08 15:28:41.613199 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14721 2025.01.08 15:28:41.613250 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14722 2025.01.08 15:28:41.613724 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14723 2025.01.08 15:28:41.613995 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14724 2025.01.08 15:28:41.614240 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002086 sec., 12464.046021093 rows/sec., 948.94 KiB/sec.
14725 2025.01.08 15:28:41.614306 [ 267 ] {76a9b351-e750-483a-82a4-386073ec84d3} <Debug> TCPHandler: Processed in 0.002501105 sec.
14726 2025.01.08 15:28:41.614597 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14727 2025.01.08 15:28:41.614795 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14728 2025.01.08 15:28:41.614873 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14729 2025.01.08 15:28:41.615690 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14730 2025.01.08 15:28:41.615736 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14731 2025.01.08 15:28:41.616192 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14732 2025.01.08 15:28:41.616451 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14733 2025.01.08 15:28:41.616699 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00196 sec., 14285.714285714286 rows/sec., 1.11 MiB/sec.
14734 2025.01.08 15:28:41.616757 [ 272 ] {f68006df-8786-4939-bb89-c02f2dd34176} <Debug> TCPHandler: Processed in 0.002303533 sec.
14735 2025.01.08 15:28:41.616917 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14736 2025.01.08 15:28:41.617044 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14737 2025.01.08 15:28:41.617100 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14738 2025.01.08 15:28:41.617670 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14739 2025.01.08 15:28:41.617712 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14740 2025.01.08 15:28:41.618128 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14741 2025.01.08 15:28:41.618383 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14742 2025.01.08 15:28:41.618586 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0
14743 2025.01.08 15:28:41.618630 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001607 sec., 49782.20286247667 rows/sec., 3.45 MiB/sec.
14744 2025.01.08 15:28:41.618664 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14745 2025.01.08 15:28:41.618727 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14746 2025.01.08 15:28:41.618760 [ 267 ] {9b22383f-7a19-48e7-81ce-9b316005eb2a} <Debug> TCPHandler: Processed in 0.001898378 sec.
14747 2025.01.08 15:28:41.618982 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14748 2025.01.08 15:28:41.618998 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full
14749 2025.01.08 15:28:41.619136 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14750 2025.01.08 15:28:41.619153 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14751 2025.01.08 15:28:41.619200 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 28748 rows starting from the beginning of the part
14752 2025.01.08 15:28:41.619206 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14753 2025.01.08 15:28:41.619455 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 100 rows starting from the beginning of the part
14754 2025.01.08 15:28:41.619894 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 177 rows starting from the beginning of the part
14755 2025.01.08 15:28:41.620289 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 100 rows starting from the beginning of the part
14756 2025.01.08 15:28:41.620642 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 944 rows starting from the beginning of the part
14757 2025.01.08 15:28:41.621391 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14758 2025.01.08 15:28:41.621434 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14759 2025.01.08 15:28:41.621925 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14760 2025.01.08 15:28:41.622196 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14761 2025.01.08 15:28:41.622529 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.003434 sec., 6988.934187536401 rows/sec., 490.27 KiB/sec.
14762 2025.01.08 15:28:41.622653 [ 272 ] {53acd9eb-e04e-4674-a138-284857b2a584} <Debug> TCPHandler: Processed in 0.003774494 sec.
14763 2025.01.08 15:28:41.627299 [ 190 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30069 rows, containing 5 columns (5 merged, 0 gathered) in 0.008471992 sec., 3549224.3146594097 rows/sec., 237.65 MiB/sec.
14764 2025.01.08 15:28:41.627776 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
14765 2025.01.08 15:28:41.628124 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14766 2025.01.08 15:28:41.628215 [ 187 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24
14767 2025.01.08 15:28:41.628320 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
14768 2025.01.08 15:28:43.276863 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574
14769 2025.01.08 15:28:43.277545 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14770 2025.01.08 15:28:43.277598 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14771 2025.01.08 15:28:43.278111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14772 2025.01.08 15:28:43.278349 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14773 2025.01.08 15:28:43.278560 [ 54 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14774 2025.01.08 15:28:43.278601 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
14775 2025.01.08 15:28:43.278709 [ 54 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14776 2025.01.08 15:28:43.278738 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14777 2025.01.08 15:28:43.278854 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
14778 2025.01.08 15:28:43.278959 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14779 2025.01.08 15:28:43.278991 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
14780 2025.01.08 15:28:43.279063 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part
14781 2025.01.08 15:28:43.279294 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part
14782 2025.01.08 15:28:43.279429 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part
14783 2025.01.08 15:28:43.279646 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
14784 2025.01.08 15:28:43.279838 [ 191 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part
14785 2025.01.08 15:28:43.282306 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003505281 sec., 9292835.581512582 rows/sec., 132.94 MiB/sec.
14786 2025.01.08 15:28:43.282737 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14787 2025.01.08 15:28:43.283092 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14788 2025.01.08 15:28:43.283187 [ 197 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_71_14} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14789 2025.01.08 15:28:43.283308 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
14790 2025.01.08 15:28:45.579112 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
14791 2025.01.08 15:28:45.599830 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14792 2025.01.08 15:28:45.599891 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14793 2025.01.08 15:28:45.607003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14794 2025.01.08 15:28:45.607766 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14795 2025.01.08 15:28:45.608187 [ 53 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14796 2025.01.08 15:28:45.608330 [ 53 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14797 2025.01.08 15:28:45.608416 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14798 2025.01.08 15:28:45.608940 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
14799 2025.01.08 15:28:45.623876 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
14800 2025.01.08 15:28:45.625693 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14801 2025.01.08 15:28:45.627257 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
14802 2025.01.08 15:28:45.632765 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
14803 2025.01.08 15:28:45.638226 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
14804 2025.01.08 15:28:45.643878 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
14805 2025.01.08 15:28:45.649620 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
14806 2025.01.08 15:28:45.655562 [ 195 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
14807 2025.01.08 15:28:45.720802 [ 197 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.112229328 sec., 4767.024890321004 rows/sec., 24.65 MiB/sec.
14808 2025.01.08 15:28:45.724401 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14809 2025.01.08 15:28:45.727391 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14810 2025.01.08 15:28:45.727521 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_71_14} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14811 2025.01.08 15:28:45.729968 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14812 2025.01.08 15:28:46.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.93 MiB, peak 287.36 MiB, free memory in arenas 0.00 B, will set to 268.87 MiB (RSS), difference: -1.06 MiB
14813 2025.01.08 15:28:46.613667 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14814 2025.01.08 15:28:46.613887 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14815 2025.01.08 15:28:46.613970 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14816 2025.01.08 15:28:46.614834 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14817 2025.01.08 15:28:46.614886 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14818 2025.01.08 15:28:46.615358 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14819 2025.01.08 15:28:46.615627 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14820 2025.01.08 15:28:46.615806 [ 53 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14821 2025.01.08 15:28:46.615838 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.00201 sec., 23880.597014925374 rows/sec., 1.98 MiB/sec.
14822 2025.01.08 15:28:46.615857 [ 53 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14823 2025.01.08 15:28:46.615903 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14824 2025.01.08 15:28:46.615934 [ 267 ] {1fe5d519-cba7-497c-a5e9-904e571996e3} <Debug> TCPHandler: Processed in 0.002397065 sec.
14825 2025.01.08 15:28:46.616092 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14826 2025.01.08 15:28:46.616211 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14827 2025.01.08 15:28:46.616229 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14828 2025.01.08 15:28:46.616252 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1405 rows starting from the beginning of the part
14829 2025.01.08 15:28:46.616387 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 235 rows starting from the beginning of the part
14830 2025.01.08 15:28:46.616675 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14831 2025.01.08 15:28:46.616785 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 48 rows starting from the beginning of the part
14832 2025.01.08 15:28:46.616938 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14833 2025.01.08 15:28:46.617259 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1376 rows starting from the beginning of the part
14834 2025.01.08 15:28:46.617616 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 26 rows starting from the beginning of the part
14835 2025.01.08 15:28:46.617993 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 48 rows starting from the beginning of the part
14836 2025.01.08 15:28:46.619628 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14837 2025.01.08 15:28:46.619712 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14838 2025.01.08 15:28:46.620735 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14839 2025.01.08 15:28:46.621163 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14840 2025.01.08 15:28:46.621586 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.00559213 sec., 561145.7530493748 rows/sec., 49.20 MiB/sec.
14841 2025.01.08 15:28:46.621764 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.005298 sec., 2076.2551906379767 rows/sec., 156.12 KiB/sec.
14842 2025.01.08 15:28:46.621907 [ 272 ] {4c34598b-e971-4619-909b-bc408731180f} <Debug> TCPHandler: Processed in 0.005852635 sec.
14843 2025.01.08 15:28:46.621986 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14844 2025.01.08 15:28:46.622104 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14845 2025.01.08 15:28:46.622307 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14846 2025.01.08 15:28:46.622393 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14847 2025.01.08 15:28:46.622560 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14848 2025.01.08 15:28:46.622780 [ 200 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_121_24} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14849 2025.01.08 15:28:46.622978 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
14850 2025.01.08 15:28:46.623417 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14851 2025.01.08 15:28:46.623463 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14852 2025.01.08 15:28:46.623851 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14853 2025.01.08 15:28:46.624109 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14854 2025.01.08 15:28:46.624264 [ 53 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14855 2025.01.08 15:28:46.624309 [ 53 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14856 2025.01.08 15:28:46.624309 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002064 sec., 18895.348837209305 rows/sec., 1.47 MiB/sec.
14857 2025.01.08 15:28:46.624338 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14858 2025.01.08 15:28:46.624443 [ 267 ] {99f8929f-1fa3-4c1b-ab09-192cbec115ef} <Debug> TCPHandler: Processed in 0.002425275 sec.
14859 2025.01.08 15:28:46.624730 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14860 2025.01.08 15:28:46.624747 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14861 2025.01.08 15:28:46.625095 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14862 2025.01.08 15:28:46.625296 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14863 2025.01.08 15:28:46.625310 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14864 2025.01.08 15:28:46.625444 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 876 rows starting from the beginning of the part
14865 2025.01.08 15:28:46.625990 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 377 rows starting from the beginning of the part
14866 2025.01.08 15:28:46.626550 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 39 rows starting from the beginning of the part
14867 2025.01.08 15:28:46.626872 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 835 rows starting from the beginning of the part
14868 2025.01.08 15:28:46.627263 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 28 rows starting from the beginning of the part
14869 2025.01.08 15:28:46.627785 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 39 rows starting from the beginning of the part
14870 2025.01.08 15:28:46.629411 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14871 2025.01.08 15:28:46.629513 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14872 2025.01.08 15:28:46.630816 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14873 2025.01.08 15:28:46.631269 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14874 2025.01.08 15:28:46.631776 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.006819 sec., 14664.906877841326 rows/sec., 1.02 MiB/sec.
14875 2025.01.08 15:28:46.631864 [ 188 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.007394317 sec., 296714.35509189015 rows/sec., 22.60 MiB/sec.
14876 2025.01.08 15:28:46.631920 [ 272 ] {2ab5ee2b-8eef-461b-97e7-3c6afb8430d8} <Debug> TCPHandler: Processed in 0.007368356 sec.
14877 2025.01.08 15:28:46.632138 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14878 2025.01.08 15:28:46.632185 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14879 2025.01.08 15:28:46.632402 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14880 2025.01.08 15:28:46.632576 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14881 2025.01.08 15:28:46.632915 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14882 2025.01.08 15:28:46.633211 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_121_24} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14883 2025.01.08 15:28:46.633462 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
14884 2025.01.08 15:28:46.634387 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14885 2025.01.08 15:28:46.634433 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14886 2025.01.08 15:28:46.635079 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14887 2025.01.08 15:28:46.635345 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14888 2025.01.08 15:28:46.635558 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.003228 sec., 3407.6827757125156 rows/sec., 6.11 MiB/sec.
14889 2025.01.08 15:28:46.635669 [ 267 ] {37432fee-fc54-4025-937b-b7c83b0e6785} <Debug> TCPHandler: Processed in 0.003632013 sec.
14890 2025.01.08 15:28:46.635831 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14891 2025.01.08 15:28:46.635972 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14892 2025.01.08 15:28:46.636033 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14893 2025.01.08 15:28:46.636611 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14894 2025.01.08 15:28:46.636658 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14895 2025.01.08 15:28:46.637048 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14896 2025.01.08 15:28:46.637283 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14897 2025.01.08 15:28:46.637450 [ 53 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14898 2025.01.08 15:28:46.637517 [ 53 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14899 2025.01.08 15:28:46.637532 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001579 sec., 18999.366687777074 rows/sec., 1.30 MiB/sec.
14900 2025.01.08 15:28:46.637553 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14901 2025.01.08 15:28:46.637685 [ 272 ] {fa95b8fd-90a8-492f-ba72-e7c9c873039b} <Debug> TCPHandler: Processed in 0.001920308 sec.
14902 2025.01.08 15:28:46.637811 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14903 2025.01.08 15:28:46.637949 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14904 2025.01.08 15:28:46.637985 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 4072 rows starting from the beginning of the part
14905 2025.01.08 15:28:46.638093 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 52 rows starting from the beginning of the part
14906 2025.01.08 15:28:46.638293 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 30 rows starting from the beginning of the part
14907 2025.01.08 15:28:46.638465 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 28 rows starting from the beginning of the part
14908 2025.01.08 15:28:46.638628 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 24 rows starting from the beginning of the part
14909 2025.01.08 15:28:46.638780 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 30 rows starting from the beginning of the part
14910 2025.01.08 15:28:46.640379 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4236 rows, containing 4 columns (4 merged, 0 gathered) in 0.002699639 sec., 1569098.6831943085 rows/sec., 101.02 MiB/sec.
14911 2025.01.08 15:28:46.640704 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14912 2025.01.08 15:28:46.641028 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14913 2025.01.08 15:28:46.641113 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_121_24} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14914 2025.01.08 15:28:46.641204 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
14915 2025.01.08 15:28:48.073813 [ 46 ] {} <Debug> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0
14916 2025.01.08 15:28:48.073931 [ 46 ] {} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14917 2025.01.08 15:28:48.073979 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14918 2025.01.08 15:28:48.074234 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full
14919 2025.01.08 15:28:48.074584 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14920 2025.01.08 15:28:48.074647 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 14 rows starting from the beginning of the part
14921 2025.01.08 15:28:48.074797 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
14922 2025.01.08 15:28:48.075271 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part
14923 2025.01.08 15:28:48.075467 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
14924 2025.01.08 15:28:48.075627 [ 186 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
14925 2025.01.08 15:28:48.076773 [ 201 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002703069 sec., 11098.495820861399 rows/sec., 948.36 KiB/sec.
14926 2025.01.08 15:28:48.076988 [ 192 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
14927 2025.01.08 15:28:48.077359 [ 192 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14928 2025.01.08 15:28:48.077457 [ 192 ] {ca0ff79f-355d-48f4-89d8-f7e21faadfd5::all_1_23_5} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5
14929 2025.01.08 15:28:48.077572 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14930 2025.01.08 15:28:50.204636 [ 43 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
14931 2025.01.08 15:28:50.204704 [ 43 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14932 2025.01.08 15:28:50.204730 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14933 2025.01.08 15:28:50.204923 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
14934 2025.01.08 15:28:50.205382 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14935 2025.01.08 15:28:50.205460 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part
14936 2025.01.08 15:28:50.205582 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
14937 2025.01.08 15:28:50.205686 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
14938 2025.01.08 15:28:50.205821 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
14939 2025.01.08 15:28:50.205905 [ 201 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
14940 2025.01.08 15:28:50.206835 [ 192 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002021519 sec., 151371.32027945324 rows/sec., 7.72 MiB/sec.
14941 2025.01.08 15:28:50.207094 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
14942 2025.01.08 15:28:50.207539 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14943 2025.01.08 15:28:50.207657 [ 198 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_51_11} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
14944 2025.01.08 15:28:50.207789 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14945 2025.01.08 15:28:50.583357 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
14946 2025.01.08 15:28:50.583409 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
14947 2025.01.08 15:28:50.778825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001
14948 2025.01.08 15:28:50.779491 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14949 2025.01.08 15:28:50.779541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14950 2025.01.08 15:28:50.780089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14951 2025.01.08 15:28:50.780344 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14952 2025.01.08 15:28:50.780630 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
14953 2025.01.08 15:28:50.971299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2102
14954 2025.01.08 15:28:50.974183 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14955 2025.01.08 15:28:50.974227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14956 2025.01.08 15:28:50.975710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14957 2025.01.08 15:28:50.976028 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14958 2025.01.08 15:28:50.977453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2102
14959 2025.01.08 15:28:51.618053 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14960 2025.01.08 15:28:51.618242 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14961 2025.01.08 15:28:51.618314 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14962 2025.01.08 15:28:51.619147 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14963 2025.01.08 15:28:51.619197 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14964 2025.01.08 15:28:51.619649 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14965 2025.01.08 15:28:51.619937 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14966 2025.01.08 15:28:51.620210 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec.
14967 2025.01.08 15:28:51.620298 [ 267 ] {ba45ad2e-79a6-4aca-bf13-675fc96d3ad8} <Debug> TCPHandler: Processed in 0.002372484 sec.
14968 2025.01.08 15:28:51.620609 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14969 2025.01.08 15:28:51.620826 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14970 2025.01.08 15:28:51.620908 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14971 2025.01.08 15:28:51.621758 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14972 2025.01.08 15:28:51.621804 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14973 2025.01.08 15:28:51.622264 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14974 2025.01.08 15:28:51.622529 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14975 2025.01.08 15:28:51.622781 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002013 sec., 116741.1823149528 rows/sec., 10.41 MiB/sec.
14976 2025.01.08 15:28:51.622863 [ 272 ] {b330b998-b154-498d-a730-02c8ee2d17b2} <Debug> TCPHandler: Processed in 0.002452775 sec.
14977 2025.01.08 15:28:51.623069 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14978 2025.01.08 15:28:51.623267 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14979 2025.01.08 15:28:51.623331 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14980 2025.01.08 15:28:51.624029 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14981 2025.01.08 15:28:51.624071 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14982 2025.01.08 15:28:51.624445 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14983 2025.01.08 15:28:51.624686 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14984 2025.01.08 15:28:51.624921 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001686 sec., 22538.55278766311 rows/sec., 1.61 MiB/sec.
14985 2025.01.08 15:28:51.625020 [ 267 ] {bc2c3c8d-4502-4003-8915-9a2d4055bccc} <Debug> TCPHandler: Processed in 0.002068199 sec.
14986 2025.01.08 15:28:51.625222 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14987 2025.01.08 15:28:51.625480 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14988 2025.01.08 15:28:51.625544 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14989 2025.01.08 15:28:51.626207 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14990 2025.01.08 15:28:51.626248 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14991 2025.01.08 15:28:51.626625 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14992 2025.01.08 15:28:51.626866 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14993 2025.01.08 15:28:51.627087 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec.
14994 2025.01.08 15:28:51.627142 [ 272 ] {f06e2486-817c-40db-a333-0edd345fbaaa} <Debug> TCPHandler: Processed in 0.002040199 sec.
14995 2025.01.08 15:28:51.627290 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14996 2025.01.08 15:28:51.627434 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14997 2025.01.08 15:28:51.627493 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14998 2025.01.08 15:28:51.628142 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14999 2025.01.08 15:28:51.628184 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15000 2025.01.08 15:28:51.628541 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15001 2025.01.08 15:28:51.628786 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15002 2025.01.08 15:28:51.629041 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec.
15003 2025.01.08 15:28:51.629195 [ 267 ] {31307795-3e17-4912-aa77-e182ff7cea17} <Debug> TCPHandler: Processed in 0.001967948 sec.
15004 2025.01.08 15:28:51.629488 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15005 2025.01.08 15:28:51.629710 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15006 2025.01.08 15:28:51.629804 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15007 2025.01.08 15:28:51.630555 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15008 2025.01.08 15:28:51.630595 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15009 2025.01.08 15:28:51.630988 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15010 2025.01.08 15:28:51.631230 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15011 2025.01.08 15:28:51.631478 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001819 sec., 207256.73446948873 rows/sec., 14.65 MiB/sec.
15012 2025.01.08 15:28:51.631587 [ 272 ] {4552045f-82b0-4125-bb1a-0a42bf80933f} <Debug> TCPHandler: Processed in 0.002284703 sec.
15013 2025.01.08 15:28:51.631774 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15014 2025.01.08 15:28:51.632068 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15015 2025.01.08 15:28:51.632216 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15016 2025.01.08 15:28:51.632760 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15017 2025.01.08 15:28:51.632801 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15018 2025.01.08 15:28:51.633185 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15019 2025.01.08 15:28:51.633423 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15020 2025.01.08 15:28:51.633635 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 187.04 KiB/sec.
15021 2025.01.08 15:28:51.633689 [ 267 ] {eee3923e-61af-4c21-9d1d-9b960e558af7} <Debug> TCPHandler: Processed in 0.002021999 sec.
15022 2025.01.08 15:28:51.633850 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15023 2025.01.08 15:28:51.633991 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15024 2025.01.08 15:28:51.634056 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15025 2025.01.08 15:28:51.634756 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15026 2025.01.08 15:28:51.634803 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15027 2025.01.08 15:28:51.635231 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15028 2025.01.08 15:28:51.635467 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15029 2025.01.08 15:28:51.635677 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001718 sec., 103026.7753201397 rows/sec., 6.80 MiB/sec.
15030 2025.01.08 15:28:51.635737 [ 272 ] {3cbb44b3-df25-4989-af2f-3a594f43548e} <Debug> TCPHandler: Processed in 0.001945878 sec.
15031 2025.01.08 15:28:51.635906 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15032 2025.01.08 15:28:51.636132 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15033 2025.01.08 15:28:51.636229 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15034 2025.01.08 15:28:51.637019 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15035 2025.01.08 15:28:51.637058 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15036 2025.01.08 15:28:51.637422 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15037 2025.01.08 15:28:51.637662 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15038 2025.01.08 15:28:51.637912 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001829 sec., 546.7468562055768 rows/sec., 36.84 KiB/sec.
15039 2025.01.08 15:28:51.638065 [ 267 ] {9651c220-d00d-4a8d-bb9d-86b4fc17b42e} <Debug> TCPHandler: Processed in 0.002230922 sec.
15040 2025.01.08 15:28:51.638375 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15041 2025.01.08 15:28:51.638597 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15042 2025.01.08 15:28:51.638739 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15043 2025.01.08 15:28:51.641221 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15044 2025.01.08 15:28:51.641263 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15045 2025.01.08 15:28:51.641916 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
15046 2025.01.08 15:28:51.642169 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15047 2025.01.08 15:28:51.642472 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003917 sec., 7914.220066377329 rows/sec., 14.18 MiB/sec.
15048 2025.01.08 15:28:51.642870 [ 272 ] {71a72fa9-5ec0-48f0-a892-b34fd60fbb1c} <Debug> TCPHandler: Processed in 0.004680228 sec.
15049 2025.01.08 15:28:51.643177 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15050 2025.01.08 15:28:51.643355 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15051 2025.01.08 15:28:51.643415 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15052 2025.01.08 15:28:51.643972 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15053 2025.01.08 15:28:51.644012 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15054 2025.01.08 15:28:51.644390 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15055 2025.01.08 15:28:51.644630 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15056 2025.01.08 15:28:51.644847 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001523 sec., 34143.13854235062 rows/sec., 2.11 MiB/sec.
15057 2025.01.08 15:28:51.644899 [ 267 ] {54b1a4d0-d525-4bd9-96fa-6e72689eaa3e} <Debug> TCPHandler: Processed in 0.001913428 sec.
15058 2025.01.08 15:28:53.124152 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
15059 2025.01.08 15:28:53.146168 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15060 2025.01.08 15:28:53.146241 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15061 2025.01.08 15:28:53.153622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15062 2025.01.08 15:28:53.154490 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15063 2025.01.08 15:28:53.159681 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
15064 2025.01.08 15:28:56.226619 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15065 2025.01.08 15:28:56.226687 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15066 2025.01.08 15:28:56.228617 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15067 2025.01.08 15:28:56.500313 [ 219 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15068 2025.01.08 15:28:56.500352 [ 219 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15069 2025.01.08 15:28:56.502245 [ 219 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15070 2025.01.08 15:28:56.613792 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15071 2025.01.08 15:28:56.613987 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15072 2025.01.08 15:28:56.614060 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15073 2025.01.08 15:28:56.614826 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15074 2025.01.08 15:28:56.614876 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15075 2025.01.08 15:28:56.615313 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
15076 2025.01.08 15:28:56.615588 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15077 2025.01.08 15:28:56.615817 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001883 sec., 2124.2697822623472 rows/sec., 173.22 KiB/sec.
15078 2025.01.08 15:28:56.615878 [ 267 ] {72984f7a-8f06-4d47-9494-cd9abd037f96} <Debug> TCPHandler: Processed in 0.002222122 sec.
15079 2025.01.08 15:28:56.616154 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15080 2025.01.08 15:28:56.616354 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15081 2025.01.08 15:28:56.616437 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15082 2025.01.08 15:28:56.617231 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15083 2025.01.08 15:28:56.617286 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15084 2025.01.08 15:28:56.617735 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15085 2025.01.08 15:28:56.617992 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15086 2025.01.08 15:28:56.618264 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.001951 sec., 25627.883136852895 rows/sec., 2.11 MiB/sec.
15087 2025.01.08 15:28:56.618354 [ 272 ] {7476b767-d502-4d3b-86a3-81a92569445a} <Debug> TCPHandler: Processed in 0.002347554 sec.
15088 2025.01.08 15:28:56.618373 [ 224 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15089 2025.01.08 15:28:56.618446 [ 224 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15090 2025.01.08 15:28:56.618557 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15091 2025.01.08 15:28:56.618709 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15092 2025.01.08 15:28:56.618782 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15093 2025.01.08 15:28:56.620120 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15094 2025.01.08 15:28:56.620173 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15095 2025.01.08 15:28:56.620975 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
15096 2025.01.08 15:28:56.621373 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15097 2025.01.08 15:28:56.621731 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.003037 sec., 4939.084622983207 rows/sec., 364.32 KiB/sec.
15098 2025.01.08 15:28:56.621858 [ 267 ] {46d9140a-49cb-41c2-ad49-b5499001ef7c} <Debug> TCPHandler: Processed in 0.003388589 sec.
15099 2025.01.08 15:28:56.621944 [ 224 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15100 2025.01.08 15:28:56.622103 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15101 2025.01.08 15:28:56.622371 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15102 2025.01.08 15:28:56.622525 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15103 2025.01.08 15:28:56.623714 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15104 2025.01.08 15:28:56.623756 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15105 2025.01.08 15:28:56.624128 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15106 2025.01.08 15:28:56.624378 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15107 2025.01.08 15:28:56.624598 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.002334 sec., 18423.30762639246 rows/sec., 1.44 MiB/sec.
15108 2025.01.08 15:28:56.624666 [ 272 ] {9bd2f9df-dd6a-4f72-8315-e0ebdfd0435b} <Debug> TCPHandler: Processed in 0.002703629 sec.
15109 2025.01.08 15:28:56.624677 [ 225 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15110 2025.01.08 15:28:56.624728 [ 225 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15111 2025.01.08 15:28:56.624867 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15112 2025.01.08 15:28:56.625017 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15113 2025.01.08 15:28:56.625083 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15114 2025.01.08 15:28:56.625924 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15115 2025.01.08 15:28:56.625965 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15116 2025.01.08 15:28:56.626492 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15117 2025.01.08 15:28:56.626790 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15118 2025.01.08 15:28:56.627164 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.002184 sec., 46703.2967032967 rows/sec., 3.24 MiB/sec.
15119 2025.01.08 15:28:56.627221 [ 267 ] {bf10308e-dad5-487e-8941-e24d73d7090e} <Debug> TCPHandler: Processed in 0.002436345 sec.
15120 2025.01.08 15:28:56.627389 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15121 2025.01.08 15:28:56.627408 [ 225 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15122 2025.01.08 15:28:56.627674 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15123 2025.01.08 15:28:56.627878 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15124 2025.01.08 15:28:56.630479 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15125 2025.01.08 15:28:56.630519 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15126 2025.01.08 15:28:56.631165 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
15127 2025.01.08 15:28:56.631416 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15128 2025.01.08 15:28:56.631699 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004118 sec., 2671.1996114618746 rows/sec., 4.79 MiB/sec.
15129 2025.01.08 15:28:56.631963 [ 272 ] {48b184fa-b9eb-43a2-82d0-83286bac00fa} <Debug> TCPHandler: Processed in 0.004647167 sec.
15130 2025.01.08 15:28:56.632217 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15131 2025.01.08 15:28:56.632420 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15132 2025.01.08 15:28:56.632479 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15133 2025.01.08 15:28:56.633033 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15134 2025.01.08 15:28:56.633072 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15135 2025.01.08 15:28:56.633452 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15136 2025.01.08 15:28:56.633692 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15137 2025.01.08 15:28:56.633905 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001524 sec., 19685.03937007874 rows/sec., 1.35 MiB/sec.
15138 2025.01.08 15:28:56.633954 [ 267 ] {5fead5e3-4555-4425-a2f5-0f47f37d195e} <Debug> TCPHandler: Processed in 0.001880277 sec.
15139 2025.01.08 15:28:58.280803 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489
15140 2025.01.08 15:28:58.281767 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15141 2025.01.08 15:28:58.281814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15142 2025.01.08 15:28:58.282345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15143 2025.01.08 15:28:58.282598 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15144 2025.01.08 15:28:58.282888 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
15145 2025.01.08 15:29:00.659778 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
15146 2025.01.08 15:29:00.681985 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15147 2025.01.08 15:29:00.682054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15148 2025.01.08 15:29:00.689474 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15149 2025.01.08 15:29:00.690306 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15150 2025.01.08 15:29:00.695735 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
15151 2025.01.08 15:29:00.762220 [ 223 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15152 2025.01.08 15:29:00.762278 [ 223 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15153 2025.01.08 15:29:00.764047 [ 223 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15154 2025.01.08 15:29:00.977674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2138
15155 2025.01.08 15:29:00.981168 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15156 2025.01.08 15:29:00.981209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15157 2025.01.08 15:29:00.982809 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15158 2025.01.08 15:29:00.983120 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15159 2025.01.08 15:29:00.984003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2138
15160 2025.01.08 15:29:01.095158 [ 218 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15161 2025.01.08 15:29:01.095206 [ 218 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15162 2025.01.08 15:29:01.096887 [ 218 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15163 2025.01.08 15:29:01.586496 [ 218 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15164 2025.01.08 15:29:01.586545 [ 218 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15165 2025.01.08 15:29:01.588151 [ 218 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15166 2025.01.08 15:29:01.619046 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15167 2025.01.08 15:29:01.619264 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15168 2025.01.08 15:29:01.619347 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15169 2025.01.08 15:29:01.620220 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15170 2025.01.08 15:29:01.620274 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15171 2025.01.08 15:29:01.620711 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15172 2025.01.08 15:29:01.620971 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15173 2025.01.08 15:29:01.621163 [ 24 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15174 2025.01.08 15:29:01.621238 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec.
15175 2025.01.08 15:29:01.621246 [ 24 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15176 2025.01.08 15:29:01.621320 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15177 2025.01.08 15:29:01.621374 [ 267 ] {fa07e999-bd6e-418e-bfb8-0b3155117f9f} <Debug> TCPHandler: Processed in 0.002466665 sec.
15178 2025.01.08 15:29:01.621560 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15179 2025.01.08 15:29:01.621661 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15180 2025.01.08 15:29:01.621699 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15181 2025.01.08 15:29:01.621737 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part
15182 2025.01.08 15:29:01.621905 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
15183 2025.01.08 15:29:01.621922 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15184 2025.01.08 15:29:01.622094 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15185 2025.01.08 15:29:01.622259 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
15186 2025.01.08 15:29:01.622703 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
15187 2025.01.08 15:29:01.623116 [ 190 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
15188 2025.01.08 15:29:01.624715 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15189 2025.01.08 15:29:01.624763 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15190 2025.01.08 15:29:01.625022 [ 187 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003597452 sec., 19458.21653770502 rows/sec., 1.44 MiB/sec.
15191 2025.01.08 15:29:01.625317 [ 191 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15192 2025.01.08 15:29:01.625482 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15193 2025.01.08 15:29:01.625870 [ 191 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15194 2025.01.08 15:29:01.625960 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15195 2025.01.08 15:29:01.626074 [ 191 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_53_13} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15196 2025.01.08 15:29:01.626347 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15197 2025.01.08 15:29:01.626437 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.004635 sec., 50701.18662351672 rows/sec., 4.52 MiB/sec.
15198 2025.01.08 15:29:01.626501 [ 272 ] {57a2cd06-d2b6-4e95-ad68-d97f8372de59} <Debug> TCPHandler: Processed in 0.004980782 sec.
15199 2025.01.08 15:29:01.626703 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15200 2025.01.08 15:29:01.626885 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15201 2025.01.08 15:29:01.626939 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15202 2025.01.08 15:29:01.627568 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15203 2025.01.08 15:29:01.627610 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15204 2025.01.08 15:29:01.627993 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15205 2025.01.08 15:29:01.628251 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15206 2025.01.08 15:29:01.628421 [ 24 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15207 2025.01.08 15:29:01.628485 [ 24 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15208 2025.01.08 15:29:01.628494 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001627 sec., 23355.869698832208 rows/sec., 1.67 MiB/sec.
15209 2025.01.08 15:29:01.628523 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15210 2025.01.08 15:29:01.628651 [ 267 ] {214ce076-a96f-4bb3-8d3c-4543655270d4} <Debug> TCPHandler: Processed in 0.00204522 sec.
15211 2025.01.08 15:29:01.628736 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::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
15212 2025.01.08 15:29:01.628850 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15213 2025.01.08 15:29:01.628872 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15214 2025.01.08 15:29:01.628904 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 63 rows starting from the beginning of the part
15215 2025.01.08 15:29:01.629107 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 40 rows starting from the beginning of the part
15216 2025.01.08 15:29:01.629143 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15217 2025.01.08 15:29:01.629299 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15218 2025.01.08 15:29:01.629470 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 11 rows starting from the beginning of the part
15219 2025.01.08 15:29:01.629878 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 38 rows starting from the beginning of the part
15220 2025.01.08 15:29:01.630250 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 15 rows starting from the beginning of the part
15221 2025.01.08 15:29:01.630594 [ 190 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 38 rows starting from the beginning of the part
15222 2025.01.08 15:29:01.631677 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15223 2025.01.08 15:29:01.631724 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15224 2025.01.08 15:29:01.632327 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15225 2025.01.08 15:29:01.632418 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.003772874 sec., 54335.23621515057 rows/sec., 4.10 MiB/sec.
15226 2025.01.08 15:29:01.632655 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15227 2025.01.08 15:29:01.632824 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15228 2025.01.08 15:29:01.633374 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00434 sec., 3225.806451612903 rows/sec., 225.91 KiB/sec.
15229 2025.01.08 15:29:01.633389 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15230 2025.01.08 15:29:01.633656 [ 272 ] {f427a797-8321-47ff-b354-c64c7e4d8f19} <Debug> TCPHandler: Processed in 0.00487292 sec.
15231 2025.01.08 15:29:01.633951 [ 193 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_101_20} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15232 2025.01.08 15:29:01.633967 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15233 2025.01.08 15:29:01.634246 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15234 2025.01.08 15:29:01.634359 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15235 2025.01.08 15:29:01.634420 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15236 2025.01.08 15:29:01.634998 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15237 2025.01.08 15:29:01.635038 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15238 2025.01.08 15:29:01.635398 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15239 2025.01.08 15:29:01.635641 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15240 2025.01.08 15:29:01.635815 [ 24 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15241 2025.01.08 15:29:01.635871 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec.
15242 2025.01.08 15:29:01.635879 [ 24 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15243 2025.01.08 15:29:01.635957 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15244 2025.01.08 15:29:01.635991 [ 267 ] {2cb7343e-0d21-46a4-acf8-f4daaee1fd5a} <Debug> TCPHandler: Processed in 0.002181202 sec.
15245 2025.01.08 15:29:01.636198 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15246 2025.01.08 15:29:01.636201 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15247 2025.01.08 15:29:01.636367 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15248 2025.01.08 15:29:01.636375 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15249 2025.01.08 15:29:01.636403 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part
15250 2025.01.08 15:29:01.636448 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15251 2025.01.08 15:29:01.636576 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
15252 2025.01.08 15:29:01.637024 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part
15253 2025.01.08 15:29:01.637371 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part
15254 2025.01.08 15:29:01.637825 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part
15255 2025.01.08 15:29:01.639129 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15256 2025.01.08 15:29:01.639178 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15257 2025.01.08 15:29:01.639474 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003412239 sec., 19049.075987936365 rows/sec., 1.23 MiB/sec.
15258 2025.01.08 15:29:01.639609 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15259 2025.01.08 15:29:01.639748 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15260 2025.01.08 15:29:01.639920 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15261 2025.01.08 15:29:01.640013 [ 194 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_53_13} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15262 2025.01.08 15:29:01.640097 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15263 2025.01.08 15:29:01.640104 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15264 2025.01.08 15:29:01.640335 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.004011 sec., 93991.52331089505 rows/sec., 6.64 MiB/sec.
15265 2025.01.08 15:29:01.640402 [ 272 ] {a1d24bda-2c4c-4f74-b3af-9f367d9eed8f} <Debug> TCPHandler: Processed in 0.004302362 sec.
15266 2025.01.08 15:29:01.640603 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15267 2025.01.08 15:29:01.640803 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15268 2025.01.08 15:29:01.640855 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15269 2025.01.08 15:29:01.641359 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15270 2025.01.08 15:29:01.641398 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15271 2025.01.08 15:29:01.641777 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15272 2025.01.08 15:29:01.642026 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15273 2025.01.08 15:29:01.642235 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
15274 2025.01.08 15:29:01.642287 [ 267 ] {259fc29b-b383-4f6c-8b43-6e996a02d9a8} <Debug> TCPHandler: Processed in 0.001788315 sec.
15275 2025.01.08 15:29:01.642436 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15276 2025.01.08 15:29:01.642560 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15277 2025.01.08 15:29:01.642613 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15278 2025.01.08 15:29:01.643201 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15279 2025.01.08 15:29:01.643240 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15280 2025.01.08 15:29:01.643632 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15281 2025.01.08 15:29:01.643866 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15282 2025.01.08 15:29:01.644044 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
15283 2025.01.08 15:29:01.644105 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15284 2025.01.08 15:29:01.644111 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001563 sec., 113243.76199616124 rows/sec., 7.47 MiB/sec.
15285 2025.01.08 15:29:01.644139 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15286 2025.01.08 15:29:01.644293 [ 272 ] {775ced0e-08d3-4fe1-b037-271a76e72208} <Debug> TCPHandler: Processed in 0.001913197 sec.
15287 2025.01.08 15:29:01.644553 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
15288 2025.01.08 15:29:01.644623 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15289 2025.01.08 15:29:01.645175 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15290 2025.01.08 15:29:01.645182 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15291 2025.01.08 15:29:01.645331 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_119_24, total 30069 rows starting from the beginning of the part
15292 2025.01.08 15:29:01.645422 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15293 2025.01.08 15:29:01.645899 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 80 rows starting from the beginning of the part
15294 2025.01.08 15:29:01.646537 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 100 rows starting from the beginning of the part
15295 2025.01.08 15:29:01.646996 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 177 rows starting from the beginning of the part
15296 2025.01.08 15:29:01.647303 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 102 rows starting from the beginning of the part
15297 2025.01.08 15:29:01.647701 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 177 rows starting from the beginning of the part
15298 2025.01.08 15:29:01.648696 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15299 2025.01.08 15:29:01.648755 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15300 2025.01.08 15:29:01.649375 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15301 2025.01.08 15:29:01.649713 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15302 2025.01.08 15:29:01.650046 [ 221 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15303 2025.01.08 15:29:01.650127 [ 221 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15304 2025.01.08 15:29:01.650252 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005275 sec., 189.5734597156398 rows/sec., 12.77 KiB/sec.
15305 2025.01.08 15:29:01.650588 [ 267 ] {5dc0f805-0404-4c9c-9bb4-6989767c8fff} <Debug> TCPHandler: Processed in 0.006160949 sec.
15306 2025.01.08 15:29:01.650855 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15307 2025.01.08 15:29:01.651220 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15308 2025.01.08 15:29:01.651559 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15309 2025.01.08 15:29:01.655742 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15310 2025.01.08 15:29:01.655787 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15311 2025.01.08 15:29:01.656258 [ 221 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15312 2025.01.08 15:29:01.658026 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30705 rows, containing 5 columns (5 merged, 0 gathered) in 0.013755708 sec., 2232164.2768223924 rows/sec., 149.48 MiB/sec.
15313 2025.01.08 15:29:01.658231 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15314 2025.01.08 15:29:01.658481 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
15315 2025.01.08 15:29:01.658760 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15316 2025.01.08 15:29:01.659008 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15317 2025.01.08 15:29:01.659103 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15318 2025.01.08 15:29:01.659182 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15319 2025.01.08 15:29:01.659314 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15320 2025.01.08 15:29:01.659515 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008321 sec., 3725.5137603653407 rows/sec., 6.68 MiB/sec.
15321 2025.01.08 15:29:01.659751 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
15322 2025.01.08 15:29:01.659889 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::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
15323 2025.01.08 15:29:01.660367 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
15324 2025.01.08 15:29:01.660541 [ 272 ] {5a5b0c1e-3f92-460f-bd87-fa33fe158fc3} <Debug> TCPHandler: Processed in 0.009810151 sec.
15325 2025.01.08 15:29:01.660950 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15326 2025.01.08 15:29:01.661548 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15327 2025.01.08 15:29:01.661785 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15328 2025.01.08 15:29:01.662135 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15329 2025.01.08 15:29:01.662440 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1986 rows starting from the beginning of the part
15330 2025.01.08 15:29:01.663190 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 31 rows starting from the beginning of the part
15331 2025.01.08 15:29:01.663951 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 11 rows starting from the beginning of the part
15332 2025.01.08 15:29:01.663997 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15333 2025.01.08 15:29:01.664072 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15334 2025.01.08 15:29:01.664573 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 31 rows starting from the beginning of the part
15335 2025.01.08 15:29:01.665242 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 11 rows starting from the beginning of the part
15336 2025.01.08 15:29:01.665811 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15337 2025.01.08 15:29:01.665874 [ 196 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 31 rows starting from the beginning of the part
15338 2025.01.08 15:29:01.666799 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15339 2025.01.08 15:29:01.667198 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005898 sec., 8816.547982366905 rows/sec., 558.98 KiB/sec.
15340 2025.01.08 15:29:01.667344 [ 267 ] {dc420d72-d024-4cad-b802-8d9a9b4dd233} <Debug> TCPHandler: Processed in 0.006658946 sec.
15341 2025.01.08 15:29:01.674532 [ 199 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2101 rows, containing 19 columns (19 merged, 0 gathered) in 0.015180269 sec., 138403.34449936295 rows/sec., 248.01 MiB/sec.
15342 2025.01.08 15:29:01.676097 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15343 2025.01.08 15:29:01.676496 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15344 2025.01.08 15:29:01.676575 [ 188 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15345 2025.01.08 15:29:01.676685 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.93 MiB.
15346 2025.01.08 15:29:02.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.86 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 271.46 MiB (RSS), difference: 1.59 MiB
15347 2025.01.08 15:29:05.583673 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
15348 2025.01.08 15:29:05.583755 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
15349 2025.01.08 15:29:05.783045 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916
15350 2025.01.08 15:29:05.783917 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15351 2025.01.08 15:29:05.783977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15352 2025.01.08 15:29:05.784716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15353 2025.01.08 15:29:05.784967 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15354 2025.01.08 15:29:05.785203 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
15355 2025.01.08 15:29:06.080443 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15356 2025.01.08 15:29:06.080495 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15357 2025.01.08 15:29:06.082385 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15358 2025.01.08 15:29:06.107930 [ 220 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15359 2025.01.08 15:29:06.107965 [ 220 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15360 2025.01.08 15:29:06.109705 [ 220 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15361 2025.01.08 15:29:06.319135 [ 225 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15362 2025.01.08 15:29:06.319221 [ 225 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15363 2025.01.08 15:29:06.321587 [ 225 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15364 2025.01.08 15:29:06.491315 [ 220 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15365 2025.01.08 15:29:06.491375 [ 220 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15366 2025.01.08 15:29:06.493245 [ 220 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15367 2025.01.08 15:29:06.614462 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15368 2025.01.08 15:29:06.614771 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15369 2025.01.08 15:29:06.614893 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15370 2025.01.08 15:29:06.615864 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2025.01.08 15:29:06.615912 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15372 2025.01.08 15:29:06.616348 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15373 2025.01.08 15:29:06.616604 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2025.01.08 15:29:06.616857 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002172 sec., 22099.447513812156 rows/sec., 1.83 MiB/sec.
15375 2025.01.08 15:29:06.616924 [ 267 ] {51e491ad-7c84-4817-95d8-2b719425d2c6} <Debug> TCPHandler: Processed in 0.002642358 sec.
15376 2025.01.08 15:29:06.617193 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15377 2025.01.08 15:29:06.617406 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15378 2025.01.08 15:29:06.617486 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15379 2025.01.08 15:29:06.618337 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15380 2025.01.08 15:29:06.618379 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15381 2025.01.08 15:29:06.618805 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15382 2025.01.08 15:29:06.619055 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15383 2025.01.08 15:29:06.619245 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001901 sec., 5786.428195686481 rows/sec., 435.11 KiB/sec.
15384 2025.01.08 15:29:06.619311 [ 272 ] {7e8ca3d4-4630-4677-acfb-bd9fd9eee35b} <Debug> TCPHandler: Processed in 0.002263893 sec.
15385 2025.01.08 15:29:06.619482 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15386 2025.01.08 15:29:06.619633 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15387 2025.01.08 15:29:06.619695 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15388 2025.01.08 15:29:06.620392 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15389 2025.01.08 15:29:06.620433 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15390 2025.01.08 15:29:06.620807 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15391 2025.01.08 15:29:06.621054 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15392 2025.01.08 15:29:06.621258 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001657 sec., 23536.511768255885 rows/sec., 1.84 MiB/sec.
15393 2025.01.08 15:29:06.621320 [ 267 ] {bd042972-8882-40b3-a5b7-12d7ea17dc66} <Debug> TCPHandler: Processed in 0.001908448 sec.
15394 2025.01.08 15:29:06.621528 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15395 2025.01.08 15:29:06.621759 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15396 2025.01.08 15:29:06.621861 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15397 2025.01.08 15:29:06.622625 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15398 2025.01.08 15:29:06.622664 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15399 2025.01.08 15:29:06.623054 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15400 2025.01.08 15:29:06.623291 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15401 2025.01.08 15:29:06.623508 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00181 sec., 55248.61878453039 rows/sec., 3.83 MiB/sec.
15402 2025.01.08 15:29:06.623563 [ 272 ] {5fa4c20f-990b-4044-9d26-94b696019607} <Debug> TCPHandler: Processed in 0.002148921 sec.
15403 2025.01.08 15:29:06.623766 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15404 2025.01.08 15:29:06.623990 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15405 2025.01.08 15:29:06.624133 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15406 2025.01.08 15:29:06.625372 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15407 2025.01.08 15:29:06.625412 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15408 2025.01.08 15:29:06.626063 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15409 2025.01.08 15:29:06.626321 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15410 2025.01.08 15:29:06.626558 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002623 sec., 4193.671368661838 rows/sec., 7.51 MiB/sec.
15411 2025.01.08 15:29:06.626673 [ 267 ] {00bd8b7f-567e-4ec8-9ccb-73fb3c94c9f0} <Debug> TCPHandler: Processed in 0.003013143 sec.
15412 2025.01.08 15:29:06.626842 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15413 2025.01.08 15:29:06.626993 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15414 2025.01.08 15:29:06.627053 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15415 2025.01.08 15:29:06.627583 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15416 2025.01.08 15:29:06.627622 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15417 2025.01.08 15:29:06.628007 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15418 2025.01.08 15:29:06.628235 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15419 2025.01.08 15:29:06.628447 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001494 sec., 20080.321285140562 rows/sec., 1.38 MiB/sec.
15420 2025.01.08 15:29:06.628500 [ 272 ] {28446e7b-2661-4b47-a627-9e4085245584} <Debug> TCPHandler: Processed in 0.001725584 sec.
15421 2025.01.08 15:29:06.882580 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15422 2025.01.08 15:29:06.882795 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15423 2025.01.08 15:29:06.882878 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15424 2025.01.08 15:29:06.883680 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15425 2025.01.08 15:29:06.883733 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15426 2025.01.08 15:29:06.884175 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15427 2025.01.08 15:29:06.884430 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15428 2025.01.08 15:29:06.884672 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec.
15429 2025.01.08 15:29:06.884738 [ 267 ] {a4b6f74d-2a2d-47ec-9554-fe083d1fa678} <Debug> TCPHandler: Processed in 0.002297113 sec.
15430 2025.01.08 15:29:06.885003 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15431 2025.01.08 15:29:06.885214 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15432 2025.01.08 15:29:06.885295 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15433 2025.01.08 15:29:06.886055 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15434 2025.01.08 15:29:06.886106 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15435 2025.01.08 15:29:06.886531 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
15436 2025.01.08 15:29:06.886785 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15437 2025.01.08 15:29:06.887041 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001874 sec., 4268.943436499467 rows/sec., 348.10 KiB/sec.
15438 2025.01.08 15:29:06.887124 [ 272 ] {041dc57a-572a-4c56-89f3-70dcc691b98e} <Debug> TCPHandler: Processed in 0.002257342 sec.
15439 2025.01.08 15:29:06.887391 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15440 2025.01.08 15:29:06.887537 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15441 2025.01.08 15:29:06.887597 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15442 2025.01.08 15:29:06.888928 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15443 2025.01.08 15:29:06.888970 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15444 2025.01.08 15:29:06.889431 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15445 2025.01.08 15:29:06.889677 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15446 2025.01.08 15:29:06.889866 [ 151 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15447 2025.01.08 15:29:06.889913 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Debug> executeQuery: Read 1379 rows, 117.86 KiB in 0.002404 sec., 573627.2878535774 rows/sec., 47.88 MiB/sec.
15448 2025.01.08 15:29:06.889956 [ 151 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15449 2025.01.08 15:29:06.890037 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15450 2025.01.08 15:29:06.890040 [ 267 ] {2d06dfd8-5fc3-4104-8d7e-d67853dd2df9} <Debug> TCPHandler: Processed in 0.002800271 sec.
15451 2025.01.08 15:29:06.890263 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15452 2025.01.08 15:29:06.890276 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15453 2025.01.08 15:29:06.890510 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15454 2025.01.08 15:29:06.890542 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15455 2025.01.08 15:29:06.890579 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1405 rows starting from the beginning of the part
15456 2025.01.08 15:29:06.890637 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15457 2025.01.08 15:29:06.891007 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 235 rows starting from the beginning of the part
15458 2025.01.08 15:29:06.891341 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 50 rows starting from the beginning of the part
15459 2025.01.08 15:29:06.891773 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 235 rows starting from the beginning of the part
15460 2025.01.08 15:29:06.892133 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 48 rows starting from the beginning of the part
15461 2025.01.08 15:29:06.892409 [ 197 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1379 rows starting from the beginning of the part
15462 2025.01.08 15:29:06.893350 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15463 2025.01.08 15:29:06.893411 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15464 2025.01.08 15:29:06.894292 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15465 2025.01.08 15:29:06.894854 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15466 2025.01.08 15:29:06.895333 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Debug> executeQuery: Read 46 rows, 3.35 KiB in 0.004862 sec., 9461.127108185932 rows/sec., 688.13 KiB/sec.
15467 2025.01.08 15:29:06.895424 [ 272 ] {1f1727b8-b4dc-4069-9166-b0f62d44f302} <Debug> TCPHandler: Processed in 0.005267846 sec.
15468 2025.01.08 15:29:06.895606 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15469 2025.01.08 15:29:06.895753 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15470 2025.01.08 15:29:06.895828 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15471 2025.01.08 15:29:06.896131 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3352 rows, containing 5 columns (5 merged, 0 gathered) in 0.005985826 sec., 559989.5486437461 rows/sec., 49.34 MiB/sec.
15472 2025.01.08 15:29:06.896495 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15473 2025.01.08 15:29:06.897086 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15474 2025.01.08 15:29:06.897093 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15475 2025.01.08 15:29:06.897156 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15476 2025.01.08 15:29:06.897288 [ 199 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_126_25} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15477 2025.01.08 15:29:06.897475 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15478 2025.01.08 15:29:06.897741 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15479 2025.01.08 15:29:06.897991 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15480 2025.01.08 15:29:06.898213 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002493 sec., 97071.80104292018 rows/sec., 6.58 MiB/sec.
15481 2025.01.08 15:29:06.898269 [ 267 ] {f0e0ce9e-eafe-4b40-b5e2-8fc820e9a7bb} <Debug> TCPHandler: Processed in 0.002737149 sec.
15482 2025.01.08 15:29:06.898427 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15483 2025.01.08 15:29:06.898567 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15484 2025.01.08 15:29:06.898624 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15485 2025.01.08 15:29:06.899320 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15486 2025.01.08 15:29:06.899358 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15487 2025.01.08 15:29:06.899725 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15488 2025.01.08 15:29:06.899962 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15489 2025.01.08 15:29:06.900183 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec.
15490 2025.01.08 15:29:06.900260 [ 272 ] {b6290c38-6182-49d6-93cf-9074c712ad9f} <Debug> TCPHandler: Processed in 0.001901257 sec.
15491 2025.01.08 15:29:06.900479 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15492 2025.01.08 15:29:06.900604 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15493 2025.01.08 15:29:06.900653 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15494 2025.01.08 15:29:06.901563 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15495 2025.01.08 15:29:06.901602 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15496 2025.01.08 15:29:06.901995 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15497 2025.01.08 15:29:06.902229 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15498 2025.01.08 15:29:06.902404 [ 151 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15499 2025.01.08 15:29:06.902461 [ 151 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15500 2025.01.08 15:29:06.902477 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Debug> executeQuery: Read 841 rows, 62.23 KiB in 0.001883 sec., 446627.72172065853 rows/sec., 32.27 MiB/sec.
15501 2025.01.08 15:29:06.902509 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15502 2025.01.08 15:29:06.902649 [ 267 ] {44d1b803-112b-48f5-bf00-939bbead5782} <Debug> TCPHandler: Processed in 0.002258362 sec.
15503 2025.01.08 15:29:06.902883 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15504 2025.01.08 15:29:06.902902 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15505 2025.01.08 15:29:06.903346 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15506 2025.01.08 15:29:06.903553 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15507 2025.01.08 15:29:06.903577 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15508 2025.01.08 15:29:06.903801 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 876 rows starting from the beginning of the part
15509 2025.01.08 15:29:06.904776 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 377 rows starting from the beginning of the part
15510 2025.01.08 15:29:06.905565 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 43 rows starting from the beginning of the part
15511 2025.01.08 15:29:06.905875 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 377 rows starting from the beginning of the part
15512 2025.01.08 15:29:06.906187 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 39 rows starting from the beginning of the part
15513 2025.01.08 15:29:06.906550 [ 189 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 841 rows starting from the beginning of the part
15514 2025.01.08 15:29:06.907020 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15515 2025.01.08 15:29:06.907096 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15516 2025.01.08 15:29:06.908044 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15517 2025.01.08 15:29:06.908630 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15518 2025.01.08 15:29:06.909031 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005851 sec., 1025.4657323534439 rows/sec., 53.58 KiB/sec.
15519 2025.01.08 15:29:06.909089 [ 272 ] {264f20f7-d6ad-4746-84c8-eec01332d68c} <Debug> TCPHandler: Processed in 0.006324181 sec.
15520 2025.01.08 15:29:06.909284 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15521 2025.01.08 15:29:06.909389 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2553 rows, containing 5 columns (5 merged, 0 gathered) in 0.006740537 sec., 378753.2061614676 rows/sec., 28.74 MiB/sec.
15522 2025.01.08 15:29:06.909478 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15523 2025.01.08 15:29:06.909578 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15524 2025.01.08 15:29:06.909697 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15525 2025.01.08 15:29:06.910347 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15526 2025.01.08 15:29:06.910422 [ 199 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_126_25} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15527 2025.01.08 15:29:06.910595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
15528 2025.01.08 15:29:06.910927 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15529 2025.01.08 15:29:06.910970 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15530 2025.01.08 15:29:06.911404 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15531 2025.01.08 15:29:06.911646 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15532 2025.01.08 15:29:06.911870 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.002449 sec., 386688.44426296453 rows/sec., 25.68 MiB/sec.
15533 2025.01.08 15:29:06.911925 [ 267 ] {aad7858e-690d-440b-96dc-3e5fb1241f5a} <Debug> TCPHandler: Processed in 0.00274282 sec.
15534 2025.01.08 15:29:06.912075 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15535 2025.01.08 15:29:06.912216 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15536 2025.01.08 15:29:06.912276 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15537 2025.01.08 15:29:06.912828 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15538 2025.01.08 15:29:06.912873 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15539 2025.01.08 15:29:06.913294 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15540 2025.01.08 15:29:06.913527 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15541 2025.01.08 15:29:06.913735 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec.
15542 2025.01.08 15:29:06.913783 [ 272 ] {5190f5c2-2b7a-4be4-85fe-bf8408d5b142} <Debug> TCPHandler: Processed in 0.001778516 sec.
15543 2025.01.08 15:29:06.913918 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15544 2025.01.08 15:29:06.914037 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15545 2025.01.08 15:29:06.914117 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15546 2025.01.08 15:29:06.915304 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15547 2025.01.08 15:29:06.915344 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15548 2025.01.08 15:29:06.916003 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15549 2025.01.08 15:29:06.916276 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15550 2025.01.08 15:29:06.916516 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002504 sec., 12380.191693290733 rows/sec., 22.18 MiB/sec.
15551 2025.01.08 15:29:06.916626 [ 267 ] {74e65e26-1921-4eea-a101-b727a53485c2} <Debug> TCPHandler: Processed in 0.00276388 sec.
15552 2025.01.08 15:29:06.916855 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15553 2025.01.08 15:29:06.917078 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15554 2025.01.08 15:29:06.917169 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15555 2025.01.08 15:29:06.917734 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15556 2025.01.08 15:29:06.917772 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15557 2025.01.08 15:29:06.918134 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15558 2025.01.08 15:29:06.918373 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15559 2025.01.08 15:29:06.918536 [ 155 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15560 2025.01.08 15:29:06.918596 [ 155 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15561 2025.01.08 15:29:06.918608 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001577 sec., 17755.231452124284 rows/sec., 1023.01 KiB/sec.
15562 2025.01.08 15:29:06.918630 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15563 2025.01.08 15:29:06.918751 [ 272 ] {9f28213c-f6a7-44d5-9ecb-90e8c9274faa} <Debug> TCPHandler: Processed in 0.002004319 sec.
15564 2025.01.08 15:29:06.918926 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15565 2025.01.08 15:29:06.919086 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15566 2025.01.08 15:29:06.919206 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 4236 rows starting from the beginning of the part
15567 2025.01.08 15:29:06.919564 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 52 rows starting from the beginning of the part
15568 2025.01.08 15:29:06.919995 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 30 rows starting from the beginning of the part
15569 2025.01.08 15:29:06.920391 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 52 rows starting from the beginning of the part
15570 2025.01.08 15:29:06.920747 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 30 rows starting from the beginning of the part
15571 2025.01.08 15:29:06.921090 [ 198 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 28 rows starting from the beginning of the part
15572 2025.01.08 15:29:06.923243 [ 199 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4428 rows, containing 4 columns (4 merged, 0 gathered) in 0.004490595 sec., 986060.8672124741 rows/sec., 63.43 MiB/sec.
15573 2025.01.08 15:29:06.923561 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15574 2025.01.08 15:29:06.923869 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15575 2025.01.08 15:29:06.923945 [ 201 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_126_25} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15576 2025.01.08 15:29:06.924032 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
15577 2025.01.08 15:29:07.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.84 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 271.46 MiB (RSS), difference: -1.38 MiB
15578 2025.01.08 15:29:08.195836 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
15579 2025.01.08 15:29:08.218601 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15580 2025.01.08 15:29:08.218669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15581 2025.01.08 15:29:08.226193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15582 2025.01.08 15:29:08.227029 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15583 2025.01.08 15:29:08.230589 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
15584 2025.01.08 15:29:10.984304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2196
15585 2025.01.08 15:29:10.988155 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15586 2025.01.08 15:29:10.988211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15587 2025.01.08 15:29:10.989765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15588 2025.01.08 15:29:10.990076 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15589 2025.01.08 15:29:10.990645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2196
15590 2025.01.08 15:29:11.611929 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15591 2025.01.08 15:29:11.612142 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15592 2025.01.08 15:29:11.612224 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15593 2025.01.08 15:29:11.612987 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15594 2025.01.08 15:29:11.613034 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15595 2025.01.08 15:29:11.613479 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15596 2025.01.08 15:29:11.613735 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15597 2025.01.08 15:29:11.613974 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001892 sec., 13742.071881606766 rows/sec., 1.02 MiB/sec.
15598 2025.01.08 15:29:11.614031 [ 267 ] {58860dcd-4737-4ed6-bafc-5cda488cbd92} <Debug> TCPHandler: Processed in 0.002240422 sec.
15599 2025.01.08 15:29:11.614348 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15600 2025.01.08 15:29:11.614607 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15601 2025.01.08 15:29:11.614684 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15602 2025.01.08 15:29:11.615472 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15603 2025.01.08 15:29:11.615524 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15604 2025.01.08 15:29:11.615974 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15605 2025.01.08 15:29:11.616229 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15606 2025.01.08 15:29:11.616477 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001925 sec., 14545.454545454544 rows/sec., 1.13 MiB/sec.
15607 2025.01.08 15:29:11.616544 [ 272 ] {eb938583-1491-4dc4-8736-fbfc66648c2f} <Debug> TCPHandler: Processed in 0.002396154 sec.
15608 2025.01.08 15:29:11.616740 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15609 2025.01.08 15:29:11.616967 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15610 2025.01.08 15:29:11.617064 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15611 2025.01.08 15:29:11.617809 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15612 2025.01.08 15:29:11.617849 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15613 2025.01.08 15:29:11.618245 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15614 2025.01.08 15:29:11.618491 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15615 2025.01.08 15:29:11.618702 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00179 sec., 44692.7374301676 rows/sec., 3.10 MiB/sec.
15616 2025.01.08 15:29:11.618753 [ 267 ] {76faf17f-100f-4697-a10f-a2c2d13fc494} <Debug> TCPHandler: Processed in 0.002124521 sec.
15617 2025.01.08 15:29:11.618902 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15618 2025.01.08 15:29:11.619032 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15619 2025.01.08 15:29:11.619088 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15620 2025.01.08 15:29:11.619596 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15621 2025.01.08 15:29:11.619636 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15622 2025.01.08 15:29:11.620027 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15623 2025.01.08 15:29:11.620265 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15624 2025.01.08 15:29:11.620480 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001479 sec., 16227.180527383367 rows/sec., 1.11 MiB/sec.
15625 2025.01.08 15:29:11.620533 [ 272 ] {f8071ac3-ca83-44b8-bf04-514e02e2e668} <Debug> TCPHandler: Processed in 0.001693824 sec.
15626 2025.01.08 15:29:13.285453 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404
15627 2025.01.08 15:29:13.286120 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15628 2025.01.08 15:29:13.286168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15629 2025.01.08 15:29:13.286696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15630 2025.01.08 15:29:13.286941 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15631 2025.01.08 15:29:13.287191 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
15632 2025.01.08 15:29:13.287268 [ 225 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15633 2025.01.08 15:29:13.287321 [ 225 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15634 2025.01.08 15:29:13.289205 [ 225 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15635 2025.01.08 15:29:14.011335 [ 221 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15636 2025.01.08 15:29:14.011392 [ 221 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15637 2025.01.08 15:29:14.013552 [ 221 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15638 2025.01.08 15:29:15.730685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
15639 2025.01.08 15:29:15.753571 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15640 2025.01.08 15:29:15.753723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15641 2025.01.08 15:29:15.761528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15642 2025.01.08 15:29:15.762362 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15643 2025.01.08 15:29:15.765565 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
15644 2025.01.08 15:29:16.149183 [ 224 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15645 2025.01.08 15:29:16.149268 [ 224 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15646 2025.01.08 15:29:16.151651 [ 224 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15647 2025.01.08 15:29:16.324644 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15648 2025.01.08 15:29:16.324729 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15649 2025.01.08 15:29:16.326976 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15650 2025.01.08 15:29:16.409969 [ 220 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15651 2025.01.08 15:29:16.410044 [ 220 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15652 2025.01.08 15:29:16.412300 [ 220 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15653 2025.01.08 15:29:16.512354 [ 220 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15654 2025.01.08 15:29:16.512417 [ 220 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15655 2025.01.08 15:29:16.514286 [ 220 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15656 2025.01.08 15:29:16.613805 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15657 2025.01.08 15:29:16.614007 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15658 2025.01.08 15:29:16.614088 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15659 2025.01.08 15:29:16.614902 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15660 2025.01.08 15:29:16.614949 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15661 2025.01.08 15:29:16.615396 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15662 2025.01.08 15:29:16.615667 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15663 2025.01.08 15:29:16.615905 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001955 sec., 24552.42966751918 rows/sec., 2.03 MiB/sec.
15664 2025.01.08 15:29:16.615972 [ 267 ] {a3af299b-40fb-4157-8d57-7837f1cc8379} <Debug> TCPHandler: Processed in 0.002336273 sec.
15665 2025.01.08 15:29:16.616288 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15666 2025.01.08 15:29:16.616602 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15667 2025.01.08 15:29:16.616702 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15668 2025.01.08 15:29:16.617459 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15669 2025.01.08 15:29:16.617510 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15670 2025.01.08 15:29:16.617950 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15671 2025.01.08 15:29:16.618208 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15672 2025.01.08 15:29:16.618434 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001922 sec., 5723.204994797086 rows/sec., 430.36 KiB/sec.
15673 2025.01.08 15:29:16.618490 [ 272 ] {158a9036-309f-4df7-9dbf-b359f9318233} <Debug> TCPHandler: Processed in 0.002402235 sec.
15674 2025.01.08 15:29:16.618691 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15675 2025.01.08 15:29:16.618924 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15676 2025.01.08 15:29:16.619017 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15677 2025.01.08 15:29:16.619932 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15678 2025.01.08 15:29:16.619973 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15679 2025.01.08 15:29:16.620351 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15680 2025.01.08 15:29:16.620603 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15681 2025.01.08 15:29:16.620828 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001962 sec., 19877.67584097859 rows/sec., 1.55 MiB/sec.
15682 2025.01.08 15:29:16.620883 [ 267 ] {343d626f-460f-49df-b5a1-195a29c864d0} <Debug> TCPHandler: Processed in 0.002301003 sec.
15683 2025.01.08 15:29:16.621130 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15684 2025.01.08 15:29:16.621354 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15685 2025.01.08 15:29:16.621452 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15686 2025.01.08 15:29:16.622097 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15687 2025.01.08 15:29:16.622136 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15688 2025.01.08 15:29:16.622530 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15689 2025.01.08 15:29:16.622772 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15690 2025.01.08 15:29:16.622989 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001692 sec., 59101.6548463357 rows/sec., 4.10 MiB/sec.
15691 2025.01.08 15:29:16.623038 [ 272 ] {e71c7817-c458-4b2e-9807-91ff7b10ce60} <Debug> TCPHandler: Processed in 0.002019349 sec.
15692 2025.01.08 15:29:16.623244 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15693 2025.01.08 15:29:16.623468 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15694 2025.01.08 15:29:16.623613 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15695 2025.01.08 15:29:16.624797 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15696 2025.01.08 15:29:16.624840 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15697 2025.01.08 15:29:16.625491 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15698 2025.01.08 15:29:16.625761 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15699 2025.01.08 15:29:16.626056 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002632 sec., 4179.331306990882 rows/sec., 7.49 MiB/sec.
15700 2025.01.08 15:29:16.626381 [ 267 ] {917ada2b-becf-4ed6-94fa-c541bff8b60e} <Debug> TCPHandler: Processed in 0.003240996 sec.
15701 2025.01.08 15:29:16.626712 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15702 2025.01.08 15:29:16.626887 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15703 2025.01.08 15:29:16.626949 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15704 2025.01.08 15:29:16.627544 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15705 2025.01.08 15:29:16.627592 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15706 2025.01.08 15:29:16.627964 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15707 2025.01.08 15:29:16.628200 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15708 2025.01.08 15:29:16.628404 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001548 sec., 19379.844961240313 rows/sec., 1.33 MiB/sec.
15709 2025.01.08 15:29:16.628454 [ 272 ] {b0ea0512-3284-43a2-a8a2-f6e3e023aa47} <Debug> TCPHandler: Processed in 0.001955178 sec.
15710 2025.01.08 15:29:17.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.90 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 271.46 MiB (RSS), difference: 3.56 MiB
15711 2025.01.08 15:29:17.719264 [ 36 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0
15712 2025.01.08 15:29:17.719338 [ 36 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15713 2025.01.08 15:29:17.719367 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15714 2025.01.08 15:29:17.719520 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full
15715 2025.01.08 15:29:17.719775 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15716 2025.01.08 15:29:17.719820 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 52 rows starting from the beginning of the part
15717 2025.01.08 15:29:17.719926 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
15718 2025.01.08 15:29:17.719995 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
15719 2025.01.08 15:29:17.720407 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
15720 2025.01.08 15:29:17.720692 [ 199 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
15721 2025.01.08 15:29:17.721872 [ 192 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.002424935 sec., 23093.40250357226 rows/sec., 1.52 MiB/sec.
15722 2025.01.08 15:29:17.722018 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary)
15723 2025.01.08 15:29:17.722317 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15724 2025.01.08 15:29:17.722394 [ 187 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_55_12} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12
15725 2025.01.08 15:29:17.722467 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15726 2025.01.08 15:29:17.861868 [ 36 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0
15727 2025.01.08 15:29:17.861945 [ 36 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15728 2025.01.08 15:29:17.861987 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15729 2025.01.08 15:29:17.862262 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full
15730 2025.01.08 15:29:17.862568 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15731 2025.01.08 15:29:17.862635 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 243 rows starting from the beginning of the part
15732 2025.01.08 15:29:17.862761 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 242 rows starting from the beginning of the part
15733 2025.01.08 15:29:17.862889 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
15734 2025.01.08 15:29:17.863017 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
15735 2025.01.08 15:29:17.863098 [ 193 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 242 rows starting from the beginning of the part
15736 2025.01.08 15:29:17.864368 [ 187 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277233 sec., 331542.7099466765 rows/sec., 23.73 MiB/sec.
15737 2025.01.08 15:29:17.864543 [ 187 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary)
15738 2025.01.08 15:29:17.864827 [ 187 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15739 2025.01.08 15:29:17.864902 [ 187 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_55_12} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12
15740 2025.01.08 15:29:17.864986 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
15741 2025.01.08 15:29:19.632952 [ 218 ] {} <Trace> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15742 2025.01.08 15:29:19.633024 [ 218 ] {} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15743 2025.01.08 15:29:19.634778 [ 218 ] {} <Debug> oximeter.timeseries_schema (493694f4-025c-4bc3-8a2d-cdcebec22002): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15744 2025.01.08 15:29:20.583824 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
15745 2025.01.08 15:29:20.583913 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
15746 2025.01.08 15:29:20.787351 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831
15747 2025.01.08 15:29:20.788009 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15748 2025.01.08 15:29:20.788055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15749 2025.01.08 15:29:20.788614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15750 2025.01.08 15:29:20.788877 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15751 2025.01.08 15:29:20.789109 [ 41 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15752 2025.01.08 15:29:20.789127 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
15753 2025.01.08 15:29:20.789200 [ 41 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15754 2025.01.08 15:29:20.789230 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15755 2025.01.08 15:29:20.789345 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
15756 2025.01.08 15:29:20.789438 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15757 2025.01.08 15:29:20.789473 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
15758 2025.01.08 15:29:20.789542 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part
15759 2025.01.08 15:29:20.789710 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part
15760 2025.01.08 15:29:20.789987 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part
15761 2025.01.08 15:29:20.790138 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part
15762 2025.01.08 15:29:20.790350 [ 195 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part
15763 2025.01.08 15:29:20.793283 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003983958 sec., 8742813.05174402 rows/sec., 125.07 MiB/sec.
15764 2025.01.08 15:29:20.793609 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15765 2025.01.08 15:29:20.793965 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15766 2025.01.08 15:29:20.794064 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_76_15} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15767 2025.01.08 15:29:20.794202 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
15768 2025.01.08 15:29:20.990968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2216
15769 2025.01.08 15:29:20.993936 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15770 2025.01.08 15:29:20.993985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15771 2025.01.08 15:29:20.995504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15772 2025.01.08 15:29:20.995822 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15773 2025.01.08 15:29:20.996072 [ 41 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
15774 2025.01.08 15:29:20.996217 [ 41 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15775 2025.01.08 15:29:20.996312 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15776 2025.01.08 15:29:20.996788 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::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
15777 2025.01.08 15:29:20.997405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2216
15778 2025.01.08 15:29:20.997927 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15779 2025.01.08 15:29:20.998110 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2024 rows starting from the beginning of the part
15780 2025.01.08 15:29:20.998761 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part
15781 2025.01.08 15:29:20.999420 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part
15782 2025.01.08 15:29:21.000300 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part
15783 2025.01.08 15:29:21.001425 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part
15784 2025.01.08 15:29:21.002076 [ 195 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part
15785 2025.01.08 15:29:21.011278 [ 194 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 72 columns (72 merged, 0 gathered) in 0.014766642 sec., 150067.97076816787 rows/sec., 112.36 MiB/sec.
15786 2025.01.08 15:29:21.013075 [ 191 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15787 2025.01.08 15:29:21.013785 [ 191 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15788 2025.01.08 15:29:21.013875 [ 191 ] {c5653dc5-33a0-448e-a62e-37619d1c9d33::all_1_56_11} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15789 2025.01.08 15:29:21.014092 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
15790 2025.01.08 15:29:21.619287 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15791 2025.01.08 15:29:21.619595 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15792 2025.01.08 15:29:21.619712 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15793 2025.01.08 15:29:21.620472 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15794 2025.01.08 15:29:21.620521 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15795 2025.01.08 15:29:21.620973 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15796 2025.01.08 15:29:21.621235 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15797 2025.01.08 15:29:21.621442 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec.
15798 2025.01.08 15:29:21.621506 [ 267 ] {617f9c3b-769e-49cd-9e49-90fb3c220016} <Debug> TCPHandler: Processed in 0.002402125 sec.
15799 2025.01.08 15:29:21.621751 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15800 2025.01.08 15:29:21.621955 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15801 2025.01.08 15:29:21.622034 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15802 2025.01.08 15:29:21.622896 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15803 2025.01.08 15:29:21.622949 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15804 2025.01.08 15:29:21.623420 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15805 2025.01.08 15:29:21.623687 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15806 2025.01.08 15:29:21.623926 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002022 sec., 116221.56280909991 rows/sec., 10.36 MiB/sec.
15807 2025.01.08 15:29:21.623997 [ 272 ] {bddd8f83-6ca3-477b-903e-406a37060ba8} <Debug> TCPHandler: Processed in 0.002383175 sec.
15808 2025.01.08 15:29:21.624150 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15809 2025.01.08 15:29:21.624297 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15810 2025.01.08 15:29:21.624358 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15811 2025.01.08 15:29:21.625023 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15812 2025.01.08 15:29:21.625062 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15813 2025.01.08 15:29:21.625447 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15814 2025.01.08 15:29:21.625690 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15815 2025.01.08 15:29:21.625906 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001637 sec., 23213.194868662187 rows/sec., 1.66 MiB/sec.
15816 2025.01.08 15:29:21.625986 [ 267 ] {dcec9514-8c18-4e76-835d-bb4879c0e655} <Debug> TCPHandler: Processed in 0.001902767 sec.
15817 2025.01.08 15:29:21.626196 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15818 2025.01.08 15:29:21.626543 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15819 2025.01.08 15:29:21.626681 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15820 2025.01.08 15:29:21.627329 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15821 2025.01.08 15:29:21.627368 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15822 2025.01.08 15:29:21.627743 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15823 2025.01.08 15:29:21.627990 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15824 2025.01.08 15:29:21.628208 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001776 sec., 7882.882882882883 rows/sec., 552.07 KiB/sec.
15825 2025.01.08 15:29:21.628264 [ 272 ] {2348774a-39c1-4544-9a13-adfda58dec03} <Debug> TCPHandler: Processed in 0.002190871 sec.
15826 2025.01.08 15:29:21.628396 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15827 2025.01.08 15:29:21.628517 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15828 2025.01.08 15:29:21.628566 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15829 2025.01.08 15:29:21.629146 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15830 2025.01.08 15:29:21.629186 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15831 2025.01.08 15:29:21.629549 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15832 2025.01.08 15:29:21.629785 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15833 2025.01.08 15:29:21.630002 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00151 sec., 8609.271523178808 rows/sec., 536.79 KiB/sec.
15834 2025.01.08 15:29:21.630055 [ 267 ] {1f16bf95-1e42-46fd-9ec7-63e22ec97c34} <Debug> TCPHandler: Processed in 0.001715735 sec.
15835 2025.01.08 15:29:21.630214 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15836 2025.01.08 15:29:21.630353 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15837 2025.01.08 15:29:21.630410 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15838 2025.01.08 15:29:21.631161 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15839 2025.01.08 15:29:21.631199 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15840 2025.01.08 15:29:21.631590 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15841 2025.01.08 15:29:21.631824 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15842 2025.01.08 15:29:21.632062 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001736 sec., 217165.89861751153 rows/sec., 15.35 MiB/sec.
15843 2025.01.08 15:29:21.632144 [ 272 ] {36516bee-ee54-485e-9a10-38e899877ac7} <Debug> TCPHandler: Processed in 0.001997029 sec.
15844 2025.01.08 15:29:21.632308 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15845 2025.01.08 15:29:21.632501 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15846 2025.01.08 15:29:21.632561 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15847 2025.01.08 15:29:21.633078 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15848 2025.01.08 15:29:21.633116 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15849 2025.01.08 15:29:21.633477 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15850 2025.01.08 15:29:21.633718 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15851 2025.01.08 15:29:21.633953 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec.
15852 2025.01.08 15:29:21.634007 [ 267 ] {1bcafe08-a470-4f15-8403-8e8316830e59} <Debug> TCPHandler: Processed in 0.001776326 sec.
15853 2025.01.08 15:29:21.634158 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15854 2025.01.08 15:29:21.634299 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15855 2025.01.08 15:29:21.634362 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15856 2025.01.08 15:29:21.634991 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15857 2025.01.08 15:29:21.635030 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15858 2025.01.08 15:29:21.635430 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15859 2025.01.08 15:29:21.635669 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15860 2025.01.08 15:29:21.635848 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0
15861 2025.01.08 15:29:21.635910 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001639 sec., 107992.67846247711 rows/sec., 7.12 MiB/sec.
15862 2025.01.08 15:29:21.635932 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15863 2025.01.08 15:29:21.636009 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15864 2025.01.08 15:29:21.636044 [ 272 ] {e2840e88-6f6f-4a43-957e-bbf2daacb083} <Debug> TCPHandler: Processed in 0.001949688 sec.
15865 2025.01.08 15:29:21.636275 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full
15866 2025.01.08 15:29:21.636276 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15867 2025.01.08 15:29:21.636546 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15868 2025.01.08 15:29:21.636566 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15869 2025.01.08 15:29:21.636626 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_124_25, total 30705 rows starting from the beginning of the part
15870 2025.01.08 15:29:21.636694 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15871 2025.01.08 15:29:21.636930 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 100 rows starting from the beginning of the part
15872 2025.01.08 15:29:21.637252 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 947 rows starting from the beginning of the part
15873 2025.01.08 15:29:21.637638 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 80 rows starting from the beginning of the part
15874 2025.01.08 15:29:21.637972 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 100 rows starting from the beginning of the part
15875 2025.01.08 15:29:21.638317 [ 194 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 177 rows starting from the beginning of the part
15876 2025.01.08 15:29:21.639428 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15877 2025.01.08 15:29:21.639502 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15878 2025.01.08 15:29:21.640096 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15879 2025.01.08 15:29:21.640407 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15880 2025.01.08 15:29:21.640807 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004311 sec., 231.9647413593134 rows/sec., 15.63 KiB/sec.
15881 2025.01.08 15:29:21.640944 [ 267 ] {2c43574f-e4c8-4cf5-9a4d-2fba289d85fd} <Debug> TCPHandler: Processed in 0.00480946 sec.
15882 2025.01.08 15:29:21.641134 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15883 2025.01.08 15:29:21.641292 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15884 2025.01.08 15:29:21.641416 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15885 2025.01.08 15:29:21.642747 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15886 2025.01.08 15:29:21.642786 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15887 2025.01.08 15:29:21.643556 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15888 2025.01.08 15:29:21.643878 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15889 2025.01.08 15:29:21.644254 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002999 sec., 10336.77892630877 rows/sec., 18.52 MiB/sec.
15890 2025.01.08 15:29:21.644632 [ 272 ] {8f354f55-acf3-4ccb-9dcb-00c983177492} <Debug> TCPHandler: Processed in 0.003599632 sec.
15891 2025.01.08 15:29:21.644935 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15892 2025.01.08 15:29:21.645112 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15893 2025.01.08 15:29:21.645226 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15894 2025.01.08 15:29:21.646007 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15895 2025.01.08 15:29:21.646074 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15896 2025.01.08 15:29:21.647181 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32109 rows, containing 5 columns (5 merged, 0 gathered) in 0.011045719 sec., 2906918.0557644097 rows/sec., 194.67 MiB/sec.
15897 2025.01.08 15:29:21.647211 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15898 2025.01.08 15:29:21.647551 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15899 2025.01.08 15:29:21.647840 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.002758 sec., 18854.24220449601 rows/sec., 1.17 MiB/sec.
15900 2025.01.08 15:29:21.647974 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary)
15901 2025.01.08 15:29:21.647987 [ 267 ] {c9014764-b2fa-48f2-9a4b-fcce4a21cdab} <Debug> TCPHandler: Processed in 0.003257507 sec.
15902 2025.01.08 15:29:21.648665 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15903 2025.01.08 15:29:21.648759 [ 200 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26
15904 2025.01.08 15:29:21.648862 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
15905 2025.01.08 15:29:23.265653 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
15906 2025.01.08 15:29:23.288811 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15907 2025.01.08 15:29:23.288869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15908 2025.01.08 15:29:23.296388 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15909 2025.01.08 15:29:23.297159 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15910 2025.01.08 15:29:23.297463 [ 52 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15911 2025.01.08 15:29:23.297544 [ 52 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15912 2025.01.08 15:29:23.297593 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15913 2025.01.08 15:29:23.298013 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
15914 2025.01.08 15:29:23.308682 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
15915 2025.01.08 15:29:23.309753 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15916 2025.01.08 15:29:23.310681 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
15917 2025.01.08 15:29:23.315378 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
15918 2025.01.08 15:29:23.320314 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
15919 2025.01.08 15:29:23.325612 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
15920 2025.01.08 15:29:23.331292 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
15921 2025.01.08 15:29:23.336857 [ 188 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
15922 2025.01.08 15:29:23.404336 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.106642196 sec., 5373.107658060605 rows/sec., 27.78 MiB/sec.
15923 2025.01.08 15:29:23.407608 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15924 2025.01.08 15:29:23.410651 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15925 2025.01.08 15:29:23.410774 [ 186 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_76_15} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15926 2025.01.08 15:29:23.413302 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
15927 2025.01.08 15:29:24.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.51 MiB, peak 289.93 MiB, free memory in arenas 0.00 B, will set to 271.46 MiB (RSS), difference: -1.06 MiB
15928 2025.01.08 15:29:26.613794 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15929 2025.01.08 15:29:26.614028 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15930 2025.01.08 15:29:26.614113 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15931 2025.01.08 15:29:26.614973 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15932 2025.01.08 15:29:26.615030 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15933 2025.01.08 15:29:26.615479 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15934 2025.01.08 15:29:26.615734 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15935 2025.01.08 15:29:26.616025 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.00204 sec., 23529.41176470588 rows/sec., 1.95 MiB/sec.
15936 2025.01.08 15:29:26.616105 [ 267 ] {2ed78d51-4b83-41a4-8372-88a45d53304a} <Debug> TCPHandler: Processed in 0.002449235 sec.
15937 2025.01.08 15:29:26.616439 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15938 2025.01.08 15:29:26.616682 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15939 2025.01.08 15:29:26.616765 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15940 2025.01.08 15:29:26.617539 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15941 2025.01.08 15:29:26.617586 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15942 2025.01.08 15:29:26.618017 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15943 2025.01.08 15:29:26.618264 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15944 2025.01.08 15:29:26.618488 [ 172 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15945 2025.01.08 15:29:26.618517 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001886 sec., 5832.449628844114 rows/sec., 438.57 KiB/sec.
15946 2025.01.08 15:29:26.618605 [ 172 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15947 2025.01.08 15:29:26.618685 [ 272 ] {6568d599-8bd8-4423-8617-956ca05eed17} <Debug> TCPHandler: Processed in 0.002432905 sec.
15948 2025.01.08 15:29:26.618695 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15949 2025.01.08 15:29:26.618958 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15950 2025.01.08 15:29:26.618972 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15951 2025.01.08 15:29:26.619166 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15952 2025.01.08 15:29:26.619263 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 63 rows starting from the beginning of the part
15953 2025.01.08 15:29:26.619338 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15954 2025.01.08 15:29:26.619486 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 11 rows starting from the beginning of the part
15955 2025.01.08 15:29:26.619567 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15956 2025.01.08 15:29:26.619925 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 46 rows starting from the beginning of the part
15957 2025.01.08 15:29:26.620343 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 11 rows starting from the beginning of the part
15958 2025.01.08 15:29:26.620675 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 38 rows starting from the beginning of the part
15959 2025.01.08 15:29:26.621026 [ 200 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 11 rows starting from the beginning of the part
15960 2025.01.08 15:29:26.622676 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15961 2025.01.08 15:29:26.622753 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15962 2025.01.08 15:29:26.623778 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15963 2025.01.08 15:29:26.623977 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005109943 sec., 35225.44184935136 rows/sec., 2.66 MiB/sec.
15964 2025.01.08 15:29:26.624164 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15965 2025.01.08 15:29:26.624167 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15966 2025.01.08 15:29:26.624513 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.005285 sec., 7379.3755912961215 rows/sec., 589.82 KiB/sec.
15967 2025.01.08 15:29:26.624606 [ 267 ] {7b2806a1-2a68-4609-bc72-30ed868d2db8} <Debug> TCPHandler: Processed in 0.005816784 sec.
15968 2025.01.08 15:29:26.624701 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15969 2025.01.08 15:29:26.624803 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15970 2025.01.08 15:29:26.624823 [ 189 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_106_21} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15971 2025.01.08 15:29:26.624982 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15972 2025.01.08 15:29:26.625046 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15973 2025.01.08 15:29:26.625116 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15974 2025.01.08 15:29:26.625777 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15975 2025.01.08 15:29:26.625824 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15976 2025.01.08 15:29:26.626227 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15977 2025.01.08 15:29:26.626475 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15978 2025.01.08 15:29:26.626691 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001718 sec., 58207.217694994186 rows/sec., 4.04 MiB/sec.
15979 2025.01.08 15:29:26.626755 [ 272 ] {d36b713d-764e-410c-be45-907d70b1517e} <Debug> TCPHandler: Processed in 0.002039649 sec.
15980 2025.01.08 15:29:26.626969 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15981 2025.01.08 15:29:26.627282 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15982 2025.01.08 15:29:26.627386 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15983 2025.01.08 15:29:26.628590 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15984 2025.01.08 15:29:26.628630 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15985 2025.01.08 15:29:26.629264 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15986 2025.01.08 15:29:26.629524 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15987 2025.01.08 15:29:26.629709 [ 172 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15988 2025.01.08 15:29:26.629769 [ 172 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15989 2025.01.08 15:29:26.629805 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
15990 2025.01.08 15:29:26.629818 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002641 sec., 4165.088981446422 rows/sec., 7.46 MiB/sec.
15991 2025.01.08 15:29:26.630010 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15992 2025.01.08 15:29:26.630075 [ 267 ] {f8b0967f-258f-4145-b20e-6252765cd5de} <Debug> TCPHandler: Processed in 0.003226506 sec.
15993 2025.01.08 15:29:26.630306 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15994 2025.01.08 15:29:26.630355 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15995 2025.01.08 15:29:26.630466 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2101 rows starting from the beginning of the part
15996 2025.01.08 15:29:26.630573 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15997 2025.01.08 15:29:26.630811 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15998 2025.01.08 15:29:26.631154 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 11 rows starting from the beginning of the part
15999 2025.01.08 15:29:26.632035 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 31 rows starting from the beginning of the part
16000 2025.01.08 15:29:26.632629 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 11 rows starting from the beginning of the part
16001 2025.01.08 15:29:26.633359 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 31 rows starting from the beginning of the part
16002 2025.01.08 15:29:26.633500 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16003 2025.01.08 15:29:26.633620 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16004 2025.01.08 15:29:26.634074 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 11 rows starting from the beginning of the part
16005 2025.01.08 15:29:26.635318 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16006 2025.01.08 15:29:26.635864 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16007 2025.01.08 15:29:26.636358 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00587 sec., 5110.732538330494 rows/sec., 358.52 KiB/sec.
16008 2025.01.08 15:29:26.636426 [ 272 ] {4b4827dd-a05b-4879-a639-ea4f89cbeea0} <Debug> TCPHandler: Processed in 0.00623137 sec.
16009 2025.01.08 15:29:26.642012 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2196 rows, containing 19 columns (19 merged, 0 gathered) in 0.012125405 sec., 181107.35270285816 rows/sec., 324.54 MiB/sec.
16010 2025.01.08 15:29:26.643752 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
16011 2025.01.08 15:29:26.644150 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16012 2025.01.08 15:29:26.644227 [ 201 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
16013 2025.01.08 15:29:26.644335 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.30 MiB.
16014 2025.01.08 15:29:28.289294 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319
16015 2025.01.08 15:29:28.290085 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16016 2025.01.08 15:29:28.290143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16017 2025.01.08 15:29:28.290696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16018 2025.01.08 15:29:28.290964 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16019 2025.01.08 15:29:28.291223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
16020 2025.01.08 15:29:30.808747 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
16021 2025.01.08 15:29:30.832086 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16022 2025.01.08 15:29:30.832151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16023 2025.01.08 15:29:30.839672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16024 2025.01.08 15:29:30.840485 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16025 2025.01.08 15:29:30.843607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
16026 2025.01.08 15:29:30.997584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2250
16027 2025.01.08 15:29:31.001917 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16028 2025.01.08 15:29:31.001978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16029 2025.01.08 15:29:31.003594 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16030 2025.01.08 15:29:31.003926 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16031 2025.01.08 15:29:31.004559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2250
16032 2025.01.08 15:29:31.213694 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16033 2025.01.08 15:29:31.213735 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16034 2025.01.08 15:29:31.215585 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16035 2025.01.08 15:29:31.245109 [ 225 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16036 2025.01.08 15:29:31.245165 [ 225 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16037 2025.01.08 15:29:31.247052 [ 225 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16038 2025.01.08 15:29:31.619528 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16039 2025.01.08 15:29:31.619816 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16040 2025.01.08 15:29:31.619932 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16041 2025.01.08 15:29:31.620714 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16042 2025.01.08 15:29:31.620761 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16043 2025.01.08 15:29:31.621198 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16044 2025.01.08 15:29:31.621452 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16045 2025.01.08 15:29:31.621700 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001965 sec., 7124.681933842238 rows/sec., 512.88 KiB/sec.
16046 2025.01.08 15:29:31.621764 [ 267 ] {8f7ee360-b298-457a-8f52-423db31c85ab} <Debug> TCPHandler: Processed in 0.002418195 sec.
16047 2025.01.08 15:29:31.622061 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16048 2025.01.08 15:29:31.622276 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16049 2025.01.08 15:29:31.622361 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16050 2025.01.08 15:29:31.623312 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16051 2025.01.08 15:29:31.623362 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16052 2025.01.08 15:29:31.623818 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16053 2025.01.08 15:29:31.624076 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16054 2025.01.08 15:29:31.624276 [ 159 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16055 2025.01.08 15:29:31.624346 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002127 sec., 110484.25011753643 rows/sec., 9.85 MiB/sec.
16056 2025.01.08 15:29:31.624361 [ 159 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16057 2025.01.08 15:29:31.624433 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16058 2025.01.08 15:29:31.624487 [ 272 ] {552ccb85-8bfe-440d-b7c1-e8a243df9742} <Debug> TCPHandler: Processed in 0.002606427 sec.
16059 2025.01.08 15:29:31.624831 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16060 2025.01.08 15:29:31.624861 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16061 2025.01.08 15:29:31.625187 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16062 2025.01.08 15:29:31.625200 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16063 2025.01.08 15:29:31.625247 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1405 rows starting from the beginning of the part
16064 2025.01.08 15:29:31.625315 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16065 2025.01.08 15:29:31.625614 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 26 rows starting from the beginning of the part
16066 2025.01.08 15:29:31.626257 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part
16067 2025.01.08 15:29:31.626834 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 235 rows starting from the beginning of the part
16068 2025.01.08 15:29:31.627394 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 48 rows starting from the beginning of the part
16069 2025.01.08 15:29:31.627767 [ 193 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 235 rows starting from the beginning of the part
16070 2025.01.08 15:29:31.629036 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16071 2025.01.08 15:29:31.629093 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16072 2025.01.08 15:29:31.629655 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
16073 2025.01.08 15:29:31.629936 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16074 2025.01.08 15:29:31.630347 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005238 sec., 7254.6773577701415 rows/sec., 532.09 KiB/sec.
16075 2025.01.08 15:29:31.630377 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 5 columns (5 merged, 0 gathered) in 0.005794333 sec., 344647.08880211064 rows/sec., 30.52 MiB/sec.
16076 2025.01.08 15:29:31.630436 [ 267 ] {52b076dc-c1f8-44a2-8637-a63626015868} <Debug> TCPHandler: Processed in 0.005831664 sec.
16077 2025.01.08 15:29:31.630615 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16078 2025.01.08 15:29:31.630668 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16079 2025.01.08 15:29:31.630871 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16080 2025.01.08 15:29:31.630973 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16081 2025.01.08 15:29:31.631324 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16082 2025.01.08 15:29:31.631568 [ 192 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_131_26} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16083 2025.01.08 15:29:31.631758 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
16084 2025.01.08 15:29:31.632107 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16085 2025.01.08 15:29:31.632154 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16086 2025.01.08 15:29:31.632531 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16087 2025.01.08 15:29:31.632784 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16088 2025.01.08 15:29:31.633052 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002239 sec., 6252.791424743189 rows/sec., 437.90 KiB/sec.
16089 2025.01.08 15:29:31.633161 [ 272 ] {47a55a9c-715e-4a8e-b2ca-53be358d072a} <Debug> TCPHandler: Processed in 0.002625158 sec.
16090 2025.01.08 15:29:31.633482 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16091 2025.01.08 15:29:31.633707 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16092 2025.01.08 15:29:31.633800 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16093 2025.01.08 15:29:31.634483 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16094 2025.01.08 15:29:31.634522 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16095 2025.01.08 15:29:31.634877 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16096 2025.01.08 15:29:31.635109 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16097 2025.01.08 15:29:31.635351 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec.
16098 2025.01.08 15:29:31.635417 [ 267 ] {154e7ff5-bfdd-4411-b564-1d6f4f8492de} <Debug> TCPHandler: Processed in 0.00211724 sec.
16099 2025.01.08 15:29:31.635618 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16100 2025.01.08 15:29:31.635772 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16101 2025.01.08 15:29:31.635831 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16102 2025.01.08 15:29:31.636590 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16103 2025.01.08 15:29:31.636628 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16104 2025.01.08 15:29:31.637023 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16105 2025.01.08 15:29:31.637267 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16106 2025.01.08 15:29:31.637456 [ 156 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16107 2025.01.08 15:29:31.637474 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001733 sec., 217541.83496826314 rows/sec., 15.38 MiB/sec.
16108 2025.01.08 15:29:31.637522 [ 156 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16109 2025.01.08 15:29:31.637601 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16110 2025.01.08 15:29:31.637608 [ 272 ] {88b4e2bd-2bf4-483d-aaed-8342ecfe433d} <Debug> TCPHandler: Processed in 0.0021009 sec.
16111 2025.01.08 15:29:31.637979 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16112 2025.01.08 15:29:31.638119 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16113 2025.01.08 15:29:31.638493 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16114 2025.01.08 15:29:31.638648 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 876 rows starting from the beginning of the part
16115 2025.01.08 15:29:31.639068 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 28 rows starting from the beginning of the part
16116 2025.01.08 15:29:31.639183 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16117 2025.01.08 15:29:31.639500 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 39 rows starting from the beginning of the part
16118 2025.01.08 15:29:31.640041 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 377 rows starting from the beginning of the part
16119 2025.01.08 15:29:31.640286 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16120 2025.01.08 15:29:31.640431 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 39 rows starting from the beginning of the part
16121 2025.01.08 15:29:31.641018 [ 187 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 377 rows starting from the beginning of the part
16122 2025.01.08 15:29:31.642895 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16123 2025.01.08 15:29:31.642965 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16124 2025.01.08 15:29:31.644029 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16125 2025.01.08 15:29:31.644526 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16126 2025.01.08 15:29:31.644765 [ 190 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1736 rows, containing 5 columns (5 merged, 0 gathered) in 0.007068691 sec., 245590.02508385215 rows/sec., 18.63 MiB/sec.
16127 2025.01.08 15:29:31.644845 [ 156 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0
16128 2025.01.08 15:29:31.644939 [ 156 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16129 2025.01.08 15:29:31.644993 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16130 2025.01.08 15:29:31.645048 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006262 sec., 958.1603321622484 rows/sec., 50.06 KiB/sec.
16131 2025.01.08 15:29:31.645183 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16132 2025.01.08 15:29:31.645388 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full
16133 2025.01.08 15:29:31.645520 [ 267 ] {41917e9e-f30c-46c0-86f8-f0e1c1954913} <Debug> TCPHandler: Processed in 0.007802593 sec.
16134 2025.01.08 15:29:31.645774 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16135 2025.01.08 15:29:31.645799 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16136 2025.01.08 15:29:31.645937 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part
16137 2025.01.08 15:29:31.646192 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16138 2025.01.08 15:29:31.646269 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
16139 2025.01.08 15:29:31.646271 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16140 2025.01.08 15:29:31.646412 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16141 2025.01.08 15:29:31.646690 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
16142 2025.01.08 15:29:31.646822 [ 196 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_131_26} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16143 2025.01.08 15:29:31.647157 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
16144 2025.01.08 15:29:31.647736 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
16145 2025.01.08 15:29:31.647734 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
16146 2025.01.08 15:29:31.648156 [ 190 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
16147 2025.01.08 15:29:31.649332 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16148 2025.01.08 15:29:31.649377 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16149 2025.01.08 15:29:31.650019 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16150 2025.01.08 15:29:31.650036 [ 195 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.004931231 sec., 68137.14466022783 rows/sec., 3.48 MiB/sec.
16151 2025.01.08 15:29:31.650261 [ 196 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary)
16152 2025.01.08 15:29:31.650473 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16153 2025.01.08 15:29:31.650923 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004848 sec., 36509.90099009901 rows/sec., 2.41 MiB/sec.
16154 2025.01.08 15:29:31.651122 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16155 2025.01.08 15:29:31.651185 [ 272 ] {0caf2f59-06ec-4200-9319-2a108b792371} <Debug> TCPHandler: Processed in 0.0055518 sec.
16156 2025.01.08 15:29:31.651586 [ 191 ] {84656a14-8fe0-49ac-8b3b-e5a90d6c714d::all_1_56_12} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12
16157 2025.01.08 15:29:31.651615 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16158 2025.01.08 15:29:31.651860 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
16159 2025.01.08 15:29:31.652102 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16160 2025.01.08 15:29:31.652243 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16161 2025.01.08 15:29:31.652738 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16162 2025.01.08 15:29:31.652777 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16163 2025.01.08 15:29:31.653146 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16164 2025.01.08 15:29:31.653384 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16165 2025.01.08 15:29:31.653599 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001612 sec., 620.3473945409429 rows/sec., 41.80 KiB/sec.
16166 2025.01.08 15:29:31.653648 [ 267 ] {38961207-7aaa-4866-ae2e-89e07fff0e35} <Debug> TCPHandler: Processed in 0.002330894 sec.
16167 2025.01.08 15:29:31.653801 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16168 2025.01.08 15:29:31.653949 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16169 2025.01.08 15:29:31.654038 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16170 2025.01.08 15:29:31.655188 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16171 2025.01.08 15:29:31.655228 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16172 2025.01.08 15:29:31.655904 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
16173 2025.01.08 15:29:31.656169 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16174 2025.01.08 15:29:31.656408 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002491 sec., 12444.801284624647 rows/sec., 22.30 MiB/sec.
16175 2025.01.08 15:29:31.656500 [ 272 ] {d8dae473-cd02-441e-8c26-d9e6202ec909} <Debug> TCPHandler: Processed in 0.00276503 sec.
16176 2025.01.08 15:29:31.656645 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16177 2025.01.08 15:29:31.656768 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16178 2025.01.08 15:29:31.656820 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16179 2025.01.08 15:29:31.657313 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16180 2025.01.08 15:29:31.657351 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16181 2025.01.08 15:29:31.657729 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16182 2025.01.08 15:29:31.657976 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16183 2025.01.08 15:29:31.658148 [ 156 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16184 2025.01.08 15:29:31.658211 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001458 sec., 35665.29492455418 rows/sec., 2.21 MiB/sec.
16185 2025.01.08 15:29:31.658215 [ 156 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16186 2025.01.08 15:29:31.658299 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16187 2025.01.08 15:29:31.658326 [ 267 ] {284061a1-f074-4de1-83f0-d81b8db37e64} <Debug> TCPHandler: Processed in 0.001737375 sec.
16188 2025.01.08 15:29:31.658499 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16189 2025.01.08 15:29:31.658636 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16190 2025.01.08 15:29:31.658674 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 4428 rows starting from the beginning of the part
16191 2025.01.08 15:29:31.658793 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 24 rows starting from the beginning of the part
16192 2025.01.08 15:29:31.659020 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 30 rows starting from the beginning of the part
16193 2025.01.08 15:29:31.659133 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 52 rows starting from the beginning of the part
16194 2025.01.08 15:29:31.659332 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 30 rows starting from the beginning of the part
16195 2025.01.08 15:29:31.659427 [ 196 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 52 rows starting from the beginning of the part
16196 2025.01.08 15:29:31.661314 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002927362 sec., 1576846.3210221352 rows/sec., 101.47 MiB/sec.
16197 2025.01.08 15:29:31.661681 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16198 2025.01.08 15:29:31.662020 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16199 2025.01.08 15:29:31.662106 [ 194 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_131_26} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16200 2025.01.08 15:29:31.662196 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
16201 2025.01.08 15:29:35.584188 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
16202 2025.01.08 15:29:35.584282 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
16203 2025.01.08 15:29:35.791455 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746
16204 2025.01.08 15:29:35.793019 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16205 2025.01.08 15:29:35.793076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16206 2025.01.08 15:29:35.793635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16207 2025.01.08 15:29:35.793912 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16208 2025.01.08 15:29:35.794231 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
16209 2025.01.08 15:29:36.293548 [ 225 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16210 2025.01.08 15:29:36.293602 [ 225 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16211 2025.01.08 15:29:36.295434 [ 225 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16212 2025.01.08 15:29:36.613283 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16213 2025.01.08 15:29:36.613488 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16214 2025.01.08 15:29:36.613570 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16215 2025.01.08 15:29:36.614420 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16216 2025.01.08 15:29:36.614463 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16217 2025.01.08 15:29:36.614896 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16218 2025.01.08 15:29:36.615163 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16219 2025.01.08 15:29:36.615390 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.001948 sec., 24640.65708418891 rows/sec., 2.04 MiB/sec.
16220 2025.01.08 15:29:36.615479 [ 267 ] {4afd5d82-caf5-40bd-8b73-d2f38f49432b} <Debug> TCPHandler: Processed in 0.002329294 sec.
16221 2025.01.08 15:29:36.615488 [ 222 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16222 2025.01.08 15:29:36.615557 [ 222 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16223 2025.01.08 15:29:36.615754 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16224 2025.01.08 15:29:36.615963 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16225 2025.01.08 15:29:36.616059 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16226 2025.01.08 15:29:36.617059 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16227 2025.01.08 15:29:36.617102 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16228 2025.01.08 15:29:36.617637 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
16229 2025.01.08 15:29:36.617937 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16230 2025.01.08 15:29:36.617994 [ 222 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16231 2025.01.08 15:29:36.618345 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002453 sec., 4484.3049327354265 rows/sec., 337.20 KiB/sec.
16232 2025.01.08 15:29:36.618409 [ 272 ] {c918507c-0609-4134-9cf5-fc0ff5238944} <Debug> TCPHandler: Processed in 0.00279368 sec.
16233 2025.01.08 15:29:36.618643 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16234 2025.01.08 15:29:36.618836 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16235 2025.01.08 15:29:36.618898 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16236 2025.01.08 15:29:36.619552 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16237 2025.01.08 15:29:36.619591 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16238 2025.01.08 15:29:36.619963 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16239 2025.01.08 15:29:36.620195 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16240 2025.01.08 15:29:36.620383 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001581 sec., 24667.931688804554 rows/sec., 1.93 MiB/sec.
16241 2025.01.08 15:29:36.620412 [ 221 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16242 2025.01.08 15:29:36.620452 [ 267 ] {f373ce0f-839d-4818-a1f0-3ba51b9033e1} <Debug> TCPHandler: Processed in 0.001941698 sec.
16243 2025.01.08 15:29:36.620455 [ 221 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16244 2025.01.08 15:29:36.620636 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16245 2025.01.08 15:29:36.620841 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16246 2025.01.08 15:29:36.620963 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16247 2025.01.08 15:29:36.622178 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16248 2025.01.08 15:29:36.622249 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16249 2025.01.08 15:29:36.622913 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16250 2025.01.08 15:29:36.623330 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16251 2025.01.08 15:29:36.623722 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16252 2025.01.08 15:29:36.623746 [ 221 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16253 2025.01.08 15:29:36.623759 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002981 sec., 33545.790003354574 rows/sec., 2.33 MiB/sec.
16254 2025.01.08 15:29:36.623772 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16255 2025.01.08 15:29:36.624218 [ 272 ] {14143c79-597e-4772-82b1-725e39f4d76c} <Debug> TCPHandler: Processed in 0.003664473 sec.
16256 2025.01.08 15:29:36.624533 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16257 2025.01.08 15:29:36.624865 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16258 2025.01.08 15:29:36.625260 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16259 2025.01.08 15:29:36.628343 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16260 2025.01.08 15:29:36.628423 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16261 2025.01.08 15:29:36.628946 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16262 2025.01.08 15:29:36.630582 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
16263 2025.01.08 15:29:36.630884 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16264 2025.01.08 15:29:36.631088 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006365 sec., 1728.2010997643363 rows/sec., 3.10 MiB/sec.
16265 2025.01.08 15:29:36.631205 [ 267 ] {c17c5a20-4101-4c48-b360-9dd49978bac6} <Debug> TCPHandler: Processed in 0.006865089 sec.
16266 2025.01.08 15:29:36.631370 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16267 2025.01.08 15:29:36.631518 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16268 2025.01.08 15:29:36.631578 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16269 2025.01.08 15:29:36.632143 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16270 2025.01.08 15:29:36.632180 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16271 2025.01.08 15:29:36.632547 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16272 2025.01.08 15:29:36.632784 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16273 2025.01.08 15:29:36.632981 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001497 sec., 20040.080160320642 rows/sec., 1.37 MiB/sec.
16274 2025.01.08 15:29:36.633029 [ 272 ] {27054048-4bd5-4e3b-a355-7c1d3d059110} <Debug> TCPHandler: Processed in 0.001729184 sec.
16275 2025.01.08 15:29:36.882733 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16276 2025.01.08 15:29:36.883034 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16277 2025.01.08 15:29:36.883149 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16278 2025.01.08 15:29:36.883931 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16279 2025.01.08 15:29:36.883982 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16280 2025.01.08 15:29:36.884416 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16281 2025.01.08 15:29:36.884669 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16282 2025.01.08 15:29:36.884838 [ 125 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16283 2025.01.08 15:29:36.884882 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec.
16284 2025.01.08 15:29:36.884886 [ 125 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16285 2025.01.08 15:29:36.884938 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16286 2025.01.08 15:29:36.884967 [ 267 ] {90b6ebfd-c6dc-405d-a201-6a11cd41a2fd} <Debug> TCPHandler: Processed in 0.002421144 sec.
16287 2025.01.08 15:29:36.885125 [ 219 ] {} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16288 2025.01.08 15:29:36.885202 [ 219 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16289 2025.01.08 15:29:36.885218 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
16290 2025.01.08 15:29:36.885341 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16291 2025.01.08 15:29:36.885513 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16292 2025.01.08 15:29:36.885605 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part
16293 2025.01.08 15:29:36.885814 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16294 2025.01.08 15:29:36.886089 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
16295 2025.01.08 15:29:36.886134 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16296 2025.01.08 15:29:36.886549 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
16297 2025.01.08 15:29:36.887155 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
16298 2025.01.08 15:29:36.887928 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
16299 2025.01.08 15:29:36.891421 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16300 2025.01.08 15:29:36.891541 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16301 2025.01.08 15:29:36.891561 [ 219 ] {} <Debug> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16302 2025.01.08 15:29:36.892960 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007872773 sec., 8891.403321294798 rows/sec., 674.79 KiB/sec.
16303 2025.01.08 15:29:36.893254 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16304 2025.01.08 15:29:36.893495 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
16305 2025.01.08 15:29:36.893818 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16306 2025.01.08 15:29:36.893978 [ 195 ] {85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74::all_1_57_14} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16307 2025.01.08 15:29:36.893984 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16308 2025.01.08 15:29:36.894138 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16309 2025.01.08 15:29:36.894382 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.008759 sec., 228.33656810138146 rows/sec., 18.62 KiB/sec.
16310 2025.01.08 15:29:36.894610 [ 272 ] {00b4c0da-1b68-4f4b-98f0-0b7f08121714} <Debug> TCPHandler: Processed in 0.009480396 sec.
16311 2025.01.08 15:29:36.894805 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16312 2025.01.08 15:29:36.894946 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16313 2025.01.08 15:29:36.895005 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16314 2025.01.08 15:29:36.896187 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16315 2025.01.08 15:29:36.896225 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16316 2025.01.08 15:29:36.896699 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16317 2025.01.08 15:29:36.896942 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16318 2025.01.08 15:29:36.897129 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Debug> executeQuery: Read 1376 rows, 117.64 KiB in 0.002215 sec., 621218.9616252822 rows/sec., 51.87 MiB/sec.
16319 2025.01.08 15:29:36.897182 [ 267 ] {25a06cb7-64a0-43b6-8e88-2b165cb576d3} <Debug> TCPHandler: Processed in 0.002458385 sec.
16320 2025.01.08 15:29:36.897430 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16321 2025.01.08 15:29:36.897654 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16322 2025.01.08 15:29:36.897743 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16323 2025.01.08 15:29:36.898553 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16324 2025.01.08 15:29:36.898593 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16325 2025.01.08 15:29:36.898962 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
16326 2025.01.08 15:29:36.899203 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16327 2025.01.08 15:29:36.899435 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Debug> executeQuery: Read 40 rows, 2.93 KiB in 0.001837 sec., 21774.632553075666 rows/sec., 1.56 MiB/sec.
16328 2025.01.08 15:29:36.899491 [ 272 ] {b6cc6a5e-a0ac-48cd-bdba-5d217af8f0b6} <Debug> TCPHandler: Processed in 0.002171032 sec.
16329 2025.01.08 15:29:36.899705 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16330 2025.01.08 15:29:36.899930 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16331 2025.01.08 15:29:36.900020 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16332 2025.01.08 15:29:36.900753 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16333 2025.01.08 15:29:36.900792 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16334 2025.01.08 15:29:36.901168 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16335 2025.01.08 15:29:36.901408 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16336 2025.01.08 15:29:36.901584 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00171 sec., 141520.4678362573 rows/sec., 9.59 MiB/sec.
16337 2025.01.08 15:29:36.901636 [ 267 ] {1b8bcfde-066c-40a9-a861-654054a8380d} <Debug> TCPHandler: Processed in 0.00204299 sec.
16338 2025.01.08 15:29:36.901776 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16339 2025.01.08 15:29:36.901894 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16340 2025.01.08 15:29:36.901942 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16341 2025.01.08 15:29:36.902519 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16342 2025.01.08 15:29:36.902559 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16343 2025.01.08 15:29:36.902925 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16344 2025.01.08 15:29:36.903160 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16345 2025.01.08 15:29:36.903355 [ 125 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16346 2025.01.08 15:29:36.903423 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec.
16347 2025.01.08 15:29:36.903437 [ 125 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16348 2025.01.08 15:29:36.903531 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16349 2025.01.08 15:29:36.903548 [ 272 ] {db248330-b051-45f5-95de-77aa6bead7bd} <Debug> TCPHandler: Processed in 0.001825376 sec.
16350 2025.01.08 15:29:36.903843 [ 218 ] {} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16351 2025.01.08 15:29:36.903937 [ 218 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16352 2025.01.08 15:29:36.903958 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16353 2025.01.08 15:29:36.904125 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
16354 2025.01.08 15:29:36.904463 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16355 2025.01.08 15:29:36.904621 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16356 2025.01.08 15:29:36.904639 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16357 2025.01.08 15:29:36.904759 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part
16358 2025.01.08 15:29:36.905281 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
16359 2025.01.08 15:29:36.905772 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part
16360 2025.01.08 15:29:36.906224 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
16361 2025.01.08 15:29:36.906758 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part
16362 2025.01.08 15:29:36.909535 [ 218 ] {} <Debug> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16363 2025.01.08 15:29:36.910386 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16364 2025.01.08 15:29:36.910623 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16365 2025.01.08 15:29:36.911425 [ 196 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007682011 sec., 8461.32607724722 rows/sec., 560.61 KiB/sec.
16366 2025.01.08 15:29:36.911701 [ 198 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16367 2025.01.08 15:29:36.911873 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16368 2025.01.08 15:29:36.912325 [ 188 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16369 2025.01.08 15:29:36.912389 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16370 2025.01.08 15:29:36.912564 [ 188 ] {24524d9f-0d5d-4573-978f-387d0f376fa8::all_1_57_14} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16371 2025.01.08 15:29:36.912783 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16372 2025.01.08 15:29:36.912832 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Debug> executeQuery: Read 835 rows, 61.74 KiB in 0.008466 sec., 98629.81337113159 rows/sec., 7.12 MiB/sec.
16373 2025.01.08 15:29:36.912903 [ 267 ] {e2a7820b-a780-4b88-b397-463332b2efaa} <Debug> TCPHandler: Processed in 0.009238213 sec.
16374 2025.01.08 15:29:36.913067 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16375 2025.01.08 15:29:36.913202 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16376 2025.01.08 15:29:36.913262 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16377 2025.01.08 15:29:36.913998 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16378 2025.01.08 15:29:36.914089 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16379 2025.01.08 15:29:36.914615 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16380 2025.01.08 15:29:36.914860 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16381 2025.01.08 15:29:36.915065 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001894 sec., 3167.898627243928 rows/sec., 165.51 KiB/sec.
16382 2025.01.08 15:29:36.915117 [ 272 ] {7fc180e1-dbf5-45e2-a4a6-92e1c007f652} <Debug> TCPHandler: Processed in 0.00210882 sec.
16383 2025.01.08 15:29:36.915278 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16384 2025.01.08 15:29:36.915422 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16385 2025.01.08 15:29:36.915485 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16386 2025.01.08 15:29:36.916333 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16387 2025.01.08 15:29:36.916370 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16388 2025.01.08 15:29:36.916819 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16389 2025.01.08 15:29:36.917067 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16390 2025.01.08 15:29:36.917259 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001871 sec., 504543.0251202565 rows/sec., 33.50 MiB/sec.
16391 2025.01.08 15:29:36.917309 [ 267 ] {ed17e76e-a5c8-436e-81f2-cc69643782cd} <Debug> TCPHandler: Processed in 0.002101171 sec.
16392 2025.01.08 15:29:36.917506 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16393 2025.01.08 15:29:36.917728 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16394 2025.01.08 15:29:36.917823 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16395 2025.01.08 15:29:36.918455 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16396 2025.01.08 15:29:36.918493 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16397 2025.01.08 15:29:36.918856 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16398 2025.01.08 15:29:36.919095 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16399 2025.01.08 15:29:36.919341 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001661 sec., 602.0469596628537 rows/sec., 40.57 KiB/sec.
16400 2025.01.08 15:29:36.919379 [ 223 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16401 2025.01.08 15:29:36.919427 [ 272 ] {0967204e-fbb2-4cab-ab6e-e228b61b646a} <Debug> TCPHandler: Processed in 0.002023949 sec.
16402 2025.01.08 15:29:36.919448 [ 223 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16403 2025.01.08 15:29:36.919692 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16404 2025.01.08 15:29:36.920009 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16405 2025.01.08 15:29:36.920312 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16406 2025.01.08 15:29:36.923221 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16407 2025.01.08 15:29:36.923301 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16408 2025.01.08 15:29:36.923823 [ 223 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16409 2025.01.08 15:29:36.925029 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
16410 2025.01.08 15:29:36.925308 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16411 2025.01.08 15:29:36.925555 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005661 sec., 5476.064299593711 rows/sec., 9.81 MiB/sec.
16412 2025.01.08 15:29:36.925655 [ 267 ] {020933bd-d2a9-48eb-bd5d-447a1cdc726f} <Debug> TCPHandler: Processed in 0.006116068 sec.
16413 2025.01.08 15:29:36.925834 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16414 2025.01.08 15:29:36.925953 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16415 2025.01.08 15:29:36.926004 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16416 2025.01.08 15:29:36.926492 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16417 2025.01.08 15:29:36.926530 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16418 2025.01.08 15:29:36.926905 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16419 2025.01.08 15:29:36.927143 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16420 2025.01.08 15:29:36.927357 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001429 sec., 19594.12176347096 rows/sec., 1.10 MiB/sec.
16421 2025.01.08 15:29:36.927409 [ 272 ] {6e8291ee-cda2-4f98-9120-d156bb81fd80} <Debug> TCPHandler: Processed in 0.001630153 sec.
16422 2025.01.08 15:29:37.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.84 MiB, peak 290.24 MiB, free memory in arenas 0.00 B, will set to 271.46 MiB (RSS), difference: 2.62 MiB
16423 2025.01.08 15:29:38.343680 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
16424 2025.01.08 15:29:38.367783 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16425 2025.01.08 15:29:38.367847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16426 2025.01.08 15:29:38.375420 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16427 2025.01.08 15:29:38.376237 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16428 2025.01.08 15:29:38.380964 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
16429 2025.01.08 15:29:41.004767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2308
16430 2025.01.08 15:29:41.008549 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16431 2025.01.08 15:29:41.008595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16432 2025.01.08 15:29:41.010141 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16433 2025.01.08 15:29:41.010450 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16434 2025.01.08 15:29:41.011454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2308
16435 2025.01.08 15:29:41.612337 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16436 2025.01.08 15:29:41.612535 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16437 2025.01.08 15:29:41.612610 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16438 2025.01.08 15:29:41.613393 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16439 2025.01.08 15:29:41.613444 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16440 2025.01.08 15:29:41.613885 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16441 2025.01.08 15:29:41.614145 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16442 2025.01.08 15:29:41.614380 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001899 sec., 13691.41653501843 rows/sec., 1.02 MiB/sec.
16443 2025.01.08 15:29:41.614440 [ 267 ] {8bdd38fb-5293-4920-b328-55689828cd6a} <Debug> TCPHandler: Processed in 0.002237053 sec.
16444 2025.01.08 15:29:41.614703 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16445 2025.01.08 15:29:41.614901 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16446 2025.01.08 15:29:41.614975 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16447 2025.01.08 15:29:41.615774 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16448 2025.01.08 15:29:41.615818 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16449 2025.01.08 15:29:41.616271 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16450 2025.01.08 15:29:41.616552 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16451 2025.01.08 15:29:41.616779 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001922 sec., 14568.1581685744 rows/sec., 1.14 MiB/sec.
16452 2025.01.08 15:29:41.616880 [ 272 ] {52bb35b5-28fc-4b65-90b4-53e809a6c535} <Debug> TCPHandler: Processed in 0.002314514 sec.
16453 2025.01.08 15:29:41.617096 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16454 2025.01.08 15:29:41.617374 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16455 2025.01.08 15:29:41.617480 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16456 2025.01.08 15:29:41.618040 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16457 2025.01.08 15:29:41.618083 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16458 2025.01.08 15:29:41.618500 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16459 2025.01.08 15:29:41.618773 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16460 2025.01.08 15:29:41.618972 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0
16461 2025.01.08 15:29:41.619025 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00174 sec., 45977.011494252874 rows/sec., 3.19 MiB/sec.
16462 2025.01.08 15:29:41.619034 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16463 2025.01.08 15:29:41.619111 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16464 2025.01.08 15:29:41.619161 [ 267 ] {2daf5424-df20-4c78-b9ec-5e2bdb253ac1} <Debug> TCPHandler: Processed in 0.002163702 sec.
16465 2025.01.08 15:29:41.619321 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full
16466 2025.01.08 15:29:41.619386 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16467 2025.01.08 15:29:41.619468 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16468 2025.01.08 15:29:41.619552 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_129_26, total 32109 rows starting from the beginning of the part
16469 2025.01.08 15:29:41.619611 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16470 2025.01.08 15:29:41.619798 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 100 rows starting from the beginning of the part
16471 2025.01.08 15:29:41.619852 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16472 2025.01.08 15:29:41.620125 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 177 rows starting from the beginning of the part
16473 2025.01.08 15:29:41.620624 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 100 rows starting from the beginning of the part
16474 2025.01.08 15:29:41.621014 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 944 rows starting from the beginning of the part
16475 2025.01.08 15:29:41.622165 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16476 2025.01.08 15:29:41.622250 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16477 2025.01.08 15:29:41.622793 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16478 2025.01.08 15:29:41.623151 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16479 2025.01.08 15:29:41.623710 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.004161 sec., 5767.844268204759 rows/sec., 404.61 KiB/sec.
16480 2025.01.08 15:29:41.623902 [ 272 ] {6852baa7-8111-4739-b4c5-88f638955e31} <Debug> TCPHandler: Processed in 0.004623147 sec.
16481 2025.01.08 15:29:41.628826 [ 188 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33430 rows, containing 5 columns (5 merged, 0 gathered) in 0.009608559 sec., 3479189.751553797 rows/sec., 232.96 MiB/sec.
16482 2025.01.08 15:29:41.629055 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary)
16483 2025.01.08 15:29:41.629359 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16484 2025.01.08 15:29:41.629438 [ 201 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27
16485 2025.01.08 15:29:41.629523 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
16486 2025.01.08 15:29:43.294367 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234
16487 2025.01.08 15:29:43.295032 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16488 2025.01.08 15:29:43.295073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16489 2025.01.08 15:29:43.295588 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16490 2025.01.08 15:29:43.295832 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16491 2025.01.08 15:29:43.296067 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
16492 2025.01.08 15:29:45.881043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
16493 2025.01.08 15:29:45.903738 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16494 2025.01.08 15:29:45.903782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16495 2025.01.08 15:29:45.911294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16496 2025.01.08 15:29:45.912120 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16497 2025.01.08 15:29:45.916521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
16498 2025.01.08 15:29:46.615786 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16499 2025.01.08 15:29:46.616079 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16500 2025.01.08 15:29:46.616213 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16501 2025.01.08 15:29:46.617299 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16502 2025.01.08 15:29:46.617363 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16503 2025.01.08 15:29:46.617981 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16504 2025.01.08 15:29:46.618327 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16505 2025.01.08 15:29:46.618708 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Debug> executeQuery: Read 48 rows, 4.07 KiB in 0.002698 sec., 17790.956263899185 rows/sec., 1.47 MiB/sec.
16506 2025.01.08 15:29:46.618844 [ 267 ] {ac994fcc-b894-4fdd-8a24-e9d61b3a1f3e} <Debug> TCPHandler: Processed in 0.003246057 sec.
16507 2025.01.08 15:29:46.619239 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16508 2025.01.08 15:29:46.619559 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16509 2025.01.08 15:29:46.619676 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16510 2025.01.08 15:29:46.620768 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16511 2025.01.08 15:29:46.620839 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16512 2025.01.08 15:29:46.621465 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
16513 2025.01.08 15:29:46.621810 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16514 2025.01.08 15:29:46.622178 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.002703 sec., 4069.552349241583 rows/sec., 306.01 KiB/sec.
16515 2025.01.08 15:29:46.622341 [ 272 ] {bcf6f74f-d31d-4554-8135-f6fd67293c94} <Debug> TCPHandler: Processed in 0.003333038 sec.
16516 2025.01.08 15:29:46.622617 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16517 2025.01.08 15:29:46.622860 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16518 2025.01.08 15:29:46.622955 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16519 2025.01.08 15:29:46.623914 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16520 2025.01.08 15:29:46.623964 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16521 2025.01.08 15:29:46.624477 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16522 2025.01.08 15:29:46.624895 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16523 2025.01.08 15:29:46.625230 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002428 sec., 16062.602965403625 rows/sec., 1.25 MiB/sec.
16524 2025.01.08 15:29:46.625375 [ 267 ] {863936b8-9717-4375-b86b-100709fd9add} <Debug> TCPHandler: Processed in 0.002888542 sec.
16525 2025.01.08 15:29:46.625661 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16526 2025.01.08 15:29:46.625925 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16527 2025.01.08 15:29:46.626028 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16528 2025.01.08 15:29:46.626906 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16529 2025.01.08 15:29:46.626965 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16530 2025.01.08 15:29:46.627534 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16531 2025.01.08 15:29:46.627892 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16532 2025.01.08 15:29:46.628190 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002324 sec., 43029.259896729774 rows/sec., 2.98 MiB/sec.
16533 2025.01.08 15:29:46.628288 [ 272 ] {8ed1272b-7813-4bcf-bbdc-47c4c752e77b} <Debug> TCPHandler: Processed in 0.00277967 sec.
16534 2025.01.08 15:29:46.628495 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16535 2025.01.08 15:29:46.628705 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16536 2025.01.08 15:29:46.628844 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16537 2025.01.08 15:29:46.630618 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16538 2025.01.08 15:29:46.630671 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16539 2025.01.08 15:29:46.631636 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
16540 2025.01.08 15:29:46.632053 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16541 2025.01.08 15:29:46.632424 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.003769 sec., 2918.546033430618 rows/sec., 5.23 MiB/sec.
16542 2025.01.08 15:29:46.632691 [ 267 ] {3548ed89-9832-43dd-a98e-b172990f0922} <Debug> TCPHandler: Processed in 0.004287552 sec.
16543 2025.01.08 15:29:46.633034 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16544 2025.01.08 15:29:46.633301 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16545 2025.01.08 15:29:46.633394 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16546 2025.01.08 15:29:46.634092 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16547 2025.01.08 15:29:46.634146 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
16548 2025.01.08 15:29:46.634689 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16549 2025.01.08 15:29:46.635040 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16550 2025.01.08 15:29:46.635336 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002086 sec., 14381.591562799615 rows/sec., 1008.86 KiB/sec.
16551 2025.01.08 15:29:46.635424 [ 272 ] {94ce89e1-7aba-4e86-957d-0b7ee5d7d378} <Debug> TCPHandler: Processed in 0.002583428 sec.
16552 2025.01.08 15:29:49.509432 [ 224 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16553 2025.01.08 15:29:49.509488 [ 224 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16554 2025.01.08 15:29:49.511156 [ 224 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16555 2025.01.08 15:29:50.584332 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
16556 2025.01.08 15:29:50.584385 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
16557 2025.01.08 15:29:50.634348 [ 225 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16558 2025.01.08 15:29:50.634569 [ 225 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16559 2025.01.08 15:29:50.636694 [ 225 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16560 2025.01.08 15:29:50.796220 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661
16561 2025.01.08 15:29:50.796913 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16562 2025.01.08 15:29:50.796964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16563 2025.01.08 15:29:50.797523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16564 2025.01.08 15:29:50.797777 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16565 2025.01.08 15:29:50.798010 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
16566 2025.01.08 15:29:51.001478 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000940114 sec.
16567 2025.01.08 15:29:51.011791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2328
16568 2025.01.08 15:29:51.014962 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16569 2025.01.08 15:29:51.015026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16570 2025.01.08 15:29:51.016665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16571 2025.01.08 15:29:51.017005 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16572 2025.01.08 15:29:51.017359 [ 221 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16573 2025.01.08 15:29:51.017430 [ 221 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16574 2025.01.08 15:29:51.018465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2328
16575 2025.01.08 15:29:51.020101 [ 221 ] {} <Debug> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16576 2025.01.08 15:29:51.618812 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16577 2025.01.08 15:29:51.619126 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16578 2025.01.08 15:29:51.619245 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16579 2025.01.08 15:29:51.620145 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16580 2025.01.08 15:29:51.620193 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16581 2025.01.08 15:29:51.620627 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16582 2025.01.08 15:29:51.620885 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16583 2025.01.08 15:29:51.621140 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002103 sec., 6657.156443176415 rows/sec., 479.23 KiB/sec.
16584 2025.01.08 15:29:51.621234 [ 267 ] {29e5886b-eb20-482b-bef1-6f5804aad29f} <Debug> TCPHandler: Processed in 0.002611878 sec.
16585 2025.01.08 15:29:51.621511 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16586 2025.01.08 15:29:51.621701 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16587 2025.01.08 15:29:51.621774 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16588 2025.01.08 15:29:51.622623 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16589 2025.01.08 15:29:51.622670 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16590 2025.01.08 15:29:51.623134 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16591 2025.01.08 15:29:51.623393 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16592 2025.01.08 15:29:51.623596 [ 131 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16593 2025.01.08 15:29:51.623673 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002015 sec., 116625.31017369727 rows/sec., 10.40 MiB/sec.
16594 2025.01.08 15:29:51.623686 [ 131 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16595 2025.01.08 15:29:51.623756 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16596 2025.01.08 15:29:51.623812 [ 272 ] {eeb1cb98-5c39-4a12-ac0a-c86689df3cf5} <Debug> TCPHandler: Processed in 0.002463586 sec.
16597 2025.01.08 15:29:51.624054 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
16598 2025.01.08 15:29:51.624075 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16599 2025.01.08 15:29:51.624352 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16600 2025.01.08 15:29:51.624365 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16601 2025.01.08 15:29:51.624413 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1405 rows starting from the beginning of the part
16602 2025.01.08 15:29:51.624483 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16603 2025.01.08 15:29:51.624719 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 48 rows starting from the beginning of the part
16604 2025.01.08 15:29:51.625109 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1376 rows starting from the beginning of the part
16605 2025.01.08 15:29:51.625465 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 26 rows starting from the beginning of the part
16606 2025.01.08 15:29:51.625845 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 48 rows starting from the beginning of the part
16607 2025.01.08 15:29:51.626264 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 235 rows starting from the beginning of the part
16608 2025.01.08 15:29:51.627512 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16609 2025.01.08 15:29:51.627568 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16610 2025.01.08 15:29:51.628546 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
16611 2025.01.08 15:29:51.628991 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16612 2025.01.08 15:29:51.629211 [ 131 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
16613 2025.01.08 15:29:51.629271 [ 131 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16614 2025.01.08 15:29:51.629358 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16615 2025.01.08 15:29:51.629380 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.005051 sec., 7523.262720253415 rows/sec., 551.79 KiB/sec.
16616 2025.01.08 15:29:51.629840 [ 267 ] {52bcf4cc-f981-4c7b-85b3-365ab8670047} <Debug> TCPHandler: Processed in 0.005893565 sec.
16617 2025.01.08 15:29:51.629977 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
16618 2025.01.08 15:29:51.630173 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16619 2025.01.08 15:29:51.630288 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 5 columns (5 merged, 0 gathered) in 0.006411902 sec., 489402.36454019416 rows/sec., 42.91 MiB/sec.
16620 2025.01.08 15:29:51.630494 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16621 2025.01.08 15:29:51.630515 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16622 2025.01.08 15:29:51.630603 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 63 rows starting from the beginning of the part
16623 2025.01.08 15:29:51.630655 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16624 2025.01.08 15:29:51.630657 [ 188 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16625 2025.01.08 15:29:51.631401 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 38 rows starting from the beginning of the part
16626 2025.01.08 15:29:51.631763 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16627 2025.01.08 15:29:51.632088 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 11 rows starting from the beginning of the part
16628 2025.01.08 15:29:51.632196 [ 201 ] {c31248f1-c5b1-46f7-805a-962f18a28d38::all_1_136_27} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16629 2025.01.08 15:29:51.632608 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 40 rows starting from the beginning of the part
16630 2025.01.08 15:29:51.632662 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
16631 2025.01.08 15:29:51.633014 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 11 rows starting from the beginning of the part
16632 2025.01.08 15:29:51.633445 [ 197 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 38 rows starting from the beginning of the part
16633 2025.01.08 15:29:51.634226 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16634 2025.01.08 15:29:51.634287 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16635 2025.01.08 15:29:51.635285 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16636 2025.01.08 15:29:51.635877 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16637 2025.01.08 15:29:51.636154 [ 201 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.006643076 sec., 30257.06765962033 rows/sec., 2.28 MiB/sec.
16638 2025.01.08 15:29:51.636397 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005993 sec., 2336.0587351910563 rows/sec., 163.60 KiB/sec.
16639 2025.01.08 15:29:51.636468 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
16640 2025.01.08 15:29:51.636514 [ 272 ] {01d5ac89-830b-43da-8db1-656484ad903d} <Debug> TCPHandler: Processed in 0.006537774 sec.
16641 2025.01.08 15:29:51.636717 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16642 2025.01.08 15:29:51.636970 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16643 2025.01.08 15:29:51.636985 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16644 2025.01.08 15:29:51.637090 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16645 2025.01.08 15:29:51.637201 [ 199 ] {156ef292-4091-4801-93be-09fc44abb7f7::all_1_111_22} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
16646 2025.01.08 15:29:51.637375 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
16647 2025.01.08 15:29:51.637890 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16648 2025.01.08 15:29:51.637934 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16649 2025.01.08 15:29:51.638292 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16650 2025.01.08 15:29:51.638555 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16651 2025.01.08 15:29:51.638778 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00189 sec., 6878.306878306878 rows/sec., 428.86 KiB/sec.
16652 2025.01.08 15:29:51.638854 [ 267 ] {8bb665d2-8c9b-4b5f-b42b-ea28df81dd00} <Debug> TCPHandler: Processed in 0.002223033 sec.
16653 2025.01.08 15:29:51.639160 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16654 2025.01.08 15:29:51.639389 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16655 2025.01.08 15:29:51.639480 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16656 2025.01.08 15:29:51.640244 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16657 2025.01.08 15:29:51.640283 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16658 2025.01.08 15:29:51.640699 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16659 2025.01.08 15:29:51.640936 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16660 2025.01.08 15:29:51.641112 [ 131 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16661 2025.01.08 15:29:51.641175 [ 131 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16662 2025.01.08 15:29:51.641178 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.001833 sec., 205673.75886524824 rows/sec., 14.54 MiB/sec.
16663 2025.01.08 15:29:51.641206 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16664 2025.01.08 15:29:51.641341 [ 272 ] {c26e13db-dc17-494a-a7a9-535d3350f3e7} <Debug> TCPHandler: Processed in 0.002374454 sec.
16665 2025.01.08 15:29:51.641650 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16666 2025.01.08 15:29:51.641678 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
16667 2025.01.08 15:29:51.642104 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16668 2025.01.08 15:29:51.642312 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16669 2025.01.08 15:29:51.642315 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16670 2025.01.08 15:29:51.642450 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 876 rows starting from the beginning of the part
16671 2025.01.08 15:29:51.643087 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 39 rows starting from the beginning of the part
16672 2025.01.08 15:29:51.643790 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 835 rows starting from the beginning of the part
16673 2025.01.08 15:29:51.644469 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 28 rows starting from the beginning of the part
16674 2025.01.08 15:29:51.644819 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 39 rows starting from the beginning of the part
16675 2025.01.08 15:29:51.645117 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 377 rows starting from the beginning of the part
16676 2025.01.08 15:29:51.645652 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16677 2025.01.08 15:29:51.645695 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16678 2025.01.08 15:29:51.646244 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16679 2025.01.08 15:29:51.646564 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16680 2025.01.08 15:29:51.646931 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004958 sec., 1210.1653892698669 rows/sec., 63.23 KiB/sec.
16681 2025.01.08 15:29:51.647334 [ 267 ] {2e3d589e-d93f-4981-b69c-274e504d21bd} <Debug> TCPHandler: Processed in 0.005866685 sec.
16682 2025.01.08 15:29:51.647749 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16683 2025.01.08 15:29:51.647894 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518313 sec., 336590.1576067304 rows/sec., 25.64 MiB/sec.
16684 2025.01.08 15:29:51.648192 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16685 2025.01.08 15:29:51.648321 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16686 2025.01.08 15:29:51.648345 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16687 2025.01.08 15:29:51.648968 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16688 2025.01.08 15:29:51.649111 [ 201 ] {d62eac21-2d35-4600-8f79-222401cc0256::all_1_136_27} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16689 2025.01.08 15:29:51.649239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
16690 2025.01.08 15:29:51.649511 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16691 2025.01.08 15:29:51.649555 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16692 2025.01.08 15:29:51.649955 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16693 2025.01.08 15:29:51.650200 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16694 2025.01.08 15:29:51.650404 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002393 sec., 73965.7333890514 rows/sec., 4.88 MiB/sec.
16695 2025.01.08 15:29:51.650455 [ 272 ] {9f5fad9b-8d73-4a83-8c31-22c0884ca246} <Debug> TCPHandler: Processed in 0.002996033 sec.
16696 2025.01.08 15:29:51.650603 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16697 2025.01.08 15:29:51.650743 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16698 2025.01.08 15:29:51.650805 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16699 2025.01.08 15:29:51.651331 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16700 2025.01.08 15:29:51.651375 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16701 2025.01.08 15:29:51.651747 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16702 2025.01.08 15:29:51.652060 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16703 2025.01.08 15:29:51.652238 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
16704 2025.01.08 15:29:51.652288 [ 267 ] {98de5d51-1915-4496-acf3-d87edda725e3} <Debug> TCPHandler: Processed in 0.001752255 sec.
16705 2025.01.08 15:29:51.652423 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16706 2025.01.08 15:29:51.652546 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16707 2025.01.08 15:29:51.652642 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16708 2025.01.08 15:29:51.653944 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16709 2025.01.08 15:29:51.653983 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16710 2025.01.08 15:29:51.654674 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
16711 2025.01.08 15:29:51.654937 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16712 2025.01.08 15:29:51.655126 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
16713 2025.01.08 15:29:51.655191 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16714 2025.01.08 15:29:51.655205 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002675 sec., 11588.785046728972 rows/sec., 20.77 MiB/sec.
16715 2025.01.08 15:29:51.655235 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16716 2025.01.08 15:29:51.655582 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
16717 2025.01.08 15:29:51.655598 [ 272 ] {291bbeec-a51b-43db-817c-85a423a84228} <Debug> TCPHandler: Processed in 0.003234097 sec.
16718 2025.01.08 15:29:51.655821 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16719 2025.01.08 15:29:51.656011 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16720 2025.01.08 15:29:51.656086 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16721 2025.01.08 15:29:51.656094 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16722 2025.01.08 15:29:51.656224 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2196 rows starting from the beginning of the part
16723 2025.01.08 15:29:51.656762 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 31 rows starting from the beginning of the part
16724 2025.01.08 15:29:51.657333 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 11 rows starting from the beginning of the part
16725 2025.01.08 15:29:51.658325 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16726 2025.01.08 15:29:51.658431 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16727 2025.01.08 15:29:51.658968 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 31 rows starting from the beginning of the part
16728 2025.01.08 15:29:51.659930 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 11 rows starting from the beginning of the part
16729 2025.01.08 15:29:51.660015 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16730 2025.01.08 15:29:51.660461 [ 197 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 31 rows starting from the beginning of the part
16731 2025.01.08 15:29:51.660774 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16732 2025.01.08 15:29:51.661103 [ 129 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16733 2025.01.08 15:29:51.661165 [ 129 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16734 2025.01.08 15:29:51.661216 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16735 2025.01.08 15:29:51.661258 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005295 sec., 9820.585457979225 rows/sec., 622.64 KiB/sec.
16736 2025.01.08 15:29:51.661760 [ 267 ] {5d1fb0b9-32e6-48fa-b63b-a74480f2692f} <Debug> TCPHandler: Processed in 0.006041216 sec.
16737 2025.01.08 15:29:51.662052 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
16738 2025.01.08 15:29:51.662817 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16739 2025.01.08 15:29:51.662938 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 4616 rows starting from the beginning of the part
16740 2025.01.08 15:29:51.663448 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 30 rows starting from the beginning of the part
16741 2025.01.08 15:29:51.663857 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 28 rows starting from the beginning of the part
16742 2025.01.08 15:29:51.664227 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 24 rows starting from the beginning of the part
16743 2025.01.08 15:29:51.664601 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 30 rows starting from the beginning of the part
16744 2025.01.08 15:29:51.664859 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 52 rows starting from the beginning of the part
16745 2025.01.08 15:29:51.667530 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4780 rows, containing 4 columns (4 merged, 0 gathered) in 0.006152319 sec., 776942.8080696076 rows/sec., 49.99 MiB/sec.
16746 2025.01.08 15:29:51.667940 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16747 2025.01.08 15:29:51.668612 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16748 2025.01.08 15:29:51.668854 [ 192 ] {de1fb7e4-d589-4423-bd02-35ab2a59d584::all_1_136_27} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16749 2025.01.08 15:29:51.669067 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
16750 2025.01.08 15:29:51.674182 [ 190 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2311 rows, containing 19 columns (19 merged, 0 gathered) in 0.018815142 sec., 122826.60423184688 rows/sec., 220.10 MiB/sec.
16751 2025.01.08 15:29:51.676347 [ 187 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
16752 2025.01.08 15:29:51.676786 [ 187 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16753 2025.01.08 15:29:51.676872 [ 187 ] {ec02d046-3671-4dcd-8278-c3748b15e6ad::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
16754 2025.01.08 15:29:51.677030 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.51 MiB.
16755 2025.01.08 15:29:52.223209 [ 221 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16756 2025.01.08 15:29:52.223263 [ 221 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16757 2025.01.08 15:29:52.225075 [ 221 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16758 2025.01.08 15:29:53.416614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
16759 2025.01.08 15:29:53.438853 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16760 2025.01.08 15:29:53.438904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16761 2025.01.08 15:29:53.446410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16762 2025.01.08 15:29:53.448290 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16763 2025.01.08 15:29:53.452349 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
16764 2025.01.08 15:29:56.292991 [ 220 ] {} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16765 2025.01.08 15:29:56.293094 [ 220 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16766 2025.01.08 15:29:56.295335 [ 220 ] {} <Debug> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16767 2025.01.08 15:29:56.613643 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16768 2025.01.08 15:29:56.613861 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16769 2025.01.08 15:29:56.613948 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16770 2025.01.08 15:29:56.614803 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16771 2025.01.08 15:29:56.614853 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16772 2025.01.08 15:29:56.615307 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
16773 2025.01.08 15:29:56.615558 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Trace> oximeter.fields_ipaddr (ca0ff79f-355d-48f4-89d8-f7e21faadfd5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16774 2025.01.08 15:29:56.615835 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002024 sec., 1976.284584980237 rows/sec., 161.15 KiB/sec.
16775 2025.01.08 15:29:56.615968 [ 267 ] {f60edc22-02e9-47c1-ac16-559d6e988fcf} <Debug> TCPHandler: Processed in 0.002461256 sec.
16776 2025.01.08 15:29:56.616262 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16777 2025.01.08 15:29:56.616478 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16778 2025.01.08 15:29:56.616559 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16779 2025.01.08 15:29:56.617350 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16780 2025.01.08 15:29:56.617399 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16781 2025.01.08 15:29:56.617904 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16782 2025.01.08 15:29:56.618166 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16783 2025.01.08 15:29:56.618425 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Debug> executeQuery: Read 50 rows, 4.22 KiB in 0.002003 sec., 24962.55616575137 rows/sec., 2.06 MiB/sec.
16784 2025.01.08 15:29:56.618533 [ 272 ] {1b328abf-3489-486b-b896-7a612ac90182} <Debug> TCPHandler: Processed in 0.002422695 sec.
16785 2025.01.08 15:29:56.618741 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16786 2025.01.08 15:29:56.619045 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16787 2025.01.08 15:29:56.619146 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16788 2025.01.08 15:29:56.619761 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16789 2025.01.08 15:29:56.619802 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16790 2025.01.08 15:29:56.620190 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
16791 2025.01.08 15:29:56.620426 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16792 2025.01.08 15:29:56.620660 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Debug> executeQuery: Read 15 rows, 1.11 KiB in 0.001731 sec., 8665.511265164645 rows/sec., 639.19 KiB/sec.
16793 2025.01.08 15:29:56.620769 [ 267 ] {dafd7a6a-d8cd-4e57-af3c-e8b61d0f772e} <Debug> TCPHandler: Processed in 0.002137901 sec.
16794 2025.01.08 15:29:56.621001 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16795 2025.01.08 15:29:56.621137 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16796 2025.01.08 15:29:56.621191 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16797 2025.01.08 15:29:56.621783 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16798 2025.01.08 15:29:56.621822 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16799 2025.01.08 15:29:56.622203 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16800 2025.01.08 15:29:56.622442 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16801 2025.01.08 15:29:56.622649 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Debug> executeQuery: Read 43 rows, 3.44 KiB in 0.00154 sec., 27922.077922077922 rows/sec., 2.18 MiB/sec.
16802 2025.01.08 15:29:56.622704 [ 272 ] {4f0e2069-ff25-4246-bc0c-e2b734b127b8} <Debug> TCPHandler: Processed in 0.001805036 sec.
16803 2025.01.08 15:29:56.622916 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16804 2025.01.08 15:29:56.623145 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16805 2025.01.08 15:29:56.623245 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16806 2025.01.08 15:29:56.624037 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16807 2025.01.08 15:29:56.624076 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16808 2025.01.08 15:29:56.624480 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16809 2025.01.08 15:29:56.624722 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16810 2025.01.08 15:29:56.624945 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001858 sec., 54897.739504843914 rows/sec., 3.81 MiB/sec.
16811 2025.01.08 15:29:56.625001 [ 267 ] {df25b579-7231-46b5-942b-c1db44aede71} <Debug> TCPHandler: Processed in 0.002197262 sec.
16812 2025.01.08 15:29:56.625204 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16813 2025.01.08 15:29:56.625429 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16814 2025.01.08 15:29:56.625572 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16815 2025.01.08 15:29:56.626768 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16816 2025.01.08 15:29:56.626807 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16817 2025.01.08 15:29:56.627474 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
16818 2025.01.08 15:29:56.627738 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16819 2025.01.08 15:29:56.628013 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00263 sec., 4182.509505703422 rows/sec., 7.49 MiB/sec.
16820 2025.01.08 15:29:56.628139 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16821 2025.01.08 15:29:56.628196 [ 272 ] {0857b7e0-f01f-49f1-8c9b-5bfbf9ab97b4} <Debug> TCPHandler: Processed in 0.003101255 sec.
16822 2025.01.08 15:29:56.628235 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16823 2025.01.08 15:29:56.628520 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16824 2025.01.08 15:29:56.628770 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16825 2025.01.08 15:29:56.628857 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16826 2025.01.08 15:29:56.630074 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16827 2025.01.08 15:29:56.630114 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16828 2025.01.08 15:29:56.630921 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16829 2025.01.08 15:29:56.631347 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16830 2025.01.08 15:29:56.631904 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003159 sec., 9496.67616334283 rows/sec., 666.19 KiB/sec.
16831 2025.01.08 15:29:56.632183 [ 267 ] {bf049055-85db-4121-bb78-6a4ff6c58cf6} <Debug> TCPHandler: Processed in 0.003848215 sec.
16832 2025.01.08 15:29:56.632529 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16833 2025.01.08 15:29:58.298256 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149
16834 2025.01.08 15:29:58.300107 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16835 2025.01.08 15:29:58.300193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16836 2025.01.08 15:29:58.300792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16837 2025.01.08 15:29:58.301063 [ 243 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16838 2025.01.08 15:29:58.301275 [ 122 ] {} <Debug> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16839 2025.01.08 15:29:58.301343 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
16840 2025.01.08 15:29:58.301370 [ 122 ] {} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16841 2025.01.08 15:29:58.301405 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16842 2025.01.08 15:29:58.302265 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::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
16843 2025.01.08 15:29:58.303220 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16844 2025.01.08 15:29:58.303384 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
16845 2025.01.08 15:29:58.303509 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part
16846 2025.01.08 15:29:58.303607 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part
16847 2025.01.08 15:29:58.303871 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part
16848 2025.01.08 15:29:58.304192 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part
16849 2025.01.08 15:29:58.304394 [ 193 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part
16850 2025.01.08 15:29:58.307538 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.006005987 sec., 6185328.073470688 rows/sec., 88.48 MiB/sec.
16851 2025.01.08 15:29:58.307938 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16852 2025.01.08 15:29:58.308261 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16853 2025.01.08 15:29:58.308341 [ 194 ] {468daf3c-9934-47ec-9bfd-eb4b2ae0355a::all_1_81_16} <Trace> system.asynchronous_metric_log (468daf3c-9934-47ec-9bfd-eb4b2ae0355a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16854 2025.01.08 15:29:58.308452 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16855 2025.01.08 15:30:00.952454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
16856 2025.01.08 15:30:00.986326 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16857 2025.01.08 15:30:00.986405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16858 2025.01.08 15:30:00.996396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16859 2025.01.08 15:30:00.997535 [ 244 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16860 2025.01.08 15:30:00.998088 [ 119 ] {} <Debug> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16861 2025.01.08 15:30:00.998255 [ 119 ] {} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16862 2025.01.08 15:30:00.998342 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16863 2025.01.08 15:30:00.999071 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::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
16864 2025.01.08 15:30:01.000585 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.61 MiB, peak 290.90 MiB, free memory in arenas 0.00 B, will set to 273.09 MiB (RSS), difference: -4.52 MiB
16865 2025.01.08 15:30:01.004287 [ 222 ] {} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16866 2025.01.08 15:30:01.004372 [ 222 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16867 2025.01.08 15:30:01.012268 [ 222 ] {} <Debug> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16868 2025.01.08 15:30:01.019011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2364
16869 2025.01.08 15:30:01.030791 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
16870 2025.01.08 15:30:01.033324 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16871 2025.01.08 15:30:01.037486 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16872 2025.01.08 15:30:01.037560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16873 2025.01.08 15:30:01.038231 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
16874 2025.01.08 15:30:01.041241 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16875 2025.01.08 15:30:01.041952 [ 242 ] {} <Trace> system.query_log (c5653dc5-33a0-448e-a62e-37619d1c9d33): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16876 2025.01.08 15:30:01.045023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2364
16877 2025.01.08 15:30:01.049320 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
16878 2025.01.08 15:30:01.056798 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
16879 2025.01.08 15:30:01.064601 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
16880 2025.01.08 15:30:01.072632 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
16881 2025.01.08 15:30:01.080735 [ 198 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
16882 2025.01.08 15:30:01.182258 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.183742516 sec., 3325.305505232115 rows/sec., 17.19 MiB/sec.
16883 2025.01.08 15:30:01.185727 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16884 2025.01.08 15:30:01.189074 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16885 2025.01.08 15:30:01.189215 [ 194 ] {4a70afac-c00a-461e-bc36-4e82ea4889d2::all_1_81_16} <Trace> system.metric_log (4a70afac-c00a-461e-bc36-4e82ea4889d2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16886 2025.01.08 15:30:01.191830 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
16887 2025.01.08 15:30:01.575551 [ 220 ] {} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16888 2025.01.08 15:30:01.575611 [ 220 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16889 2025.01.08 15:30:01.577843 [ 220 ] {} <Debug> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16890 2025.01.08 15:30:01.621011 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16891 2025.01.08 15:30:01.621198 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16892 2025.01.08 15:30:01.621269 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16893 2025.01.08 15:30:01.622016 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16894 2025.01.08 15:30:01.622057 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16895 2025.01.08 15:30:01.622541 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16896 2025.01.08 15:30:01.622894 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Trace> oximeter.fields_i16 (85dae2ac-2bdf-4f7d-945c-7dcfd17a1d74): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16897 2025.01.08 15:30:01.623153 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec.
16898 2025.01.08 15:30:01.623296 [ 267 ] {bbdeb7bc-0b51-4e86-bcd4-76e0a1ee68d0} <Debug> TCPHandler: Processed in 0.002414285 sec.
16899 2025.01.08 15:30:01.623582 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16900 2025.01.08 15:30:01.623778 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16901 2025.01.08 15:30:01.623860 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16902 2025.01.08 15:30:01.624840 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16903 2025.01.08 15:30:01.624892 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16904 2025.01.08 15:30:01.625371 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16905 2025.01.08 15:30:01.625699 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16906 2025.01.08 15:30:01.625991 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Debug> executeQuery: Read 235 rows, 21.45 KiB in 0.002267 sec., 103661.22629025143 rows/sec., 9.24 MiB/sec.
16907 2025.01.08 15:30:01.626012 [ 225 ] {} <Trace> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16908 2025.01.08 15:30:01.626082 [ 225 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16909 2025.01.08 15:30:01.626108 [ 272 ] {3f646c70-52b6-411b-b4ea-09c953d4af9b} <Debug> TCPHandler: Processed in 0.002688108 sec.
16910 2025.01.08 15:30:01.626290 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16911 2025.01.08 15:30:01.626424 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16912 2025.01.08 15:30:01.626482 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16913 2025.01.08 15:30:01.627350 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16914 2025.01.08 15:30:01.627392 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16915 2025.01.08 15:30:01.627846 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
16916 2025.01.08 15:30:01.628166 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Trace> oximeter.fields_u16 (156ef292-4091-4801-93be-09fc44abb7f7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16917 2025.01.08 15:30:01.628361 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001967 sec., 19318.759532282664 rows/sec., 1.38 MiB/sec.
16918 2025.01.08 15:30:01.628445 [ 267 ] {8a452f38-be55-44a8-9ab8-9cf23f19a1aa} <Debug> TCPHandler: Processed in 0.002221502 sec.
16919 2025.01.08 15:30:01.628620 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16920 2025.01.08 15:30:01.628805 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16921 2025.01.08 15:30:01.628904 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16922 2025.01.08 15:30:01.629038 [ 225 ] {} <Debug> oximeter.fields_string (c31248f1-c5b1-46f7-805a-962f18a28d38): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16923 2025.01.08 15:30:01.630403 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16924 2025.01.08 15:30:01.630453 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16925 2025.01.08 15:30:01.630864 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16926 2025.01.08 15:30:01.631118 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16927 2025.01.08 15:30:01.631276 [ 117 ] {} <Debug> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0
16928 2025.01.08 15:30:01.631340 [ 117 ] {} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16929 2025.01.08 15:30:01.631362 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002608 sec., 5368.098159509203 rows/sec., 375.95 KiB/sec.
16930 2025.01.08 15:30:01.631377 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16931 2025.01.08 15:30:01.631570 [ 272 ] {02bb018a-310d-4427-ab17-10193783f8de} <Debug> TCPHandler: Processed in 0.003025543 sec.
16932 2025.01.08 15:30:01.631854 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full
16933 2025.01.08 15:30:01.631870 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16934 2025.01.08 15:30:01.632234 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16935 2025.01.08 15:30:01.632410 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16936 2025.01.08 15:30:01.632419 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16937 2025.01.08 15:30:01.632479 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 243 rows starting from the beginning of the part
16938 2025.01.08 15:30:01.632804 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
16939 2025.01.08 15:30:01.633136 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
16940 2025.01.08 15:30:01.633516 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 242 rows starting from the beginning of the part
16941 2025.01.08 15:30:01.633942 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
16942 2025.01.08 15:30:01.634340 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
16943 2025.01.08 15:30:01.635388 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16944 2025.01.08 15:30:01.635476 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16945 2025.01.08 15:30:01.636548 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16946 2025.01.08 15:30:01.637114 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Trace> oximeter.fields_u8 (24524d9f-0d5d-4573-978f-387d0f376fa8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16947 2025.01.08 15:30:01.637138 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005606821 sec., 96489.61505994217 rows/sec., 6.91 MiB/sec.
16948 2025.01.08 15:30:01.637369 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
16949 2025.01.08 15:30:01.637467 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005349 sec., 2430.3608151056274 rows/sec., 151.53 KiB/sec.
16950 2025.01.08 15:30:01.637800 [ 267 ] {e6f62add-b638-4331-ac10-90e17982713c} <Debug> TCPHandler: Processed in 0.006071508 sec.
16951 2025.01.08 15:30:01.638104 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16952 2025.01.08 15:30:01.638393 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16953 2025.01.08 15:30:01.638479 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16954 2025.01.08 15:30:01.638482 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16955 2025.01.08 15:30:01.638737 [ 200 ] {8799d49b-35c2-4515-9008-3031879e2ba2::all_1_60_13} <Trace> oximeter.fields_u32 (8799d49b-35c2-4515-9008-3031879e2ba2) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13
16956 2025.01.08 15:30:01.638903 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
16957 2025.01.08 15:30:01.639624 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16958 2025.01.08 15:30:01.639678 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16959 2025.01.08 15:30:01.640193 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16960 2025.01.08 15:30:01.640508 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16961 2025.01.08 15:30:01.640778 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Debug> executeQuery: Read 377 rows, 27.29 KiB in 0.002461 sec., 153189.76026005688 rows/sec., 10.83 MiB/sec.
16962 2025.01.08 15:30:01.640849 [ 272 ] {27edff24-0700-40db-8860-546b85bcc6c9} <Debug> TCPHandler: Processed in 0.002901102 sec.
16963 2025.01.08 15:30:01.640865 [ 224 ] {} <Trace> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16964 2025.01.08 15:30:01.640934 [ 224 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16965 2025.01.08 15:30:01.641033 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16966 2025.01.08 15:30:01.641181 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16967 2025.01.08 15:30:01.641233 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16968 2025.01.08 15:30:01.642195 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16969 2025.01.08 15:30:01.642260 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16970 2025.01.08 15:30:01.643064 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16971 2025.01.08 15:30:01.643439 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Trace> oximeter.measurements_bool (84656a14-8fe0-49ac-8b3b-e5a90d6c714d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16972 2025.01.08 15:30:01.643857 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0027 sec., 2222.222222222222 rows/sec., 116.10 KiB/sec.
16973 2025.01.08 15:30:01.643933 [ 267 ] {6100a560-136e-4453-b106-29ba2bee13d6} <Debug> TCPHandler: Processed in 0.002976473 sec.
16974 2025.01.08 15:30:01.644143 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16975 2025.01.08 15:30:01.644403 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16976 2025.01.08 15:30:01.644469 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16977 2025.01.08 15:30:01.644927 [ 224 ] {} <Debug> oximeter.fields_uuid (d62eac21-2d35-4600-8f79-222401cc0256): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16978 2025.01.08 15:30:01.646332 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16979 2025.01.08 15:30:01.646400 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16980 2025.01.08 15:30:01.646844 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16981 2025.01.08 15:30:01.647161 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16982 2025.01.08 15:30:01.647368 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0
16983 2025.01.08 15:30:01.647436 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16984 2025.01.08 15:30:01.647442 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.003109 sec., 56931.48922483114 rows/sec., 3.76 MiB/sec.
16985 2025.01.08 15:30:01.647463 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
16986 2025.01.08 15:30:01.647637 [ 272 ] {e4bcaa13-35d5-4ebd-9931-d64d0fe1c347} <Debug> TCPHandler: Processed in 0.003590522 sec.
16987 2025.01.08 15:30:01.647705 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full
16988 2025.01.08 15:30:01.647831 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16989 2025.01.08 15:30:01.647862 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16990 2025.01.08 15:30:01.647903 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 33430 rows starting from the beginning of the part
16991 2025.01.08 15:30:01.647990 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16992 2025.01.08 15:30:01.648145 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 80 rows starting from the beginning of the part
16993 2025.01.08 15:30:01.648162 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16994 2025.01.08 15:30:01.648520 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 100 rows starting from the beginning of the part
16995 2025.01.08 15:30:01.648812 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 177 rows starting from the beginning of the part
16996 2025.01.08 15:30:01.649009 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 102 rows starting from the beginning of the part
16997 2025.01.08 15:30:01.649170 [ 189 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 177 rows starting from the beginning of the part
16998 2025.01.08 15:30:01.649686 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16999 2025.01.08 15:30:01.649730 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
17000 2025.01.08 15:30:01.650244 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17001 2025.01.08 15:30:01.650571 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17002 2025.01.08 15:30:01.650744 [ 117 ] {} <Debug> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0
17003 2025.01.08 15:30:01.650793 [ 117 ] {} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17004 2025.01.08 15:30:01.650829 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
17005 2025.01.08 15:30:01.650864 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002911 sec., 343.52456200618343 rows/sec., 23.15 KiB/sec.
17006 2025.01.08 15:30:01.651423 [ 267 ] {44df607f-1347-4478-82be-78e943dcf3bd} <Debug> TCPHandler: Processed in 0.003661783 sec.
17007 2025.01.08 15:30:01.651828 [ 272 ] {} <Trace> TCP-Session: 0b7532f8-b420-4f65-b823-418b21beccb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17008 2025.01.08 15:30:01.652262 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39256) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17009 2025.01.08 15:30:01.652684 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17010 2025.01.08 15:30:01.652768 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full
17011 2025.01.08 15:30:01.653701 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17012 2025.01.08 15:30:01.653911 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 56 rows starting from the beginning of the part
17013 2025.01.08 15:30:01.654591 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
17014 2025.01.08 15:30:01.655224 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
17015 2025.01.08 15:30:01.655716 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
17016 2025.01.08 15:30:01.656098 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
17017 2025.01.08 15:30:01.656439 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
17018 2025.01.08 15:30:01.661635 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17019 2025.01.08 15:30:01.661668 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.010650104 sec., 5727.643598597722 rows/sec., 385.21 KiB/sec.
17020 2025.01.08 15:30:01.661702 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
17021 2025.01.08 15:30:01.661983 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
17022 2025.01.08 15:30:01.662908 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17023 2025.01.08 15:30:01.663158 [ 188 ] {d44f9956-3957-46c2-b175-34a4c172c891::all_1_60_13} <Trace> oximeter.measurements_f64 (d44f9956-3957-46c2-b175-34a4c172c891) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13
17024 2025.01.08 15:30:01.663325 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17025 2025.01.08 15:30:01.663877 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
17026 2025.01.08 15:30:01.664402 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34066 rows, containing 5 columns (5 merged, 0 gathered) in 0.016817962 sec., 2025572.420724937 rows/sec., 135.65 MiB/sec.
17027 2025.01.08 15:30:01.664473 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Trace> oximeter.measurements_histogramu64 (ec02d046-3671-4dcd-8278-c3748b15e6ad): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17028 2025.01.08 15:30:01.664792 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary)
17029 2025.01.08 15:30:01.664849 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.012731 sec., 2435.001178226377 rows/sec., 4.36 MiB/sec.
17030 2025.01.08 15:30:01.665129 [ 272 ] {dc8421c3-9f0e-4746-b142-5b3145eb5969} <Debug> TCPHandler: Processed in 0.013544965 sec.
17031 2025.01.08 15:30:01.665366 [ 267 ] {} <Trace> TCP-Session: 02105f76-2ca7-4fa8-8ec5-4ac328660682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17032 2025.01.08 15:30:01.665405 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17033 2025.01.08 15:30:01.665584 [ 191 ] {2a757095-f009-4a36-af9e-b70d9fa646e5::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28
17034 2025.01.08 15:30:01.665594 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53656) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17035 2025.01.08 15:30:01.665712 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17036 2025.01.08 15:30:01.665741 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
17037 2025.01.08 15:30:01.666303 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17038 2025.01.08 15:30:01.666349 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
17039 2025.01.08 15:30:01.666770 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
17040 2025.01.08 15:30:01.667026 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Trace> oximeter.measurements_u64 (de1fb7e4-d589-4423-bd02-35ab2a59d584): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17041 2025.01.08 15:30:01.667205 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001679 sec., 30970.815961882075 rows/sec., 1.92 MiB/sec.
17042 2025.01.08 15:30:01.667257 [ 267 ] {baa7c943-31e7-4fbe-86bf-e6e93dfcc7ed} <Debug> TCPHandler: Processed in 0.002008249 sec.
17043 2025.01.08 15:30:02.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.55 MiB, peak 290.90 MiB, free memory in arenas 0.00 B, will set to 273.09 MiB (RSS), difference: 2.54 MiB
17044 2025.01.08 15:30:02.276767 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17045 2025.01.08 15:30:02.276813 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17046 2025.01.08 15:30:02.278920 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a757095-f009-4a36-af9e-b70d9fa646e5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]