Max level shown:
1 [ Dec 21 05:43:18 Enabled. ]
2 [ Dec 21 05:43:18 Rereading configuration. ]
3 [ Dec 21 05:43:21 Rereading configuration. ]
4 [ Dec 21 05:43:29 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Dec 21 05:43:29 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.12.21 05:43:30.501882 [ 1 ] {} <Information> Application: Will watch for the process with pid 23123
29 2024.12.21 05:43:30.502533 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.21 05:43:30.787884 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23123
31 2024.12.21 05:43:30.788588 [ 1 ] {} <Information> Application: starting up
32 2024.12.21 05:43:30.789282 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.21 05:43:30.874459 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.21 05:43:30.913304 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.21 05:43:30.913365 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.21 05:43:30.913387 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.21 05:43:30.913479 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.21 05:43:30.913866 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.21 05:43:30.915411 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.12.21 05:43:30.916126 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.21 05:43:30.916938 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.12.21 05:43:30.916960 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.12.21 05:43:30.916975 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.21 05:43:30.917150 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.21 05:43:30.918061 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.21 05:43:30.923050 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.21 05:43:30.923979 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.21 05:43:30.925231 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.21 05:43:30.925296 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.21 05:43:30.926824 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.12.21 05:43:30.927301 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.21 05:43:30.931518 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.21 05:43:30.931831 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.21 05:43:30.933372 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.21 05:43:30.933806 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.21 05:43:30.934201 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.21 05:43:30.934544 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.21 05:43:30.935834 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.21 05:43:30.935866 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.21 05:43:30.935936 [ 160 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.21 05:43:30.936060 [ 160 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.21 05:43:30.968233 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.21 05:43:30.968264 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171694 sec
68 2024.12.21 05:43:30.968312 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.21 05:43:30.968331 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.21 05:43:30.969455 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.21 05:43:30.970481 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.21 05:43:30.982020 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.21 05:43:30.982063 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.21 05:43:30.982084 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.21 05:43:30.982097 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.21 05:43:30.982126 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.21 05:43:30.982148 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.21 05:43:30.984808 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.21 05:43:30.984857 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.21 05:43:30.984879 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.21 05:43:30.985061 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.21 05:43:30.985081 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.21 05:43:30.985118 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.21 05:43:30.985139 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.21 05:43:30.985153 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.21 05:43:30.985183 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.21 05:43:30.985234 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.21 05:43:31.011497 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.21 05:43:31.083002 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.21 05:43:31.083038 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1852e-05 sec
91 2024.12.21 05:43:31.083055 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.21 05:43:31.083069 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.21 05:43:31.083096 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.21 05:43:31.083326 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.21 05:43:31.083379 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.21 05:43:31.083396 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.21 05:43:31.083410 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.12.21 05:43:31.083422 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.21 05:43:31.095165 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.21 05:43:31.095376 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.32 MiB
101 2024.12.21 05:43:31.096294 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6851e-05 sec.
102 2024.12.21 05:43:31.097212 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.21 05:43:31.097297 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.21 05:43:31.097315 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.21 05:43:31.499365 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57115
106 2024.12.21 05:43:31.499621 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.21 05:43:31.499675 [ 3 ] {} <Debug> TCP-Session: 6c64283d-033b-4cbb-8642-714faa7cd3f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57115
108 2024.12.21 05:43:31.499708 [ 3 ] {} <Debug> TCP-Session: 6c64283d-033b-4cbb-8642-714faa7cd3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.21 05:43:31.499730 [ 3 ] {} <Debug> TCP-Session: 6c64283d-033b-4cbb-8642-714faa7cd3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.21 05:43:31.499820 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.21 05:43:31.499847 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.12.21 05:43:31.499870 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.12.21 05:43:31.500738 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57665
114 2024.12.21 05:43:31.500809 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53211
115 2024.12.21 05:43:31.500859 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.12.21 05:43:31.500898 [ 4 ] {} <Debug> TCP-Session: 97b781cf-6b97-47dc-858a-8d6ebe09d718 Authenticating user 'default' from [fd00:1122:3344:101::e]:57665
117 2024.12.21 05:43:31.500942 [ 4 ] {} <Debug> TCP-Session: 97b781cf-6b97-47dc-858a-8d6ebe09d718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.21 05:43:31.500949 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
119 2024.12.21 05:43:31.500964 [ 4 ] {} <Debug> TCP-Session: 97b781cf-6b97-47dc-858a-8d6ebe09d718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
120 2024.12.21 05:43:31.501010 [ 5 ] {} <Debug> TCP-Session: d0bc749a-32c3-405f-996d-37d090310e34 Authenticating user 'default' from [fd00:1122:3344:101::e]:53211
121 2024.12.21 05:43:31.501049 [ 5 ] {} <Debug> TCP-Session: d0bc749a-32c3-405f-996d-37d090310e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2024.12.21 05:43:31.501068 [ 5 ] {} <Debug> TCP-Session: d0bc749a-32c3-405f-996d-37d090310e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.12.21 05:43:31.501649 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41183
124 2024.12.21 05:43:31.501805 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33123
125 2024.12.21 05:43:31.501895 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.12.21 05:43:31.502008 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
127 2024.12.21 05:43:31.502038 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37165
128 2024.12.21 05:43:31.502067 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42963
129 2024.12.21 05:43:31.502087 [ 254 ] {} <Debug> TCP-Session: 579fe7aa-a7dc-4bd0-a01e-6111ac72a24a Authenticating user 'default' from [fd00:1122:3344:101::e]:33123
130 2024.12.21 05:43:31.502119 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34649
131 2024.12.21 05:43:31.502056 [ 253 ] {} <Debug> TCP-Session: b2476708-81e5-4740-bd21-e18595575f12 Authenticating user 'default' from [fd00:1122:3344:101::e]:41183
132 2024.12.21 05:43:31.502329 [ 253 ] {} <Debug> TCP-Session: b2476708-81e5-4740-bd21-e18595575f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2024.12.21 05:43:31.502345 [ 254 ] {} <Debug> TCP-Session: 579fe7aa-a7dc-4bd0-a01e-6111ac72a24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.12.21 05:43:31.502387 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2024.12.21 05:43:31.502480 [ 254 ] {} <Debug> TCP-Session: 579fe7aa-a7dc-4bd0-a01e-6111ac72a24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2024.12.21 05:43:31.502430 [ 253 ] {} <Debug> TCP-Session: b2476708-81e5-4740-bd21-e18595575f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2024.12.21 05:43:31.502551 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2024.12.21 05:43:31.502572 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.12.21 05:43:31.502689 [ 256 ] {} <Debug> TCP-Session: 5d3dcdb2-3fd4-4b85-8f12-8dc239ed0c4d Authenticating user 'default' from [fd00:1122:3344:101::e]:42963
140 2024.12.21 05:43:31.502728 [ 257 ] {} <Debug> TCP-Session: 8f2f8a69-0299-4f1a-a59f-ff68a35dc990 Authenticating user 'default' from [fd00:1122:3344:101::e]:34649
141 2024.12.21 05:43:31.502783 [ 255 ] {} <Debug> TCP-Session: 887eaf55-615f-4c7b-8d0f-f203684eac37 Authenticating user 'default' from [fd00:1122:3344:101::e]:37165
142 2024.12.21 05:43:31.502791 [ 256 ] {} <Debug> TCP-Session: 5d3dcdb2-3fd4-4b85-8f12-8dc239ed0c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.21 05:43:31.502814 [ 257 ] {} <Debug> TCP-Session: 8f2f8a69-0299-4f1a-a59f-ff68a35dc990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.21 05:43:31.502830 [ 255 ] {} <Debug> TCP-Session: 887eaf55-615f-4c7b-8d0f-f203684eac37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2024.12.21 05:43:31.502850 [ 256 ] {} <Debug> TCP-Session: 5d3dcdb2-3fd4-4b85-8f12-8dc239ed0c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2024.12.21 05:43:31.502863 [ 257 ] {} <Debug> TCP-Session: 8f2f8a69-0299-4f1a-a59f-ff68a35dc990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.21 05:43:31.502878 [ 255 ] {} <Debug> TCP-Session: 887eaf55-615f-4c7b-8d0f-f203684eac37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.21 05:43:31.746997 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49350
149 2024.12.21 05:43:31.747184 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.12.21 05:43:31.747240 [ 258 ] {} <Debug> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49350
151 2024.12.21 05:43:31.747267 [ 258 ] {} <Debug> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.21 05:43:31.747281 [ 258 ] {} <Debug> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.21 05:43:31.747360 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.12.21 05:43:31.747389 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2024.12.21 05:43:31.747414 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.12.21 05:43:31.748405 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51985
157 2024.12.21 05:43:31.748543 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55401
158 2024.12.21 05:43:31.748610 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.12.21 05:43:31.748770 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2024.12.21 05:43:31.748760 [ 259 ] {} <Debug> TCP-Session: 1fbc7307-9bbc-4644-af60-36224d9f1a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:51985
161 2024.12.21 05:43:31.748778 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33630
162 2024.12.21 05:43:31.748812 [ 260 ] {} <Debug> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55401
163 2024.12.21 05:43:31.748862 [ 259 ] {} <Debug> TCP-Session: 1fbc7307-9bbc-4644-af60-36224d9f1a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
164 2024.12.21 05:43:31.748895 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44848
165 2024.12.21 05:43:31.748933 [ 259 ] {} <Debug> TCP-Session: 1fbc7307-9bbc-4644-af60-36224d9f1a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.12.21 05:43:31.748909 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40784
167 2024.12.21 05:43:31.749120 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56112
168 2024.12.21 05:43:31.749128 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2024.12.21 05:43:31.749474 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48222
170 2024.12.21 05:43:31.749500 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2024.12.21 05:43:31.749502 [ 260 ] {} <Debug> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2024.12.21 05:43:31.749512 [ 261 ] {} <Debug> TCP-Session: 9f7c1082-9db5-4ec9-9c7f-f2247b03e4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33630
173 2024.12.21 05:43:31.750311 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36913
174 2024.12.21 05:43:31.750334 [ 261 ] {} <Debug> TCP-Session: 9f7c1082-9db5-4ec9-9c7f-f2247b03e4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2024.12.21 05:43:31.750347 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.12.21 05:43:31.750387 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2024.12.21 05:43:31.750401 [ 260 ] {} <Debug> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2024.12.21 05:43:31.750363 [ 262 ] {} <Debug> TCP-Session: e17cfd6d-c197-460a-8b84-88545f764344 Authenticating user 'default' from [fd00:1122:3344:101::d]:44848
179 2024.12.21 05:43:31.751170 [ 261 ] {} <Debug> TCP-Session: 9f7c1082-9db5-4ec9-9c7f-f2247b03e4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2024.12.21 05:43:31.751190 [ 262 ] {} <Debug> TCP-Session: e17cfd6d-c197-460a-8b84-88545f764344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2024.12.21 05:43:31.751253 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
182 2024.12.21 05:43:31.751302 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
183 2024.12.21 05:43:31.751401 [ 264 ] {} <Debug> TCP-Session: 17874f16-6b50-4e3e-93e3-b84c1193b61d Authenticating user 'default' from [fd00:1122:3344:101::d]:56112
184 2024.12.21 05:43:31.751399 [ 262 ] {} <Debug> TCP-Session: e17cfd6d-c197-460a-8b84-88545f764344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2024.12.21 05:43:31.751476 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
186 2024.12.21 05:43:31.751474 [ 266 ] {} <Debug> TCP-Session: 552c4825-e762-4b85-a2f6-3db32dac45a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36913
187 2024.12.21 05:43:31.751626 [ 264 ] {} <Debug> TCP-Session: 17874f16-6b50-4e3e-93e3-b84c1193b61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.21 05:43:31.751621 [ 265 ] {} <Debug> TCP-Session: 729a9254-4f5d-42f0-a68c-64c548d39e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:48222
189 2024.12.21 05:43:31.751622 [ 266 ] {} <Debug> TCP-Session: 552c4825-e762-4b85-a2f6-3db32dac45a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.21 05:43:31.751681 [ 263 ] {} <Debug> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40784
191 2024.12.21 05:43:31.751707 [ 264 ] {} <Debug> TCP-Session: 17874f16-6b50-4e3e-93e3-b84c1193b61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2024.12.21 05:43:31.751716 [ 265 ] {} <Debug> TCP-Session: 729a9254-4f5d-42f0-a68c-64c548d39e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2024.12.21 05:43:31.751726 [ 266 ] {} <Debug> TCP-Session: 552c4825-e762-4b85-a2f6-3db32dac45a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
194 2024.12.21 05:43:31.751790 [ 265 ] {} <Debug> TCP-Session: 729a9254-4f5d-42f0-a68c-64c548d39e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.21 05:43:31.751784 [ 263 ] {} <Debug> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.21 05:43:31.751940 [ 263 ] {} <Debug> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.12.21 05:43:31.755184 [ 258 ] {01596433-8301-490f-82d3-3715e6b909d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2024.12.21 05:43:31.812454 [ 258 ] {01596433-8301-490f-82d3-3715e6b909d4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49350) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 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
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 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
207 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
208 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
209 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
210 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
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 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
214 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
215 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
216 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
218 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
220 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
221 
222 2024.12.21 05:43:31.813788 [ 258 ] {01596433-8301-490f-82d3-3715e6b909d4} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
223 
224 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
225 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
226 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
227 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
228 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
229 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
230 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
231 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
232 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
233 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
234 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
235 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
236 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
237 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
238 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
239 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
240 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
241 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
242 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
243 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
244 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
245 
246 2024.12.21 05:43:31.813904 [ 258 ] {01596433-8301-490f-82d3-3715e6b909d4} <Debug> TCPHandler: Processed in 0.064807409 sec.
247 2024.12.21 05:43:31.814389 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
248 2024.12.21 05:43:31.814635 [ 263 ] {7e3eae27-606c-4938-a809-319ee5f89762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
249 2024.12.21 05:43:31.815035 [ 263 ] {7e3eae27-606c-4938-a809-319ee5f89762} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40784) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
250 
251 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
252 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
253 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
254 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
255 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
256 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
257 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
258 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
259 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
260 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
261 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
262 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
263 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
264 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
265 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
266 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
267 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
268 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
269 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
270 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
271 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
272 
273 2024.12.21 05:43:31.815200 [ 263 ] {7e3eae27-606c-4938-a809-319ee5f89762} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
274 
275 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
276 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
277 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
278 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
279 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
280 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
281 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
282 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
283 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
284 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
285 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
286 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
287 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
288 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
289 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
290 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
291 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
292 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
293 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
294 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
295 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
296 
297 2024.12.21 05:43:31.815302 [ 263 ] {7e3eae27-606c-4938-a809-319ee5f89762} <Debug> TCPHandler: Processed in 0.001107426 sec.
298 2024.12.21 05:43:31.815620 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2024.12.21 05:43:31.816877 [ 258 ] {fa06c69d-35ef-4363-9c7f-79b50f7ece49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2024.12.21 05:43:31.817505 [ 258 ] {fa06c69d-35ef-4363-9c7f-79b50f7ece49} <Debug> TCPHandler: Processed in 0.002004879 sec.
301 2024.12.21 05:43:31.817776 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.12.21 05:43:31.817997 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2024.12.21 05:43:31.818147 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2024.12.21 05:43:31.829281 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2024.12.21 05:43:31.829318 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0342e-05 sec
306 2024.12.21 05:43:31.829333 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Trace> ReferentialDeps: No tables
307 2024.12.21 05:43:31.829345 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Trace> LoadingDeps: No tables
308 2024.12.21 05:43:31.829376 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2024.12.21 05:43:31.829432 [ 263 ] {5e0d5855-d887-46b3-84c6-5fccc40cdb5e} <Debug> TCPHandler: Processed in 0.011755434 sec.
310 2024.12.21 05:43:31.829643 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2024.12.21 05:43:31.829872 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) /* The version table contains metadata about the `oximeter` database */
312 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
313 2024.12.21 05:43:31.829947 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2024.12.21 05:43:31.837908 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
315 2024.12.21 05:43:31.839638 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Debug> oximeter.version (3f44d700-3bd9-4cc5-bb8b-4d152ef5cd1c): Loading data parts
316 2024.12.21 05:43:31.840151 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Debug> oximeter.version (3f44d700-3bd9-4cc5-bb8b-4d152ef5cd1c): There are no data parts
317 2024.12.21 05:43:31.845954 [ 258 ] {c27afb12-c6dd-4e85-b5e8-4d4da0342558} <Debug> TCPHandler: Processed in 0.016377004 sec.
318 2024.12.21 05:43:31.846190 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2024.12.21 05:43:31.846427 [ 263 ] {bef008c7-b4a0-41a9-8d66-7a0683104c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) /* The measurement tables contain all individual samples from each timeseries.
320 *
321 * Each table stores a single datum type, and otherwise contains nearly the same
322 * structure. The primary sorting key is on the timeseries name, key, and then
323 * timestamp, so that all timeseries from the same schema are grouped, followed
324 * by all samples from the same timeseries.
325 *
326 * This reflects that one usually looks up the _key_ in one or more field table,
327 * and then uses that to index quickly into the measurements tables.
328 */
329 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)
330 2024.12.21 05:43:31.846516 [ 263 ] {bef008c7-b4a0-41a9-8d66-7a0683104c22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
331 2024.12.21 05:43:31.854537 [ 263 ] {bef008c7-b4a0-41a9-8d66-7a0683104c22} <Debug> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Loading data parts
332 2024.12.21 05:43:31.854764 [ 263 ] {bef008c7-b4a0-41a9-8d66-7a0683104c22} <Debug> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): There are no data parts
333 2024.12.21 05:43:31.857261 [ 263 ] {bef008c7-b4a0-41a9-8d66-7a0683104c22} <Debug> TCPHandler: Processed in 0.011135898 sec.
334 2024.12.21 05:43:31.857497 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.12.21 05:43:31.857797 [ 258 ] {5a0177dd-631a-479f-b728-37f80a568aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
336 2024.12.21 05:43:31.857869 [ 258 ] {5a0177dd-631a-479f-b728-37f80a568aff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
337 2024.12.21 05:43:31.859817 [ 258 ] {5a0177dd-631a-479f-b728-37f80a568aff} <Debug> oximeter.measurements_i8 (05949c52-9f37-4ecd-aa5c-59c3d1ba97d5): Loading data parts
338 2024.12.21 05:43:31.860016 [ 258 ] {5a0177dd-631a-479f-b728-37f80a568aff} <Debug> oximeter.measurements_i8 (05949c52-9f37-4ecd-aa5c-59c3d1ba97d5): There are no data parts
339 2024.12.21 05:43:31.864448 [ 258 ] {5a0177dd-631a-479f-b728-37f80a568aff} <Debug> TCPHandler: Processed in 0.007040199 sec.
340 2024.12.21 05:43:31.864662 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
341 2024.12.21 05:43:31.864879 [ 263 ] {3249c899-f641-4997-b843-fc90d03fe1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
342 2024.12.21 05:43:31.864967 [ 263 ] {3249c899-f641-4997-b843-fc90d03fe1e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
343 2024.12.21 05:43:31.867041 [ 263 ] {3249c899-f641-4997-b843-fc90d03fe1e0} <Debug> oximeter.measurements_u8 (d224e263-b5ad-49a2-84f8-a28627874039): Loading data parts
344 2024.12.21 05:43:31.867242 [ 263 ] {3249c899-f641-4997-b843-fc90d03fe1e0} <Debug> oximeter.measurements_u8 (d224e263-b5ad-49a2-84f8-a28627874039): There are no data parts
345 2024.12.21 05:43:31.873352 [ 263 ] {3249c899-f641-4997-b843-fc90d03fe1e0} <Debug> TCPHandler: Processed in 0.00874845 sec.
346 2024.12.21 05:43:31.873603 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
347 2024.12.21 05:43:31.873884 [ 258 ] {107599f4-3823-42ce-8278-f99584ea9844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
348 2024.12.21 05:43:31.873941 [ 258 ] {107599f4-3823-42ce-8278-f99584ea9844} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
349 2024.12.21 05:43:31.876185 [ 258 ] {107599f4-3823-42ce-8278-f99584ea9844} <Debug> oximeter.measurements_i16 (e2aac1f0-4d51-49dd-aff7-ddc92c77ecbf): Loading data parts
350 2024.12.21 05:43:31.876348 [ 258 ] {107599f4-3823-42ce-8278-f99584ea9844} <Debug> oximeter.measurements_i16 (e2aac1f0-4d51-49dd-aff7-ddc92c77ecbf): There are no data parts
351 2024.12.21 05:43:31.880748 [ 258 ] {107599f4-3823-42ce-8278-f99584ea9844} <Debug> TCPHandler: Processed in 0.007216983 sec.
352 2024.12.21 05:43:31.880981 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
353 2024.12.21 05:43:31.881243 [ 263 ] {c9b7e137-8e91-4bc9-a1ad-dc25dafd823e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
354 2024.12.21 05:43:31.881333 [ 263 ] {c9b7e137-8e91-4bc9-a1ad-dc25dafd823e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
355 2024.12.21 05:43:31.883427 [ 263 ] {c9b7e137-8e91-4bc9-a1ad-dc25dafd823e} <Debug> oximeter.measurements_u16 (e7f02f16-f838-4e61-a05f-e1247dcba91c): Loading data parts
356 2024.12.21 05:43:31.883604 [ 263 ] {c9b7e137-8e91-4bc9-a1ad-dc25dafd823e} <Debug> oximeter.measurements_u16 (e7f02f16-f838-4e61-a05f-e1247dcba91c): There are no data parts
357 2024.12.21 05:43:31.891532 [ 263 ] {c9b7e137-8e91-4bc9-a1ad-dc25dafd823e} <Debug> TCPHandler: Processed in 0.010618316 sec.
358 2024.12.21 05:43:31.891809 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2024.12.21 05:43:31.892234 [ 258 ] {a9fe0453-1389-4770-88f3-e5eeceedfc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
360 2024.12.21 05:43:31.892333 [ 258 ] {a9fe0453-1389-4770-88f3-e5eeceedfc13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2024.12.21 05:43:31.894861 [ 258 ] {a9fe0453-1389-4770-88f3-e5eeceedfc13} <Debug> oximeter.measurements_i32 (f14fbdbd-95bb-44eb-b0b2-a0bab44e2143): Loading data parts
362 2024.12.21 05:43:31.895038 [ 258 ] {a9fe0453-1389-4770-88f3-e5eeceedfc13} <Debug> oximeter.measurements_i32 (f14fbdbd-95bb-44eb-b0b2-a0bab44e2143): There are no data parts
363 2024.12.21 05:43:31.899476 [ 258 ] {a9fe0453-1389-4770-88f3-e5eeceedfc13} <Debug> TCPHandler: Processed in 0.007782397 sec.
364 2024.12.21 05:43:31.899725 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
365 2024.12.21 05:43:31.899981 [ 263 ] {c5b113ee-00cd-4f18-bed1-e9cd15194c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
366 2024.12.21 05:43:31.900073 [ 263 ] {c5b113ee-00cd-4f18-bed1-e9cd15194c5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
367 2024.12.21 05:43:31.902096 [ 263 ] {c5b113ee-00cd-4f18-bed1-e9cd15194c5c} <Debug> oximeter.measurements_u32 (3ad825f6-fb70-4ae7-a23b-57463c9f495c): Loading data parts
368 2024.12.21 05:43:31.902285 [ 263 ] {c5b113ee-00cd-4f18-bed1-e9cd15194c5c} <Debug> oximeter.measurements_u32 (3ad825f6-fb70-4ae7-a23b-57463c9f495c): There are no data parts
369 2024.12.21 05:43:31.908878 [ 263 ] {c5b113ee-00cd-4f18-bed1-e9cd15194c5c} <Debug> TCPHandler: Processed in 0.009222612 sec.
370 2024.12.21 05:43:31.909109 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.12.21 05:43:31.909400 [ 258 ] {be714a25-2973-46f0-a639-5a5ef0ae30d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
372 2024.12.21 05:43:31.909458 [ 258 ] {be714a25-2973-46f0-a639-5a5ef0ae30d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
373 2024.12.21 05:43:31.911696 [ 258 ] {be714a25-2973-46f0-a639-5a5ef0ae30d0} <Debug> oximeter.measurements_i64 (6fd4615e-f0af-4cde-8d77-9a0be5af064c): Loading data parts
374 2024.12.21 05:43:31.911867 [ 258 ] {be714a25-2973-46f0-a639-5a5ef0ae30d0} <Debug> oximeter.measurements_i64 (6fd4615e-f0af-4cde-8d77-9a0be5af064c): There are no data parts
375 2024.12.21 05:43:31.916314 [ 258 ] {be714a25-2973-46f0-a639-5a5ef0ae30d0} <Debug> TCPHandler: Processed in 0.007273335 sec.
376 2024.12.21 05:43:31.916588 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.12.21 05:43:31.916804 [ 263 ] {f6793061-1330-4212-ab1c-d11f1c239189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
378 2024.12.21 05:43:31.916884 [ 263 ] {f6793061-1330-4212-ab1c-d11f1c239189} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
379 2024.12.21 05:43:31.919050 [ 263 ] {f6793061-1330-4212-ab1c-d11f1c239189} <Debug> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Loading data parts
380 2024.12.21 05:43:31.919233 [ 263 ] {f6793061-1330-4212-ab1c-d11f1c239189} <Debug> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): There are no data parts
381 2024.12.21 05:43:31.927132 [ 263 ] {f6793061-1330-4212-ab1c-d11f1c239189} <Debug> TCPHandler: Processed in 0.010601265 sec.
382 2024.12.21 05:43:31.927347 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.12.21 05:43:31.927650 [ 258 ] {a12ee775-2350-4ef9-b03f-a6d6115429ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
384 2024.12.21 05:43:31.927713 [ 258 ] {a12ee775-2350-4ef9-b03f-a6d6115429ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
385 2024.12.21 05:43:31.930200 [ 258 ] {a12ee775-2350-4ef9-b03f-a6d6115429ca} <Debug> oximeter.measurements_f32 (7fd56cf5-799e-4067-abde-5ea705bdc390): Loading data parts
386 2024.12.21 05:43:31.930377 [ 258 ] {a12ee775-2350-4ef9-b03f-a6d6115429ca} <Debug> oximeter.measurements_f32 (7fd56cf5-799e-4067-abde-5ea705bdc390): There are no data parts
387 2024.12.21 05:43:31.934865 [ 258 ] {a12ee775-2350-4ef9-b03f-a6d6115429ca} <Debug> TCPHandler: Processed in 0.007576632 sec.
388 2024.12.21 05:43:31.935111 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.21 05:43:31.935372 [ 263 ] {4a72e048-5806-4644-8881-3bc8aba96fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
390 2024.12.21 05:43:31.935459 [ 263 ] {4a72e048-5806-4644-8881-3bc8aba96fa3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
391 2024.12.21 05:43:31.937431 [ 263 ] {4a72e048-5806-4644-8881-3bc8aba96fa3} <Debug> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Loading data parts
392 2024.12.21 05:43:31.937631 [ 263 ] {4a72e048-5806-4644-8881-3bc8aba96fa3} <Debug> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): There are no data parts
393 2024.12.21 05:43:31.943321 [ 263 ] {4a72e048-5806-4644-8881-3bc8aba96fa3} <Debug> TCPHandler: Processed in 0.008279619 sec.
394 2024.12.21 05:43:31.943527 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.12.21 05:43:31.943757 [ 258 ] {8e355954-6c0f-4c1f-96a3-526658722e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
396 2024.12.21 05:43:31.943823 [ 258 ] {8e355954-6c0f-4c1f-96a3-526658722e24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
397 2024.12.21 05:43:31.945940 [ 258 ] {8e355954-6c0f-4c1f-96a3-526658722e24} <Debug> oximeter.measurements_string (6b6a8142-7965-4005-8758-cfc2f8d53f61): Loading data parts
398 2024.12.21 05:43:31.946109 [ 258 ] {8e355954-6c0f-4c1f-96a3-526658722e24} <Debug> oximeter.measurements_string (6b6a8142-7965-4005-8758-cfc2f8d53f61): There are no data parts
399 2024.12.21 05:43:31.950806 [ 258 ] {8e355954-6c0f-4c1f-96a3-526658722e24} <Debug> TCPHandler: Processed in 0.007341217 sec.
400 2024.12.21 05:43:31.951022 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
401 2024.12.21 05:43:31.951250 [ 263 ] {c954ccc5-b7b4-4fd2-bf7e-9f5d76b3d35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
402 * NOTE: Right now we can't unambiguously record a nullable byte array.
403 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
404 * a string isn't palatable for a few reasons.
405 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
406 * details.
407 */
408 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
409 2024.12.21 05:43:31.951329 [ 263 ] {c954ccc5-b7b4-4fd2-bf7e-9f5d76b3d35b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
410 2024.12.21 05:43:31.953411 [ 263 ] {c954ccc5-b7b4-4fd2-bf7e-9f5d76b3d35b} <Debug> oximeter.measurements_bytes (778dedb0-8b78-4790-ab94-c9787b54653f): Loading data parts
411 2024.12.21 05:43:31.953571 [ 263 ] {c954ccc5-b7b4-4fd2-bf7e-9f5d76b3d35b} <Debug> oximeter.measurements_bytes (778dedb0-8b78-4790-ab94-c9787b54653f): There are no data parts
412 2024.12.21 05:43:31.962112 [ 263 ] {c954ccc5-b7b4-4fd2-bf7e-9f5d76b3d35b} <Debug> TCPHandler: Processed in 0.011147718 sec.
413 2024.12.21 05:43:31.962338 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.12.21 05:43:31.962555 [ 258 ] {e35579af-45bd-4ba7-9d6e-77bc94578488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
415 2024.12.21 05:43:31.962640 [ 258 ] {e35579af-45bd-4ba7-9d6e-77bc94578488} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
416 2024.12.21 05:43:31.965036 [ 258 ] {e35579af-45bd-4ba7-9d6e-77bc94578488} <Debug> oximeter.measurements_cumulativei64 (8869450b-bff0-4778-af41-da2ff861bf44): Loading data parts
417 2024.12.21 05:43:31.965219 [ 258 ] {e35579af-45bd-4ba7-9d6e-77bc94578488} <Debug> oximeter.measurements_cumulativei64 (8869450b-bff0-4778-af41-da2ff861bf44): There are no data parts
418 2024.12.21 05:43:31.969748 [ 258 ] {e35579af-45bd-4ba7-9d6e-77bc94578488} <Debug> TCPHandler: Processed in 0.00746664 sec.
419 2024.12.21 05:43:31.970010 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2024.12.21 05:43:31.970305 [ 263 ] {96a21833-160f-44d2-85ac-3609d3467601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
421 2024.12.21 05:43:31.970380 [ 263 ] {96a21833-160f-44d2-85ac-3609d3467601} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
422 2024.12.21 05:43:31.979573 [ 263 ] {96a21833-160f-44d2-85ac-3609d3467601} <Debug> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Loading data parts
423 2024.12.21 05:43:31.979743 [ 263 ] {96a21833-160f-44d2-85ac-3609d3467601} <Debug> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): There are no data parts
424 2024.12.21 05:43:31.985660 [ 263 ] {96a21833-160f-44d2-85ac-3609d3467601} <Debug> TCPHandler: Processed in 0.015720338 sec.
425 2024.12.21 05:43:31.985917 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2024.12.21 05:43:31.986141 [ 258 ] {faec8196-a524-4b56-98a0-c2a45fe114b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
427 2024.12.21 05:43:31.986222 [ 258 ] {faec8196-a524-4b56-98a0-c2a45fe114b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
428 2024.12.21 05:43:31.988385 [ 258 ] {faec8196-a524-4b56-98a0-c2a45fe114b5} <Debug> oximeter.measurements_cumulativef32 (ec9dd72b-eb62-4bad-97be-413ae8aee6f7): Loading data parts
429 2024.12.21 05:43:31.988551 [ 258 ] {faec8196-a524-4b56-98a0-c2a45fe114b5} <Debug> oximeter.measurements_cumulativef32 (ec9dd72b-eb62-4bad-97be-413ae8aee6f7): There are no data parts
430 2024.12.21 05:43:31.996918 [ 258 ] {faec8196-a524-4b56-98a0-c2a45fe114b5} <Debug> TCPHandler: Processed in 0.011059575 sec.
431 2024.12.21 05:43:31.997153 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.12.21 05:43:31.997384 [ 263 ] {4ce95a23-ec30-47e2-a854-7000fd5fa953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
433 2024.12.21 05:43:31.997492 [ 263 ] {4ce95a23-ec30-47e2-a854-7000fd5fa953} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
434 2024.12.21 05:43:32.000078 [ 263 ] {4ce95a23-ec30-47e2-a854-7000fd5fa953} <Debug> oximeter.measurements_cumulativef64 (835dce53-d8f9-4da6-b18b-369602728f8d): Loading data parts
435 2024.12.21 05:43:32.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.57 MiB, peak 122.57 MiB, free memory in arenas 0.00 B, will set to 134.29 MiB (RSS), difference: 11.71 MiB
436 2024.12.21 05:43:32.000346 [ 263 ] {4ce95a23-ec30-47e2-a854-7000fd5fa953} <Debug> oximeter.measurements_cumulativef64 (835dce53-d8f9-4da6-b18b-369602728f8d): There are no data parts
437 2024.12.21 05:43:32.005085 [ 263 ] {4ce95a23-ec30-47e2-a854-7000fd5fa953} <Debug> TCPHandler: Processed in 0.007995842 sec.
438 2024.12.21 05:43:32.005369 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.12.21 05:43:32.005741 [ 258 ] {c83feea3-728d-4411-9992-f68b9cdaf1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 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)
450 2024.12.21 05:43:32.005884 [ 258 ] {c83feea3-728d-4411-9992-f68b9cdaf1aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2024.12.21 05:43:32.008449 [ 258 ] {c83feea3-728d-4411-9992-f68b9cdaf1aa} <Debug> oximeter.measurements_histogrami8 (b4882a6e-0d98-4aae-83cc-d1b72ecf475e): Loading data parts
452 2024.12.21 05:43:32.008642 [ 258 ] {c83feea3-728d-4411-9992-f68b9cdaf1aa} <Debug> oximeter.measurements_histogrami8 (b4882a6e-0d98-4aae-83cc-d1b72ecf475e): There are no data parts
453 2024.12.21 05:43:32.014038 [ 258 ] {c83feea3-728d-4411-9992-f68b9cdaf1aa} <Debug> TCPHandler: Processed in 0.008739931 sec.
454 2024.12.21 05:43:32.014247 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2024.12.21 05:43:32.014609 [ 263 ] {78ce6522-ced4-4fce-9feb-18b055cb5693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
456 2024.12.21 05:43:32.014688 [ 263 ] {78ce6522-ced4-4fce-9feb-18b055cb5693} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2024.12.21 05:43:32.017319 [ 263 ] {78ce6522-ced4-4fce-9feb-18b055cb5693} <Debug> oximeter.measurements_histogramu8 (e89b20ed-be66-425e-8f99-67e069c7c1b1): Loading data parts
458 2024.12.21 05:43:32.017495 [ 263 ] {78ce6522-ced4-4fce-9feb-18b055cb5693} <Debug> oximeter.measurements_histogramu8 (e89b20ed-be66-425e-8f99-67e069c7c1b1): There are no data parts
459 2024.12.21 05:43:32.021942 [ 263 ] {78ce6522-ced4-4fce-9feb-18b055cb5693} <Debug> TCPHandler: Processed in 0.007768117 sec.
460 2024.12.21 05:43:32.022180 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2024.12.21 05:43:32.022526 [ 258 ] {e9d97538-5af9-4892-a3d5-419491c02267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
462 2024.12.21 05:43:32.022644 [ 258 ] {e9d97538-5af9-4892-a3d5-419491c02267} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2024.12.21 05:43:32.024949 [ 258 ] {e9d97538-5af9-4892-a3d5-419491c02267} <Debug> oximeter.measurements_histogrami16 (7e57f336-119c-4b5b-aca4-39416e5e53c0): Loading data parts
464 2024.12.21 05:43:32.025131 [ 258 ] {e9d97538-5af9-4892-a3d5-419491c02267} <Debug> oximeter.measurements_histogrami16 (7e57f336-119c-4b5b-aca4-39416e5e53c0): There are no data parts
465 2024.12.21 05:43:32.032013 [ 258 ] {e9d97538-5af9-4892-a3d5-419491c02267} <Debug> TCPHandler: Processed in 0.009904198 sec.
466 2024.12.21 05:43:32.032212 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2024.12.21 05:43:32.032524 [ 263 ] {a17b1cfa-cc90-4c5f-8112-e3dad6ec2ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
468 2024.12.21 05:43:32.032605 [ 263 ] {a17b1cfa-cc90-4c5f-8112-e3dad6ec2ac3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2024.12.21 05:43:32.035181 [ 263 ] {a17b1cfa-cc90-4c5f-8112-e3dad6ec2ac3} <Debug> oximeter.measurements_histogramu16 (271aced2-4446-49ba-b6cc-0e78adf1f5bf): Loading data parts
470 2024.12.21 05:43:32.035367 [ 263 ] {a17b1cfa-cc90-4c5f-8112-e3dad6ec2ac3} <Debug> oximeter.measurements_histogramu16 (271aced2-4446-49ba-b6cc-0e78adf1f5bf): There are no data parts
471 2024.12.21 05:43:32.039966 [ 263 ] {a17b1cfa-cc90-4c5f-8112-e3dad6ec2ac3} <Debug> TCPHandler: Processed in 0.007816739 sec.
472 2024.12.21 05:43:32.040256 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2024.12.21 05:43:32.040612 [ 258 ] {30796708-b2fa-4c04-b73d-0e3ff0b455bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
474 2024.12.21 05:43:32.040709 [ 258 ] {30796708-b2fa-4c04-b73d-0e3ff0b455bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2024.12.21 05:43:32.043182 [ 258 ] {30796708-b2fa-4c04-b73d-0e3ff0b455bd} <Debug> oximeter.measurements_histogrami32 (d15b969c-b072-4b2a-94bd-81e641d64675): Loading data parts
476 2024.12.21 05:43:32.043374 [ 258 ] {30796708-b2fa-4c04-b73d-0e3ff0b455bd} <Debug> oximeter.measurements_histogrami32 (d15b969c-b072-4b2a-94bd-81e641d64675): There are no data parts
477 2024.12.21 05:43:32.048614 [ 258 ] {30796708-b2fa-4c04-b73d-0e3ff0b455bd} <Debug> TCPHandler: Processed in 0.008425103 sec.
478 2024.12.21 05:43:32.048855 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2024.12.21 05:43:32.049246 [ 263 ] {ad96e483-1a7e-46a1-bc50-1a4cfbfb5ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
480 2024.12.21 05:43:32.049350 [ 263 ] {ad96e483-1a7e-46a1-bc50-1a4cfbfb5ea3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2024.12.21 05:43:32.051821 [ 263 ] {ad96e483-1a7e-46a1-bc50-1a4cfbfb5ea3} <Debug> oximeter.measurements_histogramu32 (a68ea772-ddc8-4e58-aa8f-186a7f9b5c12): Loading data parts
482 2024.12.21 05:43:32.051991 [ 263 ] {ad96e483-1a7e-46a1-bc50-1a4cfbfb5ea3} <Debug> oximeter.measurements_histogramu32 (a68ea772-ddc8-4e58-aa8f-186a7f9b5c12): There are no data parts
483 2024.12.21 05:43:32.056565 [ 263 ] {ad96e483-1a7e-46a1-bc50-1a4cfbfb5ea3} <Debug> TCPHandler: Processed in 0.007779467 sec.
484 2024.12.21 05:43:32.056777 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2024.12.21 05:43:32.057073 [ 258 ] {b014c698-968c-4464-ad0d-3a97f78cf81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
486 2024.12.21 05:43:32.057161 [ 258 ] {b014c698-968c-4464-ad0d-3a97f78cf81b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2024.12.21 05:43:32.066517 [ 258 ] {b014c698-968c-4464-ad0d-3a97f78cf81b} <Debug> oximeter.measurements_histogrami64 (deec64ce-f13e-4dd4-80ae-e820e841971c): Loading data parts
488 2024.12.21 05:43:32.066719 [ 258 ] {b014c698-968c-4464-ad0d-3a97f78cf81b} <Debug> oximeter.measurements_histogrami64 (deec64ce-f13e-4dd4-80ae-e820e841971c): There are no data parts
489 2024.12.21 05:43:32.068597 [ 258 ] {b014c698-968c-4464-ad0d-3a97f78cf81b} <Debug> TCPHandler: Processed in 0.011878325 sec.
490 2024.12.21 05:43:32.068787 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2024.12.21 05:43:32.069084 [ 263 ] {298d5a66-a849-4228-8885-350fcc9dc81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
492 2024.12.21 05:43:32.069175 [ 263 ] {298d5a66-a849-4228-8885-350fcc9dc81e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2024.12.21 05:43:32.080677 [ 263 ] {298d5a66-a849-4228-8885-350fcc9dc81e} <Debug> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Loading data parts
494 2024.12.21 05:43:32.080855 [ 263 ] {298d5a66-a849-4228-8885-350fcc9dc81e} <Debug> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): There are no data parts
495 2024.12.21 05:43:32.085841 [ 263 ] {298d5a66-a849-4228-8885-350fcc9dc81e} <Debug> TCPHandler: Processed in 0.017114401 sec.
496 2024.12.21 05:43:32.086125 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.12.21 05:43:32.086523 [ 258 ] {dd03f86b-86a4-49c4-9b28-4605e344967a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
498 2024.12.21 05:43:32.086606 [ 258 ] {dd03f86b-86a4-49c4-9b28-4605e344967a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2024.12.21 05:43:32.096526 [ 258 ] {dd03f86b-86a4-49c4-9b28-4605e344967a} <Debug> oximeter.measurements_histogramf32 (a6e4c2f9-0117-4904-a2f2-1bd41e57ab74): Loading data parts
500 2024.12.21 05:43:32.096692 [ 258 ] {dd03f86b-86a4-49c4-9b28-4605e344967a} <Debug> oximeter.measurements_histogramf32 (a6e4c2f9-0117-4904-a2f2-1bd41e57ab74): There are no data parts
501 2024.12.21 05:43:32.101237 [ 258 ] {dd03f86b-86a4-49c4-9b28-4605e344967a} <Debug> TCPHandler: Processed in 0.015193076 sec.
502 2024.12.21 05:43:32.101492 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.12.21 05:43:32.101847 [ 263 ] {c70e2059-820e-42bc-90a5-d9e9fef0fdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
504 2024.12.21 05:43:32.101944 [ 263 ] {c70e2059-820e-42bc-90a5-d9e9fef0fdb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2024.12.21 05:43:32.110447 [ 263 ] {c70e2059-820e-42bc-90a5-d9e9fef0fdb9} <Debug> oximeter.measurements_histogramf64 (9402d391-f1a5-4906-b097-c559272bc1d5): Loading data parts
506 2024.12.21 05:43:32.110651 [ 263 ] {c70e2059-820e-42bc-90a5-d9e9fef0fdb9} <Debug> oximeter.measurements_histogramf64 (9402d391-f1a5-4906-b097-c559272bc1d5): There are no data parts
507 2024.12.21 05:43:32.115333 [ 263 ] {c70e2059-820e-42bc-90a5-d9e9fef0fdb9} <Debug> TCPHandler: Processed in 0.013909885 sec.
508 2024.12.21 05:43:32.115575 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.12.21 05:43:32.115788 [ 258 ] {453627c6-8b0a-47a1-b6ba-c68dd64ade8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 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)
535 2024.12.21 05:43:32.115867 [ 258 ] {453627c6-8b0a-47a1-b6ba-c68dd64ade8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2024.12.21 05:43:32.125707 [ 258 ] {453627c6-8b0a-47a1-b6ba-c68dd64ade8d} <Debug> oximeter.fields_bool (54e31f87-7a97-485f-9d4e-07989f7d8773): Loading data parts
537 2024.12.21 05:43:32.125875 [ 258 ] {453627c6-8b0a-47a1-b6ba-c68dd64ade8d} <Debug> oximeter.fields_bool (54e31f87-7a97-485f-9d4e-07989f7d8773): There are no data parts
538 2024.12.21 05:43:32.130469 [ 258 ] {453627c6-8b0a-47a1-b6ba-c68dd64ade8d} <Debug> TCPHandler: Processed in 0.01495348 sec.
539 2024.12.21 05:43:32.130712 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.12.21 05:43:32.130967 [ 263 ] {424f7d24-9a8e-470f-bd48-b1109814c9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
541 2024.12.21 05:43:32.131057 [ 263 ] {424f7d24-9a8e-470f-bd48-b1109814c9e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2024.12.21 05:43:32.138906 [ 263 ] {424f7d24-9a8e-470f-bd48-b1109814c9e4} <Debug> oximeter.fields_i8 (4ed1307c-8aa3-40c2-83b3-78c0c3e2330c): Loading data parts
543 2024.12.21 05:43:32.139085 [ 263 ] {424f7d24-9a8e-470f-bd48-b1109814c9e4} <Debug> oximeter.fields_i8 (4ed1307c-8aa3-40c2-83b3-78c0c3e2330c): There are no data parts
544 2024.12.21 05:43:32.144299 [ 263 ] {424f7d24-9a8e-470f-bd48-b1109814c9e4} <Debug> TCPHandler: Processed in 0.013657159 sec.
545 2024.12.21 05:43:32.144512 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.12.21 05:43:32.144747 [ 258 ] {3a76b2c2-190a-443c-95af-273d958ee98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
547 2024.12.21 05:43:32.144807 [ 258 ] {3a76b2c2-190a-443c-95af-273d958ee98c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2024.12.21 05:43:32.146864 [ 258 ] {3a76b2c2-190a-443c-95af-273d958ee98c} <Debug> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Loading data parts
549 2024.12.21 05:43:32.147047 [ 258 ] {3a76b2c2-190a-443c-95af-273d958ee98c} <Debug> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): There are no data parts
550 2024.12.21 05:43:32.154636 [ 258 ] {3a76b2c2-190a-443c-95af-273d958ee98c} <Debug> TCPHandler: Processed in 0.010184015 sec.
551 2024.12.21 05:43:32.154822 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.12.21 05:43:32.155040 [ 263 ] {32f6fe56-bcff-45ce-bb46-c7b98ffecb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
553 2024.12.21 05:43:32.155121 [ 263 ] {32f6fe56-bcff-45ce-bb46-c7b98ffecb46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2024.12.21 05:43:32.157598 [ 263 ] {32f6fe56-bcff-45ce-bb46-c7b98ffecb46} <Debug> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Loading data parts
555 2024.12.21 05:43:32.157786 [ 263 ] {32f6fe56-bcff-45ce-bb46-c7b98ffecb46} <Debug> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): There are no data parts
556 2024.12.21 05:43:32.162177 [ 263 ] {32f6fe56-bcff-45ce-bb46-c7b98ffecb46} <Debug> TCPHandler: Processed in 0.007414768 sec.
557 2024.12.21 05:43:32.162409 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.12.21 05:43:32.162663 [ 258 ] {b00f079e-9482-412f-a3cd-dc06bfb5c83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
559 2024.12.21 05:43:32.162724 [ 258 ] {b00f079e-9482-412f-a3cd-dc06bfb5c83b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2024.12.21 05:43:32.164785 [ 258 ] {b00f079e-9482-412f-a3cd-dc06bfb5c83b} <Debug> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Loading data parts
561 2024.12.21 05:43:32.164982 [ 258 ] {b00f079e-9482-412f-a3cd-dc06bfb5c83b} <Debug> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): There are no data parts
562 2024.12.21 05:43:32.170533 [ 258 ] {b00f079e-9482-412f-a3cd-dc06bfb5c83b} <Debug> TCPHandler: Processed in 0.008205937 sec.
563 2024.12.21 05:43:32.170726 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2024.12.21 05:43:32.170939 [ 263 ] {7bd40f32-d9ee-4ad4-ac02-2d140a1feeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
565 2024.12.21 05:43:32.171054 [ 263 ] {7bd40f32-d9ee-4ad4-ac02-2d140a1feeb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2024.12.21 05:43:32.173293 [ 263 ] {7bd40f32-d9ee-4ad4-ac02-2d140a1feeb9} <Debug> oximeter.fields_i32 (d4f9a4ed-dca3-4874-b008-fa98a7d91c29): Loading data parts
567 2024.12.21 05:43:32.173452 [ 263 ] {7bd40f32-d9ee-4ad4-ac02-2d140a1feeb9} <Debug> oximeter.fields_i32 (d4f9a4ed-dca3-4874-b008-fa98a7d91c29): There are no data parts
568 2024.12.21 05:43:32.177801 [ 263 ] {7bd40f32-d9ee-4ad4-ac02-2d140a1feeb9} <Debug> TCPHandler: Processed in 0.007134701 sec.
569 2024.12.21 05:43:32.178057 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2024.12.21 05:43:32.178332 [ 258 ] {429614d9-037f-484b-9e71-ca865c1941e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
571 2024.12.21 05:43:32.178450 [ 258 ] {429614d9-037f-484b-9e71-ca865c1941e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2024.12.21 05:43:32.180562 [ 258 ] {429614d9-037f-484b-9e71-ca865c1941e8} <Debug> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Loading data parts
573 2024.12.21 05:43:32.180730 [ 258 ] {429614d9-037f-484b-9e71-ca865c1941e8} <Debug> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): There are no data parts
574 2024.12.21 05:43:32.187981 [ 258 ] {429614d9-037f-484b-9e71-ca865c1941e8} <Debug> TCPHandler: Processed in 0.00999128 sec.
575 2024.12.21 05:43:32.188157 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2024.12.21 05:43:32.188369 [ 263 ] {9ee211c5-df40-4df8-b6f8-373282e3ac14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
577 2024.12.21 05:43:32.188457 [ 263 ] {9ee211c5-df40-4df8-b6f8-373282e3ac14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2024.12.21 05:43:32.190814 [ 263 ] {9ee211c5-df40-4df8-b6f8-373282e3ac14} <Debug> oximeter.fields_i64 (66206a62-cf19-4a26-8a21-86c3ba70df1f): Loading data parts
579 2024.12.21 05:43:32.190978 [ 263 ] {9ee211c5-df40-4df8-b6f8-373282e3ac14} <Debug> oximeter.fields_i64 (66206a62-cf19-4a26-8a21-86c3ba70df1f): There are no data parts
580 2024.12.21 05:43:32.195309 [ 263 ] {9ee211c5-df40-4df8-b6f8-373282e3ac14} <Debug> TCPHandler: Processed in 0.007213134 sec.
581 2024.12.21 05:43:32.195545 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2024.12.21 05:43:32.195791 [ 258 ] {2d62af07-8889-4c3c-9ffc-56e42f0233ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
583 2024.12.21 05:43:32.195885 [ 258 ] {2d62af07-8889-4c3c-9ffc-56e42f0233ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2024.12.21 05:43:32.197980 [ 258 ] {2d62af07-8889-4c3c-9ffc-56e42f0233ea} <Debug> oximeter.fields_u64 (44c9c603-2066-40b1-a5cd-d5337e7a630a): Loading data parts
585 2024.12.21 05:43:32.198161 [ 258 ] {2d62af07-8889-4c3c-9ffc-56e42f0233ea} <Debug> oximeter.fields_u64 (44c9c603-2066-40b1-a5cd-d5337e7a630a): There are no data parts
586 2024.12.21 05:43:32.203527 [ 258 ] {2d62af07-8889-4c3c-9ffc-56e42f0233ea} <Debug> TCPHandler: Processed in 0.008047104 sec.
587 2024.12.21 05:43:32.203744 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2024.12.21 05:43:32.204021 [ 263 ] {99eb3fe5-0c86-4a21-a580-234d90e5ef04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
589 2024.12.21 05:43:32.204096 [ 263 ] {99eb3fe5-0c86-4a21-a580-234d90e5ef04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2024.12.21 05:43:32.206283 [ 263 ] {99eb3fe5-0c86-4a21-a580-234d90e5ef04} <Debug> oximeter.fields_ipaddr (ca6151ea-be6c-43ba-841b-8e7af37ec13e): Loading data parts
591 2024.12.21 05:43:32.206429 [ 263 ] {99eb3fe5-0c86-4a21-a580-234d90e5ef04} <Debug> oximeter.fields_ipaddr (ca6151ea-be6c-43ba-841b-8e7af37ec13e): There are no data parts
592 2024.12.21 05:43:32.210734 [ 263 ] {99eb3fe5-0c86-4a21-a580-234d90e5ef04} <Debug> TCPHandler: Processed in 0.00705764 sec.
593 2024.12.21 05:43:32.210935 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2024.12.21 05:43:32.211142 [ 258 ] {1092dd52-59a1-4500-be96-feb70b6be966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) 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)
595 2024.12.21 05:43:32.211219 [ 258 ] {1092dd52-59a1-4500-be96-feb70b6be966} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2024.12.21 05:43:32.213239 [ 258 ] {1092dd52-59a1-4500-be96-feb70b6be966} <Debug> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Loading data parts
597 2024.12.21 05:43:32.213456 [ 258 ] {1092dd52-59a1-4500-be96-feb70b6be966} <Debug> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): There are no data parts
598 2024.12.21 05:43:32.221047 [ 258 ] {1092dd52-59a1-4500-be96-feb70b6be966} <Debug> TCPHandler: Processed in 0.010169515 sec.
599 2024.12.21 05:43:32.221250 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2024.12.21 05:43:32.221538 [ 263 ] {95d62223-fce8-4699-83d5-3783fcd1c007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) 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)
601 2024.12.21 05:43:32.221617 [ 263 ] {95d62223-fce8-4699-83d5-3783fcd1c007} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2024.12.21 05:43:32.224199 [ 263 ] {95d62223-fce8-4699-83d5-3783fcd1c007} <Debug> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Loading data parts
603 2024.12.21 05:43:32.224360 [ 263 ] {95d62223-fce8-4699-83d5-3783fcd1c007} <Debug> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): There are no data parts
604 2024.12.21 05:43:32.228757 [ 263 ] {95d62223-fce8-4699-83d5-3783fcd1c007} <Debug> TCPHandler: Processed in 0.007575412 sec.
605 2024.12.21 05:43:32.228994 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2024.12.21 05:43:32.229345 [ 258 ] {ec83b259-febf-4066-afe5-ccb9036d132a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) /* The timeseries schema table stores the extracted schema for the samples
607 * oximeter collects.
608 */
609 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)
610 2024.12.21 05:43:32.229456 [ 258 ] {ec83b259-febf-4066-afe5-ccb9036d132a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2024.12.21 05:43:32.231461 [ 258 ] {ec83b259-febf-4066-afe5-ccb9036d132a} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Loading data parts
612 2024.12.21 05:43:32.231642 [ 258 ] {ec83b259-febf-4066-afe5-ccb9036d132a} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): There are no data parts
613 2024.12.21 05:43:32.237019 [ 258 ] {ec83b259-febf-4066-afe5-ccb9036d132a} <Debug> TCPHandler: Processed in 0.008092995 sec.
614 2024.12.21 05:43:32.237239 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2024.12.21 05:43:32.237437 [ 263 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2024.12.21 05:43:32.238686 [ 263 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2024.12.21 05:43:32.247178 [ 268 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Trace> oximeter.version (3f44d700-3bd9-4cc5-bb8b-4d152ef5cd1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2024.12.21 05:43:32.247244 [ 268 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
619 2024.12.21 05:43:32.252232 [ 268 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2024.12.21 05:43:32.252703 [ 268 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Trace> oximeter.version (3f44d700-3bd9-4cc5-bb8b-4d152ef5cd1c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
621 2024.12.21 05:43:32.253018 [ 263 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015657 sec., 63.86919588682378 rows/sec., 1021.91 B/sec.
622 2024.12.21 05:43:32.253374 [ 263 ] {ec0efb7e-b269-4871-98f9-25331bc3aca6} <Debug> TCPHandler: Processed in 0.01619602 sec.
623 2024.12.21 05:43:32.350051 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37772
624 2024.12.21 05:43:32.350569 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.12.21 05:43:32.350602 [ 269 ] {} <Debug> TCP-Session: c3b6cd04-20b5-44f7-ac84-ea4d58e41ca4 Authenticating user 'default' from [fd00:1122:3344:101::a]:37772
626 2024.12.21 05:43:32.350756 [ 269 ] {} <Debug> TCP-Session: c3b6cd04-20b5-44f7-ac84-ea4d58e41ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.12.21 05:43:32.350771 [ 269 ] {} <Debug> TCP-Session: c3b6cd04-20b5-44f7-ac84-ea4d58e41ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.12.21 05:43:32.350824 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.12.21 05:43:32.350865 [ 269 ] {} <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
630 2024.12.21 05:43:32.350883 [ 269 ] {} <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
631 2024.12.21 05:43:32.352488 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57540
632 2024.12.21 05:43:32.352559 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38285
633 2024.12.21 05:43:32.352680 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.12.21 05:43:32.352699 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43114
635 2024.12.21 05:43:32.352757 [ 270 ] {} <Debug> TCP-Session: 599612ed-c71b-41d7-8971-2be87660f74f Authenticating user 'default' from [fd00:1122:3344:101::a]:57540
636 2024.12.21 05:43:32.352975 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
637 2024.12.21 05:43:32.352995 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
638 2024.12.21 05:43:32.353024 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51320
639 2024.12.21 05:43:32.353057 [ 271 ] {} <Debug> TCP-Session: 54040495-d68a-484e-b2aa-9fad0ab147f2 Authenticating user 'default' from [fd00:1122:3344:101::a]:38285
640 2024.12.21 05:43:32.353027 [ 270 ] {} <Debug> TCP-Session: 599612ed-c71b-41d7-8971-2be87660f74f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
641 2024.12.21 05:43:32.353160 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36344
642 2024.12.21 05:43:32.353102 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61471
643 2024.12.21 05:43:32.353242 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36732
644 2024.12.21 05:43:32.353632 [ 272 ] {} <Debug> TCP-Session: 9dca3536-73e3-4c14-96cf-09f114113452 Authenticating user 'default' from [fd00:1122:3344:101::a]:43114
645 2024.12.21 05:43:32.353843 [ 270 ] {} <Debug> TCP-Session: 599612ed-c71b-41d7-8971-2be87660f74f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2024.12.21 05:43:32.353884 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2024.12.21 05:43:32.353902 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
648 2024.12.21 05:43:32.353923 [ 271 ] {} <Debug> TCP-Session: 54040495-d68a-484e-b2aa-9fad0ab147f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2024.12.21 05:43:32.354144 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
650 2024.12.21 05:43:32.354183 [ 271 ] {} <Debug> TCP-Session: 54040495-d68a-484e-b2aa-9fad0ab147f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
651 2024.12.21 05:43:32.354196 [ 274 ] {} <Debug> TCP-Session: f6e544d4-e61f-4d0d-8584-a115a520e87f Authenticating user 'default' from [fd00:1122:3344:101::a]:61471
652 2024.12.21 05:43:32.354258 [ 272 ] {} <Debug> TCP-Session: 9dca3536-73e3-4c14-96cf-09f114113452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
653 2024.12.21 05:43:32.354306 [ 275 ] {} <Debug> TCP-Session: 0e28ac49-d70f-40cd-9f37-20be424223db Authenticating user 'default' from [fd00:1122:3344:101::a]:36344
654 2024.12.21 05:43:32.354342 [ 276 ] {} <Debug> TCP-Session: ae42ecc3-6385-4c54-8310-fdff31624c69 Authenticating user 'default' from [fd00:1122:3344:101::a]:36732
655 2024.12.21 05:43:32.354360 [ 274 ] {} <Debug> TCP-Session: f6e544d4-e61f-4d0d-8584-a115a520e87f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2024.12.21 05:43:32.354375 [ 272 ] {} <Debug> TCP-Session: 9dca3536-73e3-4c14-96cf-09f114113452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
657 2024.12.21 05:43:32.354300 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
658 2024.12.21 05:43:32.354505 [ 276 ] {} <Debug> TCP-Session: ae42ecc3-6385-4c54-8310-fdff31624c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2024.12.21 05:43:32.354546 [ 274 ] {} <Debug> TCP-Session: f6e544d4-e61f-4d0d-8584-a115a520e87f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
660 2024.12.21 05:43:32.354608 [ 276 ] {} <Debug> TCP-Session: ae42ecc3-6385-4c54-8310-fdff31624c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.21 05:43:32.354639 [ 273 ] {} <Debug> TCP-Session: 57588790-588f-42fb-b002-c9692f5089f7 Authenticating user 'default' from [fd00:1122:3344:101::a]:51320
662 2024.12.21 05:43:32.354656 [ 275 ] {} <Debug> TCP-Session: 0e28ac49-d70f-40cd-9f37-20be424223db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
663 2024.12.21 05:43:32.354757 [ 273 ] {} <Debug> TCP-Session: 57588790-588f-42fb-b002-c9692f5089f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
664 2024.12.21 05:43:32.354801 [ 275 ] {} <Debug> TCP-Session: 0e28ac49-d70f-40cd-9f37-20be424223db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.21 05:43:32.354820 [ 273 ] {} <Debug> TCP-Session: 57588790-588f-42fb-b002-c9692f5089f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.21 05:43:33.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.28 MiB, peak 136.28 MiB, free memory in arenas 0.00 B, will set to 140.31 MiB (RSS), difference: 4.03 MiB
667 2024.12.21 05:43:34.257942 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59259
668 2024.12.21 05:43:34.258442 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2024.12.21 05:43:34.258557 [ 277 ] {} <Debug> TCP-Session: 081f8452-8fc2-4004-aa35-a1025ee5afb0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59259
670 2024.12.21 05:43:34.258607 [ 277 ] {} <Debug> TCP-Session: 081f8452-8fc2-4004-aa35-a1025ee5afb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.21 05:43:34.258621 [ 277 ] {} <Debug> TCP-Session: 081f8452-8fc2-4004-aa35-a1025ee5afb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.12.21 05:43:34.258704 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2024.12.21 05:43:34.258745 [ 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
674 2024.12.21 05:43:34.258777 [ 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
675 2024.12.21 05:43:34.260433 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59273
676 2024.12.21 05:43:34.260435 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54174
677 2024.12.21 05:43:34.260672 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58207
678 2024.12.21 05:43:34.260702 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.12.21 05:43:34.260716 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49647
680 2024.12.21 05:43:34.261007 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2024.12.21 05:43:34.261045 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
682 2024.12.21 05:43:34.261046 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41811
683 2024.12.21 05:43:34.261029 [ 278 ] {} <Debug> TCP-Session: 6a0d31d4-7907-4b05-8599-32ef2de29827 Authenticating user 'default' from [fd00:1122:3344:101::c]:59273
684 2024.12.21 05:43:34.261251 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61757
685 2024.12.21 05:43:34.261281 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2024.12.21 05:43:34.261576 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
687 2024.12.21 05:43:34.261589 [ 278 ] {} <Debug> TCP-Session: 6a0d31d4-7907-4b05-8599-32ef2de29827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2024.12.21 05:43:34.261615 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
689 2024.12.21 05:43:34.261590 [ 280 ] {} <Debug> TCP-Session: 96e81be0-6d3a-4445-86e6-d2b411e7f77e Authenticating user 'default' from [fd00:1122:3344:101::c]:49647
690 2024.12.21 05:43:34.261681 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46051
691 2024.12.21 05:43:34.261758 [ 282 ] {} <Debug> TCP-Session: 7ea49b7a-62e9-4d94-9f1e-4d7271c7484f Authenticating user 'default' from [fd00:1122:3344:101::c]:41811
692 2024.12.21 05:43:34.261738 [ 283 ] {} <Debug> TCP-Session: 838358f0-4bf8-4d34-b144-c0e2138993c5 Authenticating user 'default' from [fd00:1122:3344:101::c]:61757
693 2024.12.21 05:43:34.261808 [ 281 ] {} <Debug> TCP-Session: de7e3664-5f05-4800-bdc4-3f81a1ade238 Authenticating user 'default' from [fd00:1122:3344:101::c]:58207
694 2024.12.21 05:43:34.261767 [ 280 ] {} <Debug> TCP-Session: 96e81be0-6d3a-4445-86e6-d2b411e7f77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
695 2024.12.21 05:43:34.261730 [ 278 ] {} <Debug> TCP-Session: 6a0d31d4-7907-4b05-8599-32ef2de29827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2024.12.21 05:43:34.261686 [ 279 ] {} <Debug> TCP-Session: 2ffc07e5-e6f9-4d89-af4e-a3acaede4676 Authenticating user 'default' from [fd00:1122:3344:101::c]:54174
697 2024.12.21 05:43:34.261963 [ 282 ] {} <Debug> TCP-Session: 7ea49b7a-62e9-4d94-9f1e-4d7271c7484f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2024.12.21 05:43:34.261985 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2024.12.21 05:43:34.262017 [ 281 ] {} <Debug> TCP-Session: de7e3664-5f05-4800-bdc4-3f81a1ade238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.21 05:43:34.262121 [ 279 ] {} <Debug> TCP-Session: 2ffc07e5-e6f9-4d89-af4e-a3acaede4676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2024.12.21 05:43:34.262166 [ 281 ] {} <Debug> TCP-Session: de7e3664-5f05-4800-bdc4-3f81a1ade238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.12.21 05:43:34.262181 [ 282 ] {} <Debug> TCP-Session: 7ea49b7a-62e9-4d94-9f1e-4d7271c7484f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2024.12.21 05:43:34.262136 [ 284 ] {} <Debug> TCP-Session: 8db6592f-bf78-4972-9993-963a9ccc33df Authenticating user 'default' from [fd00:1122:3344:101::c]:46051
704 2024.12.21 05:43:34.262243 [ 280 ] {} <Debug> TCP-Session: 96e81be0-6d3a-4445-86e6-d2b411e7f77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.21 05:43:34.262224 [ 283 ] {} <Debug> TCP-Session: 838358f0-4bf8-4d34-b144-c0e2138993c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2024.12.21 05:43:34.262321 [ 284 ] {} <Debug> TCP-Session: 8db6592f-bf78-4972-9993-963a9ccc33df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
707 2024.12.21 05:43:34.262352 [ 283 ] {} <Debug> TCP-Session: 838358f0-4bf8-4d34-b144-c0e2138993c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.21 05:43:34.262427 [ 279 ] {} <Debug> TCP-Session: 2ffc07e5-e6f9-4d89-af4e-a3acaede4676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.21 05:43:34.262481 [ 284 ] {} <Debug> TCP-Session: 8db6592f-bf78-4972-9993-963a9ccc33df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.12.21 05:43:38.486425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
711 2024.12.21 05:43:38.486462 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
712 2024.12.21 05:43:38.486580 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
713 2024.12.21 05:43:38.486589 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
714 2024.12.21 05:43:38.502886 [ 244 ] {} <Debug> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Loading data parts
715 2024.12.21 05:43:38.503568 [ 244 ] {} <Debug> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): There are no data parts
716 2024.12.21 05:43:38.512193 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
717 2024.12.21 05:43:38.512310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
718 2024.12.21 05:43:38.515295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
719 2024.12.21 05:43:38.516003 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
720 2024.12.21 05:43:38.516692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
721 2024.12.21 05:43:38.518970 [ 243 ] {} <Debug> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Loading data parts
722 2024.12.21 05:43:38.519247 [ 243 ] {} <Debug> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): There are no data parts
723 2024.12.21 05:43:38.549624 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
724 2024.12.21 05:43:38.549729 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
725 2024.12.21 05:43:38.557320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
726 2024.12.21 05:43:38.558075 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
727 2024.12.21 05:43:38.560805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
728 2024.12.21 05:43:39.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.83 MiB, peak 149.83 MiB, free memory in arenas 0.00 B, will set to 150.63 MiB (RSS), difference: 4.80 MiB
729 2024.12.21 05:43:40.986327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
730 2024.12.21 05:43:40.986537 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
731 2024.12.21 05:43:40.996567 [ 242 ] {} <Debug> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Loading data parts
732 2024.12.21 05:43:40.996781 [ 242 ] {} <Debug> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): There are no data parts
733 2024.12.21 05:43:41.010239 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
734 2024.12.21 05:43:41.010405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
735 2024.12.21 05:43:41.012064 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
736 2024.12.21 05:43:41.012389 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
737 2024.12.21 05:43:41.013029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
738 2024.12.21 05:43:42.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.90 MiB, peak 154.90 MiB, free memory in arenas 0.00 B, will set to 151.01 MiB (RSS), difference: -3.89 MiB
739 2024.12.21 05:43:42.049299 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61485
740 2024.12.21 05:43:42.049701 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2024.12.21 05:43:42.049804 [ 285 ] {} <Debug> TCP-Session: cc4eecc6-9efc-4935-aeef-8127e2d91c16 Authenticating user 'default' from [fd00:1122:3344:101::b]:61485
742 2024.12.21 05:43:42.049830 [ 285 ] {} <Debug> TCP-Session: cc4eecc6-9efc-4935-aeef-8127e2d91c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.21 05:43:42.049844 [ 285 ] {} <Debug> TCP-Session: cc4eecc6-9efc-4935-aeef-8127e2d91c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.21 05:43:42.049930 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
745 2024.12.21 05:43:42.049957 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
746 2024.12.21 05:43:42.050011 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
747 2024.12.21 05:43:42.051486 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55679
748 2024.12.21 05:43:42.051587 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50068
749 2024.12.21 05:43:42.051651 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
750 2024.12.21 05:43:42.051679 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35166
751 2024.12.21 05:43:42.051707 [ 286 ] {} <Debug> TCP-Session: c36ba23f-4a04-40e6-ba68-eab5a7015ea7 Authenticating user 'default' from [fd00:1122:3344:101::b]:55679
752 2024.12.21 05:43:42.051820 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
753 2024.12.21 05:43:42.051832 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38975
754 2024.12.21 05:43:42.051990 [ 286 ] {} <Debug> TCP-Session: c36ba23f-4a04-40e6-ba68-eab5a7015ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
755 2024.12.21 05:43:42.051991 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
756 2024.12.21 05:43:42.052010 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43850
757 2024.12.21 05:43:42.052067 [ 287 ] {} <Debug> TCP-Session: 3a6c2871-9404-4e9b-907b-a1313e5e1f83 Authenticating user 'default' from [fd00:1122:3344:101::b]:50068
758 2024.12.21 05:43:42.052249 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64627
759 2024.12.21 05:43:42.052293 [ 288 ] {} <Debug> TCP-Session: e1312695-a8a5-4926-838a-1740801b4cac Authenticating user 'default' from [fd00:1122:3344:101::b]:35166
760 2024.12.21 05:43:42.052275 [ 286 ] {} <Debug> TCP-Session: c36ba23f-4a04-40e6-ba68-eab5a7015ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
761 2024.12.21 05:43:42.052451 [ 287 ] {} <Debug> TCP-Session: 3a6c2871-9404-4e9b-907b-a1313e5e1f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
762 2024.12.21 05:43:42.052459 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38744
763 2024.12.21 05:43:42.052487 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
764 2024.12.21 05:43:42.052541 [ 288 ] {} <Debug> TCP-Session: e1312695-a8a5-4926-838a-1740801b4cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
765 2024.12.21 05:43:42.052552 [ 287 ] {} <Debug> TCP-Session: 3a6c2871-9404-4e9b-907b-a1313e5e1f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
766 2024.12.21 05:43:42.052577 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
767 2024.12.21 05:43:42.052775 [ 290 ] {} <Debug> TCP-Session: 58e681e8-0ba2-4721-8087-aab5d3636410 Authenticating user 'default' from [fd00:1122:3344:101::b]:43850
768 2024.12.21 05:43:42.052783 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
769 2024.12.21 05:43:42.052953 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
770 2024.12.21 05:43:42.052954 [ 289 ] {} <Debug> TCP-Session: ee6941a5-65da-4f26-8b67-00ff26f20d4f Authenticating user 'default' from [fd00:1122:3344:101::b]:38975
771 2024.12.21 05:43:42.052996 [ 290 ] {} <Debug> TCP-Session: 58e681e8-0ba2-4721-8087-aab5d3636410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
772 2024.12.21 05:43:42.052949 [ 288 ] {} <Debug> TCP-Session: e1312695-a8a5-4926-838a-1740801b4cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
773 2024.12.21 05:43:42.053033 [ 291 ] {} <Debug> TCP-Session: db0a717d-6276-4011-8af2-0d4222cc7d2a Authenticating user 'default' from [fd00:1122:3344:101::b]:64627
774 2024.12.21 05:43:42.053077 [ 292 ] {} <Debug> TCP-Session: 5630dacd-735f-4720-a5f1-9b5ba086fac2 Authenticating user 'default' from [fd00:1122:3344:101::b]:38744
775 2024.12.21 05:43:42.053120 [ 291 ] {} <Debug> TCP-Session: db0a717d-6276-4011-8af2-0d4222cc7d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
776 2024.12.21 05:43:42.053100 [ 289 ] {} <Debug> TCP-Session: ee6941a5-65da-4f26-8b67-00ff26f20d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
777 2024.12.21 05:43:42.053116 [ 290 ] {} <Debug> TCP-Session: 58e681e8-0ba2-4721-8087-aab5d3636410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
778 2024.12.21 05:43:42.053170 [ 292 ] {} <Debug> TCP-Session: 5630dacd-735f-4720-a5f1-9b5ba086fac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
779 2024.12.21 05:43:42.053203 [ 289 ] {} <Debug> TCP-Session: ee6941a5-65da-4f26-8b67-00ff26f20d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
780 2024.12.21 05:43:42.053186 [ 291 ] {} <Debug> TCP-Session: db0a717d-6276-4011-8af2-0d4222cc7d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
781 2024.12.21 05:43:42.053238 [ 292 ] {} <Debug> TCP-Session: 5630dacd-735f-4720-a5f1-9b5ba086fac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
782 2024.12.21 05:43:45.936311 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.21 05:43:45.936381 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.21 05:43:46.017742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
785 2024.12.21 05:43:46.018670 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.21 05:43:46.018718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
787 2024.12.21 05:43:46.019411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.21 05:43:46.019678 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2024.12.21 05:43:46.019921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.21 05:43:46.061826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.21 05:43:46.084045 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.21 05:43:46.084107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
793 2024.12.21 05:43:46.091086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.21 05:43:46.091885 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2024.12.21 05:43:46.094683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.21 05:43:47.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.97 MiB, peak 155.97 MiB, free memory in arenas 0.00 B, will set to 154.29 MiB (RSS), difference: 2.32 MiB
797 2024.12.21 05:43:52.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.31 MiB, peak 155.97 MiB, free memory in arenas 0.00 B, will set to 154.32 MiB (RSS), difference: 4.01 MiB
798 2024.12.21 05:43:52.256756 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2024.12.21 05:43:52.256989 [ 258 ] {7c18cd8b-f8b2-49d9-b92a-6062f3a66cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2024.12.21 05:43:52.259597 [ 258 ] {7c18cd8b-f8b2-49d9-b92a-6062f3a66cde} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2024.12.21 05:43:52.262258 [ 258 ] {7c18cd8b-f8b2-49d9-b92a-6062f3a66cde} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2024.12.21 05:43:52.263356 [ 258 ] {7c18cd8b-f8b2-49d9-b92a-6062f3a66cde} <Debug> TCPHandler: Processed in 0.006743673 sec.
803 2024.12.21 05:43:52.264461 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.12.21 05:43:52.264721 [ 263 ] {e8ecf8d6-0470-4455-90f6-c46aac157c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
805 2024.12.21 05:43:52.266720 [ 263 ] {e8ecf8d6-0470-4455-90f6-c46aac157c3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2024.12.21 05:43:52.266800 [ 263 ] {e8ecf8d6-0470-4455-90f6-c46aac157c3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2024.12.21 05:43:52.267470 [ 263 ] {e8ecf8d6-0470-4455-90f6-c46aac157c3f} <Debug> TCPHandler: Processed in 0.003144966 sec.
808 2024.12.21 05:43:52.267801 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2024.12.21 05:43:52.267967 [ 258 ] {e08f7a53-1dc7-4fcb-8712-d00695320e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
810 2024.12.21 05:43:52.268480 [ 258 ] {e08f7a53-1dc7-4fcb-8712-d00695320e7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2024.12.21 05:43:52.268548 [ 258 ] {e08f7a53-1dc7-4fcb-8712-d00695320e7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2024.12.21 05:43:52.269143 [ 258 ] {e08f7a53-1dc7-4fcb-8712-d00695320e7c} <Debug> TCPHandler: Processed in 0.001401264 sec.
813 2024.12.21 05:43:52.269424 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2024.12.21 05:43:52.269588 [ 263 ] {42c563e5-e677-4596-b850-2df6cddce09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
815 2024.12.21 05:43:52.269966 [ 263 ] {42c563e5-e677-4596-b850-2df6cddce09a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2024.12.21 05:43:52.270025 [ 263 ] {42c563e5-e677-4596-b850-2df6cddce09a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2024.12.21 05:43:52.270538 [ 263 ] {42c563e5-e677-4596-b850-2df6cddce09a} <Debug> TCPHandler: Processed in 0.001175189 sec.
818 2024.12.21 05:43:52.270813 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2024.12.21 05:43:52.270966 [ 258 ] {c8d2c218-9dbb-43f5-ad4c-5b29b6b8418d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
820 2024.12.21 05:43:52.271402 [ 258 ] {c8d2c218-9dbb-43f5-ad4c-5b29b6b8418d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2024.12.21 05:43:52.271470 [ 258 ] {c8d2c218-9dbb-43f5-ad4c-5b29b6b8418d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2024.12.21 05:43:52.272052 [ 258 ] {c8d2c218-9dbb-43f5-ad4c-5b29b6b8418d} <Debug> TCPHandler: Processed in 0.001293951 sec.
823 2024.12.21 05:43:52.272299 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2024.12.21 05:43:52.272456 [ 263 ] {a520f22a-aa17-484e-8190-97136d4170bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
825 2024.12.21 05:43:52.272826 [ 263 ] {a520f22a-aa17-484e-8190-97136d4170bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2024.12.21 05:43:52.272883 [ 263 ] {a520f22a-aa17-484e-8190-97136d4170bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2024.12.21 05:43:52.273377 [ 263 ] {a520f22a-aa17-484e-8190-97136d4170bb} <Debug> TCPHandler: Processed in 0.001132988 sec.
828 2024.12.21 05:43:52.273630 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2024.12.21 05:43:52.273784 [ 258 ] {f9b94fd4-3ecf-459b-946d-f5948260da19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
830 2024.12.21 05:43:52.274157 [ 258 ] {f9b94fd4-3ecf-459b-946d-f5948260da19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2024.12.21 05:43:52.274211 [ 258 ] {f9b94fd4-3ecf-459b-946d-f5948260da19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2024.12.21 05:43:52.274717 [ 258 ] {f9b94fd4-3ecf-459b-946d-f5948260da19} <Debug> TCPHandler: Processed in 0.001139957 sec.
833 2024.12.21 05:43:52.274965 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2024.12.21 05:43:52.275149 [ 263 ] {19a5a3d8-3324-49f7-a8e8-86d3c2f1656d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
835 2024.12.21 05:43:52.275605 [ 263 ] {19a5a3d8-3324-49f7-a8e8-86d3c2f1656d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2024.12.21 05:43:52.275673 [ 263 ] {19a5a3d8-3324-49f7-a8e8-86d3c2f1656d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2024.12.21 05:43:52.276250 [ 263 ] {19a5a3d8-3324-49f7-a8e8-86d3c2f1656d} <Debug> TCPHandler: Processed in 0.001344042 sec.
838 2024.12.21 05:43:52.276580 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2024.12.21 05:43:52.276736 [ 258 ] {4c44d68a-d8f7-40ac-a4f3-bf1c0f031da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
840 2024.12.21 05:43:52.277119 [ 258 ] {4c44d68a-d8f7-40ac-a4f3-bf1c0f031da6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2024.12.21 05:43:52.277175 [ 258 ] {4c44d68a-d8f7-40ac-a4f3-bf1c0f031da6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2024.12.21 05:43:52.277677 [ 258 ] {4c44d68a-d8f7-40ac-a4f3-bf1c0f031da6} <Debug> TCPHandler: Processed in 0.001152097 sec.
843 2024.12.21 05:43:52.277933 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2024.12.21 05:43:52.278110 [ 263 ] {54b31c5f-027f-42d3-aa0d-7d65d7967119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
845 2024.12.21 05:43:52.278567 [ 263 ] {54b31c5f-027f-42d3-aa0d-7d65d7967119} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2024.12.21 05:43:52.278634 [ 263 ] {54b31c5f-027f-42d3-aa0d-7d65d7967119} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2024.12.21 05:43:52.279192 [ 263 ] {54b31c5f-027f-42d3-aa0d-7d65d7967119} <Debug> TCPHandler: Processed in 0.001314092 sec.
848 2024.12.21 05:43:52.279482 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2024.12.21 05:43:52.279641 [ 258 ] {50fc47d5-3594-43c3-b6d1-250b7270b4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
850 2024.12.21 05:43:52.280029 [ 258 ] {50fc47d5-3594-43c3-b6d1-250b7270b4d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2024.12.21 05:43:52.280086 [ 258 ] {50fc47d5-3594-43c3-b6d1-250b7270b4d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2024.12.21 05:43:52.280591 [ 258 ] {50fc47d5-3594-43c3-b6d1-250b7270b4d5} <Debug> TCPHandler: Processed in 0.001167718 sec.
853 2024.12.21 05:43:52.280836 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2024.12.21 05:43:52.280998 [ 263 ] {f8ff615f-ee26-4a49-8972-a5584724c791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
855 2024.12.21 05:43:52.281464 [ 263 ] {f8ff615f-ee26-4a49-8972-a5584724c791} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2024.12.21 05:43:52.281533 [ 263 ] {f8ff615f-ee26-4a49-8972-a5584724c791} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2024.12.21 05:43:52.282100 [ 263 ] {f8ff615f-ee26-4a49-8972-a5584724c791} <Debug> TCPHandler: Processed in 0.001321972 sec.
858 2024.12.21 05:43:52.282381 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2024.12.21 05:43:52.282541 [ 258 ] {85b4f0e3-4118-464e-a694-338bd9e77797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
860 2024.12.21 05:43:52.282931 [ 258 ] {85b4f0e3-4118-464e-a694-338bd9e77797} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2024.12.21 05:43:52.282987 [ 258 ] {85b4f0e3-4118-464e-a694-338bd9e77797} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2024.12.21 05:43:52.283489 [ 258 ] {85b4f0e3-4118-464e-a694-338bd9e77797} <Debug> TCPHandler: Processed in 0.001163318 sec.
863 2024.12.21 05:43:52.283762 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2024.12.21 05:43:52.283924 [ 263 ] {7009978b-1aa3-47c8-ad7e-35ab6864c9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
865 2024.12.21 05:43:52.284385 [ 263 ] {7009978b-1aa3-47c8-ad7e-35ab6864c9d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2024.12.21 05:43:52.284453 [ 263 ] {7009978b-1aa3-47c8-ad7e-35ab6864c9d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2024.12.21 05:43:52.285028 [ 263 ] {7009978b-1aa3-47c8-ad7e-35ab6864c9d7} <Debug> TCPHandler: Processed in 0.001321032 sec.
868 2024.12.21 05:43:52.285280 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.12.21 05:43:52.285440 [ 258 ] {63fecd92-960c-412e-81d4-28eb15257f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
870 2024.12.21 05:43:52.285839 [ 258 ] {63fecd92-960c-412e-81d4-28eb15257f4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2024.12.21 05:43:52.285894 [ 258 ] {63fecd92-960c-412e-81d4-28eb15257f4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2024.12.21 05:43:52.286401 [ 258 ] {63fecd92-960c-412e-81d4-28eb15257f4c} <Debug> TCPHandler: Processed in 0.001174758 sec.
873 2024.12.21 05:43:52.286653 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
874 2024.12.21 05:43:52.286817 [ 263 ] {06777975-d72f-4c2b-b4c8-a6ea6f35bbc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
875 2024.12.21 05:43:52.287221 [ 263 ] {06777975-d72f-4c2b-b4c8-a6ea6f35bbc3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
876 2024.12.21 05:43:52.287279 [ 263 ] {06777975-d72f-4c2b-b4c8-a6ea6f35bbc3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
877 2024.12.21 05:43:52.287771 [ 263 ] {06777975-d72f-4c2b-b4c8-a6ea6f35bbc3} <Debug> TCPHandler: Processed in 0.001177438 sec.
878 2024.12.21 05:43:52.288013 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
879 2024.12.21 05:43:52.288213 [ 258 ] {42f474d7-a8a3-4fd5-819b-d9a0cecaf543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
880 2024.12.21 05:43:52.288700 [ 258 ] {42f474d7-a8a3-4fd5-819b-d9a0cecaf543} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
881 2024.12.21 05:43:52.288767 [ 258 ] {42f474d7-a8a3-4fd5-819b-d9a0cecaf543} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
882 2024.12.21 05:43:52.289318 [ 258 ] {42f474d7-a8a3-4fd5-819b-d9a0cecaf543} <Debug> TCPHandler: Processed in 0.001363032 sec.
883 2024.12.21 05:43:52.289587 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
884 2024.12.21 05:43:52.289754 [ 263 ] {33366c54-f9d8-4b1d-8032-aa285db44c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
885 2024.12.21 05:43:52.290164 [ 263 ] {33366c54-f9d8-4b1d-8032-aa285db44c76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
886 2024.12.21 05:43:52.290221 [ 263 ] {33366c54-f9d8-4b1d-8032-aa285db44c76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
887 2024.12.21 05:43:52.290706 [ 263 ] {33366c54-f9d8-4b1d-8032-aa285db44c76} <Debug> TCPHandler: Processed in 0.001175168 sec.
888 2024.12.21 05:43:52.296741 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2024.12.21 05:43:52.296895 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
890 2024.12.21 05:43:52.296960 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
891 2024.12.21 05:43:52.297757 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2024.12.21 05:43:52.297805 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
893 2024.12.21 05:43:52.298526 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
894 2024.12.21 05:43:52.299015 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2024.12.21 05:43:52.299302 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002446 sec., 7358.953393295176 rows/sec., 1.01 MiB/sec.
896 2024.12.21 05:43:52.299497 [ 258 ] {3ea40239-6aa8-4312-b2c4-77967e9edfc4} <Debug> TCPHandler: Processed in 0.002818958 sec.
897 2024.12.21 05:43:52.299747 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2024.12.21 05:43:52.299984 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
899 2024.12.21 05:43:52.300069 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
900 2024.12.21 05:43:52.301900 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2024.12.21 05:43:52.301942 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
902 2024.12.21 05:43:52.302472 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
903 2024.12.21 05:43:52.302914 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2024.12.21 05:43:52.303212 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003283 sec., 17057.569296375266 rows/sec., 1.30 MiB/sec.
905 2024.12.21 05:43:52.303305 [ 263 ] {3a61d64a-94f3-4ae1-bbb5-3e1cda4ba3af} <Debug> TCPHandler: Processed in 0.003672968 sec.
906 2024.12.21 05:43:52.303485 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
907 2024.12.21 05:43:52.303628 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
908 2024.12.21 05:43:52.303688 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
909 2024.12.21 05:43:52.304372 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
910 2024.12.21 05:43:52.304413 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
911 2024.12.21 05:43:52.304961 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
912 2024.12.21 05:43:52.305543 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
913 2024.12.21 05:43:52.305837 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002224 sec., 28776.97841726619 rows/sec., 2.25 MiB/sec.
914 2024.12.21 05:43:52.305900 [ 258 ] {63f2e5c7-3ca3-44d0-8a8d-08f795b93164} <Debug> TCPHandler: Processed in 0.002481719 sec.
915 2024.12.21 05:43:52.306041 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2024.12.21 05:43:52.306163 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
917 2024.12.21 05:43:52.306214 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
918 2024.12.21 05:43:52.306832 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2024.12.21 05:43:52.306866 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
920 2024.12.21 05:43:52.307401 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
921 2024.12.21 05:43:52.307900 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2024.12.21 05:43:52.308174 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002025 sec., 63209.87654320988 rows/sec., 4.40 MiB/sec.
923 2024.12.21 05:43:52.308237 [ 263 ] {c349395b-82da-4097-8f9e-ebbcecc8c9e9} <Debug> TCPHandler: Processed in 0.002252614 sec.
924 2024.12.21 05:43:52.308443 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2024.12.21 05:43:52.308671 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
926 2024.12.21 05:43:52.308764 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
927 2024.12.21 05:43:52.309382 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
928 2024.12.21 05:43:52.309421 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
929 2024.12.21 05:43:52.309927 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
930 2024.12.21 05:43:52.310430 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
931 2024.12.21 05:43:52.310618 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002006 sec., 23928.215353938187 rows/sec., 1.61 MiB/sec.
932 2024.12.21 05:43:52.310670 [ 258 ] {a2f78604-03c1-482f-94fc-dd23743c3f45} <Debug> TCPHandler: Processed in 0.002334876 sec.
933 2024.12.21 05:43:53.520997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
934 2024.12.21 05:43:53.521652 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
935 2024.12.21 05:43:53.521702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
936 2024.12.21 05:43:53.522426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
937 2024.12.21 05:43:53.522888 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
938 2024.12.21 05:43:53.523138 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
939 2024.12.21 05:43:53.595701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
940 2024.12.21 05:43:53.614616 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2024.12.21 05:43:53.614679 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
942 2024.12.21 05:43:53.621840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
943 2024.12.21 05:43:53.623025 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2024.12.21 05:43:53.625654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
945 2024.12.21 05:43:57.263796 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
946 2024.12.21 05:43:57.264002 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
947 2024.12.21 05:43:57.264077 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
948 2024.12.21 05:43:57.264837 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2024.12.21 05:43:57.264878 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
950 2024.12.21 05:43:57.265457 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2024.12.21 05:43:57.265984 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2024.12.21 05:43:57.266182 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002237 sec., 25033.527045149756 rows/sec., 1.91 MiB/sec.
953 2024.12.21 05:43:57.266242 [ 258 ] {91d50e0d-77f5-4349-b936-e187b99c7be2} <Debug> TCPHandler: Processed in 0.002576382 sec.
954 2024.12.21 05:43:57.266506 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2024.12.21 05:43:57.266721 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
956 2024.12.21 05:43:57.266803 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
957 2024.12.21 05:43:57.267623 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
958 2024.12.21 05:43:57.267674 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
959 2024.12.21 05:43:57.268243 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
960 2024.12.21 05:43:57.268702 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
961 2024.12.21 05:43:57.269022 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002342 sec., 27327.070879590094 rows/sec., 2.13 MiB/sec.
962 2024.12.21 05:43:57.269112 [ 263 ] {79a8d3c1-a074-4282-9e17-6e7a34a6a1c7} <Debug> TCPHandler: Processed in 0.002744586 sec.
963 2024.12.21 05:43:57.269285 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2024.12.21 05:43:57.269434 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
965 2024.12.21 05:43:57.269501 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
966 2024.12.21 05:43:57.270198 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
967 2024.12.21 05:43:57.270236 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
968 2024.12.21 05:43:57.270767 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
969 2024.12.21 05:43:57.271283 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
970 2024.12.21 05:43:57.271467 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002071 sec., 77257.36359246742 rows/sec., 5.38 MiB/sec.
971 2024.12.21 05:43:57.271520 [ 258 ] {fd6991c5-bde8-45d3-bc73-792bd2b0667a} <Debug> TCPHandler: Processed in 0.002304926 sec.
972 2024.12.21 05:43:57.271697 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2024.12.21 05:43:57.271862 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
974 2024.12.21 05:43:57.271929 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
975 2024.12.21 05:43:57.272487 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2024.12.21 05:43:57.272530 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
977 2024.12.21 05:43:57.273033 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
978 2024.12.21 05:43:57.273510 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2024.12.21 05:43:57.273751 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001938 sec., 30959.752321981425 rows/sec., 2.09 MiB/sec.
980 2024.12.21 05:43:57.273819 [ 263 ] {30ed4eb9-d62a-4012-a964-b8e33a23cd02} <Debug> TCPHandler: Processed in 0.002192343 sec.
981 2024.12.21 05:44:00.936647 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
982 2024.12.21 05:44:00.936716 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
983 2024.12.21 05:44:01.015312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
984 2024.12.21 05:44:01.019511 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2024.12.21 05:44:01.019580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
986 2024.12.21 05:44:01.021103 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
987 2024.12.21 05:44:01.021418 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2024.12.21 05:44:01.022122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
989 2024.12.21 05:44:01.024190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
990 2024.12.21 05:44:01.024870 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
991 2024.12.21 05:44:01.024914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
992 2024.12.21 05:44:01.025500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
993 2024.12.21 05:44:01.025769 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
994 2024.12.21 05:44:01.026006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
995 2024.12.21 05:44:01.126669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
996 2024.12.21 05:44:01.147113 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
997 2024.12.21 05:44:01.147175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
998 2024.12.21 05:44:01.153941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
999 2024.12.21 05:44:01.154744 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1000 2024.12.21 05:44:01.158223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1001 2024.12.21 05:44:02.258227 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1002 2024.12.21 05:44:02.258508 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1003 2024.12.21 05:44:02.259031 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1004 2024.12.21 05:44:02.259126 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1005 2024.12.21 05:44:02.259470 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1006 2024.12.21 05:44:02.261830 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1007 2024.12.21 05:44:02.262216 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1008 2024.12.21 05:44:02.265408 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1009 2024.12.21 05:44:02.267315 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1010 2024.12.21 05:44:02.267363 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1011 2024.12.21 05:44:02.267569 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1012 2024.12.21 05:44:02.267619 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1013 2024.12.21 05:44:02.273759 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.015368 sec., 1171.2649661634566 rows/sec., 47.91 KiB/sec.
1014 2024.12.21 05:44:02.273987 [ 258 ] {ddc16e82-3112-4550-a172-b9bf1ca6adf5} <Debug> TCPHandler: Processed in 0.015888082 sec.
1015 2024.12.21 05:44:02.275074 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1016 2024.12.21 05:44:02.275340 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1017 2024.12.21 05:44:02.275722 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1018 2024.12.21 05:44:02.275768 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1019 2024.12.21 05:44:02.276066 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1020 2024.12.21 05:44:02.276148 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1021 2024.12.21 05:44:02.276327 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1022 2024.12.21 05:44:02.276369 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1023 2024.12.21 05:44:02.276396 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1024 2024.12.21 05:44:02.276415 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1025 2024.12.21 05:44:02.276462 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1026 2024.12.21 05:44:02.276488 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1027 2024.12.21 05:44:02.277122 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001897 sec., 9488.66631523458 rows/sec., 388.15 KiB/sec.
1028 2024.12.21 05:44:02.277214 [ 263 ] {e3d85698-9a10-4cb1-8777-c55cff6172df} <Debug> TCPHandler: Processed in 0.002277475 sec.
1029 2024.12.21 05:44:02.277572 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1030 2024.12.21 05:44:02.277788 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1031 2024.12.21 05:44:02.278342 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1032 2024.12.21 05:44:02.278387 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1033 2024.12.21 05:44:02.278663 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1034 2024.12.21 05:44:02.278732 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1035 2024.12.21 05:44:02.278887 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1036 2024.12.21 05:44:02.278922 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1037 2024.12.21 05:44:02.278946 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1038 2024.12.21 05:44:02.278963 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1039 2024.12.21 05:44:02.279010 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1040 2024.12.21 05:44:02.279035 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1041 2024.12.21 05:44:02.279654 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001969 sec., 9141.696292534281 rows/sec., 373.96 KiB/sec.
1042 2024.12.21 05:44:02.279776 [ 258 ] {e54fec5d-c4ba-4b80-b85f-77880c91a025} <Debug> TCPHandler: Processed in 0.002273124 sec.
1043 2024.12.21 05:44:02.280461 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1044 2024.12.21 05:44:02.280678 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1045 2024.12.21 05:44:02.281076 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1046 2024.12.21 05:44:02.281133 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1047 2024.12.21 05:44:02.281437 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1048 2024.12.21 05:44:02.281508 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1049 2024.12.21 05:44:02.281659 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1050 2024.12.21 05:44:02.281694 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1051 2024.12.21 05:44:02.281717 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1052 2024.12.21 05:44:02.281734 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1053 2024.12.21 05:44:02.281777 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1054 2024.12.21 05:44:02.281800 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1055 2024.12.21 05:44:02.282354 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001778 sec., 10123.734533183351 rows/sec., 414.13 KiB/sec.
1056 2024.12.21 05:44:02.282437 [ 263 ] {5d37c215-83c2-4c43-afb8-48ce132a803d} <Debug> TCPHandler: Processed in 0.002047699 sec.
1057 2024.12.21 05:44:02.282795 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1058 2024.12.21 05:44:02.282974 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1059 2024.12.21 05:44:02.283292 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1060 2024.12.21 05:44:02.283335 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1061 2024.12.21 05:44:02.283610 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1062 2024.12.21 05:44:02.283678 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1063 2024.12.21 05:44:02.283830 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1064 2024.12.21 05:44:02.283864 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1065 2024.12.21 05:44:02.283887 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1066 2024.12.21 05:44:02.283905 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1067 2024.12.21 05:44:02.283949 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1068 2024.12.21 05:44:02.283972 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1069 2024.12.21 05:44:02.284611 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001718 sec., 10477.299185098953 rows/sec., 428.60 KiB/sec.
1070 2024.12.21 05:44:02.284731 [ 258 ] {574325f6-a153-4407-a22b-7836e527c088} <Debug> TCPHandler: Processed in 0.001995988 sec.
1071 2024.12.21 05:44:02.285032 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2024.12.21 05:44:02.285245 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1073 2024.12.21 05:44:02.285566 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1074 2024.12.21 05:44:02.285609 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1075 2024.12.21 05:44:02.285884 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1076 2024.12.21 05:44:02.285952 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1077 2024.12.21 05:44:02.286100 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1078 2024.12.21 05:44:02.286134 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1079 2024.12.21 05:44:02.286158 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1080 2024.12.21 05:44:02.286175 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1081 2024.12.21 05:44:02.286218 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1082 2024.12.21 05:44:02.286241 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1083 2024.12.21 05:44:02.286736 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00159 sec., 11320.754716981131 rows/sec., 463.10 KiB/sec.
1084 2024.12.21 05:44:02.286819 [ 263 ] {71e2b953-4059-44c6-816f-36538732d6a4} <Debug> TCPHandler: Processed in 0.001858175 sec.
1085 2024.12.21 05:44:02.287099 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2024.12.21 05:44:02.287277 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1087 2024.12.21 05:44:02.287653 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1088 2024.12.21 05:44:02.287706 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1089 2024.12.21 05:44:02.288053 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1090 2024.12.21 05:44:02.288137 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1091 2024.12.21 05:44:02.288313 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1092 2024.12.21 05:44:02.288348 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1093 2024.12.21 05:44:02.288371 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1094 2024.12.21 05:44:02.288388 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1095 2024.12.21 05:44:02.288431 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1096 2024.12.21 05:44:02.288454 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1097 2024.12.21 05:44:02.289030 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001835 sec., 9809.264305177112 rows/sec., 401.27 KiB/sec.
1098 2024.12.21 05:44:02.289147 [ 258 ] {446f6975-71a2-47cc-bbb6-452a1b3f09ea} <Debug> TCPHandler: Processed in 0.002108991 sec.
1099 2024.12.21 05:44:02.289430 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2024.12.21 05:44:02.289643 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1101 2024.12.21 05:44:02.290024 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1102 2024.12.21 05:44:02.290079 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1103 2024.12.21 05:44:02.290400 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2024.12.21 05:44:02.290466 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1105 2024.12.21 05:44:02.290617 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1106 2024.12.21 05:44:02.290651 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1107 2024.12.21 05:44:02.290674 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1108 2024.12.21 05:44:02.290691 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1109 2024.12.21 05:44:02.290735 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1110 2024.12.21 05:44:02.290757 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1111 2024.12.21 05:44:02.291272 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001733 sec., 10386.612810155799 rows/sec., 424.89 KiB/sec.
1112 2024.12.21 05:44:02.291355 [ 263 ] {0a3b1ef8-14db-4956-a568-7d16025768bd} <Debug> TCPHandler: Processed in 0.001993588 sec.
1113 2024.12.21 05:44:02.291612 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2024.12.21 05:44:02.291823 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1115 2024.12.21 05:44:02.292202 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1116 2024.12.21 05:44:02.292255 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1117 2024.12.21 05:44:02.292555 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1118 2024.12.21 05:44:02.292622 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1119 2024.12.21 05:44:02.292769 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1120 2024.12.21 05:44:02.292802 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1121 2024.12.21 05:44:02.292825 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1122 2024.12.21 05:44:02.292842 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1123 2024.12.21 05:44:02.292887 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1124 2024.12.21 05:44:02.292911 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1125 2024.12.21 05:44:02.293651 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001931 sec., 9321.595028482652 rows/sec., 381.32 KiB/sec.
1126 2024.12.21 05:44:02.293778 [ 258 ] {8f9e260b-49fe-4756-9863-038a81f0d3b2} <Debug> TCPHandler: Processed in 0.002235794 sec.
1127 2024.12.21 05:44:02.294113 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1128 2024.12.21 05:44:02.294415 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1129 2024.12.21 05:44:02.294791 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1130 2024.12.21 05:44:02.294844 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1131 2024.12.21 05:44:02.295224 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1132 2024.12.21 05:44:02.295303 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1133 2024.12.21 05:44:02.295452 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1134 2024.12.21 05:44:02.295486 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1135 2024.12.21 05:44:02.295509 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1136 2024.12.21 05:44:02.295526 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1137 2024.12.21 05:44:02.295569 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1138 2024.12.21 05:44:02.295592 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1139 2024.12.21 05:44:02.296114 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001833 sec., 9819.967266775777 rows/sec., 401.71 KiB/sec.
1140 2024.12.21 05:44:02.296196 [ 263 ] {f4438c64-d95a-4a0c-b727-e6b4f817da25} <Debug> TCPHandler: Processed in 0.002192812 sec.
1141 2024.12.21 05:44:02.296458 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.12.21 05:44:02.296671 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1143 2024.12.21 05:44:02.297050 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2024.12.21 05:44:02.297105 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1145 2024.12.21 05:44:02.297426 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2024.12.21 05:44:02.297492 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2024.12.21 05:44:02.297642 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1148 2024.12.21 05:44:02.297675 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2024.12.21 05:44:02.297698 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1150 2024.12.21 05:44:02.297714 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2024.12.21 05:44:02.297757 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1152 2024.12.21 05:44:02.297781 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1153 2024.12.21 05:44:02.298316 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001748 sec., 10297.482837528603 rows/sec., 421.24 KiB/sec.
1154 2024.12.21 05:44:02.298434 [ 258 ] {391047b8-d0dc-48a8-a43c-1cefbf67faad} <Debug> TCPHandler: Processed in 0.002046569 sec.
1155 2024.12.21 05:44:02.298690 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1156 2024.12.21 05:44:02.298904 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1157 2024.12.21 05:44:02.299285 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1158 2024.12.21 05:44:02.299334 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1159 2024.12.21 05:44:02.299622 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1160 2024.12.21 05:44:02.299687 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1161 2024.12.21 05:44:02.299835 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1162 2024.12.21 05:44:02.299869 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1163 2024.12.21 05:44:02.299892 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1164 2024.12.21 05:44:02.299909 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1165 2024.12.21 05:44:02.299951 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1166 2024.12.21 05:44:02.299974 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1167 2024.12.21 05:44:02.300464 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001664 sec., 10817.307692307693 rows/sec., 442.50 KiB/sec.
1168 2024.12.21 05:44:02.300548 [ 263 ] {ec6cde0a-1301-475c-9656-867bf81246ec} <Debug> TCPHandler: Processed in 0.001926856 sec.
1169 2024.12.21 05:44:02.305115 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1170 2024.12.21 05:44:02.305340 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1171 2024.12.21 05:44:02.305739 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1172 2024.12.21 05:44:02.305796 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1173 2024.12.21 05:44:02.306175 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1174 2024.12.21 05:44:02.306258 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1175 2024.12.21 05:44:02.306424 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1176 2024.12.21 05:44:02.306457 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1177 2024.12.21 05:44:02.306481 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1178 2024.12.21 05:44:02.306498 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1179 2024.12.21 05:44:02.306540 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1180 2024.12.21 05:44:02.306564 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1181 2024.12.21 05:44:02.307131 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001902 sec., 9463.72239747634 rows/sec., 387.13 KiB/sec.
1182 2024.12.21 05:44:02.307250 [ 258 ] {0550b65f-6643-4118-a590-16beb2435b1c} <Debug> TCPHandler: Processed in 0.002210113 sec.
1183 2024.12.21 05:44:02.313587 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2024.12.21 05:44:02.313811 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1185 2024.12.21 05:44:02.313904 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1186 2024.12.21 05:44:02.314795 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1187 2024.12.21 05:44:02.314841 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1188 2024.12.21 05:44:02.315366 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1189 2024.12.21 05:44:02.315591 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1190 2024.12.21 05:44:02.315809 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002067 sec., 6289.30817610063 rows/sec., 1.24 MiB/sec.
1191 2024.12.21 05:44:02.315864 [ 258 ] {a0c918d3-bf27-43e3-82f5-772bced61455} <Debug> TCPHandler: Processed in 0.002381237 sec.
1192 2024.12.21 05:44:02.316023 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2024.12.21 05:44:02.316175 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1194 2024.12.21 05:44:02.316236 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1195 2024.12.21 05:44:02.317427 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2024.12.21 05:44:02.317465 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1197 2024.12.21 05:44:02.317882 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1198 2024.12.21 05:44:02.318149 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2024.12.21 05:44:02.318368 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002224 sec., 6294.964028776979 rows/sec., 453.15 KiB/sec.
1200 2024.12.21 05:44:02.318571 [ 263 ] {901857ec-bc28-446a-99c3-951fa000626c} <Debug> TCPHandler: Processed in 0.002608833 sec.
1201 2024.12.21 05:44:02.318798 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2024.12.21 05:44:02.319021 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1203 2024.12.21 05:44:02.319113 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1204 2024.12.21 05:44:02.319892 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2024.12.21 05:44:02.319931 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1206 2024.12.21 05:44:02.320311 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1207 2024.12.21 05:44:02.320550 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2024.12.21 05:44:02.320768 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001805 sec., 121329.63988919668 rows/sec., 10.57 MiB/sec.
1209 2024.12.21 05:44:02.320820 [ 258 ] {ba93cd25-adb3-4b46-a1be-7ab2339a9277} <Debug> TCPHandler: Processed in 0.002131161 sec.
1210 2024.12.21 05:44:02.320955 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2024.12.21 05:44:02.321074 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1212 2024.12.21 05:44:02.321124 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1213 2024.12.21 05:44:02.321931 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2024.12.21 05:44:02.321967 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1215 2024.12.21 05:44:02.322333 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1216 2024.12.21 05:44:02.322584 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2024.12.21 05:44:02.322759 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001711 sec., 8766.803039158387 rows/sec., 618.13 KiB/sec.
1218 2024.12.21 05:44:02.322814 [ 263 ] {d1ff3e67-ece7-4145-a393-cef0a7c8b123} <Debug> TCPHandler: Processed in 0.001916096 sec.
1219 2024.12.21 05:44:02.323074 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2024.12.21 05:44:02.323292 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1221 2024.12.21 05:44:02.323362 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1222 2024.12.21 05:44:02.323920 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2024.12.21 05:44:02.323959 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1224 2024.12.21 05:44:02.324307 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1225 2024.12.21 05:44:02.324551 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2024.12.21 05:44:02.324791 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001552 sec., 9020.61855670103 rows/sec., 631.75 KiB/sec.
1227 2024.12.21 05:44:02.324952 [ 258 ] {35566be6-2e09-4903-9a24-95a7dbda5bcc} <Debug> TCPHandler: Processed in 0.001984808 sec.
1228 2024.12.21 05:44:02.325110 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2024.12.21 05:44:02.325249 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1230 2024.12.21 05:44:02.325308 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1231 2024.12.21 05:44:02.325981 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2024.12.21 05:44:02.326029 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1233 2024.12.21 05:44:02.326434 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1234 2024.12.21 05:44:02.326676 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2024.12.21 05:44:02.326929 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0017 sec., 7647.058823529413 rows/sec., 476.79 KiB/sec.
1236 2024.12.21 05:44:02.326992 [ 263 ] {e1e4d3c8-b403-4c23-bad3-f3b6d42d14a3} <Debug> TCPHandler: Processed in 0.001950506 sec.
1237 2024.12.21 05:44:02.327142 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2024.12.21 05:44:02.327259 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1239 2024.12.21 05:44:02.327313 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1240 2024.12.21 05:44:02.328142 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2024.12.21 05:44:02.328188 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1242 2024.12.21 05:44:02.328573 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1243 2024.12.21 05:44:02.328802 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2024.12.21 05:44:02.329041 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001807 sec., 215827.3381294964 rows/sec., 15.31 MiB/sec.
1245 2024.12.21 05:44:02.329095 [ 258 ] {b07fbbf9-d589-4a30-99f2-a01a5d18b15a} <Debug> TCPHandler: Processed in 0.002012439 sec.
1246 2024.12.21 05:44:02.329251 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.12.21 05:44:02.329386 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1248 2024.12.21 05:44:02.329447 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1249 2024.12.21 05:44:02.330004 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2024.12.21 05:44:02.330049 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1251 2024.12.21 05:44:02.330451 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1252 2024.12.21 05:44:02.330692 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2024.12.21 05:44:02.330931 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec.
1254 2024.12.21 05:44:02.331000 [ 263 ] {62b8701c-5d25-4690-9a6e-e253b69425c8} <Debug> TCPHandler: Processed in 0.001805524 sec.
1255 2024.12.21 05:44:02.331148 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2024.12.21 05:44:02.331265 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1257 2024.12.21 05:44:02.331343 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1258 2024.12.21 05:44:02.332356 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2024.12.21 05:44:02.332395 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1260 2024.12.21 05:44:02.332776 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1261 2024.12.21 05:44:02.333006 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2024.12.21 05:44:02.333221 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001981 sec., 119636.54719838465 rows/sec., 8.02 MiB/sec.
1263 2024.12.21 05:44:02.333273 [ 258 ] {585d4811-4909-4c09-936c-d43e7dd2bec5} <Debug> TCPHandler: Processed in 0.002183253 sec.
1264 2024.12.21 05:44:02.333427 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2024.12.21 05:44:02.333565 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1266 2024.12.21 05:44:02.333626 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1267 2024.12.21 05:44:02.334177 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2024.12.21 05:44:02.334222 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1269 2024.12.21 05:44:02.334590 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1270 2024.12.21 05:44:02.334830 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2024.12.21 05:44:02.335054 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
1272 2024.12.21 05:44:02.335123 [ 263 ] {61bab74b-6f34-4ff0-af05-a021afdf0263} <Debug> TCPHandler: Processed in 0.001763223 sec.
1273 2024.12.21 05:44:02.335269 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2024.12.21 05:44:02.335385 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1275 2024.12.21 05:44:02.335464 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1276 2024.12.21 05:44:02.336540 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2024.12.21 05:44:02.336578 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1278 2024.12.21 05:44:02.339109 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1279 2024.12.21 05:44:02.339383 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2024.12.21 05:44:02.339682 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004298 sec., 1861.3308515588647 rows/sec., 3.34 MiB/sec.
1281 2024.12.21 05:44:02.339826 [ 258 ] {7dc58b51-6748-476a-a2d6-873cda11518f} <Debug> TCPHandler: Processed in 0.004615211 sec.
1282 2024.12.21 05:44:02.339979 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2024.12.21 05:44:02.340099 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1284 2024.12.21 05:44:02.340149 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1285 2024.12.21 05:44:02.340656 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2024.12.21 05:44:02.340696 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1287 2024.12.21 05:44:02.341072 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1288 2024.12.21 05:44:02.341327 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2024.12.21 05:44:02.341559 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec.
1290 2024.12.21 05:44:02.341726 [ 263 ] {3d826f07-6f91-4d56-af37-7d5b095d9756} <Debug> TCPHandler: Processed in 0.001796204 sec.
1291 2024.12.21 05:44:07.264347 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1292 2024.12.21 05:44:07.264679 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1293 2024.12.21 05:44:07.264800 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1294 2024.12.21 05:44:07.265866 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2024.12.21 05:44:07.265914 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1296 2024.12.21 05:44:07.266345 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1297 2024.12.21 05:44:07.266598 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2024.12.21 05:44:07.266832 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00224 sec., 25000.000000000004 rows/sec., 1.91 MiB/sec.
1299 2024.12.21 05:44:07.266895 [ 258 ] {61f265b8-0a99-4353-99f9-3b6a00cc6dbf} <Debug> TCPHandler: Processed in 0.002740846 sec.
1300 2024.12.21 05:44:07.267155 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1301 2024.12.21 05:44:07.267348 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1302 2024.12.21 05:44:07.267420 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1303 2024.12.21 05:44:07.268169 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1304 2024.12.21 05:44:07.268213 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1305 2024.12.21 05:44:07.268653 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1306 2024.12.21 05:44:07.268907 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1307 2024.12.21 05:44:07.269107 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001813 sec., 35300.60672917816 rows/sec., 2.76 MiB/sec.
1308 2024.12.21 05:44:07.269171 [ 263 ] {36d0c2a5-4280-462b-b434-0e71e2fb8d8c} <Debug> TCPHandler: Processed in 0.002142351 sec.
1309 2024.12.21 05:44:07.269382 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.12.21 05:44:07.269617 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1311 2024.12.21 05:44:07.269720 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1312 2024.12.21 05:44:07.270607 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2024.12.21 05:44:07.270648 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1314 2024.12.21 05:44:07.271059 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1315 2024.12.21 05:44:07.271305 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2024.12.21 05:44:07.271527 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001972 sec., 81135.90263691684 rows/sec., 5.65 MiB/sec.
1317 2024.12.21 05:44:07.271584 [ 258 ] {714a6f42-cd63-42bb-bf4a-622d323e693a} <Debug> TCPHandler: Processed in 0.002311685 sec.
1318 2024.12.21 05:44:07.271722 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2024.12.21 05:44:07.271851 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1320 2024.12.21 05:44:07.271907 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1321 2024.12.21 05:44:07.272436 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2024.12.21 05:44:07.272474 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1323 2024.12.21 05:44:07.272863 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1324 2024.12.21 05:44:07.273116 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2024.12.21 05:44:07.273291 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec.
1326 2024.12.21 05:44:07.273343 [ 263 ] {06fa55ba-2491-4c59-b441-a6c926dd20a4} <Debug> TCPHandler: Processed in 0.00168173 sec.
1327 2024.12.21 05:44:08.527077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1328 2024.12.21 05:44:08.527831 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2024.12.21 05:44:08.527891 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1330 2024.12.21 05:44:08.528496 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1331 2024.12.21 05:44:08.528769 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2024.12.21 05:44:08.529038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1333 2024.12.21 05:44:08.659269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1334 2024.12.21 05:44:08.683314 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2024.12.21 05:44:08.683387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1336 2024.12.21 05:44:08.690584 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1337 2024.12.21 05:44:08.691444 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2024.12.21 05:44:08.696380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1339 2024.12.21 05:44:09.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.62 MiB, peak 163.62 MiB, free memory in arenas 0.00 B, will set to 160.94 MiB (RSS), difference: 1.32 MiB
1340 2024.12.21 05:44:11.023332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202
1341 2024.12.21 05:44:11.027622 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2024.12.21 05:44:11.027695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1343 2024.12.21 05:44:11.029796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1344 2024.12.21 05:44:11.030142 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1345 2024.12.21 05:44:11.030985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1346 2024.12.21 05:44:12.268441 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2024.12.21 05:44:12.268651 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1348 2024.12.21 05:44:12.268735 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1349 2024.12.21 05:44:12.269517 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2024.12.21 05:44:12.269572 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1351 2024.12.21 05:44:12.270020 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1352 2024.12.21 05:44:12.270297 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2024.12.21 05:44:12.270547 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
1354 2024.12.21 05:44:12.270718 [ 258 ] {2b390dbb-a363-40c9-b668-3be6897d651f} <Debug> TCPHandler: Processed in 0.002421978 sec.
1355 2024.12.21 05:44:12.270998 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1356 2024.12.21 05:44:12.271197 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1357 2024.12.21 05:44:12.271274 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1358 2024.12.21 05:44:12.272207 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1359 2024.12.21 05:44:12.272255 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1360 2024.12.21 05:44:12.272794 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1361 2024.12.21 05:44:12.273076 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2024.12.21 05:44:12.273291 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002148 sec., 101955.30726256983 rows/sec., 8.88 MiB/sec.
1363 2024.12.21 05:44:12.273357 [ 263 ] {05935ae7-2c21-4fba-8d09-d5db48007abf} <Debug> TCPHandler: Processed in 0.00249994 sec.
1364 2024.12.21 05:44:12.273540 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2024.12.21 05:44:12.273672 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1366 2024.12.21 05:44:12.273727 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1367 2024.12.21 05:44:12.274325 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1368 2024.12.21 05:44:12.274368 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1369 2024.12.21 05:44:12.274741 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1370 2024.12.21 05:44:12.274993 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1371 2024.12.21 05:44:12.275220 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001573 sec., 9535.918626827717 rows/sec., 672.36 KiB/sec.
1372 2024.12.21 05:44:12.275291 [ 258 ] {d60cc3fd-6171-4f2f-af85-1daf3fcad13a} <Debug> TCPHandler: Processed in 0.001813004 sec.
1373 2024.12.21 05:44:12.275464 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2024.12.21 05:44:12.275597 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1375 2024.12.21 05:44:12.275651 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1376 2024.12.21 05:44:12.276273 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1377 2024.12.21 05:44:12.276313 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1378 2024.12.21 05:44:12.276724 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1379 2024.12.21 05:44:12.277009 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1380 2024.12.21 05:44:12.277210 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 596.39 KiB/sec.
1381 2024.12.21 05:44:12.277276 [ 263 ] {abfd8781-a9a8-45fb-b41e-abca9c8addd9} <Debug> TCPHandler: Processed in 0.001870805 sec.
1382 2024.12.21 05:44:12.277442 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1383 2024.12.21 05:44:12.277563 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1384 2024.12.21 05:44:12.277612 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1385 2024.12.21 05:44:12.278194 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2024.12.21 05:44:12.278235 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1387 2024.12.21 05:44:12.278595 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1388 2024.12.21 05:44:12.278847 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2024.12.21 05:44:12.279084 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec.
1390 2024.12.21 05:44:12.279155 [ 258 ] {0b76f2e8-eae0-449c-a597-5346227c59f7} <Debug> TCPHandler: Processed in 0.001779482 sec.
1391 2024.12.21 05:44:12.279314 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2024.12.21 05:44:12.279441 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1393 2024.12.21 05:44:12.279495 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1394 2024.12.21 05:44:12.280272 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2024.12.21 05:44:12.280315 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1396 2024.12.21 05:44:12.280724 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1397 2024.12.21 05:44:12.280967 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1398 2024.12.21 05:44:12.281155 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001743 sec., 223752.15146299484 rows/sec., 15.87 MiB/sec.
1399 2024.12.21 05:44:12.281215 [ 263 ] {9a35c9d1-c290-4d7b-9e02-1dd539f0bc7e} <Debug> TCPHandler: Processed in 0.001959697 sec.
1400 2024.12.21 05:44:12.281374 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2024.12.21 05:44:12.281494 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1402 2024.12.21 05:44:12.281545 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1403 2024.12.21 05:44:12.282037 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1404 2024.12.21 05:44:12.282076 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1405 2024.12.21 05:44:12.282440 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1406 2024.12.21 05:44:12.282688 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1407 2024.12.21 05:44:12.282909 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
1408 2024.12.21 05:44:12.282968 [ 258 ] {1800169c-e185-44d0-971c-82e67af3d2bb} <Debug> TCPHandler: Processed in 0.00165591 sec.
1409 2024.12.21 05:44:12.283119 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1410 2024.12.21 05:44:12.283242 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1411 2024.12.21 05:44:12.283296 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1412 2024.12.21 05:44:12.283908 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2024.12.21 05:44:12.283947 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1414 2024.12.21 05:44:12.284352 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1415 2024.12.21 05:44:12.284592 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2024.12.21 05:44:12.284774 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec.
1417 2024.12.21 05:44:12.284831 [ 263 ] {6a4cd94e-e926-4a71-b30f-def5e8c74cea} <Debug> TCPHandler: Processed in 0.001771402 sec.
1418 2024.12.21 05:44:12.285018 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2024.12.21 05:44:12.285158 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1420 2024.12.21 05:44:12.285218 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1421 2024.12.21 05:44:12.285747 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2024.12.21 05:44:12.285786 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1423 2024.12.21 05:44:12.286141 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1424 2024.12.21 05:44:12.286375 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1425 2024.12.21 05:44:12.286579 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec.
1426 2024.12.21 05:44:12.286628 [ 258 ] {57d94b0f-806f-43f8-9220-b6ae11ec6dde} <Debug> TCPHandler: Processed in 0.00167947 sec.
1427 2024.12.21 05:44:12.286807 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2024.12.21 05:44:12.286955 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1429 2024.12.21 05:44:12.287049 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1430 2024.12.21 05:44:12.288226 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2024.12.21 05:44:12.288265 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1432 2024.12.21 05:44:12.288882 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1433 2024.12.21 05:44:12.289151 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2024.12.21 05:44:12.289366 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002447 sec., 3269.3093583980385 rows/sec., 5.86 MiB/sec.
1435 2024.12.21 05:44:12.289485 [ 263 ] {f5230fa3-38c3-4ab6-abea-56d3886ed812} <Debug> TCPHandler: Processed in 0.002751906 sec.
1436 2024.12.21 05:44:12.289643 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2024.12.21 05:44:12.289781 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1438 2024.12.21 05:44:12.289840 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1439 2024.12.21 05:44:12.290421 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2024.12.21 05:44:12.290467 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1441 2024.12.21 05:44:12.290861 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1442 2024.12.21 05:44:12.291117 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2024.12.21 05:44:12.291332 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec.
1444 2024.12.21 05:44:12.291381 [ 258 ] {0308fbf4-cabf-4a1a-bb28-4b52885d83a2} <Debug> TCPHandler: Processed in 0.001806214 sec.
1445 2024.12.21 05:44:15.936956 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
1446 2024.12.21 05:44:15.937021 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
1447 2024.12.21 05:44:16.030093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1448 2024.12.21 05:44:16.030753 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2024.12.21 05:44:16.030812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1450 2024.12.21 05:44:16.031503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2024.12.21 05:44:16.031769 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2024.12.21 05:44:16.031939 [ 76 ] {} <Debug> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1453 2024.12.21 05:44:16.031975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1454 2024.12.21 05:44:16.032003 [ 76 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2024.12.21 05:44:16.032030 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1456 2024.12.21 05:44:16.032382 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1457 2024.12.21 05:44:16.032527 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1458 2024.12.21 05:44:16.032621 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1459 2024.12.21 05:44:16.032737 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1460 2024.12.21 05:44:16.032975 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1461 2024.12.21 05:44:16.033086 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1462 2024.12.21 05:44:16.033178 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1463 2024.12.21 05:44:16.033258 [ 188 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1464 2024.12.21 05:44:16.050525 [ 192 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.018425693 sec., 152287.35223147375 rows/sec., 2.18 MiB/sec.
1465 2024.12.21 05:44:16.051237 [ 193 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1466 2024.12.21 05:44:16.051619 [ 193 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1467 2024.12.21 05:44:16.051717 [ 193 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_6_1} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1468 2024.12.21 05:44:16.051855 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1469 2024.12.21 05:44:16.197407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1470 2024.12.21 05:44:16.216873 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1471 2024.12.21 05:44:16.216925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1472 2024.12.21 05:44:16.223801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1473 2024.12.21 05:44:16.224566 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2024.12.21 05:44:16.224884 [ 76 ] {} <Debug> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1475 2024.12.21 05:44:16.225029 [ 76 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2024.12.21 05:44:16.225093 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1477 2024.12.21 05:44:16.225497 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1478 2024.12.21 05:44:16.241882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1479 2024.12.21 05:44:16.243392 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1480 2024.12.21 05:44:16.244903 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
1481 2024.12.21 05:44:16.250373 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
1482 2024.12.21 05:44:16.255472 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
1483 2024.12.21 05:44:16.260202 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
1484 2024.12.21 05:44:16.267120 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
1485 2024.12.21 05:44:16.271672 [ 193 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
1486 2024.12.21 05:44:16.331796 [ 192 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106565405 sec., 431.659786776018 rows/sec., 2.23 MiB/sec.
1487 2024.12.21 05:44:16.334413 [ 192 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1488 2024.12.21 05:44:16.337407 [ 192 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2024.12.21 05:44:16.337520 [ 192 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_6_1} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1490 2024.12.21 05:44:16.339982 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1491 2024.12.21 05:44:17.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.13 MiB, peak 171.67 MiB, free memory in arenas 0.00 B, will set to 165.86 MiB (RSS), difference: 3.73 MiB
1492 2024.12.21 05:44:17.264718 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.12.21 05:44:17.264928 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1494 2024.12.21 05:44:17.265006 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1495 2024.12.21 05:44:17.265796 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.12.21 05:44:17.265850 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1497 2024.12.21 05:44:17.266321 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2024.12.21 05:44:17.266584 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2024.12.21 05:44:17.266769 [ 75 ] {} <Debug> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2024.12.21 05:44:17.266831 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec.
1501 2024.12.21 05:44:17.266840 [ 75 ] {} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2024.12.21 05:44:17.266920 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1503 2024.12.21 05:44:17.266965 [ 258 ] {7b510921-72d2-441e-b231-7d01947d3961} <Debug> TCPHandler: Processed in 0.002389578 sec.
1504 2024.12.21 05:44:17.267100 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1505 2024.12.21 05:44:17.267236 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1506 2024.12.21 05:44:17.267264 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1507 2024.12.21 05:44:17.267291 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1508 2024.12.21 05:44:17.267590 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1509 2024.12.21 05:44:17.267607 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1510 2024.12.21 05:44:17.267822 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1511 2024.12.21 05:44:17.267874 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part
1512 2024.12.21 05:44:17.268336 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1513 2024.12.21 05:44:17.268558 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part
1514 2024.12.21 05:44:17.268885 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1515 2024.12.21 05:44:17.270815 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1516 2024.12.21 05:44:17.270905 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1517 2024.12.21 05:44:17.272088 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.005047221 sec., 131161.2865773066 rows/sec., 11.45 MiB/sec.
1518 2024.12.21 05:44:17.272098 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1519 2024.12.21 05:44:17.272286 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1520 2024.12.21 05:44:17.272618 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1521 2024.12.21 05:44:17.272798 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1522 2024.12.21 05:44:17.272839 [ 75 ] {} <Debug> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1523 2024.12.21 05:44:17.272936 [ 75 ] {} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1524 2024.12.21 05:44:17.273016 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1525 2024.12.21 05:44:17.273145 [ 196 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_6_1} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1526 2024.12.21 05:44:17.273333 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00583 sec., 10977.70154373928 rows/sec., 877.40 KiB/sec.
1527 2024.12.21 05:44:17.273678 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1528 2024.12.21 05:44:17.273796 [ 263 ] {239780c0-7184-4b03-b6ca-368550856a6d} <Debug> TCPHandler: Processed in 0.006682371 sec.
1529 2024.12.21 05:44:17.273807 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::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
1530 2024.12.21 05:44:17.273958 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1531 2024.12.21 05:44:17.274004 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1532 2024.12.21 05:44:17.274021 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1533 2024.12.21 05:44:17.274323 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1534 2024.12.21 05:44:17.274415 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1535 2024.12.21 05:44:17.274533 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part
1536 2024.12.21 05:44:17.274676 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1537 2024.12.21 05:44:17.274924 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1538 2024.12.21 05:44:17.275360 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
1539 2024.12.21 05:44:17.275763 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1540 2024.12.21 05:44:17.277008 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2024.12.21 05:44:17.277087 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1542 2024.12.21 05:44:17.278236 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1543 2024.12.21 05:44:17.278690 [ 190 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005494492 sec., 188552.46308484933 rows/sec., 14.42 MiB/sec.
1544 2024.12.21 05:44:17.278723 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2024.12.21 05:44:17.278941 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1546 2024.12.21 05:44:17.279043 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1547 2024.12.21 05:44:17.279116 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1548 2024.12.21 05:44:17.279125 [ 201 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1549 2024.12.21 05:44:17.279201 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004937 sec., 32408.345148875833 rows/sec., 2.26 MiB/sec.
1550 2024.12.21 05:44:17.279775 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1551 2024.12.21 05:44:17.279838 [ 258 ] {25761653-a74c-451e-af45-d6c34660345b} <Debug> TCPHandler: Processed in 0.005936873 sec.
1552 2024.12.21 05:44:17.280227 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1553 2024.12.21 05:44:17.280290 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1554 2024.12.21 05:44:17.280338 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1555 2024.12.21 05:44:17.280374 [ 201 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1556 2024.12.21 05:44:17.280539 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1557 2024.12.21 05:44:17.280644 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1558 2024.12.21 05:44:17.280663 [ 201 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_6_1} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1559 2024.12.21 05:44:17.280714 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1560 2024.12.21 05:44:17.280950 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1561 2024.12.21 05:44:17.280973 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1562 2024.12.21 05:44:17.281327 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1563 2024.12.21 05:44:17.281637 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1564 2024.12.21 05:44:17.281874 [ 189 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1565 2024.12.21 05:44:17.282539 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1566 2024.12.21 05:44:17.282587 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1567 2024.12.21 05:44:17.283191 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1568 2024.12.21 05:44:17.283524 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1569 2024.12.21 05:44:17.283660 [ 190 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.004419507 sec., 244823.68734793272 rows/sec., 16.77 MiB/sec.
1570 2024.12.21 05:44:17.283772 [ 75 ] {} <Debug> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1571 2024.12.21 05:44:17.283851 [ 75 ] {} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1572 2024.12.21 05:44:17.283898 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1573 2024.12.21 05:44:17.283952 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003545 sec., 16925.24682651622 rows/sec., 1.14 MiB/sec.
1574 2024.12.21 05:44:17.284267 [ 190 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1575 2024.12.21 05:44:17.284639 [ 263 ] {81480eb1-9490-4ea4-9aaa-5fec82aaac9f} <Debug> TCPHandler: Processed in 0.004648982 sec.
1576 2024.12.21 05:44:17.284708 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::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
1577 2024.12.21 05:44:17.284931 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1578 2024.12.21 05:44:17.284969 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1579 2024.12.21 05:44:17.285125 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1580 2024.12.21 05:44:17.285360 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1581 2024.12.21 05:44:17.285594 [ 190 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1582 2024.12.21 05:44:17.285652 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1583 2024.12.21 05:44:17.285874 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1584 2024.12.21 05:44:17.285947 [ 190 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1585 2024.12.21 05:44:17.286030 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1586 2024.12.21 05:44:17.286322 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1587 2024.12.21 05:44:17.287195 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154756 sec., 124256.83634487104 rows/sec., 8.17 MiB/sec.
1588 2024.12.21 05:44:17.287362 [ 190 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1589 2024.12.21 05:44:17.287665 [ 190 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1590 2024.12.21 05:44:17.287743 [ 190 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_6_1} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1591 2024.12.21 05:44:17.287822 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1592 2024.12.21 05:44:17.973749 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1593 2024.12.21 05:44:17.974045 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1594 2024.12.21 05:44:17.974492 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1595 2024.12.21 05:44:17.974548 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1596 2024.12.21 05:44:17.974927 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1597 2024.12.21 05:44:17.975041 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1598 2024.12.21 05:44:17.975262 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1599 2024.12.21 05:44:17.975551 [ 295 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1600 2024.12.21 05:44:17.975543 [ 294 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1601 2024.12.21 05:44:17.975700 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1602 2024.12.21 05:44:17.975727 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1603 2024.12.21 05:44:17.979679 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1604 2024.12.21 05:44:17.979713 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1605 2024.12.21 05:44:17.979783 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1606 2024.12.21 05:44:17.979843 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1607 2024.12.21 05:44:17.981361 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007455 sec., 4158.283031522468 rows/sec., 156.93 KiB/sec.
1608 2024.12.21 05:44:17.981501 [ 258 ] {b89e919c-f33e-4559-b0b6-338eaebd41db} <Debug> TCPHandler: Processed in 0.00790739 sec.
1609 2024.12.21 05:44:17.981884 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1610 2024.12.21 05:44:17.982146 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1611 2024.12.21 05:44:17.982573 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1612 2024.12.21 05:44:17.982627 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1613 2024.12.21 05:44:17.982981 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1614 2024.12.21 05:44:17.983066 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1615 2024.12.21 05:44:17.983254 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1616 2024.12.21 05:44:17.983375 [ 296 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1617 2024.12.21 05:44:17.983391 [ 294 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1618 2024.12.21 05:44:17.983507 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1619 2024.12.21 05:44:17.983536 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1620 2024.12.21 05:44:17.983626 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1621 2024.12.21 05:44:17.983648 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1622 2024.12.21 05:44:17.983689 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1623 2024.12.21 05:44:17.983739 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1624 2024.12.21 05:44:17.984820 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002793 sec., 11099.176512710348 rows/sec., 418.88 KiB/sec.
1625 2024.12.21 05:44:17.984991 [ 263 ] {c86e86f3-51c4-4c0b-864a-a4ece111a490} <Debug> TCPHandler: Processed in 0.003247538 sec.
1626 2024.12.21 05:44:17.985263 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1627 2024.12.21 05:44:17.985501 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1628 2024.12.21 05:44:17.985884 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1629 2024.12.21 05:44:17.985933 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1630 2024.12.21 05:44:17.986251 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1631 2024.12.21 05:44:17.986319 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1632 2024.12.21 05:44:17.986477 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1633 2024.12.21 05:44:17.986584 [ 295 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1634 2024.12.21 05:44:17.986590 [ 294 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1635 2024.12.21 05:44:17.986698 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1636 2024.12.21 05:44:17.986725 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1637 2024.12.21 05:44:17.986807 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1638 2024.12.21 05:44:17.986826 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1639 2024.12.21 05:44:17.986867 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1640 2024.12.21 05:44:17.986916 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1641 2024.12.21 05:44:17.988062 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002685 sec., 11545.62383612663 rows/sec., 435.73 KiB/sec.
1642 2024.12.21 05:44:17.988194 [ 258 ] {8d9ca20c-05aa-4556-9bff-b4e17502beba} <Debug> TCPHandler: Processed in 0.003003622 sec.
1643 2024.12.21 05:44:17.988462 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1644 2024.12.21 05:44:17.988668 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1645 2024.12.21 05:44:17.989028 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1646 2024.12.21 05:44:17.989079 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1647 2024.12.21 05:44:17.989405 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1648 2024.12.21 05:44:17.989473 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1649 2024.12.21 05:44:17.989631 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1650 2024.12.21 05:44:17.989698 [ 296 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1651 2024.12.21 05:44:17.989720 [ 294 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1652 2024.12.21 05:44:17.989838 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1653 2024.12.21 05:44:17.989867 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1654 2024.12.21 05:44:17.989951 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1655 2024.12.21 05:44:17.989972 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1656 2024.12.21 05:44:17.990014 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1657 2024.12.21 05:44:17.990063 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1658 2024.12.21 05:44:17.991088 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002525 sec., 12277.227722772277 rows/sec., 463.34 KiB/sec.
1659 2024.12.21 05:44:17.991227 [ 263 ] {93deedd8-cadd-4a4d-8664-b50e36f0c564} <Debug> TCPHandler: Processed in 0.002828658 sec.
1660 2024.12.21 05:44:17.991607 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1661 2024.12.21 05:44:17.991831 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1662 2024.12.21 05:44:17.992240 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1663 2024.12.21 05:44:17.992298 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1664 2024.12.21 05:44:17.992688 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1665 2024.12.21 05:44:17.992763 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1666 2024.12.21 05:44:17.992913 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1667 2024.12.21 05:44:17.993016 [ 296 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1668 2024.12.21 05:44:17.993028 [ 294 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1669 2024.12.21 05:44:17.993124 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1670 2024.12.21 05:44:17.993148 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1671 2024.12.21 05:44:17.993227 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1672 2024.12.21 05:44:17.993247 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1673 2024.12.21 05:44:17.993289 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1674 2024.12.21 05:44:17.993335 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1675 2024.12.21 05:44:17.994392 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002675 sec., 11588.785046728972 rows/sec., 437.35 KiB/sec.
1676 2024.12.21 05:44:17.994526 [ 258 ] {b49a8042-080d-457c-a5b9-b10f64db7373} <Debug> TCPHandler: Processed in 0.002989712 sec.
1677 2024.12.21 05:44:17.994813 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1678 2024.12.21 05:44:17.995049 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1679 2024.12.21 05:44:17.995461 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1680 2024.12.21 05:44:17.995522 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1681 2024.12.21 05:44:17.995888 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1682 2024.12.21 05:44:17.995956 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1683 2024.12.21 05:44:17.996109 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1684 2024.12.21 05:44:17.996224 [ 295 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1685 2024.12.21 05:44:17.996233 [ 294 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1686 2024.12.21 05:44:17.996340 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1687 2024.12.21 05:44:17.996369 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1688 2024.12.21 05:44:17.996453 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1689 2024.12.21 05:44:17.996474 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 31 rows with 2 streams
1690 2024.12.21 05:44:17.996517 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1691 2024.12.21 05:44:17.996569 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1692 2024.12.21 05:44:17.997612 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002681 sec., 11562.849682954122 rows/sec., 436.38 KiB/sec.
1693 2024.12.21 05:44:17.997749 [ 263 ] {05f92668-040e-498c-8388-b7ea6dcc6ddc} <Debug> TCPHandler: Processed in 0.003007653 sec.
1694 2024.12.21 05:44:18.075942 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.12.21 05:44:18.076081 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1696 2024.12.21 05:44:18.076138 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1697 2024.12.21 05:44:18.076885 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1698 2024.12.21 05:44:18.076930 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1699 2024.12.21 05:44:18.077441 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1700 2024.12.21 05:44:18.077667 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1701 2024.12.21 05:44:18.077922 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001874 sec., 3201.7075773745996 rows/sec., 712.88 KiB/sec.
1702 2024.12.21 05:44:18.078011 [ 258 ] {4f2b4063-a070-4cd3-9c1c-19279730595f} <Debug> TCPHandler: Processed in 0.002137501 sec.
1703 2024.12.21 05:44:18.078168 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1704 2024.12.21 05:44:18.078327 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1705 2024.12.21 05:44:18.078389 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1706 2024.12.21 05:44:18.079064 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2024.12.21 05:44:18.079110 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1708 2024.12.21 05:44:18.079521 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1709 2024.12.21 05:44:18.079768 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2024.12.21 05:44:18.079983 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0017 sec., 8235.29411764706 rows/sec., 592.83 KiB/sec.
1711 2024.12.21 05:44:18.080043 [ 263 ] {eadfcae6-0887-4db5-bf77-81e41747cc92} <Debug> TCPHandler: Processed in 0.001944477 sec.
1712 2024.12.21 05:44:18.080183 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1713 2024.12.21 05:44:18.080323 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1714 2024.12.21 05:44:18.080380 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1715 2024.12.21 05:44:18.081587 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2024.12.21 05:44:18.081626 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1717 2024.12.21 05:44:18.082080 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1718 2024.12.21 05:44:18.082324 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1719 2024.12.21 05:44:18.082583 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002266 sec., 599735.2162400706 rows/sec., 49.84 MiB/sec.
1720 2024.12.21 05:44:18.082719 [ 258 ] {45bfecb6-03e4-40cb-90ea-961ca808f34d} <Debug> TCPHandler: Processed in 0.002602333 sec.
1721 2024.12.21 05:44:18.082873 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1722 2024.12.21 05:44:18.083019 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1723 2024.12.21 05:44:18.083077 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1724 2024.12.21 05:44:18.083760 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1725 2024.12.21 05:44:18.083799 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1726 2024.12.21 05:44:18.084166 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1727 2024.12.21 05:44:18.084405 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1728 2024.12.21 05:44:18.084629 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001641 sec., 9140.767824497258 rows/sec., 644.50 KiB/sec.
1729 2024.12.21 05:44:18.084686 [ 263 ] {24a1b734-05f7-4e28-885e-af9a95ed1be2} <Debug> TCPHandler: Processed in 0.001881165 sec.
1730 2024.12.21 05:44:18.084827 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2024.12.21 05:44:18.084949 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1732 2024.12.21 05:44:18.084997 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1733 2024.12.21 05:44:18.085636 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1734 2024.12.21 05:44:18.085673 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1735 2024.12.21 05:44:18.086040 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1736 2024.12.21 05:44:18.086277 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1737 2024.12.21 05:44:18.086452 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00153 sec., 158169.9346405229 rows/sec., 10.72 MiB/sec.
1738 2024.12.21 05:44:18.086504 [ 258 ] {2747e246-4a63-4702-a1de-db5068f506c2} <Debug> TCPHandler: Processed in 0.001738642 sec.
1739 2024.12.21 05:44:18.086636 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1740 2024.12.21 05:44:18.086769 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1741 2024.12.21 05:44:18.086862 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1742 2024.12.21 05:44:18.087868 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1743 2024.12.21 05:44:18.087908 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1744 2024.12.21 05:44:18.088264 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1745 2024.12.21 05:44:18.088503 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1746 2024.12.21 05:44:18.088792 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002052 sec., 6335.282651072125 rows/sec., 395.00 KiB/sec.
1747 2024.12.21 05:44:18.088885 [ 263 ] {8b795429-09b7-47ac-88ce-4d14a25a32d9} <Debug> TCPHandler: Processed in 0.002306376 sec.
1748 2024.12.21 05:44:18.089080 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1749 2024.12.21 05:44:18.089282 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1750 2024.12.21 05:44:18.089365 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1751 2024.12.21 05:44:18.090391 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1752 2024.12.21 05:44:18.090428 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1753 2024.12.21 05:44:18.090810 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1754 2024.12.21 05:44:18.091048 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1755 2024.12.21 05:44:18.091221 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.00199 sec., 425125.62814070354 rows/sec., 30.73 MiB/sec.
1756 2024.12.21 05:44:18.091275 [ 258 ] {7fe6d929-8f38-431f-a076-3581065bb90f} <Debug> TCPHandler: Processed in 0.002293816 sec.
1757 2024.12.21 05:44:18.091423 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2024.12.21 05:44:18.091562 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1759 2024.12.21 05:44:18.091621 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1760 2024.12.21 05:44:18.092124 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1761 2024.12.21 05:44:18.092164 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1762 2024.12.21 05:44:18.092519 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1763 2024.12.21 05:44:18.092750 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.12.21 05:44:18.092958 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 219.68 KiB/sec.
1765 2024.12.21 05:44:18.093010 [ 263 ] {7ba545ea-66de-4f25-819a-7a9df5408697} <Debug> TCPHandler: Processed in 0.00165442 sec.
1766 2024.12.21 05:44:18.093151 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1767 2024.12.21 05:44:18.093288 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1768 2024.12.21 05:44:18.093348 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1769 2024.12.21 05:44:18.094545 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1770 2024.12.21 05:44:18.094580 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1771 2024.12.21 05:44:18.095135 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1772 2024.12.21 05:44:18.095378 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1773 2024.12.21 05:44:18.095583 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Debug> executeQuery: Read 2221 rows, 151.51 KiB in 0.002326 sec., 954858.1255374033 rows/sec., 63.61 MiB/sec.
1774 2024.12.21 05:44:18.095642 [ 258 ] {f1d6a553-0d38-4252-be64-0db519d890f2} <Debug> TCPHandler: Processed in 0.002558231 sec.
1775 2024.12.21 05:44:18.095796 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1776 2024.12.21 05:44:18.095915 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1777 2024.12.21 05:44:18.095966 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1778 2024.12.21 05:44:18.096432 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.12.21 05:44:18.096471 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1780 2024.12.21 05:44:18.096832 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1781 2024.12.21 05:44:18.097069 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2024.12.21 05:44:18.097298 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec.
1783 2024.12.21 05:44:18.097351 [ 263 ] {a85185c8-a7fc-4087-ab09-cd6caae9b6c7} <Debug> TCPHandler: Processed in 0.001619259 sec.
1784 2024.12.21 05:44:18.097487 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1785 2024.12.21 05:44:18.097605 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1786 2024.12.21 05:44:18.097685 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1787 2024.12.21 05:44:18.098875 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1788 2024.12.21 05:44:18.098913 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1789 2024.12.21 05:44:18.099516 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1790 2024.12.21 05:44:18.099763 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1791 2024.12.21 05:44:18.099965 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002385 sec., 3354.2976939203354 rows/sec., 6.01 MiB/sec.
1792 2024.12.21 05:44:18.100068 [ 258 ] {b7f745b6-c85c-40d9-bd72-e29c89b7692f} <Debug> TCPHandler: Processed in 0.002635813 sec.
1793 2024.12.21 05:44:18.100272 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1794 2024.12.21 05:44:18.100494 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1795 2024.12.21 05:44:18.100585 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1796 2024.12.21 05:44:18.101161 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1797 2024.12.21 05:44:18.101199 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1798 2024.12.21 05:44:18.101559 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1799 2024.12.21 05:44:18.101796 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1800 2024.12.21 05:44:18.102010 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001571 sec., 21642.266072565246 rows/sec., 1.26 MiB/sec.
1801 2024.12.21 05:44:18.102063 [ 263 ] {8adb0c66-1b9d-4335-b875-82fda362d9d7} <Debug> TCPHandler: Processed in 0.001906606 sec.
1802 2024.12.21 05:44:21.032252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268
1803 2024.12.21 05:44:21.036046 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2024.12.21 05:44:21.036108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1805 2024.12.21 05:44:21.037698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1806 2024.12.21 05:44:21.038026 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2024.12.21 05:44:21.038976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268
1808 2024.12.21 05:44:22.262958 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2024.12.21 05:44:22.263170 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1810 2024.12.21 05:44:22.263253 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1811 2024.12.21 05:44:22.264133 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2024.12.21 05:44:22.264179 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1813 2024.12.21 05:44:22.264618 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1814 2024.12.21 05:44:22.264880 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2024.12.21 05:44:22.265080 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.17 MiB/sec.
1816 2024.12.21 05:44:22.265141 [ 258 ] {88ccb572-c27a-4f1e-bb30-37626a635754} <Debug> TCPHandler: Processed in 0.002327836 sec.
1817 2024.12.21 05:44:22.265410 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2024.12.21 05:44:22.265622 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1819 2024.12.21 05:44:22.265704 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1820 2024.12.21 05:44:22.266505 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2024.12.21 05:44:22.266551 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1822 2024.12.21 05:44:22.266986 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1823 2024.12.21 05:44:22.267252 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2024.12.21 05:44:22.267580 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001994 sec., 32096.288866599796 rows/sec., 2.51 MiB/sec.
1825 2024.12.21 05:44:22.267704 [ 263 ] {7b3ea85a-a58b-4991-b70a-a7b5d543e645} <Debug> TCPHandler: Processed in 0.002431728 sec.
1826 2024.12.21 05:44:22.267879 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2024.12.21 05:44:22.268008 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1828 2024.12.21 05:44:22.268066 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1829 2024.12.21 05:44:22.268647 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2024.12.21 05:44:22.268684 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1831 2024.12.21 05:44:22.269085 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1832 2024.12.21 05:44:22.269337 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2024.12.21 05:44:22.269521 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001542 sec., 83009.07911802853 rows/sec., 5.78 MiB/sec.
1834 2024.12.21 05:44:22.269574 [ 258 ] {3a995c18-1b92-4a3a-855e-937d27b8fab1} <Debug> TCPHandler: Processed in 0.001755302 sec.
1835 2024.12.21 05:44:22.269737 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2024.12.21 05:44:22.269864 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1837 2024.12.21 05:44:22.269926 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1838 2024.12.21 05:44:22.270605 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2024.12.21 05:44:22.270660 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1840 2024.12.21 05:44:22.271084 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1841 2024.12.21 05:44:22.271340 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2024.12.21 05:44:22.271552 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001719 sec., 27923.211169284466 rows/sec., 1.88 MiB/sec.
1843 2024.12.21 05:44:22.271606 [ 263 ] {b7def489-ef2d-4c4f-b116-fb3e419993c5} <Debug> TCPHandler: Processed in 0.001928346 sec.
1844 2024.12.21 05:44:23.532090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1845 2024.12.21 05:44:23.532719 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2024.12.21 05:44:23.532764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1847 2024.12.21 05:44:23.533310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1848 2024.12.21 05:44:23.533579 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2024.12.21 05:44:23.533824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1850 2024.12.21 05:44:23.741973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1851 2024.12.21 05:44:23.761504 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2024.12.21 05:44:23.761566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1853 2024.12.21 05:44:23.770087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1854 2024.12.21 05:44:23.771698 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2024.12.21 05:44:23.777246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1856 2024.12.21 05:44:27.263542 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1857 2024.12.21 05:44:27.263775 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1858 2024.12.21 05:44:27.263862 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1859 2024.12.21 05:44:27.264656 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2024.12.21 05:44:27.264710 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1861 2024.12.21 05:44:27.265158 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1862 2024.12.21 05:44:27.265425 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2024.12.21 05:44:27.265664 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec.
1864 2024.12.21 05:44:27.265729 [ 258 ] {4bb7fa0a-d0af-4e55-afc4-d136757a0697} <Debug> TCPHandler: Processed in 0.002333636 sec.
1865 2024.12.21 05:44:27.265988 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2024.12.21 05:44:27.266202 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1867 2024.12.21 05:44:27.266285 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1868 2024.12.21 05:44:27.267140 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2024.12.21 05:44:27.267183 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1870 2024.12.21 05:44:27.267615 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1871 2024.12.21 05:44:27.267866 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2024.12.21 05:44:27.268061 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001917 sec., 33385.49817423057 rows/sec., 2.61 MiB/sec.
1873 2024.12.21 05:44:27.268126 [ 263 ] {9e23aebe-e5aa-4852-b979-162912ed62fa} <Debug> TCPHandler: Processed in 0.002279895 sec.
1874 2024.12.21 05:44:27.268282 [ 258 ] {} <Trace> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1875 2024.12.21 05:44:27.268429 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1876 2024.12.21 05:44:27.268495 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1877 2024.12.21 05:44:27.269145 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1878 2024.12.21 05:44:27.269185 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1879 2024.12.21 05:44:27.269580 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1880 2024.12.21 05:44:27.269818 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1881 2024.12.21 05:44:27.270029 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec.
1882 2024.12.21 05:44:27.270083 [ 258 ] {42d9a161-ae90-41fd-8b4b-2bd8a6279ef4} <Debug> TCPHandler: Processed in 0.001868675 sec.
1883 2024.12.21 05:44:27.270248 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1884 2024.12.21 05:44:27.270396 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1885 2024.12.21 05:44:27.270460 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1886 2024.12.21 05:44:27.271058 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1887 2024.12.21 05:44:27.271101 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1888 2024.12.21 05:44:27.271480 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1889 2024.12.21 05:44:27.271721 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2024.12.21 05:44:27.271917 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec.
1891 2024.12.21 05:44:27.271994 [ 263 ] {7e03fa76-91f8-4d91-bb55-3f3012c9bb2c} <Debug> TCPHandler: Processed in 0.001814463 sec.
1892 2024.12.21 05:44:30.937058 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
1893 2024.12.21 05:44:30.937121 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
1894 2024.12.21 05:44:31.033919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1895 2024.12.21 05:44:31.034590 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1896 2024.12.21 05:44:31.034641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1897 2024.12.21 05:44:31.035270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1898 2024.12.21 05:44:31.035529 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1899 2024.12.21 05:44:31.035848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1900 2024.12.21 05:44:31.039260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284
1901 2024.12.21 05:44:31.041991 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2024.12.21 05:44:31.042053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1903 2024.12.21 05:44:31.043557 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1904 2024.12.21 05:44:31.043887 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2024.12.21 05:44:31.044670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284
1906 2024.12.21 05:44:31.277324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1907 2024.12.21 05:44:31.297185 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2024.12.21 05:44:31.297260 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1909 2024.12.21 05:44:31.304434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1910 2024.12.21 05:44:31.305229 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1911 2024.12.21 05:44:31.307795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1912 2024.12.21 05:44:31.750663 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1913 2024.12.21 05:44:31.750757 [ 258 ] {} <Debug> TCP-Session: e937a017-f266-4fc5-a239-26af6ea1a1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1914 2024.12.21 05:44:32.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.66 MiB, peak 172.70 MiB, free memory in arenas 0.00 B, will set to 168.80 MiB (RSS), difference: 2.14 MiB
1915 2024.12.21 05:44:32.259481 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1916 2024.12.21 05:44:32.259778 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1917 2024.12.21 05:44:32.260276 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1918 2024.12.21 05:44:32.260328 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1919 2024.12.21 05:44:32.260694 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1920 2024.12.21 05:44:32.260778 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1921 2024.12.21 05:44:32.260959 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1922 2024.12.21 05:44:32.261157 [ 296 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1923 2024.12.21 05:44:32.261182 [ 295 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1924 2024.12.21 05:44:32.261179 [ 294 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1925 2024.12.21 05:44:32.261425 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (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
1926 2024.12.21 05:44:32.261457 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1927 2024.12.21 05:44:32.261581 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1928 2024.12.21 05:44:32.261606 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 37 rows with 3 streams
1929 2024.12.21 05:44:32.261652 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1930 2024.12.21 05:44:32.261702 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1931 2024.12.21 05:44:32.261747 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1932 2024.12.21 05:44:32.263616 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003981 sec., 9294.14719919618 rows/sec., 348.33 KiB/sec.
1933 2024.12.21 05:44:32.263810 [ 263 ] {4c199eca-99c2-442f-8afc-b1f4b7b1b91c} <Debug> TCPHandler: Processed in 0.004466268 sec.
1934 2024.12.21 05:44:32.264194 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1935 2024.12.21 05:44:32.264441 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1936 2024.12.21 05:44:32.264905 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1937 2024.12.21 05:44:32.264958 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1938 2024.12.21 05:44:32.265329 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1939 2024.12.21 05:44:32.265411 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1940 2024.12.21 05:44:32.265586 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1941 2024.12.21 05:44:32.265695 [ 295 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1942 2024.12.21 05:44:32.265756 [ 296 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1943 2024.12.21 05:44:32.265763 [ 298 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1944 2024.12.21 05:44:32.265910 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (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
1945 2024.12.21 05:44:32.265941 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1946 2024.12.21 05:44:32.266062 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1947 2024.12.21 05:44:32.266085 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 37 rows with 3 streams
1948 2024.12.21 05:44:32.266129 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1949 2024.12.21 05:44:32.266178 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1950 2024.12.21 05:44:32.266224 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1951 2024.12.21 05:44:32.267832 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003513 sec., 10532.30856817535 rows/sec., 394.74 KiB/sec.
1952 2024.12.21 05:44:32.268031 [ 260 ] {41c606c9-5830-4a64-b6c0-41756f04a670} <Debug> TCPHandler: Processed in 0.003986636 sec.
1953 2024.12.21 05:44:32.268290 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1954 2024.12.21 05:44:32.268526 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1955 2024.12.21 05:44:32.268954 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1956 2024.12.21 05:44:32.269017 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1957 2024.12.21 05:44:32.269395 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1958 2024.12.21 05:44:32.269464 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1959 2024.12.21 05:44:32.269621 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1960 2024.12.21 05:44:32.269795 [ 294 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1961 2024.12.21 05:44:32.269810 [ 296 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1962 2024.12.21 05:44:32.269796 [ 295 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1963 2024.12.21 05:44:32.269956 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (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
1964 2024.12.21 05:44:32.269987 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1965 2024.12.21 05:44:32.270098 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1966 2024.12.21 05:44:32.270120 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 37 rows with 3 streams
1967 2024.12.21 05:44:32.270164 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1968 2024.12.21 05:44:32.270212 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1969 2024.12.21 05:44:32.270258 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1970 2024.12.21 05:44:32.271696 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003292 sec., 11239.368165249089 rows/sec., 421.24 KiB/sec.
1971 2024.12.21 05:44:32.271871 [ 263 ] {7fbeca14-1d83-4dbc-8f24-58599740497c} <Debug> TCPHandler: Processed in 0.003646988 sec.
1972 2024.12.21 05:44:32.272925 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1973 2024.12.21 05:44:32.273159 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1974 2024.12.21 05:44:32.273527 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1975 2024.12.21 05:44:32.273577 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1976 2024.12.21 05:44:32.273914 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1977 2024.12.21 05:44:32.273983 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1978 2024.12.21 05:44:32.274133 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1979 2024.12.21 05:44:32.274288 [ 298 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1980 2024.12.21 05:44:32.274292 [ 296 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1981 2024.12.21 05:44:32.274305 [ 294 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1982 2024.12.21 05:44:32.274451 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (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
1983 2024.12.21 05:44:32.274482 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
1984 2024.12.21 05:44:32.274594 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1985 2024.12.21 05:44:32.274616 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 37 rows with 3 streams
1986 2024.12.21 05:44:32.274659 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1987 2024.12.21 05:44:32.274708 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1988 2024.12.21 05:44:32.274754 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1989 2024.12.21 05:44:32.276153 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003117 sec., 11870.388193776067 rows/sec., 444.89 KiB/sec.
1990 2024.12.21 05:44:32.276325 [ 260 ] {3e62c249-f5e3-4287-acc9-9a15a4ba38be} <Debug> TCPHandler: Processed in 0.003470164 sec.
1991 2024.12.21 05:44:32.287566 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1992 2024.12.21 05:44:32.287721 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1993 2024.12.21 05:44:32.287793 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1994 2024.12.21 05:44:32.288607 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1995 2024.12.21 05:44:32.288646 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
1996 2024.12.21 05:44:32.289150 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1997 2024.12.21 05:44:32.289390 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2024.12.21 05:44:32.289594 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001916 sec., 2087.6826722338205 rows/sec., 196.74 KiB/sec.
1999 2024.12.21 05:44:32.289655 [ 263 ] {f7da21fd-519b-4ccd-a136-8c0f4b38ce92} <Debug> TCPHandler: Processed in 0.002159352 sec.
2000 2024.12.21 05:44:32.289812 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2001 2024.12.21 05:44:32.289967 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2002 2024.12.21 05:44:32.290027 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2003 2024.12.21 05:44:32.290670 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2004 2024.12.21 05:44:32.290715 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2005 2024.12.21 05:44:32.291119 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2006 2024.12.21 05:44:32.291369 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2007 2024.12.21 05:44:32.291766 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001802 sec., 7769.145394006659 rows/sec., 559.27 KiB/sec.
2008 2024.12.21 05:44:32.291907 [ 260 ] {aa9dcb60-e996-4829-9884-87437672b891} <Debug> TCPHandler: Processed in 0.002165292 sec.
2009 2024.12.21 05:44:32.292060 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2010 2024.12.21 05:44:32.292200 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2011 2024.12.21 05:44:32.292260 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2012 2024.12.21 05:44:32.293100 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2013 2024.12.21 05:44:32.293145 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2014 2024.12.21 05:44:32.293552 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2015 2024.12.21 05:44:32.293794 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2016 2024.12.21 05:44:32.294115 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Debug> executeQuery: Read 274 rows, 24.69 KiB in 0.001889 sec., 145050.29115934356 rows/sec., 12.76 MiB/sec.
2017 2024.12.21 05:44:32.294464 [ 263 ] {b8cba4b6-aa4b-461a-9415-f8ed032764a0} <Debug> TCPHandler: Processed in 0.002465959 sec.
2018 2024.12.21 05:44:32.294642 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2019 2024.12.21 05:44:32.294785 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2020 2024.12.21 05:44:32.294843 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2021 2024.12.21 05:44:32.295494 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2022 2024.12.21 05:44:32.295533 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2023 2024.12.21 05:44:32.295899 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2024 2024.12.21 05:44:32.296139 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2025 2024.12.21 05:44:32.296339 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001589 sec., 26431.71806167401 rows/sec., 1.90 MiB/sec.
2026 2024.12.21 05:44:32.296392 [ 260 ] {09b543f7-d646-48e9-b06a-6d9f8414e5cb} <Debug> TCPHandler: Processed in 0.001821044 sec.
2027 2024.12.21 05:44:32.296545 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2028 2024.12.21 05:44:32.296682 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2029 2024.12.21 05:44:32.296737 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2030 2024.12.21 05:44:32.297386 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2031 2024.12.21 05:44:32.297423 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2032 2024.12.21 05:44:32.297770 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2033 2024.12.21 05:44:32.298007 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2034 2024.12.21 05:44:32.298376 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001692 sec., 8865.248226950354 rows/sec., 618.72 KiB/sec.
2035 2024.12.21 05:44:32.298532 [ 263 ] {c3a1ce7d-2c3d-451d-aa90-3b618f675e50} <Debug> TCPHandler: Processed in 0.002053519 sec.
2036 2024.12.21 05:44:32.298686 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2037 2024.12.21 05:44:32.298824 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2038 2024.12.21 05:44:32.298879 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2039 2024.12.21 05:44:32.299515 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2040 2024.12.21 05:44:32.299553 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2041 2024.12.21 05:44:32.299899 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2042 2024.12.21 05:44:32.300141 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2043 2024.12.21 05:44:32.300409 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec.
2044 2024.12.21 05:44:32.300555 [ 260 ] {92054e20-0b18-4d4d-9bc4-67ea6f2b428b} <Debug> TCPHandler: Processed in 0.001935067 sec.
2045 2024.12.21 05:44:32.300704 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2046 2024.12.21 05:44:32.300840 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2047 2024.12.21 05:44:32.300896 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2048 2024.12.21 05:44:32.301697 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2024.12.21 05:44:32.301734 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2050 2024.12.21 05:44:32.302112 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2051 2024.12.21 05:44:32.302355 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2024.12.21 05:44:32.302595 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Debug> executeQuery: Read 433 rows, 31.78 KiB in 0.00176 sec., 246022.72727272726 rows/sec., 17.63 MiB/sec.
2053 2024.12.21 05:44:32.302700 [ 263 ] {9a06876f-6cbf-4ae0-b430-58b3f13a27b4} <Debug> TCPHandler: Processed in 0.002063249 sec.
2054 2024.12.21 05:44:32.302842 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2055 2024.12.21 05:44:32.302978 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2056 2024.12.21 05:44:32.303034 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2057 2024.12.21 05:44:32.303535 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2058 2024.12.21 05:44:32.303572 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2059 2024.12.21 05:44:32.303926 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2060 2024.12.21 05:44:32.304160 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2024.12.21 05:44:32.304485 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
2062 2024.12.21 05:44:32.304644 [ 260 ] {55b037ea-04c8-4503-bb84-f9981530945f} <Debug> TCPHandler: Processed in 0.001866155 sec.
2063 2024.12.21 05:44:32.304788 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2064 2024.12.21 05:44:32.304927 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2065 2024.12.21 05:44:32.304987 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2066 2024.12.21 05:44:32.305602 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2024.12.21 05:44:32.305640 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2068 2024.12.21 05:44:32.306020 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2069 2024.12.21 05:44:32.306257 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2024.12.21 05:44:32.306449 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001553 sec., 152607.8557630393 rows/sec., 10.23 MiB/sec.
2071 2024.12.21 05:44:32.306503 [ 263 ] {65376bac-2e50-46d4-88d1-9dc0df8cbe65} <Debug> TCPHandler: Processed in 0.001781813 sec.
2072 2024.12.21 05:44:32.306647 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2073 2024.12.21 05:44:32.306785 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2074 2024.12.21 05:44:32.306844 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2075 2024.12.21 05:44:32.307362 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2076 2024.12.21 05:44:32.307400 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2077 2024.12.21 05:44:32.307755 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2078 2024.12.21 05:44:32.307987 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2079 2024.12.21 05:44:32.308195 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001441 sec., 1387.9250520471894 rows/sec., 90.81 KiB/sec.
2080 2024.12.21 05:44:32.308245 [ 260 ] {f0a0e46d-e2a9-4ec8-bf12-e2b88daa7a72} <Debug> TCPHandler: Processed in 0.00166587 sec.
2081 2024.12.21 05:44:32.308389 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2082 2024.12.21 05:44:32.308526 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2083 2024.12.21 05:44:32.308618 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2084 2024.12.21 05:44:32.309939 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2085 2024.12.21 05:44:32.309979 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2086 2024.12.21 05:44:32.310621 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2087 2024.12.21 05:44:32.310883 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2088 2024.12.21 05:44:32.311244 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00272 sec., 12867.647058823528 rows/sec., 23.06 MiB/sec.
2089 2024.12.21 05:44:32.311424 [ 263 ] {957a27f0-024a-4601-9487-4f274975f87b} <Debug> TCPHandler: Processed in 0.003099815 sec.
2090 2024.12.21 05:44:32.311609 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2024.12.21 05:44:32.311746 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2092 2024.12.21 05:44:32.311804 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2093 2024.12.21 05:44:32.312362 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Trace> oximeter.measurements_i64 (6fd4615e-f0af-4cde-8d77-9a0be5af064c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2024.12.21 05:44:32.312401 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2095 2024.12.21 05:44:32.312843 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2096 2024.12.21 05:44:32.313081 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Trace> oximeter.measurements_i64 (6fd4615e-f0af-4cde-8d77-9a0be5af064c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2024.12.21 05:44:32.313427 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001691 sec., 14192.785334121822 rows/sec., 1.03 MiB/sec.
2098 2024.12.21 05:44:32.313536 [ 260 ] {476f454f-67f7-46fe-9a2d-0631c83cc281} <Debug> TCPHandler: Processed in 0.001991318 sec.
2099 2024.12.21 05:44:32.313696 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2100 2024.12.21 05:44:32.313835 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2101 2024.12.21 05:44:32.313893 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2102 2024.12.21 05:44:32.314437 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2103 2024.12.21 05:44:32.314476 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2104 2024.12.21 05:44:32.314840 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2105 2024.12.21 05:44:32.315080 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2024.12.21 05:44:32.315518 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001643 sec., 49908.70359099209 rows/sec., 3.17 MiB/sec.
2107 2024.12.21 05:44:32.315729 [ 263 ] {21634537-7695-4c46-920c-d885afc86d9a} <Debug> TCPHandler: Processed in 0.00210093 sec.
2108 2024.12.21 05:44:33.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.02 MiB, peak 172.70 MiB, free memory in arenas 0.00 B, will set to 168.94 MiB (RSS), difference: -3.08 MiB
2109 2024.12.21 05:44:37.264223 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2110 2024.12.21 05:44:37.264426 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2111 2024.12.21 05:44:37.264500 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2112 2024.12.21 05:44:37.265326 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2113 2024.12.21 05:44:37.265374 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2114 2024.12.21 05:44:37.265841 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2115 2024.12.21 05:44:37.266127 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2116 2024.12.21 05:44:37.266280 [ 41 ] {} <Debug> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2117 2024.12.21 05:44:37.266325 [ 41 ] {} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2024.12.21 05:44:37.266348 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2119 2024.12.21 05:44:37.266354 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec.
2120 2024.12.21 05:44:37.266559 [ 263 ] {25b8150f-293d-4bc6-a2e5-7ddeae42d911} <Debug> TCPHandler: Processed in 0.002457419 sec.
2121 2024.12.21 05:44:37.266600 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::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
2122 2024.12.21 05:44:37.266749 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2123 2024.12.21 05:44:37.266780 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part
2124 2024.12.21 05:44:37.266841 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2024.12.21 05:44:37.266901 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part
2126 2024.12.21 05:44:37.267054 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2127 2024.12.21 05:44:37.267405 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2128 2024.12.21 05:44:37.267428 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2129 2024.12.21 05:44:37.267555 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 274 rows starting from the beginning of the part
2130 2024.12.21 05:44:37.267651 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2131 2024.12.21 05:44:37.267916 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2132 2024.12.21 05:44:37.269973 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2024.12.21 05:44:37.270048 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2134 2024.12.21 05:44:37.270832 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2135 2024.12.21 05:44:37.271017 [ 189 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 5 columns (5 merged, 0 gathered) in 0.004610601 sec., 438120.7569251818 rows/sec., 38.32 MiB/sec.
2136 2024.12.21 05:44:37.271269 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2137 2024.12.21 05:44:37.271333 [ 197 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2138 2024.12.21 05:44:37.271536 [ 41 ] {} <Debug> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2139 2024.12.21 05:44:37.271614 [ 41 ] {} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2140 2024.12.21 05:44:37.271686 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2141 2024.12.21 05:44:37.271790 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00462 sec., 13852.813852813853 rows/sec., 1.08 MiB/sec.
2142 2024.12.21 05:44:37.271980 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::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
2143 2024.12.21 05:44:37.272107 [ 260 ] {c08ba833-b9a5-4db8-aff8-f5a9834ef292} <Debug> TCPHandler: Processed in 0.00541785 sec.
2144 2024.12.21 05:44:37.272120 [ 187 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2024.12.21 05:44:37.272383 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2146 2024.12.21 05:44:37.272407 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2147 2024.12.21 05:44:37.272477 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2148 2024.12.21 05:44:37.272528 [ 187 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_11_2} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2149 2024.12.21 05:44:37.272729 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2150 2024.12.21 05:44:37.272846 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part
2151 2024.12.21 05:44:37.272938 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
2152 2024.12.21 05:44:37.273062 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2153 2024.12.21 05:44:37.273181 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2154 2024.12.21 05:44:37.273386 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2155 2024.12.21 05:44:37.273651 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 433 rows starting from the beginning of the part
2156 2024.12.21 05:44:37.273801 [ 189 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2157 2024.12.21 05:44:37.274340 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2158 2024.12.21 05:44:37.274386 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2159 2024.12.21 05:44:37.274995 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2160 2024.12.21 05:44:37.275301 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2161 2024.12.21 05:44:37.275559 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2162 2024.12.21 05:44:37.275568 [ 187 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 5 columns (5 merged, 0 gathered) in 0.003781661 sec., 492111.79955051496 rows/sec., 37.53 MiB/sec.
2163 2024.12.21 05:44:37.275635 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2164 2024.12.21 05:44:37.275703 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2165 2024.12.21 05:44:37.275760 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003172 sec., 50441.361916771755 rows/sec., 3.51 MiB/sec.
2166 2024.12.21 05:44:37.275984 [ 187 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2167 2024.12.21 05:44:37.276115 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::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
2168 2024.12.21 05:44:37.276757 [ 263 ] {e3bd4a4d-04a9-4989-8043-4ae1bc02986a} <Debug> TCPHandler: Processed in 0.004508088 sec.
2169 2024.12.21 05:44:37.276764 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2170 2024.12.21 05:44:37.276910 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part
2171 2024.12.21 05:44:37.276928 [ 187 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2024.12.21 05:44:37.277257 [ 187 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_11_2} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2173 2024.12.21 05:44:37.277323 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2221 rows starting from the beginning of the part
2174 2024.12.21 05:44:37.277125 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2024.12.21 05:44:37.277543 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2176 2024.12.21 05:44:37.277723 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2177 2024.12.21 05:44:37.278022 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2178 2024.12.21 05:44:37.278047 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2179 2024.12.21 05:44:37.278302 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2180 2024.12.21 05:44:37.278306 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2181 2024.12.21 05:44:37.278624 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2182 2024.12.21 05:44:37.280248 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2183 2024.12.21 05:44:37.280318 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2184 2024.12.21 05:44:37.281324 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2185 2024.12.21 05:44:37.281742 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2186 2024.12.21 05:44:37.281988 [ 41 ] {} <Debug> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2187 2024.12.21 05:44:37.282144 [ 41 ] {} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2188 2024.12.21 05:44:37.282195 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2189 2024.12.21 05:44:37.282216 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004337 sec., 13834.44777495965 rows/sec., 954.72 KiB/sec.
2190 2024.12.21 05:44:37.282682 [ 260 ] {5a856dfe-e079-4b62-a2e8-c15576c54a1e} <Debug> TCPHandler: Processed in 0.005732057 sec.
2191 2024.12.21 05:44:37.282805 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::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
2192 2024.12.21 05:44:37.282986 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3988 rows, containing 5 columns (5 merged, 0 gathered) in 0.007162452 sec., 556792.5621002417 rows/sec., 37.58 MiB/sec.
2193 2024.12.21 05:44:37.283077 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2194 2024.12.21 05:44:37.283112 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part
2195 2024.12.21 05:44:37.283183 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part
2196 2024.12.21 05:44:37.283383 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2197 2024.12.21 05:44:37.283468 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2198 2024.12.21 05:44:37.283674 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2199 2024.12.21 05:44:37.283918 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2200 2024.12.21 05:44:37.284117 [ 189 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2201 2024.12.21 05:44:37.284507 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2202 2024.12.21 05:44:37.284710 [ 200 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2203 2024.12.21 05:44:37.284889 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
2204 2024.12.21 05:44:37.285681 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003305619 sec., 204500.27665015234 rows/sec., 13.40 MiB/sec.
2205 2024.12.21 05:44:37.285859 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2206 2024.12.21 05:44:37.286168 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2207 2024.12.21 05:44:37.286250 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_11_2} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2208 2024.12.21 05:44:37.286341 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2209 2024.12.21 05:44:38.536912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2210 2024.12.21 05:44:38.537565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2211 2024.12.21 05:44:38.537621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2212 2024.12.21 05:44:38.538186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2213 2024.12.21 05:44:38.538458 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2214 2024.12.21 05:44:38.538706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2215 2024.12.21 05:44:38.808801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2216 2024.12.21 05:44:38.830441 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2217 2024.12.21 05:44:38.830521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2218 2024.12.21 05:44:38.837976 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2219 2024.12.21 05:44:38.838811 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2220 2024.12.21 05:44:38.842782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2221 2024.12.21 05:44:41.045710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 326
2222 2024.12.21 05:44:41.049012 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2223 2024.12.21 05:44:41.049065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2224 2024.12.21 05:44:41.050567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2225 2024.12.21 05:44:41.050876 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2226 2024.12.21 05:44:41.051046 [ 34 ] {} <Debug> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2227 2024.12.21 05:44:41.051109 [ 34 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2228 2024.12.21 05:44:41.051149 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2229 2024.12.21 05:44:41.051700 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::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
2230 2024.12.21 05:44:41.052775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2231 2024.12.21 05:44:41.053186 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2232 2024.12.21 05:44:41.053376 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::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
2233 2024.12.21 05:44:41.054067 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2234 2024.12.21 05:44:41.054706 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::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
2235 2024.12.21 05:44:41.055354 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::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
2236 2024.12.21 05:44:41.055983 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::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
2237 2024.12.21 05:44:41.056568 [ 200 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part
2238 2024.12.21 05:44:41.067069 [ 199 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.01578629 sec., 20650.830562469077 rows/sec., 20.96 MiB/sec.
2239 2024.12.21 05:44:41.068136 [ 189 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2240 2024.12.21 05:44:41.068986 [ 189 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2241 2024.12.21 05:44:41.069084 [ 189 ] {c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d::all_1_6_1} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2242 2024.12.21 05:44:41.069417 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2243 2024.12.21 05:44:42.271095 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2244 2024.12.21 05:44:42.271306 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2245 2024.12.21 05:44:42.271384 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2246 2024.12.21 05:44:42.272145 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2247 2024.12.21 05:44:42.272188 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2248 2024.12.21 05:44:42.272629 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2249 2024.12.21 05:44:42.272896 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2250 2024.12.21 05:44:42.273052 [ 33 ] {} <Debug> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2251 2024.12.21 05:44:42.273102 [ 33 ] {} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2024.12.21 05:44:42.273112 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec.
2253 2024.12.21 05:44:42.273135 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2254 2024.12.21 05:44:42.273236 [ 263 ] {d6649ad1-136b-47cd-8081-210e2b9f8e5e} <Debug> TCPHandler: Processed in 0.002272015 sec.
2255 2024.12.21 05:44:42.273416 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2256 2024.12.21 05:44:42.273547 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2257 2024.12.21 05:44:42.273613 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2258 2024.12.21 05:44:42.273659 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2259 2024.12.21 05:44:42.273915 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2260 2024.12.21 05:44:42.273946 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2261 2024.12.21 05:44:42.274159 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2262 2024.12.21 05:44:42.274185 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2263 2024.12.21 05:44:42.274502 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2264 2024.12.21 05:44:42.274830 [ 199 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::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
2265 2024.12.21 05:44:42.277015 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2266 2024.12.21 05:44:42.277101 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2267 2024.12.21 05:44:42.277468 [ 189 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004217201 sec., 16598.68713869697 rows/sec., 1.23 MiB/sec.
2268 2024.12.21 05:44:42.277671 [ 189 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2269 2024.12.21 05:44:42.277999 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2270 2024.12.21 05:44:42.278168 [ 189 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::all_1_5_1} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2024.12.21 05:44:42.278391 [ 189 ] {0648f8ba-bc60-4ed5-834a-e5a220e8ef05::all_1_5_1} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2272 2024.12.21 05:44:42.278569 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2024.12.21 05:44:42.278596 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2274 2024.12.21 05:44:42.278871 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005136 sec., 53154.20560747664 rows/sec., 4.68 MiB/sec.
2275 2024.12.21 05:44:42.278956 [ 260 ] {80911d4c-08a1-426e-8ed8-067da7870fb6} <Debug> TCPHandler: Processed in 0.005580584 sec.
2276 2024.12.21 05:44:42.279149 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2277 2024.12.21 05:44:42.279299 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2278 2024.12.21 05:44:42.279361 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2279 2024.12.21 05:44:42.280006 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2280 2024.12.21 05:44:42.280044 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2281 2024.12.21 05:44:42.280411 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2282 2024.12.21 05:44:42.280665 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2283 2024.12.21 05:44:42.280874 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001604 sec., 26184.538653366584 rows/sec., 1.88 MiB/sec.
2284 2024.12.21 05:44:42.281018 [ 263 ] {a8164f45-1cf2-4a58-b311-970e1ed08453} <Debug> TCPHandler: Processed in 0.001932127 sec.
2285 2024.12.21 05:44:42.281201 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2024.12.21 05:44:42.281349 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2287 2024.12.21 05:44:42.281411 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2288 2024.12.21 05:44:42.282022 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2289 2024.12.21 05:44:42.282064 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2290 2024.12.21 05:44:42.282435 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2291 2024.12.21 05:44:42.282691 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2292 2024.12.21 05:44:42.282974 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec.
2293 2024.12.21 05:44:42.283118 [ 260 ] {71600f52-db0d-4bed-b5b5-fbb0f1e1e9f5} <Debug> TCPHandler: Processed in 0.001989117 sec.
2294 2024.12.21 05:44:42.283263 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2295 2024.12.21 05:44:42.283384 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2296 2024.12.21 05:44:42.283433 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2297 2024.12.21 05:44:42.284015 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2298 2024.12.21 05:44:42.284054 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2299 2024.12.21 05:44:42.284414 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2300 2024.12.21 05:44:42.284663 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2301 2024.12.21 05:44:42.284833 [ 32 ] {} <Debug> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2302 2024.12.21 05:44:42.284902 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001542 sec., 8430.609597924773 rows/sec., 525.65 KiB/sec.
2303 2024.12.21 05:44:42.284927 [ 32 ] {} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2304 2024.12.21 05:44:42.284997 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2305 2024.12.21 05:44:42.285026 [ 263 ] {ac0be7d3-0801-4c81-b17b-c92c554d4356} <Debug> TCPHandler: Processed in 0.001809813 sec.
2306 2024.12.21 05:44:42.285201 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2307 2024.12.21 05:44:42.285214 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2308 2024.12.21 05:44:42.285344 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2309 2024.12.21 05:44:42.285387 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2310 2024.12.21 05:44:42.285404 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2311 2024.12.21 05:44:42.285445 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2312 2024.12.21 05:44:42.285702 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2313 2024.12.21 05:44:42.286133 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2314 2024.12.21 05:44:42.286511 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2315 2024.12.21 05:44:42.286935 [ 194 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::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
2316 2024.12.21 05:44:42.287952 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2317 2024.12.21 05:44:42.288002 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2318 2024.12.21 05:44:42.288623 [ 191 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003502174 sec., 18559.900221976408 rows/sec., 1.20 MiB/sec.
2319 2024.12.21 05:44:42.288639 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2320 2024.12.21 05:44:42.288854 [ 191 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2321 2024.12.21 05:44:42.289088 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2322 2024.12.21 05:44:42.289534 [ 191 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::all_1_5_1} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2323 2024.12.21 05:44:42.289706 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.004354 sec., 95774.00091869544 rows/sec., 6.84 MiB/sec.
2324 2024.12.21 05:44:42.289848 [ 191 ] {cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06::all_1_5_1} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2325 2024.12.21 05:44:42.289883 [ 260 ] {9ea676a5-516b-469c-a095-e968f85f36ad} <Debug> TCPHandler: Processed in 0.004766174 sec.
2326 2024.12.21 05:44:42.290098 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2327 2024.12.21 05:44:42.290194 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2328 2024.12.21 05:44:42.290420 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2329 2024.12.21 05:44:42.290514 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2330 2024.12.21 05:44:42.291015 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2331 2024.12.21 05:44:42.291081 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2332 2024.12.21 05:44:42.291466 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2333 2024.12.21 05:44:42.291717 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2334 2024.12.21 05:44:42.291976 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 195.31 KiB/sec.
2335 2024.12.21 05:44:42.292043 [ 263 ] {483cbfd2-e871-49d7-b0ca-595b6e645333} <Debug> TCPHandler: Processed in 0.002043749 sec.
2336 2024.12.21 05:44:42.292196 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2337 2024.12.21 05:44:42.292338 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2338 2024.12.21 05:44:42.292401 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2339 2024.12.21 05:44:42.293005 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2340 2024.12.21 05:44:42.293045 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2341 2024.12.21 05:44:42.293450 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2342 2024.12.21 05:44:42.293699 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2343 2024.12.21 05:44:42.294011 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec.
2344 2024.12.21 05:44:42.294159 [ 260 ] {03b49913-76ff-40ae-8831-52afb9bb1b3b} <Debug> TCPHandler: Processed in 0.002027999 sec.
2345 2024.12.21 05:44:42.294317 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2346 2024.12.21 05:44:42.294458 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2347 2024.12.21 05:44:42.294517 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2348 2024.12.21 05:44:42.295144 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2349 2024.12.21 05:44:42.295189 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2350 2024.12.21 05:44:42.295605 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2351 2024.12.21 05:44:42.295857 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2352 2024.12.21 05:44:42.296134 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0017 sec., 588.2352941176471 rows/sec., 39.64 KiB/sec.
2353 2024.12.21 05:44:42.296273 [ 263 ] {2120473a-a205-4383-b179-e1feb91ba541} <Debug> TCPHandler: Processed in 0.002022919 sec.
2354 2024.12.21 05:44:42.296407 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2355 2024.12.21 05:44:42.296534 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2356 2024.12.21 05:44:42.296628 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2357 2024.12.21 05:44:42.297979 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2024.12.21 05:44:42.298020 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2359 2024.12.21 05:44:42.298684 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2360 2024.12.21 05:44:42.298951 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2361 2024.12.21 05:44:42.299195 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002691 sec., 13006.317354143443 rows/sec., 23.31 MiB/sec.
2362 2024.12.21 05:44:42.299288 [ 260 ] {4fec9d87-6dd5-496c-bff8-5f410c69424c} <Debug> TCPHandler: Processed in 0.00293604 sec.
2363 2024.12.21 05:44:42.299438 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2364 2024.12.21 05:44:42.299557 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2365 2024.12.21 05:44:42.299608 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2366 2024.12.21 05:44:42.300113 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2367 2024.12.21 05:44:42.300152 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB.
2368 2024.12.21 05:44:42.300527 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2369 2024.12.21 05:44:42.300781 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2370 2024.12.21 05:44:42.300993 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec.
2371 2024.12.21 05:44:42.301045 [ 263 ] {77488783-d0c8-45ad-93d4-47b3137b6fdf} <Debug> TCPHandler: Processed in 0.00166446 sec.
2372 2024.12.21 05:44:45.937163 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
2373 2024.12.21 05:44:45.937224 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
2374 2024.12.21 05:44:46.039737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2375 2024.12.21 05:44:46.040401 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2024.12.21 05:44:46.040449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2377 2024.12.21 05:44:46.040973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2378 2024.12.21 05:44:46.041237 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2379 2024.12.21 05:44:46.041480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2380 2024.12.21 05:44:46.343765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2381 2024.12.21 05:44:46.365090 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2382 2024.12.21 05:44:46.365160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2383 2024.12.21 05:44:46.373249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2384 2024.12.21 05:44:46.374079 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2385 2024.12.21 05:44:46.377506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2386 2024.12.21 05:44:47.264151 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2387 2024.12.21 05:44:47.264368 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2388 2024.12.21 05:44:47.264450 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2389 2024.12.21 05:44:47.265207 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2390 2024.12.21 05:44:47.265259 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2391 2024.12.21 05:44:47.265692 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2392 2024.12.21 05:44:47.265960 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2393 2024.12.21 05:44:47.266199 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec.
2394 2024.12.21 05:44:47.266262 [ 263 ] {7129ef3e-d55f-42a5-9d0d-18d7b771713b} <Debug> TCPHandler: Processed in 0.002253304 sec.
2395 2024.12.21 05:44:47.266514 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2396 2024.12.21 05:44:47.266731 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2397 2024.12.21 05:44:47.266819 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2398 2024.12.21 05:44:47.267665 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2399 2024.12.21 05:44:47.267719 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2400 2024.12.21 05:44:47.268173 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2401 2024.12.21 05:44:47.268461 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2402 2024.12.21 05:44:47.268753 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002077 sec., 30813.673567645645 rows/sec., 2.41 MiB/sec.
2403 2024.12.21 05:44:47.268976 [ 260 ] {6c9d46de-b266-43a4-96e4-6ed966b1cbbe} <Debug> TCPHandler: Processed in 0.002596642 sec.
2404 2024.12.21 05:44:47.269141 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2405 2024.12.21 05:44:47.269290 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2406 2024.12.21 05:44:47.269354 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2407 2024.12.21 05:44:47.269973 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2408 2024.12.21 05:44:47.270014 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2409 2024.12.21 05:44:47.270414 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2410 2024.12.21 05:44:47.270657 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2411 2024.12.21 05:44:47.270875 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
2412 2024.12.21 05:44:47.270931 [ 263 ] {bb5da722-87b1-4bab-8e8f-eadb99c37f2b} <Debug> TCPHandler: Processed in 0.001862105 sec.
2413 2024.12.21 05:44:47.271087 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2414 2024.12.21 05:44:47.271235 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2415 2024.12.21 05:44:47.271301 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2416 2024.12.21 05:44:47.271844 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2417 2024.12.21 05:44:47.271885 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2418 2024.12.21 05:44:47.272274 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2419 2024.12.21 05:44:47.272515 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2420 2024.12.21 05:44:47.272766 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec.
2421 2024.12.21 05:44:47.272861 [ 260 ] {5bafc160-37f4-4894-a9bc-3637c135af9b} <Debug> TCPHandler: Processed in 0.001833434 sec.
2422 2024.12.21 05:44:47.930134 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2423 2024.12.21 05:44:47.930409 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2424 2024.12.21 05:44:47.930858 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2425 2024.12.21 05:44:47.930914 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2426 2024.12.21 05:44:47.931300 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2427 2024.12.21 05:44:47.931383 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2428 2024.12.21 05:44:47.931560 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2429 2024.12.21 05:44:47.931706 [ 296 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2430 2024.12.21 05:44:47.931826 [ 300 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2431 2024.12.21 05:44:47.931893 [ 298 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2432 2024.12.21 05:44:47.931915 [ 295 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2433 2024.12.21 05:44:47.932068 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (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
2434 2024.12.21 05:44:47.932102 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Spreading mark ranges among streams (default reading)
2435 2024.12.21 05:44:47.932244 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2436 2024.12.21 05:44:47.932268 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (SelectExecutor): Reading approx. 41 rows with 4 streams
2437 2024.12.21 05:44:47.932314 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2438 2024.12.21 05:44:47.932361 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2439 2024.12.21 05:44:47.932401 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2440 2024.12.21 05:44:47.932438 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2441 2024.12.21 05:44:47.934499 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00422 sec., 9715.63981042654 rows/sec., 370.72 KiB/sec.
2442 2024.12.21 05:44:47.934723 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> MemoryTracker: Peak memory usage (for query): 144.37 KiB.
2443 2024.12.21 05:44:47.934742 [ 263 ] {b2fcb0ac-cf49-4e3c-8116-90ea38167090} <Debug> TCPHandler: Processed in 0.004741874 sec.
2444 2024.12.21 05:44:47.974557 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2445 2024.12.21 05:44:47.974742 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2446 2024.12.21 05:44:47.974826 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2447 2024.12.21 05:44:47.975774 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2448 2024.12.21 05:44:47.975819 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2449 2024.12.21 05:44:47.976310 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2450 2024.12.21 05:44:47.976541 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2451 2024.12.21 05:44:47.976825 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002133 sec., 468.82325363338026 rows/sec., 106.22 KiB/sec.
2452 2024.12.21 05:44:47.977007 [ 263 ] {1e611467-0290-4cce-8e6f-6c64ec75a917} <Debug> TCPHandler: Processed in 0.002535101 sec.
2453 2024.12.21 05:44:47.977273 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2454 2024.12.21 05:44:47.977464 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2455 2024.12.21 05:44:47.977539 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2456 2024.12.21 05:44:47.978249 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2457 2024.12.21 05:44:47.978295 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2458 2024.12.21 05:44:47.978712 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2459 2024.12.21 05:44:47.978977 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Trace> oximeter.fields_i16 (0648f8ba-bc60-4ed5-834a-e5a220e8ef05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2460 2024.12.21 05:44:47.979276 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec.
2461 2024.12.21 05:44:47.979421 [ 260 ] {2b94e902-5287-4793-bc1f-65fee785a149} <Debug> TCPHandler: Processed in 0.002278855 sec.
2462 2024.12.21 05:44:47.979595 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2463 2024.12.21 05:44:47.979738 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2464 2024.12.21 05:44:47.979798 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2465 2024.12.21 05:44:47.980508 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Trace> oximeter.fields_ipaddr (ca6151ea-be6c-43ba-841b-8e7af37ec13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2466 2024.12.21 05:44:47.980555 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2467 2024.12.21 05:44:47.980930 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2468 2024.12.21 05:44:47.981187 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Trace> oximeter.fields_ipaddr (ca6151ea-be6c-43ba-841b-8e7af37ec13e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2469 2024.12.21 05:44:47.981455 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001731 sec., 6932.409012131716 rows/sec., 565.29 KiB/sec.
2470 2024.12.21 05:44:47.981521 [ 263 ] {ccf18f40-b287-4491-8d66-3f6d84faa319} <Debug> TCPHandler: Processed in 0.001992238 sec.
2471 2024.12.21 05:44:47.981691 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2472 2024.12.21 05:44:47.981835 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2473 2024.12.21 05:44:47.981894 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2474 2024.12.21 05:44:47.983484 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2475 2024.12.21 05:44:47.983524 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2476 2024.12.21 05:44:47.983979 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2477 2024.12.21 05:44:47.984237 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2478 2024.12.21 05:44:47.984462 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Debug> executeQuery: Read 1419 rows, 121.15 KiB in 0.002661 sec., 533258.1736189402 rows/sec., 44.46 MiB/sec.
2479 2024.12.21 05:44:47.984518 [ 260 ] {42c3491b-9c55-41bb-b406-a7b9f668f1c7} <Debug> TCPHandler: Processed in 0.00290371 sec.
2480 2024.12.21 05:44:47.984689 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2481 2024.12.21 05:44:47.984842 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2482 2024.12.21 05:44:47.984900 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2483 2024.12.21 05:44:47.985509 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2484 2024.12.21 05:44:47.985551 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2485 2024.12.21 05:44:47.985932 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2486 2024.12.21 05:44:47.986191 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2487 2024.12.21 05:44:47.986359 [ 39 ] {} <Debug> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2488 2024.12.21 05:44:47.986431 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001611 sec., 33519.5530726257 rows/sec., 2.38 MiB/sec.
2489 2024.12.21 05:44:47.986437 [ 39 ] {} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2490 2024.12.21 05:44:47.986512 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2491 2024.12.21 05:44:47.986563 [ 263 ] {e61cbbea-bca1-4491-85d6-1727c556a5b7} <Debug> TCPHandler: Processed in 0.001942177 sec.
2492 2024.12.21 05:44:47.986783 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2024.12.21 05:44:47.986798 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::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
2494 2024.12.21 05:44:47.987014 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2495 2024.12.21 05:44:47.987061 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2496 2024.12.21 05:44:47.987126 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2497 2024.12.21 05:44:47.987133 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::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
2498 2024.12.21 05:44:47.987459 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::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
2499 2024.12.21 05:44:47.987790 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::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
2500 2024.12.21 05:44:47.988133 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part
2501 2024.12.21 05:44:47.988423 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
2502 2024.12.21 05:44:47.988715 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part
2503 2024.12.21 05:44:47.990373 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2504 2024.12.21 05:44:47.990444 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2505 2024.12.21 05:44:47.991477 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2506 2024.12.21 05:44:47.991648 [ 191 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005037031 sec., 36330.92589662442 rows/sec., 2.71 MiB/sec.
2507 2024.12.21 05:44:47.991850 [ 194 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2508 2024.12.21 05:44:47.991889 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2024.12.21 05:44:47.992168 [ 68 ] {} <Debug> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2510 2024.12.21 05:44:47.992246 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005301 sec., 45651.76381814752 rows/sec., 3.09 MiB/sec.
2511 2024.12.21 05:44:47.992298 [ 68 ] {} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.12.21 05:44:47.992465 [ 260 ] {655d336d-4f0a-475a-8fa8-5415d4042b34} <Debug> TCPHandler: Processed in 0.00579406 sec.
2513 2024.12.21 05:44:47.992468 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2514 2024.12.21 05:44:47.992521 [ 194 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.12.21 05:44:47.992804 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2516 2024.12.21 05:44:47.992912 [ 194 ] {c6b024d2-9f13-4906-80be-d3927fda118d::all_1_6_1} <Trace> oximeter.fields_u16 (c6b024d2-9f13-4906-80be-d3927fda118d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2517 2024.12.21 05:44:47.992930 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::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
2518 2024.12.21 05:44:47.993369 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2519 2024.12.21 05:44:47.993518 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2520 2024.12.21 05:44:47.993578 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2521 2024.12.21 05:44:47.993587 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::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
2522 2024.12.21 05:44:47.993664 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2523 2024.12.21 05:44:47.993949 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::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
2524 2024.12.21 05:44:47.994213 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::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
2525 2024.12.21 05:44:47.994593 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part
2526 2024.12.21 05:44:47.994923 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::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
2527 2024.12.21 05:44:47.995307 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
2528 2024.12.21 05:44:47.996543 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2024.12.21 05:44:47.996613 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2530 2024.12.21 05:44:47.997589 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2531 2024.12.21 05:44:47.998160 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Trace> oximeter.fields_u8 (cbf5fa0b-b6c3-49d3-8d98-d7c64b5a8e06): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2024.12.21 05:44:47.998172 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005492292 sec., 98501.68199360122 rows/sec., 7.06 MiB/sec.
2533 2024.12.21 05:44:47.998409 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2534 2024.12.21 05:44:47.998623 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005142 sec., 2528.1991443018283 rows/sec., 157.63 KiB/sec.
2535 2024.12.21 05:44:47.998774 [ 263 ] {f6c8b2da-ae84-4cbe-b390-18edcbf281d4} <Debug> TCPHandler: Processed in 0.006135938 sec.
2536 2024.12.21 05:44:47.998998 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2024.12.21 05:44:47.999014 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2538 2024.12.21 05:44:47.999148 [ 195 ] {ac532567-3cac-4a63-a803-587ce108bc9b::all_1_6_1} <Trace> oximeter.fields_u32 (ac532567-3cac-4a63-a803-587ce108bc9b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2539 2024.12.21 05:44:47.999200 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2540 2024.12.21 05:44:47.999296 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2541 2024.12.21 05:44:47.999323 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2542 2024.12.21 05:44:48.000346 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2543 2024.12.21 05:44:48.000386 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2544 2024.12.21 05:44:48.000799 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2545 2024.12.21 05:44:48.001052 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2546 2024.12.21 05:44:48.001480 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.00233 sec., 379828.3261802575 rows/sec., 27.56 MiB/sec.
2547 2024.12.21 05:44:48.001669 [ 260 ] {5a28d76e-59a8-41fb-9d5b-dea148871e2d} <Debug> TCPHandler: Processed in 0.002772936 sec.
2548 2024.12.21 05:44:48.001845 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2549 2024.12.21 05:44:48.001986 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2550 2024.12.21 05:44:48.002048 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2551 2024.12.21 05:44:48.002638 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2552 2024.12.21 05:44:48.002679 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2553 2024.12.21 05:44:48.003059 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2554 2024.12.21 05:44:48.003321 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2555 2024.12.21 05:44:48.003480 [ 68 ] {} <Debug> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2556 2024.12.21 05:44:48.003548 [ 68 ] {} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2557 2024.12.21 05:44:48.003583 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2558 2024.12.21 05:44:48.003600 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 191.85 KiB/sec.
2559 2024.12.21 05:44:48.003817 [ 263 ] {40366f23-a292-46c0-8897-7aa1f38aa451} <Debug> TCPHandler: Processed in 0.002034989 sec.
2560 2024.12.21 05:44:48.003854 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2561 2024.12.21 05:44:48.004003 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2562 2024.12.21 05:44:48.004017 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2563 2024.12.21 05:44:48.004057 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2564 2024.12.21 05:44:48.004231 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2565 2024.12.21 05:44:48.004248 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2566 2024.12.21 05:44:48.004473 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2567 2024.12.21 05:44:48.004477 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2568 2024.12.21 05:44:48.004773 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2569 2024.12.21 05:44:48.005124 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2570 2024.12.21 05:44:48.005583 [ 194 ] {9b10e659-0c9b-486b-9565-8178d217fb35::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
2571 2024.12.21 05:44:48.007040 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2572 2024.12.21 05:44:48.007088 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2573 2024.12.21 05:44:48.007355 [ 195 ] {9b10e659-0c9b-486b-9565-8178d217fb35::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003680558 sec., 9781.125579327918 rows/sec., 511.03 KiB/sec.
2574 2024.12.21 05:44:48.007553 [ 195 ] {9b10e659-0c9b-486b-9565-8178d217fb35::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2575 2024.12.21 05:44:48.007939 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2576 2024.12.21 05:44:48.008106 [ 195 ] {9b10e659-0c9b-486b-9565-8178d217fb35::all_1_6_1} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2577 2024.12.21 05:44:48.008226 [ 195 ] {9b10e659-0c9b-486b-9565-8178d217fb35::all_1_6_1} <Trace> oximeter.measurements_bool (9b10e659-0c9b-486b-9565-8178d217fb35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2578 2024.12.21 05:44:48.008356 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2579 2024.12.21 05:44:48.008415 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.12.21 05:44:48.008660 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.004534 sec., 211954.12439347155 rows/sec., 14.08 MiB/sec.
2581 2024.12.21 05:44:48.008727 [ 260 ] {6f4d74a3-d089-446f-a50d-b6cabf2cb08b} <Debug> TCPHandler: Processed in 0.004811036 sec.
2582 2024.12.21 05:44:48.008892 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2583 2024.12.21 05:44:48.009035 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2584 2024.12.21 05:44:48.009098 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2585 2024.12.21 05:44:48.009679 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.12.21 05:44:48.009720 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2587 2024.12.21 05:44:48.010107 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2588 2024.12.21 05:44:48.010364 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2024.12.21 05:44:48.010531 [ 68 ] {} <Debug> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2590 2024.12.21 05:44:48.010601 [ 68 ] {} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2591 2024.12.21 05:44:48.010652 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2592 2024.12.21 05:44:48.010667 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001655 sec., 604.2296072507553 rows/sec., 40.71 KiB/sec.
2593 2024.12.21 05:44:48.010892 [ 263 ] {d8c3bca0-3982-48c8-a9fe-6e7370109556} <Debug> TCPHandler: Processed in 0.002063739 sec.
2594 2024.12.21 05:44:48.010980 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::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
2595 2024.12.21 05:44:48.011081 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2024.12.21 05:44:48.011289 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2597 2024.12.21 05:44:48.011348 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2598 2024.12.21 05:44:48.011378 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2599 2024.12.21 05:44:48.011691 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2600 2024.12.21 05:44:48.011758 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2601 2024.12.21 05:44:48.012130 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2602 2024.12.21 05:44:48.012484 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
2603 2024.12.21 05:44:48.012830 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::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
2604 2024.12.21 05:44:48.013191 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::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
2605 2024.12.21 05:44:48.016924 [ 188 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.006158628 sec., 1136.6167919218371 rows/sec., 75.95 KiB/sec.
2606 2024.12.21 05:44:48.017108 [ 194 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2607 2024.12.21 05:44:48.017138 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2608 2024.12.21 05:44:48.017186 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2609 2024.12.21 05:44:48.017483 [ 194 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2610 2024.12.21 05:44:48.017599 [ 194 ] {eef789dc-a4f5-4f0a-95da-4e236b115e72::all_1_6_1} <Trace> oximeter.measurements_f64 (eef789dc-a4f5-4f0a-95da-4e236b115e72) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2611 2024.12.21 05:44:48.017700 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2612 2024.12.21 05:44:48.018004 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2613 2024.12.21 05:44:48.018263 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2614 2024.12.21 05:44:48.018439 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2615 2024.12.21 05:44:48.018498 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2616 2024.12.21 05:44:48.018545 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2617 2024.12.21 05:44:48.018587 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007299 sec., 4795.177421564598 rows/sec., 8.59 MiB/sec.
2618 2024.12.21 05:44:48.018810 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::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
2619 2024.12.21 05:44:48.018916 [ 260 ] {a9a2777f-0234-41c7-a5f2-a7a566ddceaf} <Debug> TCPHandler: Processed in 0.00790549 sec.
2620 2024.12.21 05:44:48.019187 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2621 2024.12.21 05:44:48.019213 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2622 2024.12.21 05:44:48.019295 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::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
2623 2024.12.21 05:44:48.019674 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2624 2024.12.21 05:44:48.019851 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::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
2625 2024.12.21 05:44:48.019859 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2626 2024.12.21 05:44:48.020597 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::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
2627 2024.12.21 05:44:48.021233 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2628 2024.12.21 05:44:48.021832 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2629 2024.12.21 05:44:48.022379 [ 194 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2630 2024.12.21 05:44:48.022614 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2024.12.21 05:44:48.022876 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2632 2024.12.21 05:44:48.024074 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2633 2024.12.21 05:44:48.024737 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2634 2024.12.21 05:44:48.025276 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005853 sec., 5808.986844353323 rows/sec., 345.21 KiB/sec.
2635 2024.12.21 05:44:48.025481 [ 263 ] {db98e16d-f78b-4c26-b348-6048a21b1488} <Debug> TCPHandler: Processed in 0.006457096 sec.
2636 2024.12.21 05:44:48.026916 [ 192 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.0082997 sec., 15542.730460137112 rows/sec., 27.85 MiB/sec.
2637 2024.12.21 05:44:48.027396 [ 192 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2638 2024.12.21 05:44:48.027879 [ 192 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2639 2024.12.21 05:44:48.027965 [ 192 ] {b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b0b2f5e5-1432-4a1b-9fb4-f7d65997f92d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2640 2024.12.21 05:44:48.028136 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2641 2024.12.21 05:44:51.053927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 384
2642 2024.12.21 05:44:51.057702 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2643 2024.12.21 05:44:51.057763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2644 2024.12.21 05:44:51.059308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2645 2024.12.21 05:44:51.059653 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.12.21 05:44:51.060291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384
2647 2024.12.21 05:44:52.262659 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2024.12.21 05:44:52.262960 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2649 2024.12.21 05:44:52.263080 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2650 2024.12.21 05:44:52.264188 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2024.12.21 05:44:52.264237 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2652 2024.12.21 05:44:52.264679 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2653 2024.12.21 05:44:52.264966 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2024.12.21 05:44:52.265232 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002356 sec., 23769.100169779285 rows/sec., 1.81 MiB/sec.
2655 2024.12.21 05:44:52.265293 [ 263 ] {3cb7bd60-096e-4212-8a95-bac7ce44972a} <Debug> TCPHandler: Processed in 0.002772146 sec.
2656 2024.12.21 05:44:52.265566 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2657 2024.12.21 05:44:52.265780 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2658 2024.12.21 05:44:52.265854 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2659 2024.12.21 05:44:52.266625 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2024.12.21 05:44:52.266679 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2661 2024.12.21 05:44:52.267126 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2662 2024.12.21 05:44:52.267388 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2024.12.21 05:44:52.267634 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00191 sec., 33507.85340314136 rows/sec., 2.62 MiB/sec.
2664 2024.12.21 05:44:52.267704 [ 260 ] {94b256d6-c650-4ac2-842d-d2d18ccb9129} <Debug> TCPHandler: Processed in 0.002277604 sec.
2665 2024.12.21 05:44:52.267935 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2024.12.21 05:44:52.268164 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2667 2024.12.21 05:44:52.268265 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2668 2024.12.21 05:44:52.269033 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2024.12.21 05:44:52.269073 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2670 2024.12.21 05:44:52.269469 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2671 2024.12.21 05:44:52.269714 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2024.12.21 05:44:52.269952 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001847 sec., 69301.57011369789 rows/sec., 4.83 MiB/sec.
2673 2024.12.21 05:44:52.270077 [ 263 ] {43c40d78-594c-4e16-9080-624df94aa0f9} <Debug> TCPHandler: Processed in 0.002253244 sec.
2674 2024.12.21 05:44:52.270242 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2675 2024.12.21 05:44:52.270389 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2676 2024.12.21 05:44:52.270453 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2677 2024.12.21 05:44:52.270996 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2024.12.21 05:44:52.271037 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2679 2024.12.21 05:44:52.271428 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2680 2024.12.21 05:44:52.271677 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2681 2024.12.21 05:44:52.271907 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001555 sec., 30868.16720257235 rows/sec., 2.08 MiB/sec.
2682 2024.12.21 05:44:52.271964 [ 260 ] {8d047907-033b-4f83-8f0c-f0f37e4565b7} <Debug> TCPHandler: Processed in 0.001790213 sec.
2683 2024.12.21 05:44:53.542541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2684 2024.12.21 05:44:53.543287 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2685 2024.12.21 05:44:53.543330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2686 2024.12.21 05:44:53.543863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2687 2024.12.21 05:44:53.544130 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2688 2024.12.21 05:44:53.544322 [ 107 ] {} <Debug> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2689 2024.12.21 05:44:53.544395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2690 2024.12.21 05:44:53.544424 [ 107 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2691 2024.12.21 05:44:53.544457 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2692 2024.12.21 05:44:53.544568 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2693 2024.12.21 05:44:53.544659 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2694 2024.12.21 05:44:53.544691 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
2695 2024.12.21 05:44:53.544754 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2696 2024.12.21 05:44:53.544840 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2697 2024.12.21 05:44:53.545045 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2698 2024.12.21 05:44:53.545247 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2699 2024.12.21 05:44:53.545504 [ 196 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2700 2024.12.21 05:44:53.547211 [ 194 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002684195 sec., 1886226.596800903 rows/sec., 26.98 MiB/sec.
2701 2024.12.21 05:44:53.547653 [ 201 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2702 2024.12.21 05:44:53.548020 [ 201 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2703 2024.12.21 05:44:53.548126 [ 201 ] {5d28f185-6a58-4710-bf62-1db0c6e6f1a2::all_1_11_2} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2704 2024.12.21 05:44:53.548247 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
2705 2024.12.21 05:44:53.878499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2706 2024.12.21 05:44:53.900226 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2707 2024.12.21 05:44:53.900291 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2708 2024.12.21 05:44:53.907748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2709 2024.12.21 05:44:53.908542 [ 243 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2710 2024.12.21 05:44:53.908853 [ 107 ] {} <Debug> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2711 2024.12.21 05:44:53.908924 [ 107 ] {} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2024.12.21 05:44:53.908968 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2713 2024.12.21 05:44:53.909379 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2714 2024.12.21 05:44:53.925139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2715 2024.12.21 05:44:53.926534 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2716 2024.12.21 05:44:53.928174 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
2717 2024.12.21 05:44:53.933700 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part
2718 2024.12.21 05:44:53.939116 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2719 2024.12.21 05:44:53.944469 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part
2720 2024.12.21 05:44:53.950200 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2721 2024.12.21 05:44:53.954899 [ 196 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part
2722 2024.12.21 05:44:54.001209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.28 MiB, peak 182.28 MiB, free memory in arenas 0.00 B, will set to 173.80 MiB (RSS), difference: -8.48 MiB
2723 2024.12.21 05:44:54.012291 [ 194 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103182923 sec., 804.3966732750922 rows/sec., 4.16 MiB/sec.
2724 2024.12.21 05:44:54.015474 [ 194 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2725 2024.12.21 05:44:54.018724 [ 194 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2726 2024.12.21 05:44:54.018866 [ 194 ] {9a104dba-be77-4878-8543-f4eb729c4712::all_1_11_2} <Trace> system.metric_log (9a104dba-be77-4878-8543-f4eb729c4712) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2727 2024.12.21 05:44:54.021623 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2728 2024.12.21 05:44:55.001171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.07 MiB, peak 182.28 MiB, free memory in arenas 0.00 B, will set to 173.96 MiB (RSS), difference: 9.90 MiB
2729 2024.12.21 05:44:57.263782 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2730 2024.12.21 05:44:57.263997 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2731 2024.12.21 05:44:57.264081 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2732 2024.12.21 05:44:57.264968 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2733 2024.12.21 05:44:57.265021 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2734 2024.12.21 05:44:57.265469 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2735 2024.12.21 05:44:57.265728 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2736 2024.12.21 05:44:57.265937 [ 50 ] {} <Debug> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2737 2024.12.21 05:44:57.265997 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.08 MiB/sec.
2738 2024.12.21 05:44:57.266033 [ 50 ] {} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2739 2024.12.21 05:44:57.266112 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2740 2024.12.21 05:44:57.266128 [ 263 ] {1e99714f-ec19-46e5-bc34-948988b72c94} <Debug> TCPHandler: Processed in 0.00248846 sec.
2741 2024.12.21 05:44:57.266335 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::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
2742 2024.12.21 05:44:57.266464 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2743 2024.12.21 05:44:57.266503 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2744 2024.12.21 05:44:57.266554 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1414 rows starting from the beginning of the part
2745 2024.12.21 05:44:57.266653 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2746 2024.12.21 05:44:57.266707 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part
2747 2024.12.21 05:44:57.266791 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2748 2024.12.21 05:44:57.267173 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2749 2024.12.21 05:44:57.267516 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1419 rows starting from the beginning of the part
2750 2024.12.21 05:44:57.267905 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2751 2024.12.21 05:44:57.268314 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2752 2024.12.21 05:44:57.269411 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2024.12.21 05:44:57.269464 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2754 2024.12.21 05:44:57.270165 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2755 2024.12.21 05:44:57.270437 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2024.12.21 05:44:57.270597 [ 50 ] {} <Debug> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2757 2024.12.21 05:44:57.270655 [ 50 ] {} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2758 2024.12.21 05:44:57.270659 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004063 sec., 15751.907457543688 rows/sec., 1.23 MiB/sec.
2759 2024.12.21 05:44:57.270686 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2760 2024.12.21 05:44:57.270769 [ 260 ] {8345df53-ff68-41e8-ae41-e0c2ae894518} <Debug> TCPHandler: Processed in 0.004493848 sec.
2761 2024.12.21 05:44:57.270929 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::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
2762 2024.12.21 05:44:57.271050 [ 263 ] {} <Trace> TCP-Session: 41ace080-0fb5-47cf-8264-fe853e058fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2763 2024.12.21 05:44:57.271447 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2764 2024.12.21 05:44:57.271579 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 889 rows starting from the beginning of the part
2765 2024.12.21 05:44:57.271591 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40784) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2766 2024.12.21 05:44:57.271600 [ 190 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3274 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538041 sec., 608503.8129064513 rows/sec., 53.09 MiB/sec.
2767 2024.12.21 05:44:57.271882 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2768 2024.12.21 05:44:57.271891 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part
2769 2024.12.21 05:44:57.272232 [ 197 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2770 2024.12.21 05:44:57.272325 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2771 2024.12.21 05:44:57.272819 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part
2772 2024.12.21 05:44:57.273192 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2773 2024.12.21 05:44:57.273682 [ 194 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2774 2024.12.21 05:44:57.273727 [ 187 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2775 2024.12.21 05:44:57.274194 [ 187 ] {d536be24-0784-4193-8865-9bf6e6e84e4f::all_1_16_3} <Trace> oximeter.fields_string (d536be24-0784-4193-8865-9bf6e6e84e4f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2776 2024.12.21 05:44:57.274538 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2777 2024.12.21 05:44:57.275823 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2778 2024.12.21 05:44:57.275889 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2779 2024.12.21 05:44:57.276745 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2780 2024.12.21 05:44:57.277051 [ 197 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2383 rows, containing 5 columns (5 merged, 0 gathered) in 0.006277241 sec., 379625.38000373094 rows/sec., 29.09 MiB/sec.
2781 2024.12.21 05:44:57.277199 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2782 2024.12.21 05:44:57.277305 [ 190 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2783 2024.12.21 05:44:57.277443 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2784 2024.12.21 05:44:57.277550 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2785 2024.12.21 05:44:57.277630 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2786 2024.12.21 05:44:57.277767 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006306 sec., 25372.660957817952 rows/sec., 1.77 MiB/sec.
2787 2024.12.21 05:44:57.277975 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::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
2788 2024.12.21 05:44:57.278076 [ 263 ] {d2ddd6a8-2fb3-4ad2-a0ab-7e2662422c91} <Debug> TCPHandler: Processed in 0.007175643 sec.
2789 2024.12.21 05:44:57.278273 [ 190 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2790 2024.12.21 05:44:57.278363 [ 260 ] {} <Trace> TCP-Session: d84113eb-72c0-4aa7-b7b7-37844ad31d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2791 2024.12.21 05:44:57.278412 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2792 2024.12.21 05:44:57.278445 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3988 rows starting from the beginning of the part
2793 2024.12.21 05:44:57.278459 [ 190 ] {ca55155f-b33f-41f7-bebd-26fc01169e0c::all_1_16_3} <Trace> oximeter.fields_uuid (ca55155f-b33f-41f7-bebd-26fc01169e0c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2794 2024.12.21 05:44:57.278625 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55401) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2795 2024.12.21 05:44:57.278745 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
2796 2024.12.21 05:44:57.278904 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
2797 2024.12.21 05:44:57.278924 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2798 2024.12.21 05:44:57.279216 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2799 2024.12.21 05:44:57.279614 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part
2800 2024.12.21 05:44:57.280020 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part
2801 2024.12.21 05:44:57.280441 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2802 2024.12.21 05:44:57.281157 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2803 2024.12.21 05:44:57.281201 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2804 2024.12.21 05:44:57.281713 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2805 2024.12.21 05:44:57.282025 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2806 2024.12.21 05:44:57.282217 [ 50 ] {} <Debug> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2807 2024.12.21 05:44:57.282263 [ 50 ] {} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2808 2024.12.21 05:44:57.282292 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2809 2024.12.21 05:44:57.282293 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003801 sec., 15785.319652722967 rows/sec., 1.06 MiB/sec.
2810 2024.12.21 05:44:57.282577 [ 260 ] {477d6bb3-1d2b-410e-819e-631865649bea} <Debug> TCPHandler: Processed in 0.004355475 sec.
2811 2024.12.21 05:44:57.283057 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::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
2812 2024.12.21 05:44:57.283178 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2813 2024.12.21 05:44:57.283211 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part
2814 2024.12.21 05:44:57.283290 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
2815 2024.12.21 05:44:57.283434 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2816 2024.12.21 05:44:57.283644 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part
2817 2024.12.21 05:44:57.283861 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part
2818 2024.12.21 05:44:57.284300 [ 197 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2819 2024.12.21 05:44:57.284431 [ 190 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5634 rows, containing 5 columns (5 merged, 0 gathered) in 0.0066495 sec., 847281.750507557 rows/sec., 57.16 MiB/sec.
2820 2024.12.21 05:44:57.285058 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2821 2024.12.21 05:44:57.285660 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2822 2024.12.21 05:44:57.285859 [ 198 ] {1a8d75fe-3aa0-4e74-acd1-f042ab143164::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (1a8d75fe-3aa0-4e74-acd1-f042ab143164) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2823 2024.12.21 05:44:57.286018 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
2824 2024.12.21 05:44:57.286343 [ 200 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.003842963 sec., 249807.2450866688 rows/sec., 16.34 MiB/sec.
2825 2024.12.21 05:44:57.286579 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2826 2024.12.21 05:44:57.286867 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2827 2024.12.21 05:44:57.286940 [ 198 ] {316e5c77-134f-4a00-88a7-cf8ae7f2f3cf::all_1_16_3} <Trace> oximeter.measurements_u64 (316e5c77-134f-4a00-88a7-cf8ae7f2f3cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2828 2024.12.21 05:44:57.287019 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2829 2024.12.21 05:44:58.594183 [ 60 ] {} <Debug> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2830 2024.12.21 05:44:58.594255 [ 60 ] {} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2831 2024.12.21 05:44:58.594280 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2832 2024.12.21 05:44:58.594451 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::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
2833 2024.12.21 05:44:58.594822 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2834 2024.12.21 05:44:58.594873 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2835 2024.12.21 05:44:58.594968 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::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
2836 2024.12.21 05:44:58.595062 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2837 2024.12.21 05:44:58.595145 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
2838 2024.12.21 05:44:58.595224 [ 197 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::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
2839 2024.12.21 05:44:58.597324 [ 200 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002964572 sec., 14167.306444235459 rows/sec., 2.34 MiB/sec.
2840 2024.12.21 05:44:58.597561 [ 199 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2841 2024.12.21 05:44:58.598079 [ 199 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2842 2024.12.21 05:44:58.598170 [ 199 ] {561a288e-6f32-4e80-96e9-9a3e35cd33c0::all_1_5_1} <Trace> oximeter.timeseries_schema (561a288e-6f32-4e80-96e9-9a3e35cd33c0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2843 2024.12.21 05:44:58.598282 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2844 2024.12.21 05:45:00.937289 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
2845 2024.12.21 05:45:00.937354 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
2846 2024.12.21 05:45:01.045462 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2847 2024.12.21 05:45:01.046151 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2848 2024.12.21 05:45:01.046202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2849 2024.12.21 05:45:01.046833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2850 2024.12.21 05:45:01.047128 [ 244 ] {} <Trace> system.asynchronous_metric_log (5d28f185-6a58-4710-bf62-1db0c6e6f1a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2851 2024.12.21 05:45:01.047432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2852 2024.12.21 05:45:01.061520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 400
2853 2024.12.21 05:45:01.064585 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2024.12.21 05:45:01.064643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2855 2024.12.21 05:45:01.066185 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2856 2024.12.21 05:45:01.066525 [ 242 ] {} <Trace> system.query_log (c6b9b6a2-5449-4e56-8d92-ffce0ec5f23d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2857 2024.12.21 05:45:01.067168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400