Max level shown:
1 [ Dec 19 20:29:05 Enabled. ]
2 [ Dec 19 20:29:05 Rereading configuration. ]
3 [ Dec 19 20:29:08 Rereading configuration. ]
4 [ Dec 19 20:29:15 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 19 20:29:15 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.19 20:29:16.583650 [ 1 ] {} <Information> Application: Will watch for the process with pid 23683
29 2024.12.19 20:29:16.584275 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.19 20:29:16.784116 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23683
31 2024.12.19 20:29:16.784861 [ 1 ] {} <Information> Application: starting up
32 2024.12.19 20:29:16.785615 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.19 20:29:16.864807 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.19 20:29:16.925774 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.19 20:29:16.925822 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.19 20:29:16.925836 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.19 20:29:16.925911 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.19 20:29:16.926525 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.19 20:29:16.928243 [ 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.19 20:29:16.928942 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.19 20:29:16.929745 [ 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.19 20:29:16.929771 [ 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.19 20:29:16.929791 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.19 20:29:16.929991 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.19 20:29:16.931476 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.19 20:29:16.936831 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.19 20:29:16.937699 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.19 20:29:16.939004 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.19 20:29:16.939065 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.19 20:29:16.940572 [ 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.19 20:29:16.941095 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.19 20:29:16.944763 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.19 20:29:16.945076 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.19 20:29:16.946609 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.19 20:29:16.947063 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.19 20:29:16.947431 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.19 20:29:16.947815 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.19 20:29:16.949172 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.19 20:29:16.949197 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.19 20:29:16.949281 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.19 20:29:16.949445 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.19 20:29:16.971355 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.19 20:29:16.971383 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150333 sec
68 2024.12.19 20:29:16.971424 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.19 20:29:16.971440 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.19 20:29:16.972586 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.19 20:29:16.972652 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.19 20:29:16.983314 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.19 20:29:16.983359 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.19 20:29:16.983380 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.19 20:29:16.983393 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.19 20:29:16.983424 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.19 20:29:16.983443 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.19 20:29:16.985991 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.19 20:29:16.986036 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.19 20:29:16.986058 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.19 20:29:16.986242 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.19 20:29:16.986262 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.19 20:29:16.986297 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.19 20:29:16.986316 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.19 20:29:16.986329 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.19 20:29:16.986357 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.19 20:29:16.986375 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.19 20:29:17.010685 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.19 20:29:17.014766 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.19 20:29:17.014819 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1012e-05 sec
91 2024.12.19 20:29:17.014843 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.19 20:29:17.014865 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.19 20:29:17.014907 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.19 20:29:17.015127 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.19 20:29:17.015172 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.19 20:29:17.015185 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.19 20:29:17.015197 [ 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.19 20:29:17.015209 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.19 20:29:17.024449 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.19 20:29:17.024661 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2024.12.19 20:29:17.025551 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2931e-05 sec.
102 2024.12.19 20:29:17.025925 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.19 20:29:17.026009 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.19 20:29:17.026028 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.19 20:29:17.038011 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55381
106 2024.12.19 20:29:17.038260 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.19 20:29:17.038316 [ 3 ] {} <Debug> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Authenticating user 'default' from [fd00:1122:3344:101::d]:55381
108 2024.12.19 20:29:17.038349 [ 3 ] {} <Debug> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.19 20:29:17.038372 [ 3 ] {} <Debug> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.19 20:29:17.038459 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.19 20:29:17.038487 [ 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.19 20:29:17.038509 [ 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.19 20:29:17.038985 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59923
114 2024.12.19 20:29:17.039031 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41009
115 2024.12.19 20:29:17.039108 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.12.19 20:29:17.039154 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2024.12.19 20:29:17.039166 [ 4 ] {} <Debug> TCP-Session: 1838a282-091c-49d6-ba22-54e7f924d584 Authenticating user 'default' from [fd00:1122:3344:101::d]:59923
118 2024.12.19 20:29:17.039221 [ 5 ] {} <Debug> TCP-Session: f4d95013-446a-4ba4-b33c-0f2758ac1b83 Authenticating user 'default' from [fd00:1122:3344:101::d]:41009
119 2024.12.19 20:29:17.039230 [ 4 ] {} <Debug> TCP-Session: 1838a282-091c-49d6-ba22-54e7f924d584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2024.12.19 20:29:17.039268 [ 5 ] {} <Debug> TCP-Session: f4d95013-446a-4ba4-b33c-0f2758ac1b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2024.12.19 20:29:17.039295 [ 4 ] {} <Debug> TCP-Session: 1838a282-091c-49d6-ba22-54e7f924d584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2024.12.19 20:29:17.039305 [ 5 ] {} <Debug> TCP-Session: f4d95013-446a-4ba4-b33c-0f2758ac1b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.12.19 20:29:17.039846 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40696
124 2024.12.19 20:29:17.040459 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2024.12.19 20:29:17.040467 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35281
126 2024.12.19 20:29:17.040524 [ 253 ] {} <Debug> TCP-Session: f0b5c092-8a07-4c58-966a-ae843234caab Authenticating user 'default' from [fd00:1122:3344:101::d]:40696
127 2024.12.19 20:29:17.040574 [ 253 ] {} <Debug> TCP-Session: f0b5c092-8a07-4c58-966a-ae843234caab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2024.12.19 20:29:17.040762 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38862
129 2024.12.19 20:29:17.040782 [ 253 ] {} <Debug> TCP-Session: f0b5c092-8a07-4c58-966a-ae843234caab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2024.12.19 20:29:17.040779 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2024.12.19 20:29:17.041019 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
132 2024.12.19 20:29:17.041034 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
133 2024.12.19 20:29:17.041028 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41844
134 2024.12.19 20:29:17.041058 [ 254 ] {} <Debug> TCP-Session: f6d4eb72-13cc-4e6c-8d61-fd559a52a0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35281
135 2024.12.19 20:29:17.041099 [ 255 ] {} <Debug> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38862
136 2024.12.19 20:29:17.041133 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54701
137 2024.12.19 20:29:17.041163 [ 254 ] {} <Debug> TCP-Session: f6d4eb72-13cc-4e6c-8d61-fd559a52a0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2024.12.19 20:29:17.041174 [ 255 ] {} <Debug> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2024.12.19 20:29:17.041318 [ 255 ] {} <Debug> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2024.12.19 20:29:17.041385 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37972
141 2024.12.19 20:29:17.041407 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2024.12.19 20:29:17.041413 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2024.12.19 20:29:17.041476 [ 254 ] {} <Debug> TCP-Session: f6d4eb72-13cc-4e6c-8d61-fd559a52a0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.19 20:29:17.041583 [ 257 ] {} <Debug> TCP-Session: be78852e-1c76-4c01-b44a-aac222660ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54701
145 2024.12.19 20:29:17.041645 [ 256 ] {} <Debug> TCP-Session: eff684b7-c8f9-4127-9bc4-042898eae70a Authenticating user 'default' from [fd00:1122:3344:101::d]:41844
146 2024.12.19 20:29:17.041665 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
147 2024.12.19 20:29:17.041695 [ 257 ] {} <Debug> TCP-Session: be78852e-1c76-4c01-b44a-aac222660ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.19 20:29:17.041753 [ 256 ] {} <Debug> TCP-Session: eff684b7-c8f9-4127-9bc4-042898eae70a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2024.12.19 20:29:17.041769 [ 257 ] {} <Debug> TCP-Session: be78852e-1c76-4c01-b44a-aac222660ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2024.12.19 20:29:17.041789 [ 258 ] {} <Debug> TCP-Session: 5730fd47-ef25-4fbc-8c1a-32590bf0db20 Authenticating user 'default' from [fd00:1122:3344:101::d]:37972
151 2024.12.19 20:29:17.041805 [ 256 ] {} <Debug> TCP-Session: eff684b7-c8f9-4127-9bc4-042898eae70a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.19 20:29:17.041882 [ 258 ] {} <Debug> TCP-Session: 5730fd47-ef25-4fbc-8c1a-32590bf0db20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.19 20:29:17.042436 [ 258 ] {} <Debug> TCP-Session: 5730fd47-ef25-4fbc-8c1a-32590bf0db20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.12.19 20:29:17.044188 [ 3 ] {bc9f8aa1-56a2-4ea0-be0f-46cc461428d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2024.12.19 20:29:17.089517 [ 3 ] {bc9f8aa1-56a2-4ea0-be0f-46cc461428d1} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55381) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 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
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 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
164 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
165 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
166 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
167 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
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 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
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2024.12.19 20:29:17.090755 [ 3 ] {bc9f8aa1-56a2-4ea0-be0f-46cc461428d1} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 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
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 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
188 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
189 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
190 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
191 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
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 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
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2024.12.19 20:29:17.090854 [ 3 ] {bc9f8aa1-56a2-4ea0-be0f-46cc461428d1} <Debug> TCPHandler: Processed in 0.051132349 sec.
204 2024.12.19 20:29:17.091260 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2024.12.19 20:29:17.091445 [ 255 ] {b7b34785-11be-4f55-bb40-971e34a28348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2024.12.19 20:29:17.091743 [ 255 ] {b7b34785-11be-4f55-bb40-971e34a28348} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38862) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 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
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 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
215 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
216 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
217 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
218 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
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 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
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2024.12.19 20:29:17.091845 [ 255 ] {b7b34785-11be-4f55-bb40-971e34a28348} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 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
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 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
239 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
240 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
241 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
242 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
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 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
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2024.12.19 20:29:17.091927 [ 255 ] {b7b34785-11be-4f55-bb40-971e34a28348} <Debug> TCPHandler: Processed in 0.000798079 sec.
255 2024.12.19 20:29:17.092139 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2024.12.19 20:29:17.093283 [ 3 ] {f2048e8b-c448-48d4-8c01-0c0a8ec6af9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) DROP DATABASE IF EXISTS oximeter (stage: Complete)
257 2024.12.19 20:29:17.093873 [ 3 ] {f2048e8b-c448-48d4-8c01-0c0a8ec6af9a} <Debug> TCPHandler: Processed in 0.001785802 sec.
258 2024.12.19 20:29:17.094146 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
259 2024.12.19 20:29:17.094262 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
260 2024.12.19 20:29:17.094366 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
261 2024.12.19 20:29:17.103053 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
262 2024.12.19 20:29:17.103081 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4771e-05 sec
263 2024.12.19 20:29:17.103099 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Trace> ReferentialDeps: No tables
264 2024.12.19 20:29:17.103128 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Trace> LoadingDeps: No tables
265 2024.12.19 20:29:17.103155 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Information> DatabaseAtomic (oximeter): Starting up tables.
266 2024.12.19 20:29:17.103210 [ 255 ] {cf787bb1-2a2a-4e9e-9a91-fef372605577} <Debug> TCPHandler: Processed in 0.009124822 sec.
267 2024.12.19 20:29:17.103423 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.12.19 20:29:17.103589 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) /* The version table contains metadata about the `oximeter` database */
269 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
270 2024.12.19 20:29:17.103631 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
271 2024.12.19 20:29:17.109984 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
272 2024.12.19 20:29:17.117635 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Debug> oximeter.version (9bf06c20-c425-4458-a7c3-647449b8db55): Loading data parts
273 2024.12.19 20:29:17.118174 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Debug> oximeter.version (9bf06c20-c425-4458-a7c3-647449b8db55): There are no data parts
274 2024.12.19 20:29:17.127077 [ 3 ] {9c3d74c8-687a-40ca-9a03-b7264cb25203} <Debug> TCPHandler: Processed in 0.023705151 sec.
275 2024.12.19 20:29:17.127279 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
276 2024.12.19 20:29:17.127475 [ 255 ] {e592fbee-37f9-449f-8560-b54d243a3c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) /* The measurement tables contain all individual samples from each timeseries.
277 *
278 * Each table stores a single datum type, and otherwise contains nearly the same
279 * structure. The primary sorting key is on the timeseries name, key, and then
280 * timestamp, so that all timeseries from the same schema are grouped, followed
281 * by all samples from the same timeseries.
282 *
283 * This reflects that one usually looks up the _key_ in one or more field table,
284 * and then uses that to index quickly into the measurements tables.
285 */
286 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)
287 2024.12.19 20:29:17.127535 [ 255 ] {e592fbee-37f9-449f-8560-b54d243a3c69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
288 2024.12.19 20:29:17.141118 [ 255 ] {e592fbee-37f9-449f-8560-b54d243a3c69} <Debug> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): Loading data parts
289 2024.12.19 20:29:17.141479 [ 255 ] {e592fbee-37f9-449f-8560-b54d243a3c69} <Debug> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): There are no data parts
290 2024.12.19 20:29:17.151690 [ 255 ] {e592fbee-37f9-449f-8560-b54d243a3c69} <Debug> TCPHandler: Processed in 0.024463739 sec.
291 2024.12.19 20:29:17.151925 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2024.12.19 20:29:17.152180 [ 3 ] {d2d6d5cd-9ecd-4fcc-ad07-47d156cfd9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
293 2024.12.19 20:29:17.152246 [ 3 ] {d2d6d5cd-9ecd-4fcc-ad07-47d156cfd9e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
294 2024.12.19 20:29:17.156435 [ 3 ] {d2d6d5cd-9ecd-4fcc-ad07-47d156cfd9e3} <Debug> oximeter.measurements_i8 (4d920c3f-7724-48d1-820d-d114c24489eb): Loading data parts
295 2024.12.19 20:29:17.156666 [ 3 ] {d2d6d5cd-9ecd-4fcc-ad07-47d156cfd9e3} <Debug> oximeter.measurements_i8 (4d920c3f-7724-48d1-820d-d114c24489eb): There are no data parts
296 2024.12.19 20:29:17.162722 [ 3 ] {d2d6d5cd-9ecd-4fcc-ad07-47d156cfd9e3} <Debug> TCPHandler: Processed in 0.010861833 sec.
297 2024.12.19 20:29:17.162940 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
298 2024.12.19 20:29:17.163172 [ 255 ] {3c38a018-1917-42de-a1de-adcc728be934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
299 2024.12.19 20:29:17.163238 [ 255 ] {3c38a018-1917-42de-a1de-adcc728be934} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
300 2024.12.19 20:29:17.168624 [ 255 ] {3c38a018-1917-42de-a1de-adcc728be934} <Debug> oximeter.measurements_u8 (4d102cbb-5691-43b3-9898-765aa6b709fb): Loading data parts
301 2024.12.19 20:29:17.168914 [ 255 ] {3c38a018-1917-42de-a1de-adcc728be934} <Debug> oximeter.measurements_u8 (4d102cbb-5691-43b3-9898-765aa6b709fb): There are no data parts
302 2024.12.19 20:29:17.177024 [ 255 ] {3c38a018-1917-42de-a1de-adcc728be934} <Debug> TCPHandler: Processed in 0.014147489 sec.
303 2024.12.19 20:29:17.177220 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
304 2024.12.19 20:29:17.177422 [ 3 ] {d00b17b0-bc15-474e-951a-604f781e0c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
305 2024.12.19 20:29:17.177477 [ 3 ] {d00b17b0-bc15-474e-951a-604f781e0c0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
306 2024.12.19 20:29:17.183516 [ 3 ] {d00b17b0-bc15-474e-951a-604f781e0c0f} <Debug> oximeter.measurements_i16 (1d2c20b5-df05-45e0-9540-310a2af19fbb): Loading data parts
307 2024.12.19 20:29:17.183746 [ 3 ] {d00b17b0-bc15-474e-951a-604f781e0c0f} <Debug> oximeter.measurements_i16 (1d2c20b5-df05-45e0-9540-310a2af19fbb): There are no data parts
308 2024.12.19 20:29:17.186437 [ 3 ] {d00b17b0-bc15-474e-951a-604f781e0c0f} <Debug> TCPHandler: Processed in 0.009269645 sec.
309 2024.12.19 20:29:17.186637 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
310 2024.12.19 20:29:17.186825 [ 255 ] {9d8cb833-4a2c-41f3-95b4-f31f1e5a01bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
311 2024.12.19 20:29:17.186880 [ 255 ] {9d8cb833-4a2c-41f3-95b4-f31f1e5a01bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
312 2024.12.19 20:29:17.188972 [ 255 ] {9d8cb833-4a2c-41f3-95b4-f31f1e5a01bb} <Debug> oximeter.measurements_u16 (548a8226-61a8-44b9-8198-ae3a9e074b57): Loading data parts
313 2024.12.19 20:29:17.189136 [ 255 ] {9d8cb833-4a2c-41f3-95b4-f31f1e5a01bb} <Debug> oximeter.measurements_u16 (548a8226-61a8-44b9-8198-ae3a9e074b57): There are no data parts
314 2024.12.19 20:29:17.196377 [ 255 ] {9d8cb833-4a2c-41f3-95b4-f31f1e5a01bb} <Debug> TCPHandler: Processed in 0.009789957 sec.
315 2024.12.19 20:29:17.196593 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2024.12.19 20:29:17.196843 [ 3 ] {506a5860-2a0e-454c-ab41-a0886d5a7e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
317 2024.12.19 20:29:17.196907 [ 3 ] {506a5860-2a0e-454c-ab41-a0886d5a7e6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
318 2024.12.19 20:29:17.204852 [ 3 ] {506a5860-2a0e-454c-ab41-a0886d5a7e6b} <Debug> oximeter.measurements_i32 (2b62272f-abd5-4957-8f49-c01adab822bf): Loading data parts
319 2024.12.19 20:29:17.205065 [ 3 ] {506a5860-2a0e-454c-ab41-a0886d5a7e6b} <Debug> oximeter.measurements_i32 (2b62272f-abd5-4957-8f49-c01adab822bf): There are no data parts
320 2024.12.19 20:29:17.208784 [ 3 ] {506a5860-2a0e-454c-ab41-a0886d5a7e6b} <Debug> TCPHandler: Processed in 0.012252605 sec.
321 2024.12.19 20:29:17.209035 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
322 2024.12.19 20:29:17.209321 [ 255 ] {ae39a6cf-d619-4b3b-b2da-dca5c5202a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
323 2024.12.19 20:29:17.209405 [ 255 ] {ae39a6cf-d619-4b3b-b2da-dca5c5202a15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
324 2024.12.19 20:29:17.211683 [ 255 ] {ae39a6cf-d619-4b3b-b2da-dca5c5202a15} <Debug> oximeter.measurements_u32 (983e9ffa-1833-4a52-8fb6-e3d81075ba44): Loading data parts
325 2024.12.19 20:29:17.211920 [ 255 ] {ae39a6cf-d619-4b3b-b2da-dca5c5202a15} <Debug> oximeter.measurements_u32 (983e9ffa-1833-4a52-8fb6-e3d81075ba44): There are no data parts
326 2024.12.19 20:29:17.216429 [ 255 ] {ae39a6cf-d619-4b3b-b2da-dca5c5202a15} <Debug> TCPHandler: Processed in 0.007473144 sec.
327 2024.12.19 20:29:17.216653 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
328 2024.12.19 20:29:17.216867 [ 3 ] {ea3bf574-c640-4e13-b70b-a68e83ab5ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
329 2024.12.19 20:29:17.216913 [ 3 ] {ea3bf574-c640-4e13-b70b-a68e83ab5ef7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
330 2024.12.19 20:29:17.223021 [ 3 ] {ea3bf574-c640-4e13-b70b-a68e83ab5ef7} <Debug> oximeter.measurements_i64 (3c8f9592-5842-40f8-b4c7-e22e7b505485): Loading data parts
331 2024.12.19 20:29:17.223199 [ 3 ] {ea3bf574-c640-4e13-b70b-a68e83ab5ef7} <Debug> oximeter.measurements_i64 (3c8f9592-5842-40f8-b4c7-e22e7b505485): There are no data parts
332 2024.12.19 20:29:17.226001 [ 3 ] {ea3bf574-c640-4e13-b70b-a68e83ab5ef7} <Debug> TCPHandler: Processed in 0.009400018 sec.
333 2024.12.19 20:29:17.226212 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2024.12.19 20:29:17.226444 [ 255 ] {1d61fa9c-baba-4c7a-92ca-b7a77e304522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
335 2024.12.19 20:29:17.226516 [ 255 ] {1d61fa9c-baba-4c7a-92ca-b7a77e304522} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
336 2024.12.19 20:29:17.228620 [ 255 ] {1d61fa9c-baba-4c7a-92ca-b7a77e304522} <Debug> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Loading data parts
337 2024.12.19 20:29:17.228860 [ 255 ] {1d61fa9c-baba-4c7a-92ca-b7a77e304522} <Debug> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): There are no data parts
338 2024.12.19 20:29:17.233407 [ 255 ] {1d61fa9c-baba-4c7a-92ca-b7a77e304522} <Debug> TCPHandler: Processed in 0.007254838 sec.
339 2024.12.19 20:29:17.233741 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
340 2024.12.19 20:29:17.234176 [ 3 ] {5266a89d-d3cd-4d84-b015-953f6774d9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
341 2024.12.19 20:29:17.234278 [ 3 ] {5266a89d-d3cd-4d84-b015-953f6774d9f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
342 2024.12.19 20:29:17.245492 [ 3 ] {5266a89d-d3cd-4d84-b015-953f6774d9f6} <Debug> oximeter.measurements_f32 (b9e5c726-350c-49d2-9f62-62abe892adaa): Loading data parts
343 2024.12.19 20:29:17.245766 [ 3 ] {5266a89d-d3cd-4d84-b015-953f6774d9f6} <Debug> oximeter.measurements_f32 (b9e5c726-350c-49d2-9f62-62abe892adaa): There are no data parts
344 2024.12.19 20:29:17.255644 [ 3 ] {5266a89d-d3cd-4d84-b015-953f6774d9f6} <Debug> TCPHandler: Processed in 0.022003761 sec.
345 2024.12.19 20:29:17.255897 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2024.12.19 20:29:17.256091 [ 255 ] {489e971a-adb1-4ea7-8d5e-62fa1d06dd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
347 2024.12.19 20:29:17.256148 [ 255 ] {489e971a-adb1-4ea7-8d5e-62fa1d06dd1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
348 2024.12.19 20:29:17.261835 [ 255 ] {489e971a-adb1-4ea7-8d5e-62fa1d06dd1b} <Debug> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): Loading data parts
349 2024.12.19 20:29:17.262202 [ 255 ] {489e971a-adb1-4ea7-8d5e-62fa1d06dd1b} <Debug> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): There are no data parts
350 2024.12.19 20:29:17.267504 [ 255 ] {489e971a-adb1-4ea7-8d5e-62fa1d06dd1b} <Debug> TCPHandler: Processed in 0.011672461 sec.
351 2024.12.19 20:29:17.267687 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2024.12.19 20:29:17.267897 [ 3 ] {88fef4af-8a6a-41db-ba26-bd09ed937630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
353 2024.12.19 20:29:17.267943 [ 3 ] {88fef4af-8a6a-41db-ba26-bd09ed937630} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
354 2024.12.19 20:29:17.271170 [ 3 ] {88fef4af-8a6a-41db-ba26-bd09ed937630} <Debug> oximeter.measurements_string (fe3ad892-fd31-4490-ba12-33b15307e003): Loading data parts
355 2024.12.19 20:29:17.271334 [ 3 ] {88fef4af-8a6a-41db-ba26-bd09ed937630} <Debug> oximeter.measurements_string (fe3ad892-fd31-4490-ba12-33b15307e003): There are no data parts
356 2024.12.19 20:29:17.272810 [ 3 ] {88fef4af-8a6a-41db-ba26-bd09ed937630} <Debug> TCPHandler: Processed in 0.005176061 sec.
357 2024.12.19 20:29:17.273008 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
358 2024.12.19 20:29:17.273201 [ 255 ] {6618daff-b048-43ba-8a70-1a652c0bede7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
359 * NOTE: Right now we can't unambiguously record a nullable byte array.
360 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
361 * a string isn't palatable for a few reasons.
362 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
363 * details.
364 */
365 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
366 2024.12.19 20:29:17.273264 [ 255 ] {6618daff-b048-43ba-8a70-1a652c0bede7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
367 2024.12.19 20:29:17.277942 [ 255 ] {6618daff-b048-43ba-8a70-1a652c0bede7} <Debug> oximeter.measurements_bytes (63576bdc-e409-4c5b-b779-319b35a0c30c): Loading data parts
368 2024.12.19 20:29:17.278180 [ 255 ] {6618daff-b048-43ba-8a70-1a652c0bede7} <Debug> oximeter.measurements_bytes (63576bdc-e409-4c5b-b779-319b35a0c30c): There are no data parts
369 2024.12.19 20:29:17.283915 [ 255 ] {6618daff-b048-43ba-8a70-1a652c0bede7} <Debug> TCPHandler: Processed in 0.010968195 sec.
370 2024.12.19 20:29:17.284260 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.12.19 20:29:17.284497 [ 3 ] {d128a6d7-238d-4ed2-87fe-6c155cf54bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
372 2024.12.19 20:29:17.284563 [ 3 ] {d128a6d7-238d-4ed2-87fe-6c155cf54bae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
373 2024.12.19 20:29:17.288488 [ 3 ] {d128a6d7-238d-4ed2-87fe-6c155cf54bae} <Debug> oximeter.measurements_cumulativei64 (99e72ee5-8c58-451f-b9a6-ae162c7779b1): Loading data parts
374 2024.12.19 20:29:17.288663 [ 3 ] {d128a6d7-238d-4ed2-87fe-6c155cf54bae} <Debug> oximeter.measurements_cumulativei64 (99e72ee5-8c58-451f-b9a6-ae162c7779b1): There are no data parts
375 2024.12.19 20:29:17.290192 [ 3 ] {d128a6d7-238d-4ed2-87fe-6c155cf54bae} <Debug> TCPHandler: Processed in 0.00600832 sec.
376 2024.12.19 20:29:17.290370 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.12.19 20:29:17.290576 [ 255 ] {c9b3a6e7-9ecf-4100-a8ba-0152e108083d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
378 2024.12.19 20:29:17.290633 [ 255 ] {c9b3a6e7-9ecf-4100-a8ba-0152e108083d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
379 2024.12.19 20:29:17.295351 [ 255 ] {c9b3a6e7-9ecf-4100-a8ba-0152e108083d} <Debug> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Loading data parts
380 2024.12.19 20:29:17.295565 [ 255 ] {c9b3a6e7-9ecf-4100-a8ba-0152e108083d} <Debug> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): There are no data parts
381 2024.12.19 20:29:17.301241 [ 255 ] {c9b3a6e7-9ecf-4100-a8ba-0152e108083d} <Debug> TCPHandler: Processed in 0.010922604 sec.
382 2024.12.19 20:29:17.301425 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.12.19 20:29:17.301626 [ 3 ] {594a73d0-12db-4232-a5ce-8fcb5b1a5b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
384 2024.12.19 20:29:17.301687 [ 3 ] {594a73d0-12db-4232-a5ce-8fcb5b1a5b0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
385 2024.12.19 20:29:17.304975 [ 3 ] {594a73d0-12db-4232-a5ce-8fcb5b1a5b0c} <Debug> oximeter.measurements_cumulativef32 (acac9659-ab27-4cd6-b4a8-6e621bad701f): Loading data parts
386 2024.12.19 20:29:17.305197 [ 3 ] {594a73d0-12db-4232-a5ce-8fcb5b1a5b0c} <Debug> oximeter.measurements_cumulativef32 (acac9659-ab27-4cd6-b4a8-6e621bad701f): There are no data parts
387 2024.12.19 20:29:17.306705 [ 3 ] {594a73d0-12db-4232-a5ce-8fcb5b1a5b0c} <Debug> TCPHandler: Processed in 0.005331614 sec.
388 2024.12.19 20:29:17.306895 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.19 20:29:17.307137 [ 255 ] {a20e79b0-ece4-4666-95f7-c1345303e287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
390 2024.12.19 20:29:17.307211 [ 255 ] {a20e79b0-ece4-4666-95f7-c1345303e287} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
391 2024.12.19 20:29:17.312066 [ 255 ] {a20e79b0-ece4-4666-95f7-c1345303e287} <Debug> oximeter.measurements_cumulativef64 (a96e4b01-30d9-4e3c-a66b-d09b722ff01d): Loading data parts
392 2024.12.19 20:29:17.312326 [ 255 ] {a20e79b0-ece4-4666-95f7-c1345303e287} <Debug> oximeter.measurements_cumulativef64 (a96e4b01-30d9-4e3c-a66b-d09b722ff01d): There are no data parts
393 2024.12.19 20:29:17.318485 [ 255 ] {a20e79b0-ece4-4666-95f7-c1345303e287} <Debug> TCPHandler: Processed in 0.011640741 sec.
394 2024.12.19 20:29:17.318677 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.12.19 20:29:17.318964 [ 3 ] {e2ce76f9-90a8-4072-b7ab-cf2f158613b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
396 * NOTE: Array types cannot be Nullable, see
397 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
398 * for more details.
399 *
400 * This means we need to use empty arrays to indicate a missing value. This
401 * is unfortunate, and at this point relies on the fact that an
402 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
403 * to figure out another way to represent missing samples here.
404 */
405 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)
406 2024.12.19 20:29:17.319036 [ 3 ] {e2ce76f9-90a8-4072-b7ab-cf2f158613b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
407 2024.12.19 20:29:17.322678 [ 3 ] {e2ce76f9-90a8-4072-b7ab-cf2f158613b5} <Debug> oximeter.measurements_histogrami8 (d83d06aa-2436-4d82-aa28-cd6bfc1c6d1b): Loading data parts
408 2024.12.19 20:29:17.322838 [ 3 ] {e2ce76f9-90a8-4072-b7ab-cf2f158613b5} <Debug> oximeter.measurements_histogrami8 (d83d06aa-2436-4d82-aa28-cd6bfc1c6d1b): There are no data parts
409 2024.12.19 20:29:17.326408 [ 3 ] {e2ce76f9-90a8-4072-b7ab-cf2f158613b5} <Debug> TCPHandler: Processed in 0.007783271 sec.
410 2024.12.19 20:29:17.326610 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2024.12.19 20:29:17.326886 [ 255 ] {7ed597a5-7722-4184-baad-0d9656a0b45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
412 2024.12.19 20:29:17.326959 [ 255 ] {7ed597a5-7722-4184-baad-0d9656a0b45b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
413 2024.12.19 20:29:17.337021 [ 255 ] {7ed597a5-7722-4184-baad-0d9656a0b45b} <Debug> oximeter.measurements_histogramu8 (c4c611a5-428f-4897-b949-ac32a5b60f4d): Loading data parts
414 2024.12.19 20:29:17.337181 [ 255 ] {7ed597a5-7722-4184-baad-0d9656a0b45b} <Debug> oximeter.measurements_histogramu8 (c4c611a5-428f-4897-b949-ac32a5b60f4d): There are no data parts
415 2024.12.19 20:29:17.341368 [ 255 ] {7ed597a5-7722-4184-baad-0d9656a0b45b} <Debug> TCPHandler: Processed in 0.014810925 sec.
416 2024.12.19 20:29:17.341556 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
417 2024.12.19 20:29:17.341854 [ 3 ] {75c3c4ff-089b-4983-b89f-95192498edd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
418 2024.12.19 20:29:17.341920 [ 3 ] {75c3c4ff-089b-4983-b89f-95192498edd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
419 2024.12.19 20:29:17.349012 [ 3 ] {75c3c4ff-089b-4983-b89f-95192498edd6} <Debug> oximeter.measurements_histogrami16 (e55f3b55-cead-4687-acdf-b48cf909ef80): Loading data parts
420 2024.12.19 20:29:17.349178 [ 3 ] {75c3c4ff-089b-4983-b89f-95192498edd6} <Debug> oximeter.measurements_histogrami16 (e55f3b55-cead-4687-acdf-b48cf909ef80): There are no data parts
421 2024.12.19 20:29:17.357540 [ 3 ] {75c3c4ff-089b-4983-b89f-95192498edd6} <Debug> TCPHandler: Processed in 0.016034963 sec.
422 2024.12.19 20:29:17.357746 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2024.12.19 20:29:17.358009 [ 255 ] {8b67755a-fd20-4ab1-9c44-31e182606eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
424 2024.12.19 20:29:17.358079 [ 255 ] {8b67755a-fd20-4ab1-9c44-31e182606eff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
425 2024.12.19 20:29:17.367851 [ 255 ] {8b67755a-fd20-4ab1-9c44-31e182606eff} <Debug> oximeter.measurements_histogramu16 (7fcfc551-0f57-4a21-9640-a215109fc333): Loading data parts
426 2024.12.19 20:29:17.368113 [ 255 ] {8b67755a-fd20-4ab1-9c44-31e182606eff} <Debug> oximeter.measurements_histogramu16 (7fcfc551-0f57-4a21-9640-a215109fc333): There are no data parts
427 2024.12.19 20:29:17.373296 [ 255 ] {8b67755a-fd20-4ab1-9c44-31e182606eff} <Debug> TCPHandler: Processed in 0.015601972 sec.
428 2024.12.19 20:29:17.373555 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2024.12.19 20:29:17.373895 [ 3 ] {67717fbb-ef80-43bb-888e-a563991b6b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
430 2024.12.19 20:29:17.373968 [ 3 ] {67717fbb-ef80-43bb-888e-a563991b6b49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
431 2024.12.19 20:29:17.377425 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34803
432 2024.12.19 20:29:17.377578 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
433 2024.12.19 20:29:17.377609 [ 261 ] {} <Debug> TCP-Session: 7090fb0b-5e1e-437e-9f26-79558d50eb83 Authenticating user 'default' from [fd00:1122:3344:101::e]:34803
434 2024.12.19 20:29:17.377634 [ 261 ] {} <Debug> TCP-Session: 7090fb0b-5e1e-437e-9f26-79558d50eb83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
435 2024.12.19 20:29:17.377681 [ 261 ] {} <Debug> TCP-Session: 7090fb0b-5e1e-437e-9f26-79558d50eb83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
436 2024.12.19 20:29:17.377745 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
437 2024.12.19 20:29:17.377775 [ 261 ] {} <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
438 2024.12.19 20:29:17.377805 [ 261 ] {} <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
439 2024.12.19 20:29:17.379198 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62756
440 2024.12.19 20:29:17.379283 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57651
441 2024.12.19 20:29:17.379382 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
442 2024.12.19 20:29:17.379405 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35618
443 2024.12.19 20:29:17.379542 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
444 2024.12.19 20:29:17.379565 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47239
445 2024.12.19 20:29:17.379672 [ 262 ] {} <Debug> TCP-Session: 5aea06f0-641c-40b2-903c-192f76c14498 Authenticating user 'default' from [fd00:1122:3344:101::e]:62756
446 2024.12.19 20:29:17.379690 [ 263 ] {} <Debug> TCP-Session: 57b29d42-10d9-4df6-93cb-ebf251d30ff6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57651
447 2024.12.19 20:29:17.379754 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48642
448 2024.12.19 20:29:17.379788 [ 263 ] {} <Debug> TCP-Session: 57b29d42-10d9-4df6-93cb-ebf251d30ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
449 2024.12.19 20:29:17.379814 [ 262 ] {} <Debug> TCP-Session: 5aea06f0-641c-40b2-903c-192f76c14498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
450 2024.12.19 20:29:17.379764 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
451 2024.12.19 20:29:17.380034 [ 263 ] {} <Debug> TCP-Session: 57b29d42-10d9-4df6-93cb-ebf251d30ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
452 2024.12.19 20:29:17.380074 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
453 2024.12.19 20:29:17.380072 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59852
454 2024.12.19 20:29:17.380061 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42904
455 2024.12.19 20:29:17.380195 [ 3 ] {67717fbb-ef80-43bb-888e-a563991b6b49} <Debug> oximeter.measurements_histogrami32 (b128d830-309e-4f0b-96be-15a2c377e463): Loading data parts
456 2024.12.19 20:29:17.380235 [ 265 ] {} <Debug> TCP-Session: ebf81095-5ccd-47af-9d2d-de0fc13d0f5d Authenticating user 'default' from [fd00:1122:3344:101::e]:47239
457 2024.12.19 20:29:17.380235 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
458 2024.12.19 20:29:17.380340 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
459 2024.12.19 20:29:17.380347 [ 265 ] {} <Debug> TCP-Session: ebf81095-5ccd-47af-9d2d-de0fc13d0f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
460 2024.12.19 20:29:17.380440 [ 266 ] {} <Debug> TCP-Session: b6028d6f-bef7-43b2-8ba2-1b21fef4663e Authenticating user 'default' from [fd00:1122:3344:101::e]:48642
461 2024.12.19 20:29:17.380483 [ 265 ] {} <Debug> TCP-Session: ebf81095-5ccd-47af-9d2d-de0fc13d0f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
462 2024.12.19 20:29:17.380486 [ 268 ] {} <Debug> TCP-Session: e64383c0-3913-4e96-a628-a71917e7b4ff Authenticating user 'default' from [fd00:1122:3344:101::e]:59852
463 2024.12.19 20:29:17.380703 [ 262 ] {} <Debug> TCP-Session: 5aea06f0-641c-40b2-903c-192f76c14498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
464 2024.12.19 20:29:17.380706 [ 266 ] {} <Debug> TCP-Session: b6028d6f-bef7-43b2-8ba2-1b21fef4663e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
465 2024.12.19 20:29:17.380740 [ 268 ] {} <Debug> TCP-Session: e64383c0-3913-4e96-a628-a71917e7b4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
466 2024.12.19 20:29:17.380818 [ 266 ] {} <Debug> TCP-Session: b6028d6f-bef7-43b2-8ba2-1b21fef4663e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
467 2024.12.19 20:29:17.380872 [ 268 ] {} <Debug> TCP-Session: e64383c0-3913-4e96-a628-a71917e7b4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
468 2024.12.19 20:29:17.380858 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
469 2024.12.19 20:29:17.380962 [ 3 ] {67717fbb-ef80-43bb-888e-a563991b6b49} <Debug> oximeter.measurements_histogrami32 (b128d830-309e-4f0b-96be-15a2c377e463): There are no data parts
470 2024.12.19 20:29:17.380390 [ 264 ] {} <Debug> TCP-Session: 5bd2ca47-cec8-4a26-85fc-fd685e5bcd68 Authenticating user 'default' from [fd00:1122:3344:101::e]:35618
471 2024.12.19 20:29:17.381029 [ 267 ] {} <Debug> TCP-Session: 30fe8ab2-541e-4eed-8fcf-ef283420810d Authenticating user 'default' from [fd00:1122:3344:101::e]:42904
472 2024.12.19 20:29:17.381048 [ 264 ] {} <Debug> TCP-Session: 5bd2ca47-cec8-4a26-85fc-fd685e5bcd68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
473 2024.12.19 20:29:17.381098 [ 267 ] {} <Debug> TCP-Session: 30fe8ab2-541e-4eed-8fcf-ef283420810d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
474 2024.12.19 20:29:17.381100 [ 264 ] {} <Debug> TCP-Session: 5bd2ca47-cec8-4a26-85fc-fd685e5bcd68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
475 2024.12.19 20:29:17.381158 [ 267 ] {} <Debug> TCP-Session: 30fe8ab2-541e-4eed-8fcf-ef283420810d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
476 2024.12.19 20:29:17.390282 [ 3 ] {67717fbb-ef80-43bb-888e-a563991b6b49} <Debug> TCPHandler: Processed in 0.01679306 sec.
477 2024.12.19 20:29:17.390484 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2024.12.19 20:29:17.390783 [ 255 ] {355f70b8-9dd8-4c06-9be2-bc278032b838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
479 2024.12.19 20:29:17.390857 [ 255 ] {355f70b8-9dd8-4c06-9be2-bc278032b838} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
480 2024.12.19 20:29:17.402144 [ 255 ] {355f70b8-9dd8-4c06-9be2-bc278032b838} <Debug> oximeter.measurements_histogramu32 (b626c156-3942-4d6c-9bbd-0d25288d4ad3): Loading data parts
481 2024.12.19 20:29:17.402406 [ 255 ] {355f70b8-9dd8-4c06-9be2-bc278032b838} <Debug> oximeter.measurements_histogramu32 (b626c156-3942-4d6c-9bbd-0d25288d4ad3): There are no data parts
482 2024.12.19 20:29:17.407507 [ 255 ] {355f70b8-9dd8-4c06-9be2-bc278032b838} <Debug> TCPHandler: Processed in 0.017076387 sec.
483 2024.12.19 20:29:17.407743 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
484 2024.12.19 20:29:17.408040 [ 3 ] {3b786d6b-26be-4b1d-8988-3570846b8a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
485 2024.12.19 20:29:17.408110 [ 3 ] {3b786d6b-26be-4b1d-8988-3570846b8a7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
486 2024.12.19 20:29:17.417497 [ 3 ] {3b786d6b-26be-4b1d-8988-3570846b8a7b} <Debug> oximeter.measurements_histogrami64 (3997a191-95f4-440a-aef5-824d9e6dddc7): Loading data parts
487 2024.12.19 20:29:17.417691 [ 3 ] {3b786d6b-26be-4b1d-8988-3570846b8a7b} <Debug> oximeter.measurements_histogrami64 (3997a191-95f4-440a-aef5-824d9e6dddc7): There are no data parts
488 2024.12.19 20:29:17.422857 [ 3 ] {3b786d6b-26be-4b1d-8988-3570846b8a7b} <Debug> TCPHandler: Processed in 0.015175853 sec.
489 2024.12.19 20:29:17.423243 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2024.12.19 20:29:17.423551 [ 255 ] {dd0ee8f0-61cc-43d5-8c9d-eb066d317e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
491 2024.12.19 20:29:17.423619 [ 255 ] {dd0ee8f0-61cc-43d5-8c9d-eb066d317e7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
492 2024.12.19 20:29:17.430025 [ 255 ] {dd0ee8f0-61cc-43d5-8c9d-eb066d317e7b} <Debug> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): Loading data parts
493 2024.12.19 20:29:17.430207 [ 255 ] {dd0ee8f0-61cc-43d5-8c9d-eb066d317e7b} <Debug> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): There are no data parts
494 2024.12.19 20:29:17.433065 [ 255 ] {dd0ee8f0-61cc-43d5-8c9d-eb066d317e7b} <Debug> TCPHandler: Processed in 0.009934221 sec.
495 2024.12.19 20:29:17.433321 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2024.12.19 20:29:17.433653 [ 3 ] {39f8bad2-f87f-4c19-8a94-fc78acb1807b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
497 2024.12.19 20:29:17.433747 [ 3 ] {39f8bad2-f87f-4c19-8a94-fc78acb1807b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
498 2024.12.19 20:29:17.436146 [ 3 ] {39f8bad2-f87f-4c19-8a94-fc78acb1807b} <Debug> oximeter.measurements_histogramf32 (e755ba6e-6b13-4338-abe6-3c1058a1fc44): Loading data parts
499 2024.12.19 20:29:17.436318 [ 3 ] {39f8bad2-f87f-4c19-8a94-fc78acb1807b} <Debug> oximeter.measurements_histogramf32 (e755ba6e-6b13-4338-abe6-3c1058a1fc44): There are no data parts
500 2024.12.19 20:29:17.440534 [ 3 ] {39f8bad2-f87f-4c19-8a94-fc78acb1807b} <Debug> TCPHandler: Processed in 0.00727743 sec.
501 2024.12.19 20:29:17.440734 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2024.12.19 20:29:17.441076 [ 255 ] {526a3490-8d03-4fd8-ae73-da8469851542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
503 2024.12.19 20:29:17.441157 [ 255 ] {526a3490-8d03-4fd8-ae73-da8469851542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
504 2024.12.19 20:29:17.447870 [ 255 ] {526a3490-8d03-4fd8-ae73-da8469851542} <Debug> oximeter.measurements_histogramf64 (fd2cb558-aed0-4518-ad2f-65d520e908e1): Loading data parts
505 2024.12.19 20:29:17.448060 [ 255 ] {526a3490-8d03-4fd8-ae73-da8469851542} <Debug> oximeter.measurements_histogramf64 (fd2cb558-aed0-4518-ad2f-65d520e908e1): There are no data parts
506 2024.12.19 20:29:17.450974 [ 255 ] {526a3490-8d03-4fd8-ae73-da8469851542} <Debug> TCPHandler: Processed in 0.010301379 sec.
507 2024.12.19 20:29:17.451322 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2024.12.19 20:29:17.451681 [ 3 ] {5454030e-4955-4e0d-b4cb-776170b0b14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) /* The field tables store named dimensions of each timeseries.
509 *
510 * As with the measurement tables, there is one field table for each field data
511 * type. Fields are deduplicated by using the "replacing merge tree", though
512 * this behavior **must not** be relied upon for query correctness.
513 *
514 * The index for the fields differs from the measurements, however. Rows are
515 * sorted by timeseries name, then field name, field value, and finally
516 * timeseries key. This reflects the most common pattern for looking them up:
517 * by field name and possibly value, within a timeseries. The resulting keys are
518 * usually then used to look up measurements.
519 *
520 * NOTE: We may want to consider a secondary index on these tables, sorting by
521 * timeseries name and then key, since it would improve lookups where one
522 * already has the key. Realistically though, these tables are quite small and
523 * so performance benefits will be low in absolute terms.
524 *
525 * TTL: We use a materialized column to expire old field table records. This
526 * column is generated automatically by the database whenever a new row is
527 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
528 * query. Since these tables are `ReplacingMergeTree`s, that means the last
529 * record will remain during a deduplication, which will have the last
530 * timestamp. ClickHouse will then expire old data for us, similar to the
531 * measurement tables.
532 */
533 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)
534 2024.12.19 20:29:17.451797 [ 3 ] {5454030e-4955-4e0d-b4cb-776170b0b14c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
535 2024.12.19 20:29:17.458465 [ 3 ] {5454030e-4955-4e0d-b4cb-776170b0b14c} <Debug> oximeter.fields_bool (448323ff-29b5-4fa5-8b5d-6972718a22a7): Loading data parts
536 2024.12.19 20:29:17.458655 [ 3 ] {5454030e-4955-4e0d-b4cb-776170b0b14c} <Debug> oximeter.fields_bool (448323ff-29b5-4fa5-8b5d-6972718a22a7): There are no data parts
537 2024.12.19 20:29:17.465219 [ 3 ] {5454030e-4955-4e0d-b4cb-776170b0b14c} <Debug> TCPHandler: Processed in 0.013996145 sec.
538 2024.12.19 20:29:17.465445 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
539 2024.12.19 20:29:17.465652 [ 255 ] {d2124b7d-13f8-494c-ad6f-a6b65a288f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
540 2024.12.19 20:29:17.465705 [ 255 ] {d2124b7d-13f8-494c-ad6f-a6b65a288f9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
541 2024.12.19 20:29:17.473350 [ 255 ] {d2124b7d-13f8-494c-ad6f-a6b65a288f9f} <Debug> oximeter.fields_i8 (e70cd85a-7a04-4332-ae82-c96f35104aff): Loading data parts
542 2024.12.19 20:29:17.473636 [ 255 ] {d2124b7d-13f8-494c-ad6f-a6b65a288f9f} <Debug> oximeter.fields_i8 (e70cd85a-7a04-4332-ae82-c96f35104aff): There are no data parts
543 2024.12.19 20:29:17.477397 [ 255 ] {d2124b7d-13f8-494c-ad6f-a6b65a288f9f} <Debug> TCPHandler: Processed in 0.01200481 sec.
544 2024.12.19 20:29:17.477587 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2024.12.19 20:29:17.477779 [ 3 ] {3527cce7-43b7-4a8d-a8cc-f74274e9695a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
546 2024.12.19 20:29:17.477838 [ 3 ] {3527cce7-43b7-4a8d-a8cc-f74274e9695a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
547 2024.12.19 20:29:17.480091 [ 3 ] {3527cce7-43b7-4a8d-a8cc-f74274e9695a} <Debug> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): Loading data parts
548 2024.12.19 20:29:17.480266 [ 3 ] {3527cce7-43b7-4a8d-a8cc-f74274e9695a} <Debug> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): There are no data parts
549 2024.12.19 20:29:17.484574 [ 3 ] {3527cce7-43b7-4a8d-a8cc-f74274e9695a} <Debug> TCPHandler: Processed in 0.007037573 sec.
550 2024.12.19 20:29:17.484869 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2024.12.19 20:29:17.485316 [ 255 ] {072538a3-c88b-433a-872a-85b35c833141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
552 2024.12.19 20:29:17.485371 [ 255 ] {072538a3-c88b-433a-872a-85b35c833141} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
553 2024.12.19 20:29:17.493068 [ 255 ] {072538a3-c88b-433a-872a-85b35c833141} <Debug> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): Loading data parts
554 2024.12.19 20:29:17.493304 [ 255 ] {072538a3-c88b-433a-872a-85b35c833141} <Debug> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): There are no data parts
555 2024.12.19 20:29:17.496223 [ 255 ] {072538a3-c88b-433a-872a-85b35c833141} <Debug> TCPHandler: Processed in 0.011450106 sec.
556 2024.12.19 20:29:17.496463 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2024.12.19 20:29:17.496697 [ 3 ] {2a305296-e177-4e01-87f4-0e4e7f7208ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
558 2024.12.19 20:29:17.496768 [ 3 ] {2a305296-e177-4e01-87f4-0e4e7f7208ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
559 2024.12.19 20:29:17.498858 [ 3 ] {2a305296-e177-4e01-87f4-0e4e7f7208ee} <Debug> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): Loading data parts
560 2024.12.19 20:29:17.499064 [ 3 ] {2a305296-e177-4e01-87f4-0e4e7f7208ee} <Debug> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): There are no data parts
561 2024.12.19 20:29:17.503244 [ 3 ] {2a305296-e177-4e01-87f4-0e4e7f7208ee} <Debug> TCPHandler: Processed in 0.00684588 sec.
562 2024.12.19 20:29:17.503455 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2024.12.19 20:29:17.503711 [ 255 ] {92cbea73-76ad-44a3-95ec-b59daf7c7094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
564 2024.12.19 20:29:17.503782 [ 255 ] {92cbea73-76ad-44a3-95ec-b59daf7c7094} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
565 2024.12.19 20:29:17.509825 [ 255 ] {92cbea73-76ad-44a3-95ec-b59daf7c7094} <Debug> oximeter.fields_i32 (aa0f039c-c68b-4c25-bfaf-b3c6b9cc5727): Loading data parts
566 2024.12.19 20:29:17.510021 [ 255 ] {92cbea73-76ad-44a3-95ec-b59daf7c7094} <Debug> oximeter.fields_i32 (aa0f039c-c68b-4c25-bfaf-b3c6b9cc5727): There are no data parts
567 2024.12.19 20:29:17.513569 [ 255 ] {92cbea73-76ad-44a3-95ec-b59daf7c7094} <Debug> TCPHandler: Processed in 0.010176097 sec.
568 2024.12.19 20:29:17.513794 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2024.12.19 20:29:17.514009 [ 3 ] {e21ce0b5-246f-4349-a929-a0b31383484e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
570 2024.12.19 20:29:17.514084 [ 3 ] {e21ce0b5-246f-4349-a929-a0b31383484e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
571 2024.12.19 20:29:17.520456 [ 3 ] {e21ce0b5-246f-4349-a929-a0b31383484e} <Debug> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): Loading data parts
572 2024.12.19 20:29:17.520673 [ 3 ] {e21ce0b5-246f-4349-a929-a0b31383484e} <Debug> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): There are no data parts
573 2024.12.19 20:29:17.524632 [ 3 ] {e21ce0b5-246f-4349-a929-a0b31383484e} <Debug> TCPHandler: Processed in 0.010901353 sec.
574 2024.12.19 20:29:17.524854 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
575 2024.12.19 20:29:17.525078 [ 255 ] {f7c67c80-a2f4-4419-af70-44d1e33259c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
576 2024.12.19 20:29:17.525132 [ 255 ] {f7c67c80-a2f4-4419-af70-44d1e33259c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
577 2024.12.19 20:29:17.532927 [ 255 ] {f7c67c80-a2f4-4419-af70-44d1e33259c2} <Debug> oximeter.fields_i64 (66e91071-4137-415c-9fcc-5ee0ff6a579f): Loading data parts
578 2024.12.19 20:29:17.533164 [ 255 ] {f7c67c80-a2f4-4419-af70-44d1e33259c2} <Debug> oximeter.fields_i64 (66e91071-4137-415c-9fcc-5ee0ff6a579f): There are no data parts
579 2024.12.19 20:29:17.539781 [ 255 ] {f7c67c80-a2f4-4419-af70-44d1e33259c2} <Debug> TCPHandler: Processed in 0.014988378 sec.
580 2024.12.19 20:29:17.540142 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
581 2024.12.19 20:29:17.540459 [ 3 ] {20d89442-6cc4-4648-b4e8-06135023e049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
582 2024.12.19 20:29:17.540530 [ 3 ] {20d89442-6cc4-4648-b4e8-06135023e049} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
583 2024.12.19 20:29:17.550282 [ 3 ] {20d89442-6cc4-4648-b4e8-06135023e049} <Debug> oximeter.fields_u64 (8f9b335e-10ba-46f5-b44c-8f058936cb5a): Loading data parts
584 2024.12.19 20:29:17.550449 [ 3 ] {20d89442-6cc4-4648-b4e8-06135023e049} <Debug> oximeter.fields_u64 (8f9b335e-10ba-46f5-b44c-8f058936cb5a): There are no data parts
585 2024.12.19 20:29:17.555237 [ 3 ] {20d89442-6cc4-4648-b4e8-06135023e049} <Debug> TCPHandler: Processed in 0.015206384 sec.
586 2024.12.19 20:29:17.555478 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
587 2024.12.19 20:29:17.555729 [ 255 ] {21a90525-3373-4c76-894d-00cf2b1f935d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
588 2024.12.19 20:29:17.555800 [ 255 ] {21a90525-3373-4c76-894d-00cf2b1f935d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
589 2024.12.19 20:29:17.562013 [ 255 ] {21a90525-3373-4c76-894d-00cf2b1f935d} <Debug> oximeter.fields_ipaddr (e1d66e90-aa94-461f-95fb-faa59946930e): Loading data parts
590 2024.12.19 20:29:17.562193 [ 255 ] {21a90525-3373-4c76-894d-00cf2b1f935d} <Debug> oximeter.fields_ipaddr (e1d66e90-aa94-461f-95fb-faa59946930e): There are no data parts
591 2024.12.19 20:29:17.568182 [ 255 ] {21a90525-3373-4c76-894d-00cf2b1f935d} <Debug> TCPHandler: Processed in 0.012767267 sec.
592 2024.12.19 20:29:17.568404 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
593 2024.12.19 20:29:17.568638 [ 3 ] {0258016f-e478-44d7-b3f2-ff50f6c4b02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) 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)
594 2024.12.19 20:29:17.568709 [ 3 ] {0258016f-e478-44d7-b3f2-ff50f6c4b02e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
595 2024.12.19 20:29:17.575870 [ 3 ] {0258016f-e478-44d7-b3f2-ff50f6c4b02e} <Debug> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Loading data parts
596 2024.12.19 20:29:17.576149 [ 3 ] {0258016f-e478-44d7-b3f2-ff50f6c4b02e} <Debug> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): There are no data parts
597 2024.12.19 20:29:17.584039 [ 3 ] {0258016f-e478-44d7-b3f2-ff50f6c4b02e} <Debug> TCPHandler: Processed in 0.015700095 sec.
598 2024.12.19 20:29:17.584255 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
599 2024.12.19 20:29:17.584509 [ 255 ] {edd7525e-8352-498b-bfe7-1b1642395304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) 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)
600 2024.12.19 20:29:17.584581 [ 255 ] {edd7525e-8352-498b-bfe7-1b1642395304} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
601 2024.12.19 20:29:17.592936 [ 255 ] {edd7525e-8352-498b-bfe7-1b1642395304} <Debug> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Loading data parts
602 2024.12.19 20:29:17.593252 [ 255 ] {edd7525e-8352-498b-bfe7-1b1642395304} <Debug> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): There are no data parts
603 2024.12.19 20:29:17.600339 [ 255 ] {edd7525e-8352-498b-bfe7-1b1642395304} <Debug> TCPHandler: Processed in 0.016146836 sec.
604 2024.12.19 20:29:17.600552 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
605 2024.12.19 20:29:17.600865 [ 3 ] {22c96742-c4b4-40ac-97f9-e7c1b037ec9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) /* The timeseries schema table stores the extracted schema for the samples
606 * oximeter collects.
607 */
608 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)
609 2024.12.19 20:29:17.600952 [ 3 ] {22c96742-c4b4-40ac-97f9-e7c1b037ec9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
610 2024.12.19 20:29:17.606223 [ 3 ] {22c96742-c4b4-40ac-97f9-e7c1b037ec9d} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Loading data parts
611 2024.12.19 20:29:17.606369 [ 3 ] {22c96742-c4b4-40ac-97f9-e7c1b037ec9d} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): There are no data parts
612 2024.12.19 20:29:17.612080 [ 3 ] {22c96742-c4b4-40ac-97f9-e7c1b037ec9d} <Debug> TCPHandler: Processed in 0.011589969 sec.
613 2024.12.19 20:29:17.612308 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2024.12.19 20:29:17.612515 [ 255 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
615 2024.12.19 20:29:17.613720 [ 255 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
616 2024.12.19 20:29:17.620565 [ 259 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Trace> oximeter.version (9bf06c20-c425-4458-a7c3-647449b8db55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
617 2024.12.19 20:29:17.620609 [ 259 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB.
618 2024.12.19 20:29:17.624136 [ 259 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
619 2024.12.19 20:29:17.624491 [ 259 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Trace> oximeter.version (9bf06c20-c425-4458-a7c3-647449b8db55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
620 2024.12.19 20:29:17.624782 [ 255 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012352 sec., 80.95854922279793 rows/sec., 1.26 KiB/sec.
621 2024.12.19 20:29:17.625093 [ 255 ] {1ebb5832-f1d0-4b64-8ffb-df0cf276f359} <Debug> TCPHandler: Processed in 0.012846699 sec.
622 2024.12.19 20:29:18.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.54 MiB, peak 124.54 MiB, free memory in arenas 0.00 B, will set to 139.77 MiB (RSS), difference: 15.23 MiB
623 2024.12.19 20:29:19.024939 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33101
624 2024.12.19 20:29:19.025095 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.12.19 20:29:19.025141 [ 269 ] {} <Debug> TCP-Session: 5ae95de5-e596-4502-a85f-de2f48b95c10 Authenticating user 'default' from [fd00:1122:3344:101::a]:33101
626 2024.12.19 20:29:19.025169 [ 269 ] {} <Debug> TCP-Session: 5ae95de5-e596-4502-a85f-de2f48b95c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.12.19 20:29:19.025185 [ 269 ] {} <Debug> TCP-Session: 5ae95de5-e596-4502-a85f-de2f48b95c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.12.19 20:29:19.025259 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.12.19 20:29:19.025289 [ 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.19 20:29:19.025328 [ 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.19 20:29:19.026801 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49813
632 2024.12.19 20:29:19.026876 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61059
633 2024.12.19 20:29:19.027002 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.12.19 20:29:19.027190 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48939
635 2024.12.19 20:29:19.027217 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60534
636 2024.12.19 20:29:19.027263 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43454
637 2024.12.19 20:29:19.027208 [ 270 ] {} <Debug> TCP-Session: 8cbc1c2a-a9c4-46e1-861a-6a35468972b1 Authenticating user 'default' from [fd00:1122:3344:101::a]:49813
638 2024.12.19 20:29:19.027191 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2024.12.19 20:29:19.027422 [ 270 ] {} <Debug> TCP-Session: 8cbc1c2a-a9c4-46e1-861a-6a35468972b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
640 2024.12.19 20:29:19.027441 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35117
641 2024.12.19 20:29:19.027481 [ 271 ] {} <Debug> TCP-Session: 251b6d36-b418-4c68-8bc8-71b7f6b95cfe Authenticating user 'default' from [fd00:1122:3344:101::a]:61059
642 2024.12.19 20:29:19.027611 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43303
643 2024.12.19 20:29:19.027831 [ 270 ] {} <Debug> TCP-Session: 8cbc1c2a-a9c4-46e1-861a-6a35468972b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
644 2024.12.19 20:29:19.027970 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
645 2024.12.19 20:29:19.028023 [ 271 ] {} <Debug> TCP-Session: 251b6d36-b418-4c68-8bc8-71b7f6b95cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
646 2024.12.19 20:29:19.028050 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2024.12.19 20:29:19.028066 [ 275 ] {} <Debug> TCP-Session: dce63da7-168d-4e7a-b5e2-8ad9fdc58dbe Authenticating user 'default' from [fd00:1122:3344:101::a]:35117
648 2024.12.19 20:29:19.028091 [ 271 ] {} <Debug> TCP-Session: 251b6d36-b418-4c68-8bc8-71b7f6b95cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
649 2024.12.19 20:29:19.028111 [ 274 ] {} <Debug> TCP-Session: 3edfcf10-a4c5-406e-9f36-d4509e024dff Authenticating user 'default' from [fd00:1122:3344:101::a]:43454
650 2024.12.19 20:29:19.028120 [ 275 ] {} <Debug> TCP-Session: dce63da7-168d-4e7a-b5e2-8ad9fdc58dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2024.12.19 20:29:19.028175 [ 274 ] {} <Debug> TCP-Session: 3edfcf10-a4c5-406e-9f36-d4509e024dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
652 2024.12.19 20:29:19.028184 [ 275 ] {} <Debug> TCP-Session: dce63da7-168d-4e7a-b5e2-8ad9fdc58dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2024.12.19 20:29:19.028240 [ 274 ] {} <Debug> TCP-Session: 3edfcf10-a4c5-406e-9f36-d4509e024dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2024.12.19 20:29:19.030882 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2024.12.19 20:29:19.030959 [ 273 ] {} <Debug> TCP-Session: 3f289788-afd3-4eaa-92b3-e6cd67606653 Authenticating user 'default' from [fd00:1122:3344:101::a]:48939
656 2024.12.19 20:29:19.030983 [ 273 ] {} <Debug> TCP-Session: 3f289788-afd3-4eaa-92b3-e6cd67606653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2024.12.19 20:29:19.031000 [ 273 ] {} <Debug> TCP-Session: 3f289788-afd3-4eaa-92b3-e6cd67606653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
658 2024.12.19 20:29:19.038362 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
659 2024.12.19 20:29:19.038442 [ 276 ] {} <Debug> TCP-Session: faee696b-1a9d-4737-b640-aa9a0feb942d Authenticating user 'default' from [fd00:1122:3344:101::a]:43303
660 2024.12.19 20:29:19.038470 [ 276 ] {} <Debug> TCP-Session: faee696b-1a9d-4737-b640-aa9a0feb942d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.19 20:29:19.038487 [ 276 ] {} <Debug> TCP-Session: faee696b-1a9d-4737-b640-aa9a0feb942d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.19 20:29:19.040595 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
663 2024.12.19 20:29:19.040634 [ 272 ] {} <Debug> TCP-Session: f609482e-3663-4b36-8896-32acf570b4ec Authenticating user 'default' from [fd00:1122:3344:101::a]:60534
664 2024.12.19 20:29:19.040654 [ 272 ] {} <Debug> TCP-Session: f609482e-3663-4b36-8896-32acf570b4ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.19 20:29:19.040701 [ 272 ] {} <Debug> TCP-Session: f609482e-3663-4b36-8896-32acf570b4ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.19 20:29:19.484351 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41391
667 2024.12.19 20:29:19.484531 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2024.12.19 20:29:19.484614 [ 277 ] {} <Debug> TCP-Session: 049b4dd2-e853-4a41-ba09-0548895e7e12 Authenticating user 'default' from [fd00:1122:3344:101::b]:41391
669 2024.12.19 20:29:19.484643 [ 277 ] {} <Debug> TCP-Session: 049b4dd2-e853-4a41-ba09-0548895e7e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2024.12.19 20:29:19.484659 [ 277 ] {} <Debug> TCP-Session: 049b4dd2-e853-4a41-ba09-0548895e7e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.19 20:29:19.484766 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2024.12.19 20:29:19.484798 [ 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
673 2024.12.19 20:29:19.484839 [ 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
674 2024.12.19 20:29:19.486465 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62325
675 2024.12.19 20:29:19.486564 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50093
676 2024.12.19 20:29:19.486709 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49624
677 2024.12.19 20:29:19.486719 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.12.19 20:29:19.486891 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44006
679 2024.12.19 20:29:19.486900 [ 278 ] {} <Debug> TCP-Session: 9bf92b47-3ea7-4843-b108-9f953cbeb85f Authenticating user 'default' from [fd00:1122:3344:101::b]:62325
680 2024.12.19 20:29:19.487035 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40416
681 2024.12.19 20:29:19.487057 [ 278 ] {} <Debug> TCP-Session: 9bf92b47-3ea7-4843-b108-9f953cbeb85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2024.12.19 20:29:19.487071 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2024.12.19 20:29:19.487286 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45714
684 2024.12.19 20:29:19.487318 [ 278 ] {} <Debug> TCP-Session: 9bf92b47-3ea7-4843-b108-9f953cbeb85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
685 2024.12.19 20:29:19.487458 [ 280 ] {} <Debug> TCP-Session: 70b6ca5b-826d-4f49-925b-d81d5442ff7a Authenticating user 'default' from [fd00:1122:3344:101::b]:49624
686 2024.12.19 20:29:19.487383 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65105
687 2024.12.19 20:29:19.487565 [ 280 ] {} <Debug> TCP-Session: 70b6ca5b-826d-4f49-925b-d81d5442ff7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2024.12.19 20:29:19.487581 [ 280 ] {} <Debug> TCP-Session: 70b6ca5b-826d-4f49-925b-d81d5442ff7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2024.12.19 20:29:19.490170 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2024.12.19 20:29:19.490244 [ 279 ] {} <Debug> TCP-Session: 86d712bb-f215-4b3a-bd28-d7e6412daef4 Authenticating user 'default' from [fd00:1122:3344:101::b]:50093
691 2024.12.19 20:29:19.490271 [ 279 ] {} <Debug> TCP-Session: 86d712bb-f215-4b3a-bd28-d7e6412daef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2024.12.19 20:29:19.490287 [ 279 ] {} <Debug> TCP-Session: 86d712bb-f215-4b3a-bd28-d7e6412daef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
693 2024.12.19 20:29:19.494593 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
694 2024.12.19 20:29:19.494627 [ 284 ] {} <Debug> TCP-Session: 249649d0-424c-4532-932d-577ea7969b28 Authenticating user 'default' from [fd00:1122:3344:101::b]:65105
695 2024.12.19 20:29:19.494644 [ 284 ] {} <Debug> TCP-Session: 249649d0-424c-4532-932d-577ea7969b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2024.12.19 20:29:19.494707 [ 284 ] {} <Debug> TCP-Session: 249649d0-424c-4532-932d-577ea7969b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2024.12.19 20:29:19.495127 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
698 2024.12.19 20:29:19.495168 [ 282 ] {} <Debug> TCP-Session: 3a9a9a31-6a98-463a-96d0-335f69094153 Authenticating user 'default' from [fd00:1122:3344:101::b]:40416
699 2024.12.19 20:29:19.495231 [ 282 ] {} <Debug> TCP-Session: 3a9a9a31-6a98-463a-96d0-335f69094153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.19 20:29:19.495244 [ 282 ] {} <Debug> TCP-Session: 3a9a9a31-6a98-463a-96d0-335f69094153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2024.12.19 20:29:19.495642 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
702 2024.12.19 20:29:19.495715 [ 281 ] {} <Debug> TCP-Session: 4339fcbf-538b-4df4-bf56-d6d9a4a03775 Authenticating user 'default' from [fd00:1122:3344:101::b]:44006
703 2024.12.19 20:29:19.495733 [ 281 ] {} <Debug> TCP-Session: 4339fcbf-538b-4df4-bf56-d6d9a4a03775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2024.12.19 20:29:19.495748 [ 281 ] {} <Debug> TCP-Session: 4339fcbf-538b-4df4-bf56-d6d9a4a03775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.19 20:29:19.496676 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
706 2024.12.19 20:29:19.496720 [ 283 ] {} <Debug> TCP-Session: d67d1e25-2485-4f65-9f52-c22e0f97754a Authenticating user 'default' from [fd00:1122:3344:101::b]:45714
707 2024.12.19 20:29:19.496739 [ 283 ] {} <Debug> TCP-Session: d67d1e25-2485-4f65-9f52-c22e0f97754a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.19 20:29:19.496772 [ 283 ] {} <Debug> TCP-Session: d67d1e25-2485-4f65-9f52-c22e0f97754a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.19 20:29:19.802445 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58978
710 2024.12.19 20:29:19.802630 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2024.12.19 20:29:19.802661 [ 285 ] {} <Debug> TCP-Session: 46e9b400-58fe-4d23-84d6-64df62dcda30 Authenticating user 'default' from [fd00:1122:3344:101::c]:58978
712 2024.12.19 20:29:19.802728 [ 285 ] {} <Debug> TCP-Session: 46e9b400-58fe-4d23-84d6-64df62dcda30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2024.12.19 20:29:19.802744 [ 285 ] {} <Debug> TCP-Session: 46e9b400-58fe-4d23-84d6-64df62dcda30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.19 20:29:19.802825 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2024.12.19 20:29:19.802884 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
716 2024.12.19 20:29:19.802903 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
717 2024.12.19 20:29:19.804481 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42001
718 2024.12.19 20:29:19.804701 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
719 2024.12.19 20:29:19.804697 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33799
720 2024.12.19 20:29:19.804811 [ 286 ] {} <Debug> TCP-Session: 6b20c919-7c2e-4487-b5ad-05ec7fe9bc7e Authenticating user 'default' from [fd00:1122:3344:101::c]:42001
721 2024.12.19 20:29:19.804832 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59397
722 2024.12.19 20:29:19.804862 [ 286 ] {} <Debug> TCP-Session: 6b20c919-7c2e-4487-b5ad-05ec7fe9bc7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
723 2024.12.19 20:29:19.805201 [ 286 ] {} <Debug> TCP-Session: 6b20c919-7c2e-4487-b5ad-05ec7fe9bc7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
724 2024.12.19 20:29:19.805209 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
725 2024.12.19 20:29:19.805313 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32941
726 2024.12.19 20:29:19.805352 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2024.12.19 20:29:19.805372 [ 287 ] {} <Debug> TCP-Session: fdca4197-dcf6-472c-8404-155f5551e773 Authenticating user 'default' from [fd00:1122:3344:101::c]:33799
728 2024.12.19 20:29:19.805429 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45462
729 2024.12.19 20:29:19.805608 [ 287 ] {} <Debug> TCP-Session: fdca4197-dcf6-472c-8404-155f5551e773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
730 2024.12.19 20:29:19.805627 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
731 2024.12.19 20:29:19.805610 [ 288 ] {} <Debug> TCP-Session: 892e3049-1bdd-4e90-9462-dd71480e1b0c Authenticating user 'default' from [fd00:1122:3344:101::c]:59397
732 2024.12.19 20:29:19.805773 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43157
733 2024.12.19 20:29:19.805794 [ 289 ] {} <Debug> TCP-Session: 02b140dc-b5ad-4fa3-a5aa-535ab23ee3ae Authenticating user 'default' from [fd00:1122:3344:101::c]:32941
734 2024.12.19 20:29:19.805823 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52380
735 2024.12.19 20:29:19.805848 [ 288 ] {} <Debug> TCP-Session: 892e3049-1bdd-4e90-9462-dd71480e1b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
736 2024.12.19 20:29:19.805849 [ 287 ] {} <Debug> TCP-Session: fdca4197-dcf6-472c-8404-155f5551e773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
737 2024.12.19 20:29:19.805907 [ 289 ] {} <Debug> TCP-Session: 02b140dc-b5ad-4fa3-a5aa-535ab23ee3ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
738 2024.12.19 20:29:19.805889 [ 288 ] {} <Debug> TCP-Session: 892e3049-1bdd-4e90-9462-dd71480e1b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
739 2024.12.19 20:29:19.806301 [ 289 ] {} <Debug> TCP-Session: 02b140dc-b5ad-4fa3-a5aa-535ab23ee3ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.12.19 20:29:19.806350 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2024.12.19 20:29:19.806449 [ 291 ] {} <Debug> TCP-Session: 74febc27-4650-4bc2-b072-fa000f3c3562 Authenticating user 'default' from [fd00:1122:3344:101::c]:43157
742 2024.12.19 20:29:19.806482 [ 291 ] {} <Debug> TCP-Session: 74febc27-4650-4bc2-b072-fa000f3c3562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.19 20:29:19.806545 [ 291 ] {} <Debug> TCP-Session: 74febc27-4650-4bc2-b072-fa000f3c3562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.19 20:29:19.809198 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
745 2024.12.19 20:29:19.809242 [ 292 ] {} <Debug> TCP-Session: 0f8aa7ad-d9ce-4e26-b18c-77ed3d51174a Authenticating user 'default' from [fd00:1122:3344:101::c]:52380
746 2024.12.19 20:29:19.809315 [ 292 ] {} <Debug> TCP-Session: 0f8aa7ad-d9ce-4e26-b18c-77ed3d51174a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
747 2024.12.19 20:29:19.809333 [ 292 ] {} <Debug> TCP-Session: 0f8aa7ad-d9ce-4e26-b18c-77ed3d51174a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.19 20:29:19.817128 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
749 2024.12.19 20:29:19.817196 [ 290 ] {} <Debug> TCP-Session: 6d723540-c983-4c4f-b806-52a9a2333558 Authenticating user 'default' from [fd00:1122:3344:101::c]:45462
750 2024.12.19 20:29:19.817216 [ 290 ] {} <Debug> TCP-Session: 6d723540-c983-4c4f-b806-52a9a2333558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.19 20:29:19.817230 [ 290 ] {} <Debug> TCP-Session: 6d723540-c983-4c4f-b806-52a9a2333558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.19 20:29:20.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.01 MiB, peak 140.01 MiB, free memory in arenas 0.00 B, will set to 141.38 MiB (RSS), difference: 1.37 MiB
753 2024.12.19 20:29:24.486680 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2024.12.19 20:29:24.486701 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2024.12.19 20:29:24.486799 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2024.12.19 20:29:24.486858 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2024.12.19 20:29:24.499591 [ 243 ] {} <Debug> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Loading data parts
758 2024.12.19 20:29:24.500002 [ 243 ] {} <Debug> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): There are no data parts
759 2024.12.19 20:29:24.512634 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.12.19 20:29:24.512674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
761 2024.12.19 20:29:24.514281 [ 244 ] {} <Debug> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Loading data parts
762 2024.12.19 20:29:24.514522 [ 244 ] {} <Debug> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): There are no data parts
763 2024.12.19 20:29:24.514578 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
764 2024.12.19 20:29:24.515501 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
765 2024.12.19 20:29:24.516123 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
766 2024.12.19 20:29:24.544256 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2024.12.19 20:29:24.544319 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
768 2024.12.19 20:29:24.551760 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2024.12.19 20:29:24.552568 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2024.12.19 20:29:24.555451 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2024.12.19 20:29:25.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.34 MiB, peak 150.34 MiB, free memory in arenas 0.00 B, will set to 151.13 MiB (RSS), difference: 4.79 MiB
772 2024.12.19 20:29:26.986655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2024.12.19 20:29:26.986760 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2024.12.19 20:29:26.991804 [ 242 ] {} <Debug> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Loading data parts
775 2024.12.19 20:29:26.991990 [ 242 ] {} <Debug> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): There are no data parts
776 2024.12.19 20:29:26.997889 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2024.12.19 20:29:26.997934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
778 2024.12.19 20:29:26.999619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2024.12.19 20:29:26.999936 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2024.12.19 20:29:27.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.35 MiB, peak 155.35 MiB, free memory in arenas 0.00 B, will set to 151.63 MiB (RSS), difference: -3.72 MiB
781 2024.12.19 20:29:27.001340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2024.12.19 20:29:31.949707 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.19 20:29:31.949797 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.19 20:29:32.016233 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
785 2024.12.19 20:29:32.017138 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.19 20:29:32.017183 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
787 2024.12.19 20:29:32.017757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.19 20:29:32.018008 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): 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.19 20:29:32.018253 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.19 20:29:32.055541 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.19 20:29:32.078282 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.19 20:29:32.078352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
793 2024.12.19 20:29:32.085199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.19 20:29:32.085976 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): 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.19 20:29:32.088730 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.19 20:29:33.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.32 MiB, peak 156.32 MiB, free memory in arenas 0.00 B, will set to 154.28 MiB (RSS), difference: 1.96 MiB
797 2024.12.19 20:29:37.628632 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2024.12.19 20:29:37.628854 [ 3 ] {1f2a2b67-f1a7-4b31-b38d-cf2a389f09da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
799 2024.12.19 20:29:37.631183 [ 3 ] {1f2a2b67-f1a7-4b31-b38d-cf2a389f09da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2024.12.19 20:29:37.639104 [ 3 ] {1f2a2b67-f1a7-4b31-b38d-cf2a389f09da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2024.12.19 20:29:37.649659 [ 3 ] {1f2a2b67-f1a7-4b31-b38d-cf2a389f09da} <Debug> TCPHandler: Processed in 0.021162542 sec.
802 2024.12.19 20:29:37.654440 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2024.12.19 20:29:37.654601 [ 255 ] {0519477a-bc04-45f6-974d-8b95c04dda9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
804 2024.12.19 20:29:37.660521 [ 255 ] {0519477a-bc04-45f6-974d-8b95c04dda9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2024.12.19 20:29:37.660608 [ 255 ] {0519477a-bc04-45f6-974d-8b95c04dda9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2024.12.19 20:29:37.661312 [ 255 ] {0519477a-bc04-45f6-974d-8b95c04dda9c} <Debug> TCPHandler: Processed in 0.00690565 sec.
807 2024.12.19 20:29:37.661771 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2024.12.19 20:29:37.661928 [ 3 ] {f2fa92a0-ca4d-416f-b401-83cd50afef63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
809 2024.12.19 20:29:37.662307 [ 3 ] {f2fa92a0-ca4d-416f-b401-83cd50afef63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2024.12.19 20:29:37.662362 [ 3 ] {f2fa92a0-ca4d-416f-b401-83cd50afef63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2024.12.19 20:29:37.662886 [ 3 ] {f2fa92a0-ca4d-416f-b401-83cd50afef63} <Debug> TCPHandler: Processed in 0.001174967 sec.
812 2024.12.19 20:29:37.663187 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2024.12.19 20:29:37.663334 [ 255 ] {adeba6c3-0ed2-42a8-8495-7faaa0f29176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
814 2024.12.19 20:29:37.663657 [ 255 ] {adeba6c3-0ed2-42a8-8495-7faaa0f29176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2024.12.19 20:29:37.663711 [ 255 ] {adeba6c3-0ed2-42a8-8495-7faaa0f29176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2024.12.19 20:29:37.664158 [ 255 ] {adeba6c3-0ed2-42a8-8495-7faaa0f29176} <Debug> TCPHandler: Processed in 0.001024143 sec.
817 2024.12.19 20:29:37.664476 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.12.19 20:29:37.664615 [ 3 ] {b9899044-1ff5-4b84-998d-18c616d85e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
819 2024.12.19 20:29:37.664937 [ 3 ] {b9899044-1ff5-4b84-998d-18c616d85e82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.12.19 20:29:37.664996 [ 3 ] {b9899044-1ff5-4b84-998d-18c616d85e82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.12.19 20:29:37.665439 [ 3 ] {b9899044-1ff5-4b84-998d-18c616d85e82} <Debug> TCPHandler: Processed in 0.001016284 sec.
822 2024.12.19 20:29:37.665717 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2024.12.19 20:29:37.665863 [ 255 ] {bda34b4d-7066-4fcf-8462-65f486630a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
824 2024.12.19 20:29:37.666237 [ 255 ] {bda34b4d-7066-4fcf-8462-65f486630a6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2024.12.19 20:29:37.666297 [ 255 ] {bda34b4d-7066-4fcf-8462-65f486630a6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2024.12.19 20:29:37.666750 [ 255 ] {bda34b4d-7066-4fcf-8462-65f486630a6d} <Debug> TCPHandler: Processed in 0.001083586 sec.
827 2024.12.19 20:29:37.667032 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2024.12.19 20:29:37.667177 [ 3 ] {590e1681-d174-4579-b41f-a752be17eaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
829 2024.12.19 20:29:37.667513 [ 3 ] {590e1681-d174-4579-b41f-a752be17eaf6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2024.12.19 20:29:37.667573 [ 3 ] {590e1681-d174-4579-b41f-a752be17eaf6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2024.12.19 20:29:37.668007 [ 3 ] {590e1681-d174-4579-b41f-a752be17eaf6} <Debug> TCPHandler: Processed in 0.001036514 sec.
832 2024.12.19 20:29:37.668289 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.12.19 20:29:37.668429 [ 255 ] {829dad69-56a8-474c-932c-ec560f90ec58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
834 2024.12.19 20:29:37.668758 [ 255 ] {829dad69-56a8-474c-932c-ec560f90ec58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.12.19 20:29:37.668811 [ 255 ] {829dad69-56a8-474c-932c-ec560f90ec58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.12.19 20:29:37.669251 [ 255 ] {829dad69-56a8-474c-932c-ec560f90ec58} <Debug> TCPHandler: Processed in 0.001020504 sec.
837 2024.12.19 20:29:37.669513 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2024.12.19 20:29:37.669653 [ 3 ] {7325aae1-faba-48f4-83a4-c30f2a207f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
839 2024.12.19 20:29:37.669993 [ 3 ] {7325aae1-faba-48f4-83a4-c30f2a207f78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2024.12.19 20:29:37.670046 [ 3 ] {7325aae1-faba-48f4-83a4-c30f2a207f78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2024.12.19 20:29:37.670498 [ 3 ] {7325aae1-faba-48f4-83a4-c30f2a207f78} <Debug> TCPHandler: Processed in 0.001045984 sec.
842 2024.12.19 20:29:37.670795 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2024.12.19 20:29:37.670936 [ 255 ] {d56e32dd-dac2-4dc6-96f5-80f161209c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
844 2024.12.19 20:29:37.671269 [ 255 ] {d56e32dd-dac2-4dc6-96f5-80f161209c57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2024.12.19 20:29:37.671323 [ 255 ] {d56e32dd-dac2-4dc6-96f5-80f161209c57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
846 2024.12.19 20:29:37.671756 [ 255 ] {d56e32dd-dac2-4dc6-96f5-80f161209c57} <Debug> TCPHandler: Processed in 0.001019243 sec.
847 2024.12.19 20:29:37.672016 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
848 2024.12.19 20:29:37.672159 [ 3 ] {eb670983-3878-474d-a18e-1eeaf0ba5681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
849 2024.12.19 20:29:37.672515 [ 3 ] {eb670983-3878-474d-a18e-1eeaf0ba5681} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
850 2024.12.19 20:29:37.672567 [ 3 ] {eb670983-3878-474d-a18e-1eeaf0ba5681} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
851 2024.12.19 20:29:37.672998 [ 3 ] {eb670983-3878-474d-a18e-1eeaf0ba5681} <Debug> TCPHandler: Processed in 0.001040614 sec.
852 2024.12.19 20:29:37.673265 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2024.12.19 20:29:37.673410 [ 255 ] {382451fb-9404-4b0f-a805-933ecaa5588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
854 2024.12.19 20:29:37.673753 [ 255 ] {382451fb-9404-4b0f-a805-933ecaa5588d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
855 2024.12.19 20:29:37.673808 [ 255 ] {382451fb-9404-4b0f-a805-933ecaa5588d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
856 2024.12.19 20:29:37.674268 [ 255 ] {382451fb-9404-4b0f-a805-933ecaa5588d} <Debug> TCPHandler: Processed in 0.001062304 sec.
857 2024.12.19 20:29:37.674532 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
858 2024.12.19 20:29:37.674677 [ 3 ] {3711c81a-99f3-4548-b776-5e6601cbbb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
859 2024.12.19 20:29:37.675031 [ 3 ] {3711c81a-99f3-4548-b776-5e6601cbbb65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
860 2024.12.19 20:29:37.675084 [ 3 ] {3711c81a-99f3-4548-b776-5e6601cbbb65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
861 2024.12.19 20:29:37.675537 [ 3 ] {3711c81a-99f3-4548-b776-5e6601cbbb65} <Debug> TCPHandler: Processed in 0.001063755 sec.
862 2024.12.19 20:29:37.675803 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2024.12.19 20:29:37.675953 [ 255 ] {c0b90698-f800-45b6-9a72-7f4f4fa919fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
864 2024.12.19 20:29:37.676298 [ 255 ] {c0b90698-f800-45b6-9a72-7f4f4fa919fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
865 2024.12.19 20:29:37.676351 [ 255 ] {c0b90698-f800-45b6-9a72-7f4f4fa919fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
866 2024.12.19 20:29:37.676803 [ 255 ] {c0b90698-f800-45b6-9a72-7f4f4fa919fa} <Debug> TCPHandler: Processed in 0.001061964 sec.
867 2024.12.19 20:29:37.678798 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.12.19 20:29:37.678918 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
869 2024.12.19 20:29:37.678966 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
870 2024.12.19 20:29:37.683832 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Trying to reserve 1.00 MiB using storage policy from min volume index 0
871 2024.12.19 20:29:37.683882 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
872 2024.12.19 20:29:37.686637 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
873 2024.12.19 20:29:37.686874 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
874 2024.12.19 20:29:37.687081 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.008196 sec., 1708.150317227916 rows/sec., 245.09 KiB/sec.
875 2024.12.19 20:29:37.687138 [ 3 ] {507ac06e-211d-4a06-8057-b27e582f352c} <Debug> TCPHandler: Processed in 0.008396315 sec.
876 2024.12.19 20:29:37.687297 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
877 2024.12.19 20:29:37.687414 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
878 2024.12.19 20:29:37.687460 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
879 2024.12.19 20:29:37.691126 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
880 2024.12.19 20:29:37.691166 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
881 2024.12.19 20:29:37.691582 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
882 2024.12.19 20:29:37.691832 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
883 2024.12.19 20:29:37.692024 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.004631 sec., 11228.676311811705 rows/sec., 878.51 KiB/sec.
884 2024.12.19 20:29:37.692179 [ 255 ] {2f121d28-c53b-4c9a-b2d2-e40e66eb1f18} <Debug> TCPHandler: Processed in 0.004935045 sec.
885 2024.12.19 20:29:37.692363 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
886 2024.12.19 20:29:37.692478 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
887 2024.12.19 20:29:37.692525 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
888 2024.12.19 20:29:37.693100 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2024.12.19 20:29:37.693140 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
890 2024.12.19 20:29:37.693496 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
891 2024.12.19 20:29:37.693735 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2024.12.19 20:29:37.693940 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001486 sec., 37685.06056527591 rows/sec., 2.94 MiB/sec.
893 2024.12.19 20:29:37.694067 [ 3 ] {0a0021f9-628f-4fb1-9654-21a0c6f1337e} <Debug> TCPHandler: Processed in 0.001759071 sec.
894 2024.12.19 20:29:37.694215 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2024.12.19 20:29:37.694329 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
896 2024.12.19 20:29:37.694378 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
897 2024.12.19 20:29:37.694932 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
898 2024.12.19 20:29:37.694967 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
899 2024.12.19 20:29:37.695382 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
900 2024.12.19 20:29:37.695627 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
901 2024.12.19 20:29:37.695882 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001557 sec., 19267.82273603083 rows/sec., 1.34 MiB/sec.
902 2024.12.19 20:29:37.695951 [ 255 ] {e29b441c-c36b-4dca-9e35-4f33fbe1f854} <Debug> TCPHandler: Processed in 0.001788742 sec.
903 2024.12.19 20:29:37.696105 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
904 2024.12.19 20:29:37.696221 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
905 2024.12.19 20:29:37.696268 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
906 2024.12.19 20:29:37.696694 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
907 2024.12.19 20:29:37.696734 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
908 2024.12.19 20:29:37.697134 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
909 2024.12.19 20:29:37.697430 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
910 2024.12.19 20:29:37.697646 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001434 sec., 6973.50069735007 rows/sec., 489.64 KiB/sec.
911 2024.12.19 20:29:37.697762 [ 3 ] {d6a871b4-6549-45ba-88f6-36a7919448a2} <Debug> TCPHandler: Processed in 0.00171116 sec.
912 2024.12.19 20:29:38.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.15 MiB, peak 156.32 MiB, free memory in arenas 0.00 B, will set to 155.61 MiB (RSS), difference: 4.46 MiB
913 2024.12.19 20:29:39.518364 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
914 2024.12.19 20:29:39.519074 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
915 2024.12.19 20:29:39.519116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
916 2024.12.19 20:29:39.519723 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
917 2024.12.19 20:29:39.519990 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
918 2024.12.19 20:29:39.520244 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
919 2024.12.19 20:29:39.588802 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
920 2024.12.19 20:29:39.607756 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2024.12.19 20:29:39.607829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
922 2024.12.19 20:29:39.614623 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
923 2024.12.19 20:29:39.615867 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2024.12.19 20:29:39.618636 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
925 2024.12.19 20:29:42.635473 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2024.12.19 20:29:42.635682 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2024.12.19 20:29:42.635763 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2024.12.19 20:29:42.636518 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2024.12.19 20:29:42.636571 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
930 2024.12.19 20:29:42.637005 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2024.12.19 20:29:42.637258 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2024.12.19 20:29:42.637563 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001924 sec., 27027.027027027027 rows/sec., 2.06 MiB/sec.
933 2024.12.19 20:29:42.637638 [ 3 ] {61c890d7-3f52-4854-a52a-9cf1728e9d43} <Debug> TCPHandler: Processed in 0.002302743 sec.
934 2024.12.19 20:29:42.637831 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.12.19 20:29:42.637979 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2024.12.19 20:29:42.638037 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2024.12.19 20:29:42.638731 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2024.12.19 20:29:42.638780 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
939 2024.12.19 20:29:42.639154 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2024.12.19 20:29:42.639395 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2024.12.19 20:29:42.639604 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00166 sec., 33734.93975903615 rows/sec., 2.63 MiB/sec.
942 2024.12.19 20:29:42.639655 [ 255 ] {ac958836-29f3-4382-b3c8-e8a17f68dddb} <Debug> TCPHandler: Processed in 0.001895424 sec.
943 2024.12.19 20:29:42.639815 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2024.12.19 20:29:42.639945 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2024.12.19 20:29:42.640004 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2024.12.19 20:29:42.640617 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2024.12.19 20:29:42.640664 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
948 2024.12.19 20:29:42.641080 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2024.12.19 20:29:42.641316 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2024.12.19 20:29:42.641578 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.30 MiB/sec.
951 2024.12.19 20:29:42.641650 [ 3 ] {c615e57f-c20b-47eb-8aa0-8dc3e9eb9970} <Debug> TCPHandler: Processed in 0.001891984 sec.
952 2024.12.19 20:29:42.641817 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2024.12.19 20:29:42.641947 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2024.12.19 20:29:42.642003 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2024.12.19 20:29:42.642525 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2024.12.19 20:29:42.642571 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
957 2024.12.19 20:29:42.642968 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2024.12.19 20:29:42.643206 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2024.12.19 20:29:42.643403 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001487 sec., 33624.74781439139 rows/sec., 2.31 MiB/sec.
960 2024.12.19 20:29:42.643452 [ 255 ] {c6dc293f-988a-435c-95ac-ff91959d6dcd} <Debug> TCPHandler: Processed in 0.001694369 sec.
961 2024.12.19 20:29:46.949850 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
962 2024.12.19 20:29:46.949950 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
963 2024.12.19 20:29:47.001730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2024.12.19 20:29:47.006250 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2024.12.19 20:29:47.006299 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
966 2024.12.19 20:29:47.007779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2024.12.19 20:29:47.008106 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
968 2024.12.19 20:29:47.008826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2024.12.19 20:29:47.020358 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
970 2024.12.19 20:29:47.021312 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2024.12.19 20:29:47.021359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
972 2024.12.19 20:29:47.021971 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2024.12.19 20:29:47.022263 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2024.12.19 20:29:47.022522 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
975 2024.12.19 20:29:47.118689 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2024.12.19 20:29:47.138868 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2024.12.19 20:29:47.138920 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
978 2024.12.19 20:29:47.145963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2024.12.19 20:29:47.146721 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2024.12.19 20:29:47.149360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2024.12.19 20:29:47.632872 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2024.12.19 20:29:47.633110 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
983 2024.12.19 20:29:47.635585 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
984 2024.12.19 20:29:47.637746 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
985 2024.12.19 20:29:47.638066 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
986 2024.12.19 20:29:47.638254 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
987 2024.12.19 20:29:47.640504 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
988 2024.12.19 20:29:47.645439 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
989 2024.12.19 20:29:47.645501 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
990 2024.12.19 20:29:47.645522 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
991 2024.12.19 20:29:47.645638 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
992 2024.12.19 20:29:47.645668 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
993 2024.12.19 20:29:47.659174 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.026162 sec., 535.1272838468007 rows/sec., 21.84 KiB/sec.
994 2024.12.19 20:29:47.659294 [ 3 ] {fcb1e2b1-d822-417a-9a93-b1c05163e696} <Debug> TCPHandler: Processed in 0.026554137 sec.
995 2024.12.19 20:29:47.661157 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2024.12.19 20:29:47.661362 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
997 2024.12.19 20:29:47.661701 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
998 2024.12.19 20:29:47.661751 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
999 2024.12.19 20:29:47.662048 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1000 2024.12.19 20:29:47.662117 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1001 2024.12.19 20:29:47.662262 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1002 2024.12.19 20:29:47.662296 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1003 2024.12.19 20:29:47.662320 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1004 2024.12.19 20:29:47.662337 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1005 2024.12.19 20:29:47.662379 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1006 2024.12.19 20:29:47.662401 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1007 2024.12.19 20:29:47.662924 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 344.77 KiB/sec.
1008 2024.12.19 20:29:47.663005 [ 255 ] {0d304970-390b-4cb7-a3dc-6b7153c1d1bd} <Debug> TCPHandler: Processed in 0.001945355 sec.
1009 2024.12.19 20:29:47.663248 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2024.12.19 20:29:47.663401 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1011 2024.12.19 20:29:47.663658 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1012 2024.12.19 20:29:47.663698 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1013 2024.12.19 20:29:47.663951 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1014 2024.12.19 20:29:47.664017 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1015 2024.12.19 20:29:47.664157 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1016 2024.12.19 20:29:47.664191 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1017 2024.12.19 20:29:47.664214 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1018 2024.12.19 20:29:47.664231 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1019 2024.12.19 20:29:47.664272 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1020 2024.12.19 20:29:47.664295 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1021 2024.12.19 20:29:47.664805 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00147 sec., 9523.809523809525 rows/sec., 388.63 KiB/sec.
1022 2024.12.19 20:29:47.664885 [ 3 ] {77245296-d366-4fca-8072-85cb1c4f3920} <Debug> TCPHandler: Processed in 0.001700369 sec.
1023 2024.12.19 20:29:47.665196 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1024 2024.12.19 20:29:47.665383 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1025 2024.12.19 20:29:47.665705 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1026 2024.12.19 20:29:47.665754 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1027 2024.12.19 20:29:47.666055 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1028 2024.12.19 20:29:47.666122 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1029 2024.12.19 20:29:47.666265 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1030 2024.12.19 20:29:47.666298 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1031 2024.12.19 20:29:47.666320 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1032 2024.12.19 20:29:47.666337 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1033 2024.12.19 20:29:47.666379 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1034 2024.12.19 20:29:47.666401 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1035 2024.12.19 20:29:47.666874 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 363.18 KiB/sec.
1036 2024.12.19 20:29:47.666957 [ 255 ] {04050e24-2a23-42f4-8123-b34b3de0e2d9} <Debug> TCPHandler: Processed in 0.001828573 sec.
1037 2024.12.19 20:29:47.668974 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1038 2024.12.19 20:29:47.669158 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1039 2024.12.19 20:29:47.669474 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1040 2024.12.19 20:29:47.669523 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1041 2024.12.19 20:29:47.669840 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1042 2024.12.19 20:29:47.669919 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1043 2024.12.19 20:29:47.670063 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1044 2024.12.19 20:29:47.670096 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1045 2024.12.19 20:29:47.670119 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1046 2024.12.19 20:29:47.670135 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1047 2024.12.19 20:29:47.670178 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1048 2024.12.19 20:29:47.670200 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1049 2024.12.19 20:29:47.670708 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 350.05 KiB/sec.
1050 2024.12.19 20:29:47.670790 [ 3 ] {f852fb31-f01d-42be-bf88-b40ccee7253d} <Debug> TCPHandler: Processed in 0.001878584 sec.
1051 2024.12.19 20:29:47.671090 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1052 2024.12.19 20:29:47.671272 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1053 2024.12.19 20:29:47.671591 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1054 2024.12.19 20:29:47.671641 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1055 2024.12.19 20:29:47.671961 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1056 2024.12.19 20:29:47.672025 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1057 2024.12.19 20:29:47.672162 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1058 2024.12.19 20:29:47.672194 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1059 2024.12.19 20:29:47.672216 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1060 2024.12.19 20:29:47.672231 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1061 2024.12.19 20:29:47.672273 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1062 2024.12.19 20:29:47.672293 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1063 2024.12.19 20:29:47.672765 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 362.72 KiB/sec.
1064 2024.12.19 20:29:47.672845 [ 255 ] {72727c7d-c757-4d3e-813d-1310373f5840} <Debug> TCPHandler: Processed in 0.001818043 sec.
1065 2024.12.19 20:29:47.673447 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1066 2024.12.19 20:29:47.673600 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1067 2024.12.19 20:29:47.673863 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1068 2024.12.19 20:29:47.673904 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1069 2024.12.19 20:29:47.674165 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1070 2024.12.19 20:29:47.674229 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1071 2024.12.19 20:29:47.674368 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1072 2024.12.19 20:29:47.674400 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1073 2024.12.19 20:29:47.674423 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1074 2024.12.19 20:29:47.674439 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1075 2024.12.19 20:29:47.674482 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1076 2024.12.19 20:29:47.674504 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1077 2024.12.19 20:29:47.674974 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00144 sec., 9722.22222222222 rows/sec., 396.73 KiB/sec.
1078 2024.12.19 20:29:47.675056 [ 3 ] {feb8763f-2115-498c-917f-45f4fc72ebd8} <Debug> TCPHandler: Processed in 0.001662359 sec.
1079 2024.12.19 20:29:47.675406 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1080 2024.12.19 20:29:47.675557 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1081 2024.12.19 20:29:47.675818 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1082 2024.12.19 20:29:47.675859 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1083 2024.12.19 20:29:47.676116 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1084 2024.12.19 20:29:47.676180 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1085 2024.12.19 20:29:47.676319 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1086 2024.12.19 20:29:47.676352 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1087 2024.12.19 20:29:47.676375 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1088 2024.12.19 20:29:47.676391 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1089 2024.12.19 20:29:47.676432 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1090 2024.12.19 20:29:47.676454 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1091 2024.12.19 20:29:47.676911 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001419 sec., 9866.102889358704 rows/sec., 402.60 KiB/sec.
1092 2024.12.19 20:29:47.676991 [ 255 ] {31546eea-c76f-4060-8ce7-2c4046c49a38} <Debug> TCPHandler: Processed in 0.001637838 sec.
1093 2024.12.19 20:29:47.677325 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1094 2024.12.19 20:29:47.677514 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1095 2024.12.19 20:29:47.677845 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1096 2024.12.19 20:29:47.677896 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1097 2024.12.19 20:29:47.678181 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1098 2024.12.19 20:29:47.678249 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1099 2024.12.19 20:29:47.678387 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1100 2024.12.19 20:29:47.678419 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1101 2024.12.19 20:29:47.678442 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1102 2024.12.19 20:29:47.678459 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1103 2024.12.19 20:29:47.678502 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1104 2024.12.19 20:29:47.678524 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1105 2024.12.19 20:29:47.679091 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001663 sec., 8418.52074564041 rows/sec., 343.53 KiB/sec.
1106 2024.12.19 20:29:47.679175 [ 3 ] {6756f84e-7bc5-46e6-9f27-6b78253356be} <Debug> TCPHandler: Processed in 0.001915845 sec.
1107 2024.12.19 20:29:47.679409 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1108 2024.12.19 20:29:47.679562 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1109 2024.12.19 20:29:47.679830 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1110 2024.12.19 20:29:47.679871 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1111 2024.12.19 20:29:47.680132 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1112 2024.12.19 20:29:47.680197 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1113 2024.12.19 20:29:47.680352 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1114 2024.12.19 20:29:47.680384 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1115 2024.12.19 20:29:47.680407 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1116 2024.12.19 20:29:47.680424 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1117 2024.12.19 20:29:47.680465 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1118 2024.12.19 20:29:47.680486 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1119 2024.12.19 20:29:47.680961 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001466 sec., 9549.795361527968 rows/sec., 389.69 KiB/sec.
1120 2024.12.19 20:29:47.681040 [ 255 ] {ae60f201-4c8b-4458-9e72-62d96bb7362c} <Debug> TCPHandler: Processed in 0.001684309 sec.
1121 2024.12.19 20:29:47.681325 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2024.12.19 20:29:47.681484 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1123 2024.12.19 20:29:47.681753 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1124 2024.12.19 20:29:47.681796 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1125 2024.12.19 20:29:47.682067 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1126 2024.12.19 20:29:47.682132 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1127 2024.12.19 20:29:47.682271 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1128 2024.12.19 20:29:47.682304 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1129 2024.12.19 20:29:47.682326 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1130 2024.12.19 20:29:47.682343 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1131 2024.12.19 20:29:47.682386 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1132 2024.12.19 20:29:47.682408 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1133 2024.12.19 20:29:47.682867 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001455 sec., 9621.993127147767 rows/sec., 392.64 KiB/sec.
1134 2024.12.19 20:29:47.682947 [ 3 ] {cc685012-700e-4495-b686-e09d9b332b67} <Debug> TCPHandler: Processed in 0.001675039 sec.
1135 2024.12.19 20:29:47.683205 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2024.12.19 20:29:47.683393 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1137 2024.12.19 20:29:47.683717 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1138 2024.12.19 20:29:47.683769 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1139 2024.12.19 20:29:47.684078 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1140 2024.12.19 20:29:47.684141 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1141 2024.12.19 20:29:47.684279 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1142 2024.12.19 20:29:47.684311 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1143 2024.12.19 20:29:47.684333 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1144 2024.12.19 20:29:47.684350 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1145 2024.12.19 20:29:47.684393 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1146 2024.12.19 20:29:47.684415 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1147 2024.12.19 20:29:47.684870 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 365.04 KiB/sec.
1148 2024.12.19 20:29:47.684950 [ 255 ] {447a2613-cddf-4fc2-a42e-1ab51de7bded} <Debug> TCPHandler: Processed in 0.001807872 sec.
1149 2024.12.19 20:29:47.685223 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1150 2024.12.19 20:29:47.685413 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1151 2024.12.19 20:29:47.685741 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1152 2024.12.19 20:29:47.685820 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1153 2024.12.19 20:29:47.686135 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1154 2024.12.19 20:29:47.686204 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1155 2024.12.19 20:29:47.686347 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1156 2024.12.19 20:29:47.686379 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1157 2024.12.19 20:29:47.686403 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1158 2024.12.19 20:29:47.686420 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1159 2024.12.19 20:29:47.686463 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1160 2024.12.19 20:29:47.686487 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1161 2024.12.19 20:29:47.686992 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 342.29 KiB/sec.
1162 2024.12.19 20:29:47.687075 [ 3 ] {4f5bea4c-b3bd-4956-8cff-0933c512630f} <Debug> TCPHandler: Processed in 0.001915484 sec.
1163 2024.12.19 20:29:47.687337 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2024.12.19 20:29:47.687494 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1165 2024.12.19 20:29:47.687761 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1166 2024.12.19 20:29:47.687804 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1167 2024.12.19 20:29:47.688076 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1168 2024.12.19 20:29:47.688140 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1169 2024.12.19 20:29:47.688277 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1170 2024.12.19 20:29:47.688308 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1171 2024.12.19 20:29:47.688330 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1172 2024.12.19 20:29:47.688347 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1173 2024.12.19 20:29:47.688389 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1174 2024.12.19 20:29:47.688411 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1175 2024.12.19 20:29:47.688881 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001458 sec., 9602.194787379973 rows/sec., 391.83 KiB/sec.
1176 2024.12.19 20:29:47.688961 [ 255 ] {0c70dd2c-b41d-47b0-a04a-b09e375e1f84} <Debug> TCPHandler: Processed in 0.001675479 sec.
1177 2024.12.19 20:29:47.689208 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2024.12.19 20:29:47.689366 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1179 2024.12.19 20:29:47.689642 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1180 2024.12.19 20:29:47.689687 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1181 2024.12.19 20:29:47.689979 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1182 2024.12.19 20:29:47.690046 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1183 2024.12.19 20:29:47.690186 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1184 2024.12.19 20:29:47.690220 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1185 2024.12.19 20:29:47.690243 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1186 2024.12.19 20:29:47.690259 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1187 2024.12.19 20:29:47.690302 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1188 2024.12.19 20:29:47.690331 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1189 2024.12.19 20:29:47.690810 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 376.34 KiB/sec.
1190 2024.12.19 20:29:47.690893 [ 3 ] {b78300df-f963-4f07-a05d-371a94b82208} <Debug> TCPHandler: Processed in 0.00173698 sec.
1191 2024.12.19 20:29:47.695027 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1192 2024.12.19 20:29:47.695219 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1193 2024.12.19 20:29:47.695550 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1194 2024.12.19 20:29:47.695604 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1195 2024.12.19 20:29:47.695992 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1196 2024.12.19 20:29:47.696081 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1197 2024.12.19 20:29:47.696258 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1198 2024.12.19 20:29:47.696300 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1199 2024.12.19 20:29:47.696329 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1200 2024.12.19 20:29:47.696349 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1201 2024.12.19 20:29:47.696401 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1202 2024.12.19 20:29:47.696429 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1203 2024.12.19 20:29:47.697000 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001871 sec., 7482.629609834313 rows/sec., 305.34 KiB/sec.
1204 2024.12.19 20:29:47.697080 [ 255 ] {69a2469d-2b8e-4356-8604-2df8302f85ca} <Debug> TCPHandler: Processed in 0.002115419 sec.
1205 2024.12.19 20:29:47.698837 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1206 2024.12.19 20:29:47.698957 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1207 2024.12.19 20:29:47.699014 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1208 2024.12.19 20:29:47.699979 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1209 2024.12.19 20:29:47.700025 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1210 2024.12.19 20:29:47.700502 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1211 2024.12.19 20:29:47.700720 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1212 2024.12.19 20:29:47.700912 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Debug> executeQuery: Read 16 rows, 2.91 KiB in 0.00199 sec., 8040.201005025126 rows/sec., 1.43 MiB/sec.
1213 2024.12.19 20:29:47.700988 [ 3 ] {2b12380a-f25d-42ec-a0d3-a8477e3daf98} <Debug> TCPHandler: Processed in 0.002201621 sec.
1214 2024.12.19 20:29:47.701138 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1215 2024.12.19 20:29:47.701250 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1216 2024.12.19 20:29:47.701296 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1217 2024.12.19 20:29:47.702413 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Trace> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1218 2024.12.19 20:29:47.702448 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1219 2024.12.19 20:29:47.702810 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1220 2024.12.19 20:29:47.703052 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Trace> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1221 2024.12.19 20:29:47.703240 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
1222 2024.12.19 20:29:47.703292 [ 255 ] {fb169a3c-436f-4df8-9f8c-9fa73ca1d689} <Debug> TCPHandler: Processed in 0.002206352 sec.
1223 2024.12.19 20:29:47.703445 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1224 2024.12.19 20:29:47.703574 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1225 2024.12.19 20:29:47.703628 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1226 2024.12.19 20:29:47.704323 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1227 2024.12.19 20:29:47.704389 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1228 2024.12.19 20:29:47.704757 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1229 2024.12.19 20:29:47.704990 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1230 2024.12.19 20:29:47.705202 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Debug> executeQuery: Read 255 rows, 22.98 KiB in 0.001658 sec., 153799.7587454765 rows/sec., 13.53 MiB/sec.
1231 2024.12.19 20:29:47.705253 [ 3 ] {3eee069b-8e1b-452d-88d0-039dd143c0f2} <Debug> TCPHandler: Processed in 0.001870103 sec.
1232 2024.12.19 20:29:47.705406 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1233 2024.12.19 20:29:47.705537 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1234 2024.12.19 20:29:47.705590 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1235 2024.12.19 20:29:47.706260 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Trace> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1236 2024.12.19 20:29:47.706297 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1237 2024.12.19 20:29:47.706663 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1238 2024.12.19 20:29:47.706904 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Trace> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1239 2024.12.19 20:29:47.707138 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Debug> executeQuery: Read 35 rows, 2.56 KiB in 0.001629 sec., 21485.573971761816 rows/sec., 1.54 MiB/sec.
1240 2024.12.19 20:29:47.707270 [ 255 ] {4356a310-70fd-4527-8415-bfd147db7a70} <Debug> TCPHandler: Processed in 0.001927365 sec.
1241 2024.12.19 20:29:47.707388 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1242 2024.12.19 20:29:47.707495 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1243 2024.12.19 20:29:47.707539 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1244 2024.12.19 20:29:47.708064 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Trace> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1245 2024.12.19 20:29:47.708102 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1246 2024.12.19 20:29:47.708436 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1247 2024.12.19 20:29:47.708672 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Trace> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1248 2024.12.19 20:29:47.708886 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001409 sec., 9936.124911284598 rows/sec., 695.86 KiB/sec.
1249 2024.12.19 20:29:47.708937 [ 3 ] {a3b702df-2338-4509-805c-cbe75cba6bb9} <Debug> TCPHandler: Processed in 0.001598557 sec.
1250 2024.12.19 20:29:47.709089 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1251 2024.12.19 20:29:47.709215 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1252 2024.12.19 20:29:47.709269 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1253 2024.12.19 20:29:47.709885 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Trace> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1254 2024.12.19 20:29:47.709931 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1255 2024.12.19 20:29:47.710288 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1256 2024.12.19 20:29:47.710523 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Trace> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1257 2024.12.19 20:29:47.710718 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
1258 2024.12.19 20:29:47.710768 [ 255 ] {0a96bc68-b7cb-4fc2-a7ea-8564cae05ced} <Debug> TCPHandler: Processed in 0.00174074 sec.
1259 2024.12.19 20:29:47.710895 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1260 2024.12.19 20:29:47.711010 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1261 2024.12.19 20:29:47.711062 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1262 2024.12.19 20:29:47.711831 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1263 2024.12.19 20:29:47.711876 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1264 2024.12.19 20:29:47.712246 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1265 2024.12.19 20:29:47.712479 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1266 2024.12.19 20:29:47.712691 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Debug> executeQuery: Read 409 rows, 29.85 KiB in 0.001709 sec., 239321.2404915155 rows/sec., 17.06 MiB/sec.
1267 2024.12.19 20:29:47.712741 [ 3 ] {48e4d93f-a194-4e50-aec7-bdcee6e3ff16} <Debug> TCPHandler: Processed in 0.001896934 sec.
1268 2024.12.19 20:29:47.712881 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1269 2024.12.19 20:29:47.712995 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1270 2024.12.19 20:29:47.713049 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1271 2024.12.19 20:29:47.713566 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Trace> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1272 2024.12.19 20:29:47.713611 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1273 2024.12.19 20:29:47.714013 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1274 2024.12.19 20:29:47.714248 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Trace> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2024.12.19 20:29:47.714528 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
1276 2024.12.19 20:29:47.714584 [ 255 ] {291fd28b-d520-46ee-b817-1094fdc4bbc5} <Debug> TCPHandler: Processed in 0.001754821 sec.
1277 2024.12.19 20:29:47.714728 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1278 2024.12.19 20:29:47.714833 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1279 2024.12.19 20:29:47.714880 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1280 2024.12.19 20:29:47.715481 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1281 2024.12.19 20:29:47.715527 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1282 2024.12.19 20:29:47.715972 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1283 2024.12.19 20:29:47.716205 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2024.12.19 20:29:47.716407 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001597 sec., 142141.5153412649 rows/sec., 9.48 MiB/sec.
1285 2024.12.19 20:29:47.716458 [ 3 ] {6d613dbd-2024-4bdf-93ee-97f35aeb1a0e} <Debug> TCPHandler: Processed in 0.001781532 sec.
1286 2024.12.19 20:29:47.716594 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2024.12.19 20:29:47.716701 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1288 2024.12.19 20:29:47.716747 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1289 2024.12.19 20:29:47.717166 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Trace> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1290 2024.12.19 20:29:47.717204 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1291 2024.12.19 20:29:47.717549 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1292 2024.12.19 20:29:47.717779 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Trace> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1293 2024.12.19 20:29:47.717989 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec.
1294 2024.12.19 20:29:47.718038 [ 255 ] {b89a1e1f-f1b4-4755-b433-bedd2fefc849} <Debug> TCPHandler: Processed in 0.001496205 sec.
1295 2024.12.19 20:29:47.718181 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1296 2024.12.19 20:29:47.718308 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1297 2024.12.19 20:29:47.718385 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1298 2024.12.19 20:29:47.719588 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Trace> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1299 2024.12.19 20:29:47.719624 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1300 2024.12.19 20:29:47.722390 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1301 2024.12.19 20:29:47.722722 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Trace> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1302 2024.12.19 20:29:47.722983 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.004702 sec., 5954.912803062527 rows/sec., 10.67 MiB/sec.
1303 2024.12.19 20:29:47.723079 [ 3 ] {ccb1cc1a-c5f7-447d-8099-e54402c23dde} <Debug> TCPHandler: Processed in 0.004960006 sec.
1304 2024.12.19 20:29:47.723259 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1305 2024.12.19 20:29:47.723386 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1306 2024.12.19 20:29:47.723441 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1307 2024.12.19 20:29:47.723931 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Trace> oximeter.measurements_i64 (3c8f9592-5842-40f8-b4c7-e22e7b505485): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1308 2024.12.19 20:29:47.723978 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1309 2024.12.19 20:29:47.724320 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1310 2024.12.19 20:29:47.724552 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Trace> oximeter.measurements_i64 (3c8f9592-5842-40f8-b4c7-e22e7b505485): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1311 2024.12.19 20:29:47.724743 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001385 sec., 8664.259927797833 rows/sec., 652.92 KiB/sec.
1312 2024.12.19 20:29:47.724791 [ 255 ] {4debad68-7085-4e00-ac1e-265a45ada8c1} <Debug> TCPHandler: Processed in 0.001594927 sec.
1313 2024.12.19 20:29:47.724917 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1314 2024.12.19 20:29:47.725041 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1315 2024.12.19 20:29:47.725096 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1316 2024.12.19 20:29:47.725662 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1317 2024.12.19 20:29:47.725708 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1318 2024.12.19 20:29:47.726108 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1319 2024.12.19 20:29:47.726344 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1320 2024.12.19 20:29:47.726553 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001541 sec., 46722.90720311486 rows/sec., 2.98 MiB/sec.
1321 2024.12.19 20:29:47.726601 [ 3 ] {4867c922-fed2-4903-be86-3eeb0e8bdf0b} <Debug> TCPHandler: Processed in 0.00173476 sec.
1322 2024.12.19 20:29:52.635187 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2024.12.19 20:29:52.635535 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1324 2024.12.19 20:29:52.636092 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1325 2024.12.19 20:29:52.636163 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1326 2024.12.19 20:29:52.636649 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1327 2024.12.19 20:29:52.636760 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1328 2024.12.19 20:29:52.636993 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1329 2024.12.19 20:29:52.637235 [ 260 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1330 2024.12.19 20:29:52.637339 [ 293 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1331 2024.12.19 20:29:52.637481 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1332 2024.12.19 20:29:52.637522 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1333 2024.12.19 20:29:52.639806 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1334 2024.12.19 20:29:52.639855 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Reading approx. 30 rows with 2 streams
1335 2024.12.19 20:29:52.639944 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1336 2024.12.19 20:29:52.640015 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1337 2024.12.19 20:29:52.641640 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.006262 sec., 4790.801660811242 rows/sec., 182.62 KiB/sec.
1338 2024.12.19 20:29:52.641802 [ 3 ] {8913bd19-808f-4da4-801c-f26533265b7e} <Debug> TCPHandler: Processed in 0.006805698 sec.
1339 2024.12.19 20:29:52.642102 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1340 2024.12.19 20:29:52.642280 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1341 2024.12.19 20:29:52.642593 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1342 2024.12.19 20:29:52.642643 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1343 2024.12.19 20:29:52.642958 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1344 2024.12.19 20:29:52.643032 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1345 2024.12.19 20:29:52.643185 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1346 2024.12.19 20:29:52.643283 [ 260 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1347 2024.12.19 20:29:52.643304 [ 294 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1348 2024.12.19 20:29:52.643422 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1349 2024.12.19 20:29:52.643458 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1350 2024.12.19 20:29:52.643546 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1351 2024.12.19 20:29:52.643572 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Reading approx. 30 rows with 2 streams
1352 2024.12.19 20:29:52.643614 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1353 2024.12.19 20:29:52.643660 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1354 2024.12.19 20:29:52.644741 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002546 sec., 11783.189316575019 rows/sec., 449.16 KiB/sec.
1355 2024.12.19 20:29:52.644902 [ 255 ] {e4072e41-1edf-406a-9bba-25cdbe1ec036} <Debug> TCPHandler: Processed in 0.002866926 sec.
1356 2024.12.19 20:29:52.646033 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1357 2024.12.19 20:29:52.646215 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1358 2024.12.19 20:29:52.646539 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1359 2024.12.19 20:29:52.646589 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1360 2024.12.19 20:29:52.646924 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1361 2024.12.19 20:29:52.646995 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1362 2024.12.19 20:29:52.647145 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1363 2024.12.19 20:29:52.647258 [ 293 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1364 2024.12.19 20:29:52.647270 [ 294 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1365 2024.12.19 20:29:52.647408 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1366 2024.12.19 20:29:52.647438 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1367 2024.12.19 20:29:52.647523 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1368 2024.12.19 20:29:52.647547 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Reading approx. 30 rows with 2 streams
1369 2024.12.19 20:29:52.647589 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1370 2024.12.19 20:29:52.647633 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1371 2024.12.19 20:29:52.648698 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002568 sec., 11682.242990654206 rows/sec., 445.31 KiB/sec.
1372 2024.12.19 20:29:52.648852 [ 3 ] {4cf6247b-0427-48b5-85b3-aa456c89f5f7} <Debug> TCPHandler: Processed in 0.002878827 sec.
1373 2024.12.19 20:29:52.649145 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2024.12.19 20:29:52.649324 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1375 2024.12.19 20:29:52.649635 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1376 2024.12.19 20:29:52.649686 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1377 2024.12.19 20:29:52.649996 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1378 2024.12.19 20:29:52.650064 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1379 2024.12.19 20:29:52.650209 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1380 2024.12.19 20:29:52.650317 [ 294 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1381 2024.12.19 20:29:52.650325 [ 260 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1382 2024.12.19 20:29:52.650439 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (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
1383 2024.12.19 20:29:52.650464 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Spreading mark ranges among streams (default reading)
1384 2024.12.19 20:29:52.650543 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1385 2024.12.19 20:29:52.650563 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654) (SelectExecutor): Reading approx. 30 rows with 2 streams
1386 2024.12.19 20:29:52.650603 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1387 2024.12.19 20:29:52.650645 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1388 2024.12.19 20:29:52.652069 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002828 sec., 10608.20367751061 rows/sec., 404.37 KiB/sec.
1389 2024.12.19 20:29:52.652212 [ 255 ] {b7aae494-0ec5-4fff-add1-3086cf831163} <Debug> TCPHandler: Processed in 0.003122732 sec.
1390 2024.12.19 20:29:52.653488 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1391 2024.12.19 20:29:52.653614 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1392 2024.12.19 20:29:52.653668 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1393 2024.12.19 20:29:52.654428 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2024.12.19 20:29:52.654474 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1395 2024.12.19 20:29:52.655030 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1396 2024.12.19 20:29:52.655260 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Trace> oximeter.timeseries_schema (e4adbb86-29c6-4b33-8845-eec844d34654): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2024.12.19 20:29:52.655468 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00189 sec., 2116.4021164021165 rows/sec., 269.20 KiB/sec.
1398 2024.12.19 20:29:52.655526 [ 3 ] {784df5a3-dd33-49d3-a1c4-99ed537cc519} <Debug> TCPHandler: Processed in 0.002100148 sec.
1399 2024.12.19 20:29:52.655686 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1400 2024.12.19 20:29:52.655811 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1401 2024.12.19 20:29:52.655862 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1402 2024.12.19 20:29:52.656442 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1403 2024.12.19 20:29:52.656481 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1404 2024.12.19 20:29:52.656864 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1405 2024.12.19 20:29:52.657119 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1406 2024.12.19 20:29:52.657314 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00153 sec., 36601.30718954249 rows/sec., 2.81 MiB/sec.
1407 2024.12.19 20:29:52.657391 [ 255 ] {8099be8a-5751-4690-936e-ca633463bc2b} <Debug> TCPHandler: Processed in 0.001759581 sec.
1408 2024.12.19 20:29:52.657541 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1409 2024.12.19 20:29:52.657661 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1410 2024.12.19 20:29:52.657713 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1411 2024.12.19 20:29:52.658318 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1412 2024.12.19 20:29:52.658355 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1413 2024.12.19 20:29:52.658713 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1414 2024.12.19 20:29:52.658985 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1415 2024.12.19 20:29:52.659191 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec.
1416 2024.12.19 20:29:52.659329 [ 3 ] {737f236a-d5c8-42f5-89bf-a9540d16c8f2} <Debug> TCPHandler: Processed in 0.001839793 sec.
1417 2024.12.19 20:29:52.659489 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1418 2024.12.19 20:29:52.659599 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1419 2024.12.19 20:29:52.659649 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1420 2024.12.19 20:29:52.660208 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1421 2024.12.19 20:29:52.660246 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1422 2024.12.19 20:29:52.660650 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1423 2024.12.19 20:29:52.660911 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1424 2024.12.19 20:29:52.661097 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Debug> executeQuery: Read 152 rows, 10.80 KiB in 0.001522 sec., 99868.59395532195 rows/sec., 6.93 MiB/sec.
1425 2024.12.19 20:29:52.661150 [ 255 ] {6f862e74-4834-449e-b24f-a1a28243924c} <Debug> TCPHandler: Processed in 0.00171469 sec.
1426 2024.12.19 20:29:52.661305 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1427 2024.12.19 20:29:52.661414 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1428 2024.12.19 20:29:52.661466 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1429 2024.12.19 20:29:52.661928 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1430 2024.12.19 20:29:52.661964 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1431 2024.12.19 20:29:52.662339 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1432 2024.12.19 20:29:52.662582 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1433 2024.12.19 20:29:52.662750 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Debug> executeQuery: Read 52 rows, 3.64 KiB in 0.001358 sec., 38291.60530191458 rows/sec., 2.62 MiB/sec.
1434 2024.12.19 20:29:52.662815 [ 3 ] {81eec068-9c68-4d93-9975-07d0088058c9} <Debug> TCPHandler: Processed in 0.001565586 sec.
1435 2024.12.19 20:29:54.523583 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1436 2024.12.19 20:29:54.524218 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1437 2024.12.19 20:29:54.524270 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1438 2024.12.19 20:29:54.524867 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1439 2024.12.19 20:29:54.525122 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1440 2024.12.19 20:29:54.525356 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1441 2024.12.19 20:29:54.650383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1442 2024.12.19 20:29:54.670750 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2024.12.19 20:29:54.670818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1444 2024.12.19 20:29:54.677607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1445 2024.12.19 20:29:54.678378 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2024.12.19 20:29:54.681092 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1447 2024.12.19 20:29:55.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.17 MiB, peak 163.17 MiB, free memory in arenas 0.00 B, will set to 160.25 MiB (RSS), difference: 1.08 MiB
1448 2024.12.19 20:29:57.010016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 212
1449 2024.12.19 20:29:57.014044 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2024.12.19 20:29:57.014105 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1451 2024.12.19 20:29:57.015717 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1452 2024.12.19 20:29:57.016036 [ 242 ] {} <Trace> system.query_log (63c4183f-b4f0-48f2-994e-b42678943124): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1453 2024.12.19 20:29:57.016668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212
1454 2024.12.19 20:29:57.642022 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1455 2024.12.19 20:29:57.642218 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1456 2024.12.19 20:29:57.642296 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1457 2024.12.19 20:29:57.643024 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Trace> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1458 2024.12.19 20:29:57.643076 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1459 2024.12.19 20:29:57.643510 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1460 2024.12.19 20:29:57.643773 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Trace> oximeter.fields_i16 (fecb7ddb-d0eb-4ead-82c3-a0a90cd6074b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1461 2024.12.19 20:29:57.644068 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
1462 2024.12.19 20:29:57.644152 [ 3 ] {56110e7d-74a6-46e9-8408-e7a3b990eb33} <Debug> TCPHandler: Processed in 0.002259772 sec.
1463 2024.12.19 20:29:57.644330 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1464 2024.12.19 20:29:57.644448 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1465 2024.12.19 20:29:57.644496 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1466 2024.12.19 20:29:57.645186 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1467 2024.12.19 20:29:57.645238 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1468 2024.12.19 20:29:57.645803 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1469 2024.12.19 20:29:57.646182 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Trace> oximeter.fields_string (f6693243-f418-4dd9-b415-3c6841ab3f96): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1470 2024.12.19 20:29:57.646550 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.002104 sec., 124049.42965779468 rows/sec., 10.91 MiB/sec.
1471 2024.12.19 20:29:57.646647 [ 255 ] {e60f1947-8849-4cfd-bc18-5cade0baffef} <Debug> TCPHandler: Processed in 0.002376755 sec.
1472 2024.12.19 20:29:57.647138 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2024.12.19 20:29:57.647273 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1474 2024.12.19 20:29:57.647329 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1475 2024.12.19 20:29:57.647972 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Trace> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2024.12.19 20:29:57.648021 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1477 2024.12.19 20:29:57.648414 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1478 2024.12.19 20:29:57.648653 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Trace> oximeter.fields_u16 (014d8f13-be83-48c2-be43-516474ddfced): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2024.12.19 20:29:57.648920 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.00166 sec., 21686.746987951807 rows/sec., 1.55 MiB/sec.
1480 2024.12.19 20:29:57.648990 [ 3 ] {3cd8ae01-c358-4c2b-a263-c50b9be6f0d8} <Debug> TCPHandler: Processed in 0.001917375 sec.
1481 2024.12.19 20:29:57.649133 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1482 2024.12.19 20:29:57.649244 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1483 2024.12.19 20:29:57.649289 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1484 2024.12.19 20:29:57.649854 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Trace> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1485 2024.12.19 20:29:57.649895 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1486 2024.12.19 20:29:57.650303 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1487 2024.12.19 20:29:57.650548 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Trace> oximeter.fields_u32 (ffd458ba-534a-4522-ac5f-9154b755e5c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1488 2024.12.19 20:29:57.650833 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
1489 2024.12.19 20:29:57.650896 [ 255 ] {06fef6c4-a78f-4893-9345-c579d6d43285} <Debug> TCPHandler: Processed in 0.001817392 sec.
1490 2024.12.19 20:29:57.651040 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1491 2024.12.19 20:29:57.651148 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1492 2024.12.19 20:29:57.651195 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1493 2024.12.19 20:29:57.651815 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Trace> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1494 2024.12.19 20:29:57.651863 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1495 2024.12.19 20:29:57.652273 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1496 2024.12.19 20:29:57.652522 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Trace> oximeter.fields_u8 (06d064b5-f63e-4a9b-a700-65f92a25f627): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1497 2024.12.19 20:29:57.652728 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec.
1498 2024.12.19 20:29:57.652780 [ 3 ] {ddc5b79e-1aea-415f-97c7-7d507afdedd6} <Debug> TCPHandler: Processed in 0.001791572 sec.
1499 2024.12.19 20:29:57.652923 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2024.12.19 20:29:57.653031 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1501 2024.12.19 20:29:57.653075 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1502 2024.12.19 20:29:57.653765 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2024.12.19 20:29:57.653804 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1504 2024.12.19 20:29:57.654174 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1505 2024.12.19 20:29:57.654408 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Trace> oximeter.fields_uuid (4c36e7fd-9601-4d50-88c2-e7588efdfb20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2024.12.19 20:29:57.654619 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001609 sec., 255438.16034804226 rows/sec., 18.21 MiB/sec.
1507 2024.12.19 20:29:57.654669 [ 255 ] {8c3c613b-d37d-4ad1-b3bb-f63ba80c9acc} <Debug> TCPHandler: Processed in 0.001796402 sec.
1508 2024.12.19 20:29:57.654805 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2024.12.19 20:29:57.654912 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1510 2024.12.19 20:29:57.654958 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1511 2024.12.19 20:29:57.655391 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Trace> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1512 2024.12.19 20:29:57.655430 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1513 2024.12.19 20:29:57.655777 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1514 2024.12.19 20:29:57.656005 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Trace> oximeter.measurements_bool (fc6618c4-858f-49fb-9441-b46d57491d1d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2024.12.19 20:29:57.656273 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec.
1516 2024.12.19 20:29:57.656376 [ 3 ] {ae6c41fa-39f5-43bd-81d5-c6ba052078bc} <Debug> TCPHandler: Processed in 0.001622017 sec.
1517 2024.12.19 20:29:57.656514 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2024.12.19 20:29:57.656620 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1519 2024.12.19 20:29:57.656668 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1520 2024.12.19 20:29:57.657198 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2024.12.19 20:29:57.657237 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1522 2024.12.19 20:29:57.657610 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1523 2024.12.19 20:29:57.657846 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Trace> oximeter.measurements_cumulativeu64 (2494d774-6a85-41f4-835f-f0dff16e01e5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2024.12.19 20:29:57.658065 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001468 sec., 161444.1416893733 rows/sec., 10.82 MiB/sec.
1525 2024.12.19 20:29:57.658118 [ 255 ] {3e7f4f2e-71f5-420d-9fb7-c1ff892a2b04} <Debug> TCPHandler: Processed in 0.001655699 sec.
1526 2024.12.19 20:29:57.658261 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1527 2024.12.19 20:29:57.658368 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1528 2024.12.19 20:29:57.658414 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1529 2024.12.19 20:29:57.658847 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Trace> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1530 2024.12.19 20:29:57.658886 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1531 2024.12.19 20:29:57.659221 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1532 2024.12.19 20:29:57.659455 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Trace> oximeter.measurements_f64 (3e474639-6728-489e-9174-37d45b3c2941): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1533 2024.12.19 20:29:57.659654 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec.
1534 2024.12.19 20:29:57.659703 [ 3 ] {dbc5bfac-6b89-4261-beb3-fffff7b03685} <Debug> TCPHandler: Processed in 0.001493335 sec.
1535 2024.12.19 20:29:57.659840 [ 255 ] {} <Trace> TCP-Session: 8b5700f0-ca8c-4a5f-a700-a0a7e7e81da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1536 2024.12.19 20:29:57.659947 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38862) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1537 2024.12.19 20:29:57.660014 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1538 2024.12.19 20:29:57.661197 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Trace> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1539 2024.12.19 20:29:57.661236 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1540 2024.12.19 20:29:57.661864 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1541 2024.12.19 20:29:57.662122 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Trace> oximeter.measurements_histogramu64 (dc40cb83-6d6b-44d2-bfe1-738d45c58311): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1542 2024.12.19 20:29:57.662414 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002484 sec., 11674.718196457326 rows/sec., 20.92 MiB/sec.
1543 2024.12.19 20:29:57.662598 [ 255 ] {268efdf6-2b3d-4761-a5ce-47c54394f3b3} <Debug> TCPHandler: Processed in 0.002807875 sec.
1544 2024.12.19 20:29:57.662746 [ 3 ] {} <Trace> TCP-Session: dcb06424-3d2a-46d4-a18c-76d9e5ef7056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1545 2024.12.19 20:29:57.662872 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55381) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1546 2024.12.19 20:29:57.662926 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1547 2024.12.19 20:29:57.663423 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.12.19 20:29:57.663462 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1549 2024.12.19 20:29:57.663813 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1550 2024.12.19 20:29:57.664046 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Trace> oximeter.measurements_u64 (a15edeb7-4f6c-4366-ae23-18c8f6cbf6b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1551 2024.12.19 20:29:57.664248 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec.
1552 2024.12.19 20:29:57.664299 [ 3 ] {f22fb480-6ad9-48fc-b594-abb7b6575d81} <Debug> TCPHandler: Processed in 0.001615898 sec.
1553 2024.12.19 20:30:01.950013 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
1554 2024.12.19 20:30:01.950075 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
1555 2024.12.19 20:30:02.026430 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1556 2024.12.19 20:30:02.027247 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1557 2024.12.19 20:30:02.027288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1558 2024.12.19 20:30:02.027948 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1559 2024.12.19 20:30:02.028221 [ 243 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2024.12.19 20:30:02.028383 [ 35 ] {} <Debug> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1561 2024.12.19 20:30:02.028430 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1562 2024.12.19 20:30:02.028448 [ 35 ] {} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1563 2024.12.19 20:30:02.028481 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1564 2024.12.19 20:30:02.032568 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1565 2024.12.19 20:30:02.032759 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1566 2024.12.19 20:30:02.033403 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1567 2024.12.19 20:30:02.033527 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1568 2024.12.19 20:30:02.033722 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1569 2024.12.19 20:30:02.033871 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1570 2024.12.19 20:30:02.033975 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1571 2024.12.19 20:30:02.034123 [ 192 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1572 2024.12.19 20:30:02.054852 [ 193 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.026270041 sec., 106813.68940383458 rows/sec., 1.53 MiB/sec.
1573 2024.12.19 20:30:02.055705 [ 200 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1574 2024.12.19 20:30:02.056061 [ 200 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1575 2024.12.19 20:30:02.056155 [ 200 ] {30bba596-2b14-48e1-8de5-bfd456a07b3a::all_1_6_1} <Trace> system.asynchronous_metric_log (30bba596-2b14-48e1-8de5-bfd456a07b3a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1576 2024.12.19 20:30:02.056285 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1577 2024.12.19 20:30:02.182134 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1578 2024.12.19 20:30:02.202000 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1579 2024.12.19 20:30:02.202058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1580 2024.12.19 20:30:02.209392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1581 2024.12.19 20:30:02.210155 [ 244 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1582 2024.12.19 20:30:02.210479 [ 33 ] {} <Debug> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1583 2024.12.19 20:30:02.210615 [ 33 ] {} <Trace> system.metric_log (95c76647-496c-49ea-8d24-f1f9448a7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1584 2024.12.19 20:30:02.210681 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1585 2024.12.19 20:30:02.210936 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1586 2024.12.19 20:30:02.220386 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1587 2024.12.19 20:30:02.221375 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1588 2024.12.19 20:30:02.222326 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
1589 2024.12.19 20:30:02.226884 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
1590 2024.12.19 20:30:02.231617 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
1591 2024.12.19 20:30:02.236340 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
1592 2024.12.19 20:30:02.245630 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
1593 2024.12.19 20:30:02.249908 [ 200 ] {95c76647-496c-49ea-8d24-f1f9448a7c14::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