Max level shown:
1 [ Dec 20 22:13:53 Enabled. ]
2 [ Dec 20 22:13:53 Rereading configuration. ]
3 [ Dec 20 22:13:57 Rereading configuration. ]
4 [ Dec 20 22:14:04 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 20 22:14:04 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.20 22:14:05.158668 [ 1 ] {} <Information> Application: Will watch for the process with pid 22871
29 2024.12.20 22:14:05.159290 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.20 22:14:05.400899 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22871
31 2024.12.20 22:14:05.401621 [ 1 ] {} <Information> Application: starting up
32 2024.12.20 22:14:05.402343 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.20 22:14:05.489895 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.20 22:14:05.520797 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.20 22:14:05.520864 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.20 22:14:05.520886 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.20 22:14:05.520985 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.20 22:14:05.521516 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.20 22:14:05.523111 [ 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.20 22:14:05.523882 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.20 22:14:05.524686 [ 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.20 22:14:05.524707 [ 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.20 22:14:05.524722 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.20 22:14:05.524896 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.20 22:14:05.525874 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.20 22:14:05.531295 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.20 22:14:05.532204 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.20 22:14:05.533556 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.20 22:14:05.533619 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.20 22:14:05.535139 [ 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.20 22:14:05.535667 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.20 22:14:05.539871 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.20 22:14:05.540174 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.20 22:14:05.541706 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.20 22:14:05.542174 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.20 22:14:05.542591 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.20 22:14:05.542912 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.20 22:14:05.544290 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.20 22:14:05.544316 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.20 22:14:05.544390 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.20 22:14:05.544558 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.20 22:14:05.563427 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.20 22:14:05.563461 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000170072 sec
68 2024.12.20 22:14:05.563509 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.20 22:14:05.563527 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.20 22:14:05.564728 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.20 22:14:05.565729 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.20 22:14:05.577152 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.20 22:14:05.577194 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.20 22:14:05.577214 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.20 22:14:05.577227 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.20 22:14:05.577255 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.20 22:14:05.577275 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.20 22:14:05.579834 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.20 22:14:05.579877 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.20 22:14:05.579898 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.20 22:14:05.580078 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.20 22:14:05.580097 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.20 22:14:05.580132 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.20 22:14:05.580150 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.20 22:14:05.580163 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.20 22:14:05.580191 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.20 22:14:05.580208 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.20 22:14:05.607129 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.20 22:14:05.608687 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.20 22:14:05.608718 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0331e-05 sec
91 2024.12.20 22:14:05.608732 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.20 22:14:05.608743 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.20 22:14:05.608765 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.20 22:14:05.608967 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.20 22:14:05.609011 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.20 22:14:05.609025 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.20 22:14:05.609037 [ 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.20 22:14:05.609049 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.20 22:14:05.621440 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.20 22:14:05.621628 [ 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.34 MiB
101 2024.12.20 22:14:05.622530 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.559e-05 sec.
102 2024.12.20 22:14:05.623474 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.20 22:14:05.623569 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.20 22:14:05.623591 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.20 22:14:05.679454 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51993
106 2024.12.20 22:14:05.679701 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.20 22:14:05.679759 [ 3 ] {} <Debug> TCP-Session: 44314ce4-ad43-4645-9caa-a77e80322dcb Authenticating user 'default' from [fd00:1122:3344:101::e]:51993
108 2024.12.20 22:14:05.679794 [ 3 ] {} <Debug> TCP-Session: 44314ce4-ad43-4645-9caa-a77e80322dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.20 22:14:05.679818 [ 3 ] {} <Debug> TCP-Session: 44314ce4-ad43-4645-9caa-a77e80322dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.20 22:14:05.679914 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.20 22:14:05.679947 [ 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.20 22:14:05.679975 [ 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.20 22:14:05.680976 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58964
114 2024.12.20 22:14:05.681015 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65199
115 2024.12.20 22:14:05.681083 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.12.20 22:14:05.681141 [ 4 ] {} <Debug> TCP-Session: a0a21cf5-70fd-4d57-9e15-4df154582cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58964
117 2024.12.20 22:14:05.681200 [ 4 ] {} <Debug> TCP-Session: a0a21cf5-70fd-4d57-9e15-4df154582cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.20 22:14:05.681225 [ 4 ] {} <Debug> TCP-Session: a0a21cf5-70fd-4d57-9e15-4df154582cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
119 2024.12.20 22:14:05.681233 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
120 2024.12.20 22:14:05.681317 [ 5 ] {} <Debug> TCP-Session: ed2fa5e1-b95c-405f-ab77-ff6888c0962b Authenticating user 'default' from [fd00:1122:3344:101::e]:65199
121 2024.12.20 22:14:05.681342 [ 5 ] {} <Debug> TCP-Session: ed2fa5e1-b95c-405f-ab77-ff6888c0962b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2024.12.20 22:14:05.681355 [ 5 ] {} <Debug> TCP-Session: ed2fa5e1-b95c-405f-ab77-ff6888c0962b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.12.20 22:14:05.681805 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47746
124 2024.12.20 22:14:05.681916 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45758
125 2024.12.20 22:14:05.682014 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.12.20 22:14:05.682051 [ 253 ] {} <Debug> TCP-Session: 171c36cb-a260-4079-abbd-7dd79e4ae197 Authenticating user 'default' from [fd00:1122:3344:101::e]:47746
127 2024.12.20 22:14:05.682171 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2024.12.20 22:14:05.682191 [ 253 ] {} <Debug> TCP-Session: 171c36cb-a260-4079-abbd-7dd79e4ae197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2024.12.20 22:14:05.682164 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60684
130 2024.12.20 22:14:05.682220 [ 254 ] {} <Debug> TCP-Session: 1370f731-5096-41ea-9732-4e783b7f8ff4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45758
131 2024.12.20 22:14:05.682228 [ 253 ] {} <Debug> TCP-Session: 171c36cb-a260-4079-abbd-7dd79e4ae197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.20 22:14:05.682273 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34129
133 2024.12.20 22:14:05.682441 [ 254 ] {} <Debug> TCP-Session: 1370f731-5096-41ea-9732-4e783b7f8ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.12.20 22:14:05.682439 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2024.12.20 22:14:05.682491 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36483
136 2024.12.20 22:14:05.682584 [ 254 ] {} <Debug> TCP-Session: 1370f731-5096-41ea-9732-4e783b7f8ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2024.12.20 22:14:05.682626 [ 255 ] {} <Debug> TCP-Session: 4f778711-aa5d-430f-9a6f-6613fa0af521 Authenticating user 'default' from [fd00:1122:3344:101::e]:60684
138 2024.12.20 22:14:05.682618 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.12.20 22:14:05.682771 [ 255 ] {} <Debug> TCP-Session: 4f778711-aa5d-430f-9a6f-6613fa0af521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2024.12.20 22:14:05.682793 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2024.12.20 22:14:05.682831 [ 255 ] {} <Debug> TCP-Session: 4f778711-aa5d-430f-9a6f-6613fa0af521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2024.12.20 22:14:05.682803 [ 256 ] {} <Debug> TCP-Session: efc94960-7cfa-49f8-838f-edfbd0eb346e Authenticating user 'default' from [fd00:1122:3344:101::e]:34129
143 2024.12.20 22:14:05.682877 [ 257 ] {} <Debug> TCP-Session: e8e9d7ed-a9e2-4295-90b4-51c08fcf0972 Authenticating user 'default' from [fd00:1122:3344:101::e]:36483
144 2024.12.20 22:14:05.682891 [ 256 ] {} <Debug> TCP-Session: efc94960-7cfa-49f8-838f-edfbd0eb346e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2024.12.20 22:14:05.682937 [ 256 ] {} <Debug> TCP-Session: efc94960-7cfa-49f8-838f-edfbd0eb346e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2024.12.20 22:14:05.682947 [ 257 ] {} <Debug> TCP-Session: e8e9d7ed-a9e2-4295-90b4-51c08fcf0972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.20 22:14:05.683004 [ 257 ] {} <Debug> TCP-Session: e8e9d7ed-a9e2-4295-90b4-51c08fcf0972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.20 22:14:06.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.17 MiB, peak 117.17 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB
149 2024.12.20 22:14:06.618390 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50088
150 2024.12.20 22:14:06.618567 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2024.12.20 22:14:06.618596 [ 258 ] {} <Debug> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Authenticating user 'default' from [fd00:1122:3344:101::d]:50088
152 2024.12.20 22:14:06.618620 [ 258 ] {} <Debug> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.20 22:14:06.618642 [ 258 ] {} <Debug> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.12.20 22:14:06.618708 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2024.12.20 22:14:06.618734 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.12.20 22:14:06.618757 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2024.12.20 22:14:06.619676 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44862
158 2024.12.20 22:14:06.619860 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.12.20 22:14:06.619880 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58086
160 2024.12.20 22:14:06.619913 [ 259 ] {} <Debug> TCP-Session: 85a9262a-10bb-40d6-9d92-53f1ff6e6d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:44862
161 2024.12.20 22:14:06.619893 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64093
162 2024.12.20 22:14:06.619995 [ 259 ] {} <Debug> TCP-Session: 85a9262a-10bb-40d6-9d92-53f1ff6e6d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2024.12.20 22:14:06.620102 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57528
164 2024.12.20 22:14:06.620127 [ 259 ] {} <Debug> TCP-Session: 85a9262a-10bb-40d6-9d92-53f1ff6e6d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
165 2024.12.20 22:14:06.620101 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
166 2024.12.20 22:14:06.620093 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32929
167 2024.12.20 22:14:06.620346 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41623
168 2024.12.20 22:14:06.620456 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2024.12.20 22:14:06.620462 [ 261 ] {} <Debug> TCP-Session: de71d4c5-1cff-4f1b-a1db-02c1c656042d Authenticating user 'default' from [fd00:1122:3344:101::d]:58086
170 2024.12.20 22:14:06.620620 [ 261 ] {} <Debug> TCP-Session: de71d4c5-1cff-4f1b-a1db-02c1c656042d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.12.20 22:14:06.620634 [ 262 ] {} <Debug> TCP-Session: 536764b3-647f-473a-be7f-dd5f065cc70b Authenticating user 'default' from [fd00:1122:3344:101::d]:57528
172 2024.12.20 22:14:06.620728 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51587
173 2024.12.20 22:14:06.620796 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2024.12.20 22:14:06.620734 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2024.12.20 22:14:06.620813 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.12.20 22:14:06.621424 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45027
177 2024.12.20 22:14:06.621458 [ 261 ] {} <Debug> TCP-Session: de71d4c5-1cff-4f1b-a1db-02c1c656042d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2024.12.20 22:14:06.621491 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.12.20 22:14:06.621488 [ 262 ] {} <Debug> TCP-Session: 536764b3-647f-473a-be7f-dd5f065cc70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
180 2024.12.20 22:14:06.621515 [ 263 ] {} <Debug> TCP-Session: 268a7e42-6a99-4135-b230-a5923bee5da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:32929
181 2024.12.20 22:14:06.621608 [ 265 ] {} <Debug> TCP-Session: d5970131-77e1-46bd-b337-cb82e4d38aee Authenticating user 'default' from [fd00:1122:3344:101::d]:51587
182 2024.12.20 22:14:06.621605 [ 262 ] {} <Debug> TCP-Session: 536764b3-647f-473a-be7f-dd5f065cc70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2024.12.20 22:14:06.621613 [ 264 ] {} <Debug> TCP-Session: 2637afd2-0c1a-4197-9eac-850a9105a005 Authenticating user 'default' from [fd00:1122:3344:101::d]:41623
184 2024.12.20 22:14:06.622289 [ 263 ] {} <Debug> TCP-Session: 268a7e42-6a99-4135-b230-a5923bee5da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2024.12.20 22:14:06.622323 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
186 2024.12.20 22:14:06.622346 [ 260 ] {} <Debug> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64093
187 2024.12.20 22:14:06.622396 [ 265 ] {} <Debug> TCP-Session: d5970131-77e1-46bd-b337-cb82e4d38aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.20 22:14:06.622426 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
189 2024.12.20 22:14:06.622472 [ 265 ] {} <Debug> TCP-Session: d5970131-77e1-46bd-b337-cb82e4d38aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.20 22:14:06.622480 [ 260 ] {} <Debug> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2024.12.20 22:14:06.622497 [ 263 ] {} <Debug> TCP-Session: 268a7e42-6a99-4135-b230-a5923bee5da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2024.12.20 22:14:06.622603 [ 264 ] {} <Debug> TCP-Session: 2637afd2-0c1a-4197-9eac-850a9105a005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2024.12.20 22:14:06.622497 [ 266 ] {} <Debug> TCP-Session: 4756c835-8461-4414-868e-26779c32750f Authenticating user 'default' from [fd00:1122:3344:101::d]:45027
194 2024.12.20 22:14:06.622677 [ 260 ] {} <Debug> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.20 22:14:06.622708 [ 264 ] {} <Debug> TCP-Session: 2637afd2-0c1a-4197-9eac-850a9105a005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.20 22:14:06.622780 [ 266 ] {} <Debug> TCP-Session: 4756c835-8461-4414-868e-26779c32750f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
197 2024.12.20 22:14:06.622866 [ 266 ] {} <Debug> TCP-Session: 4756c835-8461-4414-868e-26779c32750f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
198 2024.12.20 22:14:06.625709 [ 258 ] {440e63e8-2dc5-4586-90c7-7628aeba10a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
199 2024.12.20 22:14:06.688532 [ 258 ] {440e63e8-2dc5-4586-90c7-7628aeba10a9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50088) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
200 
201 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
202 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
203 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
204 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
205 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
206 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
207 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
208 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
209 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
210 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
211 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
212 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
213 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
214 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
215 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
216 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
217 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
222 
223 2024.12.20 22:14:06.689783 [ 258 ] {440e63e8-2dc5-4586-90c7-7628aeba10a9} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
224 
225 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
226 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
227 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
228 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
229 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
230 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
231 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
232 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
233 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
234 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
235 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
236 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
237 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
238 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
239 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
240 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
241 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
242 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
243 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
244 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
245 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
246 
247 2024.12.20 22:14:06.689890 [ 258 ] {440e63e8-2dc5-4586-90c7-7628aeba10a9} <Debug> TCPHandler: Processed in 0.069428309 sec.
248 2024.12.20 22:14:06.690348 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
249 2024.12.20 22:14:06.690700 [ 260 ] {75a7ae48-231a-4cea-9c99-c348e95dce2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
250 2024.12.20 22:14:06.691264 [ 260 ] {75a7ae48-231a-4cea-9c99-c348e95dce2e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64093) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
251 
252 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
253 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
254 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
255 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
256 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
257 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
258 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
259 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
260 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
261 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
262 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
263 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
264 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
265 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
266 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
267 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
268 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
269 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
270 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
271 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
272 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
273 
274 2024.12.20 22:14:06.691442 [ 260 ] {75a7ae48-231a-4cea-9c99-c348e95dce2e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
275 
276 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
277 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
278 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
279 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
280 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
281 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
282 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
283 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
284 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
285 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
286 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
287 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
288 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
289 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
290 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
291 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
292 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
293 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
294 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
295 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
296 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
297 
298 2024.12.20 22:14:06.691533 [ 260 ] {75a7ae48-231a-4cea-9c99-c348e95dce2e} <Debug> TCPHandler: Processed in 0.001395504 sec.
299 2024.12.20 22:14:06.691856 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2024.12.20 22:14:06.693046 [ 258 ] {85fb39b6-11c6-4477-9be4-cf6ea64bf6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) DROP DATABASE IF EXISTS oximeter (stage: Complete)
301 2024.12.20 22:14:06.693673 [ 258 ] {85fb39b6-11c6-4477-9be4-cf6ea64bf6ef} <Debug> TCPHandler: Processed in 0.00193352 sec.
302 2024.12.20 22:14:06.693962 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
303 2024.12.20 22:14:06.694169 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
304 2024.12.20 22:14:06.694364 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
305 2024.12.20 22:14:06.703047 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
306 2024.12.20 22:14:06.703091 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.5812e-05 sec
307 2024.12.20 22:14:06.703137 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Trace> ReferentialDeps: No tables
308 2024.12.20 22:14:06.703161 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Trace> LoadingDeps: No tables
309 2024.12.20 22:14:06.703202 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Information> DatabaseAtomic (oximeter): Starting up tables.
310 2024.12.20 22:14:06.703306 [ 260 ] {0cac1f0a-ef8e-410e-aba2-cdf691d91171} <Debug> TCPHandler: Processed in 0.009449726 sec.
311 2024.12.20 22:14:06.703659 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
312 2024.12.20 22:14:06.703890 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) /* The version table contains metadata about the `oximeter` database */
313 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
314 2024.12.20 22:14:06.703957 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
315 2024.12.20 22:14:06.711484 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
316 2024.12.20 22:14:06.713461 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Debug> oximeter.version (cfb46203-4001-4768-8215-2eba69793be7): Loading data parts
317 2024.12.20 22:14:06.713954 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Debug> oximeter.version (cfb46203-4001-4768-8215-2eba69793be7): There are no data parts
318 2024.12.20 22:14:06.722020 [ 258 ] {f04dbc9e-8fc8-4278-970a-73c64d961515} <Debug> TCPHandler: Processed in 0.018477366 sec.
319 2024.12.20 22:14:06.722301 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
320 2024.12.20 22:14:06.722557 [ 260 ] {b4d41775-fbe8-4e7c-9593-02eaf8078295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) /* The measurement tables contain all individual samples from each timeseries.
321 *
322 * Each table stores a single datum type, and otherwise contains nearly the same
323 * structure. The primary sorting key is on the timeseries name, key, and then
324 * timestamp, so that all timeseries from the same schema are grouped, followed
325 * by all samples from the same timeseries.
326 *
327 * This reflects that one usually looks up the _key_ in one or more field table,
328 * and then uses that to index quickly into the measurements tables.
329 */
330 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)
331 2024.12.20 22:14:06.722621 [ 260 ] {b4d41775-fbe8-4e7c-9593-02eaf8078295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
332 2024.12.20 22:14:06.730772 [ 260 ] {b4d41775-fbe8-4e7c-9593-02eaf8078295} <Debug> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Loading data parts
333 2024.12.20 22:14:06.730987 [ 260 ] {b4d41775-fbe8-4e7c-9593-02eaf8078295} <Debug> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): There are no data parts
334 2024.12.20 22:14:06.739740 [ 260 ] {b4d41775-fbe8-4e7c-9593-02eaf8078295} <Debug> TCPHandler: Processed in 0.017550456 sec.
335 2024.12.20 22:14:06.740035 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
336 2024.12.20 22:14:06.740292 [ 258 ] {18d5b7af-6406-43f9-b435-431936a290b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
337 2024.12.20 22:14:06.740371 [ 258 ] {18d5b7af-6406-43f9-b435-431936a290b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
338 2024.12.20 22:14:06.742894 [ 258 ] {18d5b7af-6406-43f9-b435-431936a290b6} <Debug> oximeter.measurements_i8 (852ae153-465c-446e-b625-a785feaa144c): Loading data parts
339 2024.12.20 22:14:06.743117 [ 258 ] {18d5b7af-6406-43f9-b435-431936a290b6} <Debug> oximeter.measurements_i8 (852ae153-465c-446e-b625-a785feaa144c): There are no data parts
340 2024.12.20 22:14:06.745634 [ 258 ] {18d5b7af-6406-43f9-b435-431936a290b6} <Debug> TCPHandler: Processed in 0.005669707 sec.
341 2024.12.20 22:14:06.745831 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2024.12.20 22:14:06.746048 [ 260 ] {a35fa892-2ec0-4331-b630-6fd9b7771efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
343 2024.12.20 22:14:06.746102 [ 260 ] {a35fa892-2ec0-4331-b630-6fd9b7771efd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
344 2024.12.20 22:14:06.754018 [ 260 ] {a35fa892-2ec0-4331-b630-6fd9b7771efd} <Debug> oximeter.measurements_u8 (0bbdf3db-d448-41a0-ac8e-6ae5f06f3927): Loading data parts
345 2024.12.20 22:14:06.754162 [ 260 ] {a35fa892-2ec0-4331-b630-6fd9b7771efd} <Debug> oximeter.measurements_u8 (0bbdf3db-d448-41a0-ac8e-6ae5f06f3927): There are no data parts
346 2024.12.20 22:14:06.756530 [ 260 ] {a35fa892-2ec0-4331-b630-6fd9b7771efd} <Debug> TCPHandler: Processed in 0.010758438 sec.
347 2024.12.20 22:14:06.756759 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
348 2024.12.20 22:14:06.757012 [ 258 ] {9fc7e373-818c-4c2d-97c9-1a54ac70b225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
349 2024.12.20 22:14:06.757091 [ 258 ] {9fc7e373-818c-4c2d-97c9-1a54ac70b225} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
350 2024.12.20 22:14:06.765216 [ 258 ] {9fc7e373-818c-4c2d-97c9-1a54ac70b225} <Debug> oximeter.measurements_i16 (646add99-8296-4ec9-a6c7-204a0330505d): Loading data parts
351 2024.12.20 22:14:06.765494 [ 258 ] {9fc7e373-818c-4c2d-97c9-1a54ac70b225} <Debug> oximeter.measurements_i16 (646add99-8296-4ec9-a6c7-204a0330505d): There are no data parts
352 2024.12.20 22:14:06.767361 [ 258 ] {9fc7e373-818c-4c2d-97c9-1a54ac70b225} <Debug> TCPHandler: Processed in 0.010671267 sec.
353 2024.12.20 22:14:06.767541 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
354 2024.12.20 22:14:06.767749 [ 260 ] {e5d4f475-eeff-49da-9886-7ec6190c0633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
355 2024.12.20 22:14:06.767816 [ 260 ] {e5d4f475-eeff-49da-9886-7ec6190c0633} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
356 2024.12.20 22:14:06.770768 [ 260 ] {e5d4f475-eeff-49da-9886-7ec6190c0633} <Debug> oximeter.measurements_u16 (00edb0f7-038e-4da4-b84c-2c66062322fc): Loading data parts
357 2024.12.20 22:14:06.770992 [ 260 ] {e5d4f475-eeff-49da-9886-7ec6190c0633} <Debug> oximeter.measurements_u16 (00edb0f7-038e-4da4-b84c-2c66062322fc): There are no data parts
358 2024.12.20 22:14:06.772374 [ 260 ] {e5d4f475-eeff-49da-9886-7ec6190c0633} <Debug> TCPHandler: Processed in 0.004888489 sec.
359 2024.12.20 22:14:06.772576 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
360 2024.12.20 22:14:06.772827 [ 258 ] {157296c9-0956-4f6d-b9e2-1fff26ca97f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
361 2024.12.20 22:14:06.772907 [ 258 ] {157296c9-0956-4f6d-b9e2-1fff26ca97f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
362 2024.12.20 22:14:06.779347 [ 258 ] {157296c9-0956-4f6d-b9e2-1fff26ca97f6} <Debug> oximeter.measurements_i32 (15944132-a695-4451-98fc-628b0c4676ce): Loading data parts
363 2024.12.20 22:14:06.779503 [ 258 ] {157296c9-0956-4f6d-b9e2-1fff26ca97f6} <Debug> oximeter.measurements_i32 (15944132-a695-4451-98fc-628b0c4676ce): There are no data parts
364 2024.12.20 22:14:06.781054 [ 258 ] {157296c9-0956-4f6d-b9e2-1fff26ca97f6} <Debug> TCPHandler: Processed in 0.008596337 sec.
365 2024.12.20 22:14:06.781228 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
366 2024.12.20 22:14:06.781507 [ 260 ] {efdc4d73-c69c-4167-bec3-dd91aaf5fcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
367 2024.12.20 22:14:06.781581 [ 260 ] {efdc4d73-c69c-4167-bec3-dd91aaf5fcaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
368 2024.12.20 22:14:06.792484 [ 260 ] {efdc4d73-c69c-4167-bec3-dd91aaf5fcaa} <Debug> oximeter.measurements_u32 (8cf5fc0c-b4a8-4a12-b228-adfffaa95c26): Loading data parts
369 2024.12.20 22:14:06.792720 [ 260 ] {efdc4d73-c69c-4167-bec3-dd91aaf5fcaa} <Debug> oximeter.measurements_u32 (8cf5fc0c-b4a8-4a12-b228-adfffaa95c26): There are no data parts
370 2024.12.20 22:14:06.795580 [ 260 ] {efdc4d73-c69c-4167-bec3-dd91aaf5fcaa} <Debug> TCPHandler: Processed in 0.014347414 sec.
371 2024.12.20 22:14:06.795804 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
372 2024.12.20 22:14:06.796075 [ 258 ] {f0cb43ea-1852-410e-ad6c-b681d97e1378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
373 2024.12.20 22:14:06.796152 [ 258 ] {f0cb43ea-1852-410e-ad6c-b681d97e1378} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
374 2024.12.20 22:14:06.804380 [ 258 ] {f0cb43ea-1852-410e-ad6c-b681d97e1378} <Debug> oximeter.measurements_i64 (2dd6031f-7bda-4d1b-a5cc-03a6e824c5fd): Loading data parts
375 2024.12.20 22:14:06.804558 [ 258 ] {f0cb43ea-1852-410e-ad6c-b681d97e1378} <Debug> oximeter.measurements_i64 (2dd6031f-7bda-4d1b-a5cc-03a6e824c5fd): There are no data parts
376 2024.12.20 22:14:06.806441 [ 258 ] {f0cb43ea-1852-410e-ad6c-b681d97e1378} <Debug> TCPHandler: Processed in 0.010708888 sec.
377 2024.12.20 22:14:06.806639 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2024.12.20 22:14:06.806863 [ 260 ] {77e3e013-b19a-4b75-aeaa-ef6fe03b1e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
379 2024.12.20 22:14:06.806933 [ 260 ] {77e3e013-b19a-4b75-aeaa-ef6fe03b1e52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
380 2024.12.20 22:14:06.809873 [ 260 ] {77e3e013-b19a-4b75-aeaa-ef6fe03b1e52} <Debug> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Loading data parts
381 2024.12.20 22:14:06.809996 [ 260 ] {77e3e013-b19a-4b75-aeaa-ef6fe03b1e52} <Debug> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): There are no data parts
382 2024.12.20 22:14:06.811248 [ 260 ] {77e3e013-b19a-4b75-aeaa-ef6fe03b1e52} <Debug> TCPHandler: Processed in 0.004668027 sec.
383 2024.12.20 22:14:06.811448 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
384 2024.12.20 22:14:06.811711 [ 258 ] {fa7354dd-43c1-4b21-9677-e7fe4825fd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
385 2024.12.20 22:14:06.811783 [ 258 ] {fa7354dd-43c1-4b21-9677-e7fe4825fd9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
386 2024.12.20 22:14:06.818652 [ 258 ] {fa7354dd-43c1-4b21-9677-e7fe4825fd9c} <Debug> oximeter.measurements_f32 (879bf117-a659-4f25-9534-fe9d71f00d5d): Loading data parts
387 2024.12.20 22:14:06.818802 [ 258 ] {fa7354dd-43c1-4b21-9677-e7fe4825fd9c} <Debug> oximeter.measurements_f32 (879bf117-a659-4f25-9534-fe9d71f00d5d): There are no data parts
388 2024.12.20 22:14:06.820531 [ 258 ] {fa7354dd-43c1-4b21-9677-e7fe4825fd9c} <Debug> TCPHandler: Processed in 0.009149852 sec.
389 2024.12.20 22:14:06.820726 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
390 2024.12.20 22:14:06.820930 [ 260 ] {0af86406-8e34-4af0-835b-88928e020c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
391 2024.12.20 22:14:06.821000 [ 260 ] {0af86406-8e34-4af0-835b-88928e020c34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
392 2024.12.20 22:14:06.823913 [ 260 ] {0af86406-8e34-4af0-835b-88928e020c34} <Debug> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Loading data parts
393 2024.12.20 22:14:06.824039 [ 260 ] {0af86406-8e34-4af0-835b-88928e020c34} <Debug> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): There are no data parts
394 2024.12.20 22:14:06.825286 [ 260 ] {0af86406-8e34-4af0-835b-88928e020c34} <Debug> TCPHandler: Processed in 0.004617776 sec.
395 2024.12.20 22:14:06.825468 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2024.12.20 22:14:06.825700 [ 258 ] {e659e705-4157-4ae5-8fcf-a5846139e188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
397 2024.12.20 22:14:06.825757 [ 258 ] {e659e705-4157-4ae5-8fcf-a5846139e188} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
398 2024.12.20 22:14:06.832650 [ 258 ] {e659e705-4157-4ae5-8fcf-a5846139e188} <Debug> oximeter.measurements_string (6bf05d2f-c02e-4da8-97c7-2e32d9c5aee3): Loading data parts
399 2024.12.20 22:14:06.832822 [ 258 ] {e659e705-4157-4ae5-8fcf-a5846139e188} <Debug> oximeter.measurements_string (6bf05d2f-c02e-4da8-97c7-2e32d9c5aee3): There are no data parts
400 2024.12.20 22:14:06.834541 [ 258 ] {e659e705-4157-4ae5-8fcf-a5846139e188} <Debug> TCPHandler: Processed in 0.009132343 sec.
401 2024.12.20 22:14:06.834726 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
402 2024.12.20 22:14:06.834933 [ 260 ] {1fb370be-c09a-40aa-bcd3-2ceb61606c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
403 * NOTE: Right now we can't unambiguously record a nullable byte array.
404 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
405 * a string isn't palatable for a few reasons.
406 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
407 * details.
408 */
409 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
410 2024.12.20 22:14:06.835007 [ 260 ] {1fb370be-c09a-40aa-bcd3-2ceb61606c9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
411 2024.12.20 22:14:06.837917 [ 260 ] {1fb370be-c09a-40aa-bcd3-2ceb61606c9d} <Debug> oximeter.measurements_bytes (e09c1edc-36a1-4c72-b8f1-ebd286099b4a): Loading data parts
412 2024.12.20 22:14:06.838048 [ 260 ] {1fb370be-c09a-40aa-bcd3-2ceb61606c9d} <Debug> oximeter.measurements_bytes (e09c1edc-36a1-4c72-b8f1-ebd286099b4a): There are no data parts
413 2024.12.20 22:14:06.839364 [ 260 ] {1fb370be-c09a-40aa-bcd3-2ceb61606c9d} <Debug> TCPHandler: Processed in 0.004694987 sec.
414 2024.12.20 22:14:06.839532 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2024.12.20 22:14:06.839769 [ 258 ] {d3d8bcc0-f4ae-44cf-822b-62617b7db118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
416 2024.12.20 22:14:06.839829 [ 258 ] {d3d8bcc0-f4ae-44cf-822b-62617b7db118} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
417 2024.12.20 22:14:06.846704 [ 258 ] {d3d8bcc0-f4ae-44cf-822b-62617b7db118} <Debug> oximeter.measurements_cumulativei64 (30a3b92d-3577-4bdf-a5e2-1f9cb568c6dd): Loading data parts
418 2024.12.20 22:14:06.846914 [ 258 ] {d3d8bcc0-f4ae-44cf-822b-62617b7db118} <Debug> oximeter.measurements_cumulativei64 (30a3b92d-3577-4bdf-a5e2-1f9cb568c6dd): There are no data parts
419 2024.12.20 22:14:06.848640 [ 258 ] {d3d8bcc0-f4ae-44cf-822b-62617b7db118} <Debug> TCPHandler: Processed in 0.009164852 sec.
420 2024.12.20 22:14:06.848902 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2024.12.20 22:14:06.849316 [ 260 ] {0d77f61c-4a77-4ac5-9f1e-5febe54c802f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
422 2024.12.20 22:14:06.849406 [ 260 ] {0d77f61c-4a77-4ac5-9f1e-5febe54c802f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
423 2024.12.20 22:14:06.852347 [ 260 ] {0d77f61c-4a77-4ac5-9f1e-5febe54c802f} <Debug> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Loading data parts
424 2024.12.20 22:14:06.852493 [ 260 ] {0d77f61c-4a77-4ac5-9f1e-5febe54c802f} <Debug> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): There are no data parts
425 2024.12.20 22:14:06.853785 [ 260 ] {0d77f61c-4a77-4ac5-9f1e-5febe54c802f} <Debug> TCPHandler: Processed in 0.00499243 sec.
426 2024.12.20 22:14:06.853968 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2024.12.20 22:14:06.854208 [ 258 ] {ce584b04-641c-4a40-9967-69354651d657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
428 2024.12.20 22:14:06.854267 [ 258 ] {ce584b04-641c-4a40-9967-69354651d657} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
429 2024.12.20 22:14:06.860993 [ 258 ] {ce584b04-641c-4a40-9967-69354651d657} <Debug> oximeter.measurements_cumulativef32 (6794f5d6-4399-467b-8676-ff1e562d6408): Loading data parts
430 2024.12.20 22:14:06.861181 [ 258 ] {ce584b04-641c-4a40-9967-69354651d657} <Debug> oximeter.measurements_cumulativef32 (6794f5d6-4399-467b-8676-ff1e562d6408): There are no data parts
431 2024.12.20 22:14:06.863053 [ 258 ] {ce584b04-641c-4a40-9967-69354651d657} <Debug> TCPHandler: Processed in 0.009141361 sec.
432 2024.12.20 22:14:06.863227 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.12.20 22:14:06.863457 [ 260 ] {ab2fe2c0-a992-4c9f-87f4-9f0adf6a1e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
434 2024.12.20 22:14:06.863517 [ 260 ] {ab2fe2c0-a992-4c9f-87f4-9f0adf6a1e0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2024.12.20 22:14:06.866507 [ 260 ] {ab2fe2c0-a992-4c9f-87f4-9f0adf6a1e0e} <Debug> oximeter.measurements_cumulativef64 (3006fc8c-a906-4c53-8713-751b03991416): Loading data parts
436 2024.12.20 22:14:06.866635 [ 260 ] {ab2fe2c0-a992-4c9f-87f4-9f0adf6a1e0e} <Debug> oximeter.measurements_cumulativef64 (3006fc8c-a906-4c53-8713-751b03991416): There are no data parts
437 2024.12.20 22:14:06.868062 [ 260 ] {ab2fe2c0-a992-4c9f-87f4-9f0adf6a1e0e} <Debug> TCPHandler: Processed in 0.004890489 sec.
438 2024.12.20 22:14:06.868247 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.12.20 22:14:06.868599 [ 258 ] {6d5e8a7d-9e37-4536-8224-8c287cee1df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2024.12.20 22:14:06.868692 [ 258 ] {6d5e8a7d-9e37-4536-8224-8c287cee1df5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2024.12.20 22:14:06.875682 [ 258 ] {6d5e8a7d-9e37-4536-8224-8c287cee1df5} <Debug> oximeter.measurements_histogrami8 (847bd415-f23b-4a0a-9c87-762631df22fe): Loading data parts
452 2024.12.20 22:14:06.875835 [ 258 ] {6d5e8a7d-9e37-4536-8224-8c287cee1df5} <Debug> oximeter.measurements_histogrami8 (847bd415-f23b-4a0a-9c87-762631df22fe): There are no data parts
453 2024.12.20 22:14:06.877653 [ 258 ] {6d5e8a7d-9e37-4536-8224-8c287cee1df5} <Debug> TCPHandler: Processed in 0.009465055 sec.
454 2024.12.20 22:14:06.877878 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2024.12.20 22:14:06.878184 [ 260 ] {354ecac4-f4d1-4f8d-b0ed-5c8168ac95d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
456 2024.12.20 22:14:06.878261 [ 260 ] {354ecac4-f4d1-4f8d-b0ed-5c8168ac95d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2024.12.20 22:14:06.881516 [ 260 ] {354ecac4-f4d1-4f8d-b0ed-5c8168ac95d6} <Debug> oximeter.measurements_histogramu8 (59e9be15-b773-4eb1-a777-0e48729ed6eb): Loading data parts
458 2024.12.20 22:14:06.881658 [ 260 ] {354ecac4-f4d1-4f8d-b0ed-5c8168ac95d6} <Debug> oximeter.measurements_histogramu8 (59e9be15-b773-4eb1-a777-0e48729ed6eb): There are no data parts
459 2024.12.20 22:14:06.883108 [ 260 ] {354ecac4-f4d1-4f8d-b0ed-5c8168ac95d6} <Debug> TCPHandler: Processed in 0.005290163 sec.
460 2024.12.20 22:14:06.883299 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2024.12.20 22:14:06.883652 [ 258 ] {727f02ff-0016-42b3-8e9f-b8db78b76f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
462 2024.12.20 22:14:06.883746 [ 258 ] {727f02ff-0016-42b3-8e9f-b8db78b76f57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2024.12.20 22:14:06.890169 [ 258 ] {727f02ff-0016-42b3-8e9f-b8db78b76f57} <Debug> oximeter.measurements_histogrami16 (98d9bec0-e60f-4f2c-ae4b-d94b8ccd233a): Loading data parts
464 2024.12.20 22:14:06.890403 [ 258 ] {727f02ff-0016-42b3-8e9f-b8db78b76f57} <Debug> oximeter.measurements_histogrami16 (98d9bec0-e60f-4f2c-ae4b-d94b8ccd233a): There are no data parts
465 2024.12.20 22:14:06.892167 [ 258 ] {727f02ff-0016-42b3-8e9f-b8db78b76f57} <Debug> TCPHandler: Processed in 0.008927519 sec.
466 2024.12.20 22:14:06.892351 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2024.12.20 22:14:06.892661 [ 260 ] {c9428cc6-ef3e-41f7-821b-66d9c1780a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
468 2024.12.20 22:14:06.892736 [ 260 ] {c9428cc6-ef3e-41f7-821b-66d9c1780a7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2024.12.20 22:14:06.895971 [ 260 ] {c9428cc6-ef3e-41f7-821b-66d9c1780a7c} <Debug> oximeter.measurements_histogramu16 (e306bb64-4672-48ae-8a60-cbb1ba70fda3): Loading data parts
470 2024.12.20 22:14:06.896089 [ 260 ] {c9428cc6-ef3e-41f7-821b-66d9c1780a7c} <Debug> oximeter.measurements_histogramu16 (e306bb64-4672-48ae-8a60-cbb1ba70fda3): There are no data parts
471 2024.12.20 22:14:06.897420 [ 260 ] {c9428cc6-ef3e-41f7-821b-66d9c1780a7c} <Debug> TCPHandler: Processed in 0.005129041 sec.
472 2024.12.20 22:14:06.897651 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2024.12.20 22:14:06.898003 [ 258 ] {2414f310-68d7-4c59-90a5-f3e9dc51af5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
474 2024.12.20 22:14:06.898096 [ 258 ] {2414f310-68d7-4c59-90a5-f3e9dc51af5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2024.12.20 22:14:06.904637 [ 258 ] {2414f310-68d7-4c59-90a5-f3e9dc51af5b} <Debug> oximeter.measurements_histogrami32 (75d38987-655e-423c-8e9c-bb1b6588c044): Loading data parts
476 2024.12.20 22:14:06.904907 [ 258 ] {2414f310-68d7-4c59-90a5-f3e9dc51af5b} <Debug> oximeter.measurements_histogrami32 (75d38987-655e-423c-8e9c-bb1b6588c044): There are no data parts
477 2024.12.20 22:14:06.906821 [ 258 ] {2414f310-68d7-4c59-90a5-f3e9dc51af5b} <Debug> TCPHandler: Processed in 0.009237903 sec.
478 2024.12.20 22:14:06.907005 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2024.12.20 22:14:06.907300 [ 260 ] {72f93092-771c-4195-a21f-d26664e97c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
480 2024.12.20 22:14:06.907389 [ 260 ] {72f93092-771c-4195-a21f-d26664e97c3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2024.12.20 22:14:06.910758 [ 260 ] {72f93092-771c-4195-a21f-d26664e97c3d} <Debug> oximeter.measurements_histogramu32 (7524e3dc-6e9d-4426-9d14-7970efd6667c): Loading data parts
482 2024.12.20 22:14:06.911025 [ 260 ] {72f93092-771c-4195-a21f-d26664e97c3d} <Debug> oximeter.measurements_histogramu32 (7524e3dc-6e9d-4426-9d14-7970efd6667c): There are no data parts
483 2024.12.20 22:14:06.912520 [ 260 ] {72f93092-771c-4195-a21f-d26664e97c3d} <Debug> TCPHandler: Processed in 0.005573206 sec.
484 2024.12.20 22:14:06.912745 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2024.12.20 22:14:06.913095 [ 258 ] {5422debd-2479-4115-9b1d-2713f50eb9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
486 2024.12.20 22:14:06.913196 [ 258 ] {5422debd-2479-4115-9b1d-2713f50eb9c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2024.12.20 22:14:06.919608 [ 258 ] {5422debd-2479-4115-9b1d-2713f50eb9c8} <Debug> oximeter.measurements_histogrami64 (5df73597-c47d-4338-8c37-a035c321bde6): Loading data parts
488 2024.12.20 22:14:06.919850 [ 258 ] {5422debd-2479-4115-9b1d-2713f50eb9c8} <Debug> oximeter.measurements_histogrami64 (5df73597-c47d-4338-8c37-a035c321bde6): There are no data parts
489 2024.12.20 22:14:06.921752 [ 258 ] {5422debd-2479-4115-9b1d-2713f50eb9c8} <Debug> TCPHandler: Processed in 0.009073921 sec.
490 2024.12.20 22:14:06.921963 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2024.12.20 22:14:06.922255 [ 260 ] {dc3b2149-c7c0-4f92-ae6f-2813168bedeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
492 2024.12.20 22:14:06.922346 [ 260 ] {dc3b2149-c7c0-4f92-ae6f-2813168bedeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2024.12.20 22:14:06.926232 [ 260 ] {dc3b2149-c7c0-4f92-ae6f-2813168bedeb} <Debug> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Loading data parts
494 2024.12.20 22:14:06.926449 [ 260 ] {dc3b2149-c7c0-4f92-ae6f-2813168bedeb} <Debug> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): There are no data parts
495 2024.12.20 22:14:06.928063 [ 260 ] {dc3b2149-c7c0-4f92-ae6f-2813168bedeb} <Debug> TCPHandler: Processed in 0.006158822 sec.
496 2024.12.20 22:14:06.928298 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.12.20 22:14:06.928651 [ 258 ] {6203a9a9-34c0-4488-8700-79d3277af572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
498 2024.12.20 22:14:06.928746 [ 258 ] {6203a9a9-34c0-4488-8700-79d3277af572} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2024.12.20 22:14:06.935050 [ 258 ] {6203a9a9-34c0-4488-8700-79d3277af572} <Debug> oximeter.measurements_histogramf32 (2fa1d511-d74d-4660-ac28-0917d9c841ab): Loading data parts
500 2024.12.20 22:14:06.935309 [ 258 ] {6203a9a9-34c0-4488-8700-79d3277af572} <Debug> oximeter.measurements_histogramf32 (2fa1d511-d74d-4660-ac28-0917d9c841ab): There are no data parts
501 2024.12.20 22:14:06.937171 [ 258 ] {6203a9a9-34c0-4488-8700-79d3277af572} <Debug> TCPHandler: Processed in 0.00894194 sec.
502 2024.12.20 22:14:06.937354 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.12.20 22:14:06.937643 [ 260 ] {1ccec009-317f-4cdd-b292-d45759053282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
504 2024.12.20 22:14:06.937726 [ 260 ] {1ccec009-317f-4cdd-b292-d45759053282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2024.12.20 22:14:06.941114 [ 260 ] {1ccec009-317f-4cdd-b292-d45759053282} <Debug> oximeter.measurements_histogramf64 (d03f8d38-251b-4ac7-af2e-097c788dd000): Loading data parts
506 2024.12.20 22:14:06.941238 [ 260 ] {1ccec009-317f-4cdd-b292-d45759053282} <Debug> oximeter.measurements_histogramf64 (d03f8d38-251b-4ac7-af2e-097c788dd000): There are no data parts
507 2024.12.20 22:14:06.942835 [ 260 ] {1ccec009-317f-4cdd-b292-d45759053282} <Debug> TCPHandler: Processed in 0.005544046 sec.
508 2024.12.20 22:14:06.943087 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.12.20 22:14:06.943378 [ 258 ] {43e2330d-be7b-4857-be50-d756b7e26690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
535 2024.12.20 22:14:06.943467 [ 258 ] {43e2330d-be7b-4857-be50-d756b7e26690} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2024.12.20 22:14:06.949868 [ 258 ] {43e2330d-be7b-4857-be50-d756b7e26690} <Debug> oximeter.fields_bool (a1d31a1f-15ca-4f3d-84d9-7e03e14cd2a6): Loading data parts
537 2024.12.20 22:14:06.950095 [ 258 ] {43e2330d-be7b-4857-be50-d756b7e26690} <Debug> oximeter.fields_bool (a1d31a1f-15ca-4f3d-84d9-7e03e14cd2a6): There are no data parts
538 2024.12.20 22:14:06.951717 [ 258 ] {43e2330d-be7b-4857-be50-d756b7e26690} <Debug> TCPHandler: Processed in 0.008714908 sec.
539 2024.12.20 22:14:06.951924 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.12.20 22:14:06.952175 [ 260 ] {172f4214-f469-48b8-9ff5-c56cf9e69e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
541 2024.12.20 22:14:06.952263 [ 260 ] {172f4214-f469-48b8-9ff5-c56cf9e69e2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2024.12.20 22:14:06.955291 [ 260 ] {172f4214-f469-48b8-9ff5-c56cf9e69e2c} <Debug> oximeter.fields_i8 (01f0cac8-89c0-42cf-8269-bc785960cb77): Loading data parts
543 2024.12.20 22:14:06.955441 [ 260 ] {172f4214-f469-48b8-9ff5-c56cf9e69e2c} <Debug> oximeter.fields_i8 (01f0cac8-89c0-42cf-8269-bc785960cb77): There are no data parts
544 2024.12.20 22:14:06.956768 [ 260 ] {172f4214-f469-48b8-9ff5-c56cf9e69e2c} <Debug> TCPHandler: Processed in 0.004911339 sec.
545 2024.12.20 22:14:06.956960 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.12.20 22:14:06.957239 [ 258 ] {c9e4815d-10c2-4704-ad5c-a4660746e946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
547 2024.12.20 22:14:06.957308 [ 258 ] {c9e4815d-10c2-4704-ad5c-a4660746e946} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2024.12.20 22:14:06.964020 [ 258 ] {c9e4815d-10c2-4704-ad5c-a4660746e946} <Debug> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Loading data parts
549 2024.12.20 22:14:06.964285 [ 258 ] {c9e4815d-10c2-4704-ad5c-a4660746e946} <Debug> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): There are no data parts
550 2024.12.20 22:14:06.967608 [ 258 ] {c9e4815d-10c2-4704-ad5c-a4660746e946} <Debug> TCPHandler: Processed in 0.010711628 sec.
551 2024.12.20 22:14:06.967858 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.12.20 22:14:06.968096 [ 260 ] {55549ab4-d014-4e24-82a3-951d799a56c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
553 2024.12.20 22:14:06.968186 [ 260 ] {55549ab4-d014-4e24-82a3-951d799a56c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2024.12.20 22:14:07.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.95 MiB, peak 125.95 MiB, free memory in arenas 0.00 B, will set to 135.53 MiB (RSS), difference: 9.57 MiB
555 2024.12.20 22:14:07.004775 [ 260 ] {55549ab4-d014-4e24-82a3-951d799a56c6} <Debug> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Loading data parts
556 2024.12.20 22:14:07.005000 [ 260 ] {55549ab4-d014-4e24-82a3-951d799a56c6} <Debug> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): There are no data parts
557 2024.12.20 22:14:07.009842 [ 260 ] {55549ab4-d014-4e24-82a3-951d799a56c6} <Debug> TCPHandler: Processed in 0.042074694 sec.
558 2024.12.20 22:14:07.010193 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.12.20 22:14:07.010519 [ 258 ] {d794bec9-179b-44b7-84f9-efb5103395a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
560 2024.12.20 22:14:07.010644 [ 258 ] {d794bec9-179b-44b7-84f9-efb5103395a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
561 2024.12.20 22:14:07.031922 [ 258 ] {d794bec9-179b-44b7-84f9-efb5103395a8} <Debug> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Loading data parts
562 2024.12.20 22:14:07.032287 [ 258 ] {d794bec9-179b-44b7-84f9-efb5103395a8} <Debug> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): There are no data parts
563 2024.12.20 22:14:07.035670 [ 258 ] {d794bec9-179b-44b7-84f9-efb5103395a8} <Debug> TCPHandler: Processed in 0.025619138 sec.
564 2024.12.20 22:14:07.035907 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
565 2024.12.20 22:14:07.036183 [ 260 ] {4915803a-fd18-4c4d-a129-65a3beea53b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
566 2024.12.20 22:14:07.036255 [ 260 ] {4915803a-fd18-4c4d-a129-65a3beea53b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
567 2024.12.20 22:14:07.051758 [ 260 ] {4915803a-fd18-4c4d-a129-65a3beea53b4} <Debug> oximeter.fields_i32 (bfc0c85f-b9a7-46ca-9795-9b6451ad22e9): Loading data parts
568 2024.12.20 22:14:07.051991 [ 260 ] {4915803a-fd18-4c4d-a129-65a3beea53b4} <Debug> oximeter.fields_i32 (bfc0c85f-b9a7-46ca-9795-9b6451ad22e9): There are no data parts
569 2024.12.20 22:14:07.055157 [ 260 ] {4915803a-fd18-4c4d-a129-65a3beea53b4} <Debug> TCPHandler: Processed in 0.019347974 sec.
570 2024.12.20 22:14:07.055373 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.12.20 22:14:07.055609 [ 258 ] {662af2fe-54d8-49c4-93f2-70015c732642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
572 2024.12.20 22:14:07.055701 [ 258 ] {662af2fe-54d8-49c4-93f2-70015c732642} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
573 2024.12.20 22:14:07.066383 [ 258 ] {662af2fe-54d8-49c4-93f2-70015c732642} <Debug> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Loading data parts
574 2024.12.20 22:14:07.066573 [ 258 ] {662af2fe-54d8-49c4-93f2-70015c732642} <Debug> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): There are no data parts
575 2024.12.20 22:14:07.069037 [ 258 ] {662af2fe-54d8-49c4-93f2-70015c732642} <Debug> TCPHandler: Processed in 0.013728358 sec.
576 2024.12.20 22:14:07.069279 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
577 2024.12.20 22:14:07.069607 [ 260 ] {73a75184-9084-4610-a1ad-da0cf51234cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
578 2024.12.20 22:14:07.069680 [ 260 ] {73a75184-9084-4610-a1ad-da0cf51234cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
579 2024.12.20 22:14:07.072870 [ 260 ] {73a75184-9084-4610-a1ad-da0cf51234cf} <Debug> oximeter.fields_i64 (8fd5bfa5-badb-4878-a03f-d55e4626f42f): Loading data parts
580 2024.12.20 22:14:07.073009 [ 260 ] {73a75184-9084-4610-a1ad-da0cf51234cf} <Debug> oximeter.fields_i64 (8fd5bfa5-badb-4878-a03f-d55e4626f42f): There are no data parts
581 2024.12.20 22:14:07.074644 [ 260 ] {73a75184-9084-4610-a1ad-da0cf51234cf} <Debug> TCPHandler: Processed in 0.005476296 sec.
582 2024.12.20 22:14:07.074827 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.12.20 22:14:07.075045 [ 258 ] {d24e6c0f-7aa0-4373-92a7-5c3f3cd1d282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
584 2024.12.20 22:14:07.075128 [ 258 ] {d24e6c0f-7aa0-4373-92a7-5c3f3cd1d282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
585 2024.12.20 22:14:07.081517 [ 258 ] {d24e6c0f-7aa0-4373-92a7-5c3f3cd1d282} <Debug> oximeter.fields_u64 (7ba94ebd-1560-4149-9476-46e574c01749): Loading data parts
586 2024.12.20 22:14:07.081700 [ 258 ] {d24e6c0f-7aa0-4373-92a7-5c3f3cd1d282} <Debug> oximeter.fields_u64 (7ba94ebd-1560-4149-9476-46e574c01749): There are no data parts
587 2024.12.20 22:14:07.083716 [ 258 ] {d24e6c0f-7aa0-4373-92a7-5c3f3cd1d282} <Debug> TCPHandler: Processed in 0.00894965 sec.
588 2024.12.20 22:14:07.083897 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.12.20 22:14:07.084136 [ 260 ] {659f8bb0-0fc7-4753-833b-bbd44367ca2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
590 2024.12.20 22:14:07.084197 [ 260 ] {659f8bb0-0fc7-4753-833b-bbd44367ca2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
591 2024.12.20 22:14:07.087237 [ 260 ] {659f8bb0-0fc7-4753-833b-bbd44367ca2c} <Debug> oximeter.fields_ipaddr (2fe8c4cf-4436-455f-a1e4-eaf500f11031): Loading data parts
592 2024.12.20 22:14:07.087371 [ 260 ] {659f8bb0-0fc7-4753-833b-bbd44367ca2c} <Debug> oximeter.fields_ipaddr (2fe8c4cf-4436-455f-a1e4-eaf500f11031): There are no data parts
593 2024.12.20 22:14:07.088974 [ 260 ] {659f8bb0-0fc7-4753-833b-bbd44367ca2c} <Debug> TCPHandler: Processed in 0.005134272 sec.
594 2024.12.20 22:14:07.089169 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.12.20 22:14:07.089422 [ 258 ] {bf105fe8-3d46-4e89-bc86-f664b63ce988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) 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)
596 2024.12.20 22:14:07.089512 [ 258 ] {bf105fe8-3d46-4e89-bc86-f664b63ce988} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
597 2024.12.20 22:14:07.096547 [ 258 ] {bf105fe8-3d46-4e89-bc86-f664b63ce988} <Debug> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Loading data parts
598 2024.12.20 22:14:07.096787 [ 258 ] {bf105fe8-3d46-4e89-bc86-f664b63ce988} <Debug> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): There are no data parts
599 2024.12.20 22:14:07.098971 [ 258 ] {bf105fe8-3d46-4e89-bc86-f664b63ce988} <Debug> TCPHandler: Processed in 0.009870849 sec.
600 2024.12.20 22:14:07.099197 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
601 2024.12.20 22:14:07.099423 [ 260 ] {d8aba02d-ba02-404c-8cd6-b30de6b3fc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) 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)
602 2024.12.20 22:14:07.099511 [ 260 ] {d8aba02d-ba02-404c-8cd6-b30de6b3fc7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
603 2024.12.20 22:14:07.102692 [ 260 ] {d8aba02d-ba02-404c-8cd6-b30de6b3fc7c} <Debug> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Loading data parts
604 2024.12.20 22:14:07.102830 [ 260 ] {d8aba02d-ba02-404c-8cd6-b30de6b3fc7c} <Debug> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): There are no data parts
605 2024.12.20 22:14:07.104414 [ 260 ] {d8aba02d-ba02-404c-8cd6-b30de6b3fc7c} <Debug> TCPHandler: Processed in 0.005274163 sec.
606 2024.12.20 22:14:07.104645 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
607 2024.12.20 22:14:07.105034 [ 258 ] {a019c6f6-929e-43f4-ad5f-7577c59ed6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) /* The timeseries schema table stores the extracted schema for the samples
608 * oximeter collects.
609 */
610 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)
611 2024.12.20 22:14:07.105130 [ 258 ] {a019c6f6-929e-43f4-ad5f-7577c59ed6fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
612 2024.12.20 22:14:07.111499 [ 258 ] {a019c6f6-929e-43f4-ad5f-7577c59ed6fa} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Loading data parts
613 2024.12.20 22:14:07.111752 [ 258 ] {a019c6f6-929e-43f4-ad5f-7577c59ed6fa} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): There are no data parts
614 2024.12.20 22:14:07.114152 [ 258 ] {a019c6f6-929e-43f4-ad5f-7577c59ed6fa} <Debug> TCPHandler: Processed in 0.009573836 sec.
615 2024.12.20 22:14:07.114404 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
616 2024.12.20 22:14:07.114630 [ 260 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
617 2024.12.20 22:14:07.115932 [ 260 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
618 2024.12.20 22:14:07.123729 [ 268 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Trace> oximeter.version (cfb46203-4001-4768-8215-2eba69793be7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
619 2024.12.20 22:14:07.123780 [ 268 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
620 2024.12.20 22:14:07.128158 [ 268 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
621 2024.12.20 22:14:07.128504 [ 268 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Trace> oximeter.version (cfb46203-4001-4768-8215-2eba69793be7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
622 2024.12.20 22:14:07.128800 [ 260 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014266 sec., 70.09673349221927 rows/sec., 1.10 KiB/sec.
623 2024.12.20 22:14:07.129074 [ 260 ] {eb519e08-1a56-467e-b0f7-64742ea82636} <Debug> TCPHandler: Processed in 0.014751508 sec.
624 2024.12.20 22:14:08.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.34 MiB, peak 136.34 MiB, free memory in arenas 0.00 B, will set to 139.93 MiB (RSS), difference: 3.58 MiB
625 2024.12.20 22:14:08.524825 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57094
626 2024.12.20 22:14:08.524957 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
627 2024.12.20 22:14:08.524992 [ 269 ] {} <Debug> TCP-Session: c3cda0cb-947f-49aa-81df-0a0163001546 Authenticating user 'default' from [fd00:1122:3344:101::b]:57094
628 2024.12.20 22:14:08.525023 [ 269 ] {} <Debug> TCP-Session: c3cda0cb-947f-49aa-81df-0a0163001546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
629 2024.12.20 22:14:08.525127 [ 269 ] {} <Debug> TCP-Session: c3cda0cb-947f-49aa-81df-0a0163001546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
630 2024.12.20 22:14:08.525187 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
631 2024.12.20 22:14:08.525217 [ 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
632 2024.12.20 22:14:08.525261 [ 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
633 2024.12.20 22:14:08.527762 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45242
634 2024.12.20 22:14:08.527876 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60223
635 2024.12.20 22:14:08.527960 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2024.12.20 22:14:08.527987 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49801
637 2024.12.20 22:14:08.528166 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
638 2024.12.20 22:14:08.528201 [ 270 ] {} <Debug> TCP-Session: 5745c356-1464-4643-b3dc-c130b3cf0ab8 Authenticating user 'default' from [fd00:1122:3344:101::b]:45242
639 2024.12.20 22:14:08.528224 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47452
640 2024.12.20 22:14:08.528269 [ 270 ] {} <Debug> TCP-Session: 5745c356-1464-4643-b3dc-c130b3cf0ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
641 2024.12.20 22:14:08.528249 [ 271 ] {} <Debug> TCP-Session: c99fdd0f-a9e3-45ce-b84a-e33c22bd3558 Authenticating user 'default' from [fd00:1122:3344:101::b]:60223
642 2024.12.20 22:14:08.528386 [ 270 ] {} <Debug> TCP-Session: 5745c356-1464-4643-b3dc-c130b3cf0ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
643 2024.12.20 22:14:08.528398 [ 271 ] {} <Debug> TCP-Session: c99fdd0f-a9e3-45ce-b84a-e33c22bd3558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2024.12.20 22:14:08.528449 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34586
645 2024.12.20 22:14:08.528476 [ 271 ] {} <Debug> TCP-Session: c99fdd0f-a9e3-45ce-b84a-e33c22bd3558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2024.12.20 22:14:08.528764 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54502
647 2024.12.20 22:14:08.528927 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59625
648 2024.12.20 22:14:08.528934 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
649 2024.12.20 22:14:08.529007 [ 275 ] {} <Debug> TCP-Session: 56b2bf41-c219-47ce-84dc-88a2baeaa248 Authenticating user 'default' from [fd00:1122:3344:101::b]:54502
650 2024.12.20 22:14:08.529139 [ 275 ] {} <Debug> TCP-Session: 56b2bf41-c219-47ce-84dc-88a2baeaa248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2024.12.20 22:14:08.529159 [ 275 ] {} <Debug> TCP-Session: 56b2bf41-c219-47ce-84dc-88a2baeaa248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2024.12.20 22:14:08.536561 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
653 2024.12.20 22:14:08.536645 [ 276 ] {} <Debug> TCP-Session: 96ee4451-4d55-48be-b45c-e7dc1d20131c Authenticating user 'default' from [fd00:1122:3344:101::b]:59625
654 2024.12.20 22:14:08.536674 [ 276 ] {} <Debug> TCP-Session: 96ee4451-4d55-48be-b45c-e7dc1d20131c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2024.12.20 22:14:08.536690 [ 276 ] {} <Debug> TCP-Session: 96ee4451-4d55-48be-b45c-e7dc1d20131c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2024.12.20 22:14:08.539086 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
657 2024.12.20 22:14:08.539100 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
658 2024.12.20 22:14:08.539163 [ 273 ] {} <Debug> TCP-Session: dd876ae2-b008-4fa4-9659-babc9f505dc8 Authenticating user 'default' from [fd00:1122:3344:101::b]:47452
659 2024.12.20 22:14:08.539179 [ 274 ] {} <Debug> TCP-Session: 4215c544-4b48-4d70-8848-4f6a4b9f72c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:34586
660 2024.12.20 22:14:08.539205 [ 273 ] {} <Debug> TCP-Session: dd876ae2-b008-4fa4-9659-babc9f505dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.20 22:14:08.539349 [ 274 ] {} <Debug> TCP-Session: 4215c544-4b48-4d70-8848-4f6a4b9f72c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.20 22:14:08.539364 [ 273 ] {} <Debug> TCP-Session: dd876ae2-b008-4fa4-9659-babc9f505dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.12.20 22:14:08.539385 [ 274 ] {} <Debug> TCP-Session: 4215c544-4b48-4d70-8848-4f6a4b9f72c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2024.12.20 22:14:08.560336 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2024.12.20 22:14:08.560381 [ 272 ] {} <Debug> TCP-Session: 277f2eb1-c915-4a52-ada3-08e88e055f33 Authenticating user 'default' from [fd00:1122:3344:101::b]:49801
666 2024.12.20 22:14:08.560437 [ 272 ] {} <Debug> TCP-Session: 277f2eb1-c915-4a52-ada3-08e88e055f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2024.12.20 22:14:08.560453 [ 272 ] {} <Debug> TCP-Session: 277f2eb1-c915-4a52-ada3-08e88e055f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2024.12.20 22:14:08.826826 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54831
669 2024.12.20 22:14:08.827101 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
670 2024.12.20 22:14:08.827144 [ 277 ] {} <Debug> TCP-Session: 487e1052-d358-4456-b26a-e1e12a3b5c21 Authenticating user 'default' from [fd00:1122:3344:101::a]:54831
671 2024.12.20 22:14:08.827173 [ 277 ] {} <Debug> TCP-Session: 487e1052-d358-4456-b26a-e1e12a3b5c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
672 2024.12.20 22:14:08.827216 [ 277 ] {} <Debug> TCP-Session: 487e1052-d358-4456-b26a-e1e12a3b5c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
673 2024.12.20 22:14:08.827295 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
674 2024.12.20 22:14:08.827345 [ 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
675 2024.12.20 22:14:08.827387 [ 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
676 2024.12.20 22:14:08.830133 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53362
677 2024.12.20 22:14:08.830134 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37327
678 2024.12.20 22:14:08.830204 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64239
679 2024.12.20 22:14:08.830551 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34928
680 2024.12.20 22:14:08.830613 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37409
681 2024.12.20 22:14:08.830565 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
682 2024.12.20 22:14:08.830802 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37710
683 2024.12.20 22:14:08.830835 [ 279 ] {} <Debug> TCP-Session: 6900f9d2-4476-40a2-9ddd-b98f6f3e4ecf Authenticating user 'default' from [fd00:1122:3344:101::a]:37327
684 2024.12.20 22:14:08.830990 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
685 2024.12.20 22:14:08.830974 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41494
686 2024.12.20 22:14:08.831220 [ 281 ] {} <Debug> TCP-Session: 222012da-8d97-48e7-842f-dddc46ab61c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:34928
687 2024.12.20 22:14:08.831282 [ 281 ] {} <Debug> TCP-Session: 222012da-8d97-48e7-842f-dddc46ab61c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2024.12.20 22:14:08.831441 [ 281 ] {} <Debug> TCP-Session: 222012da-8d97-48e7-842f-dddc46ab61c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2024.12.20 22:14:08.831445 [ 279 ] {} <Debug> TCP-Session: 6900f9d2-4476-40a2-9ddd-b98f6f3e4ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
690 2024.12.20 22:14:08.831459 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2024.12.20 22:14:08.831523 [ 279 ] {} <Debug> TCP-Session: 6900f9d2-4476-40a2-9ddd-b98f6f3e4ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
692 2024.12.20 22:14:08.831601 [ 284 ] {} <Debug> TCP-Session: 06bb3f03-79ad-4fb4-b4c5-d3c86934f881 Authenticating user 'default' from [fd00:1122:3344:101::a]:41494
693 2024.12.20 22:14:08.831655 [ 284 ] {} <Debug> TCP-Session: 06bb3f03-79ad-4fb4-b4c5-d3c86934f881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2024.12.20 22:14:08.831697 [ 284 ] {} <Debug> TCP-Session: 06bb3f03-79ad-4fb4-b4c5-d3c86934f881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.12.20 22:14:08.838084 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
696 2024.12.20 22:14:08.838136 [ 278 ] {} <Debug> TCP-Session: de130234-498a-4d55-b62f-c736ea485cc6 Authenticating user 'default' from [fd00:1122:3344:101::a]:53362
697 2024.12.20 22:14:08.838217 [ 278 ] {} <Debug> TCP-Session: de130234-498a-4d55-b62f-c736ea485cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2024.12.20 22:14:08.838235 [ 278 ] {} <Debug> TCP-Session: de130234-498a-4d55-b62f-c736ea485cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.12.20 22:14:08.844176 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
700 2024.12.20 22:14:08.844238 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
701 2024.12.20 22:14:08.844277 [ 283 ] {} <Debug> TCP-Session: 08097fa3-8741-4d92-8328-6b768da26b19 Authenticating user 'default' from [fd00:1122:3344:101::a]:37710
702 2024.12.20 22:14:08.844299 [ 280 ] {} <Debug> TCP-Session: 29e1f582-fa2e-4f8d-89dc-52bbdea21aec Authenticating user 'default' from [fd00:1122:3344:101::a]:64239
703 2024.12.20 22:14:08.844321 [ 283 ] {} <Debug> TCP-Session: 08097fa3-8741-4d92-8328-6b768da26b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2024.12.20 22:14:08.844369 [ 280 ] {} <Debug> TCP-Session: 29e1f582-fa2e-4f8d-89dc-52bbdea21aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.20 22:14:08.844408 [ 283 ] {} <Debug> TCP-Session: 08097fa3-8741-4d92-8328-6b768da26b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2024.12.20 22:14:08.844416 [ 280 ] {} <Debug> TCP-Session: 29e1f582-fa2e-4f8d-89dc-52bbdea21aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2024.12.20 22:14:08.845006 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
708 2024.12.20 22:14:08.845050 [ 282 ] {} <Debug> TCP-Session: 1f40a35e-75b1-42ca-b0c5-6a33eebe62c3 Authenticating user 'default' from [fd00:1122:3344:101::a]:37409
709 2024.12.20 22:14:08.845069 [ 282 ] {} <Debug> TCP-Session: 1f40a35e-75b1-42ca-b0c5-6a33eebe62c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
710 2024.12.20 22:14:08.845133 [ 282 ] {} <Debug> TCP-Session: 1f40a35e-75b1-42ca-b0c5-6a33eebe62c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
711 2024.12.20 22:14:09.996203 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60814
712 2024.12.20 22:14:09.996403 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
713 2024.12.20 22:14:09.996474 [ 285 ] {} <Debug> TCP-Session: b2d8b4da-df80-4303-834d-6cee8ead4e0c Authenticating user 'default' from [fd00:1122:3344:101::c]:60814
714 2024.12.20 22:14:09.996499 [ 285 ] {} <Debug> TCP-Session: b2d8b4da-df80-4303-834d-6cee8ead4e0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
715 2024.12.20 22:14:09.996513 [ 285 ] {} <Debug> TCP-Session: b2d8b4da-df80-4303-834d-6cee8ead4e0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
716 2024.12.20 22:14:09.996597 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
717 2024.12.20 22:14:09.996622 [ 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
718 2024.12.20 22:14:09.996656 [ 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
719 2024.12.20 22:14:09.999173 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61318
720 2024.12.20 22:14:09.999450 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36104
721 2024.12.20 22:14:09.999463 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53138
722 2024.12.20 22:14:09.999462 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
723 2024.12.20 22:14:09.999591 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36963
724 2024.12.20 22:14:09.999682 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
725 2024.12.20 22:14:09.999721 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36509
726 2024.12.20 22:14:09.999752 [ 288 ] {} <Debug> TCP-Session: e74eb270-208c-4d88-8d94-4063e7c69c01 Authenticating user 'default' from [fd00:1122:3344:101::c]:36104
727 2024.12.20 22:14:09.999717 [ 286 ] {} <Debug> TCP-Session: 9daef3ee-5af1-4c1f-84ae-e025d60b511f Authenticating user 'default' from [fd00:1122:3344:101::c]:61318
728 2024.12.20 22:14:09.999966 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37990
729 2024.12.20 22:14:10.000301 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
730 2024.12.20 22:14:10.000302 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34114
731 2024.12.20 22:14:10.000349 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
732 2024.12.20 22:14:10.000292 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
733 2024.12.20 22:14:10.000613 [ 290 ] {} <Debug> TCP-Session: 2b5b54d9-ecc8-4635-aa9a-e7e5c54aa856 Authenticating user 'default' from [fd00:1122:3344:101::c]:36509
734 2024.12.20 22:14:10.000676 [ 288 ] {} <Debug> TCP-Session: e74eb270-208c-4d88-8d94-4063e7c69c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.20 22:14:10.000704 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
736 2024.12.20 22:14:10.000714 [ 286 ] {} <Debug> TCP-Session: 9daef3ee-5af1-4c1f-84ae-e025d60b511f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
737 2024.12.20 22:14:10.000853 [ 289 ] {} <Debug> TCP-Session: 7b18f864-0a8c-45f2-b4be-f602cef5a234 Authenticating user 'default' from [fd00:1122:3344:101::c]:36963
738 2024.12.20 22:14:10.000880 [ 292 ] {} <Debug> TCP-Session: 4898088b-530a-4d91-a230-47dce53233ec Authenticating user 'default' from [fd00:1122:3344:101::c]:34114
739 2024.12.20 22:14:10.000896 [ 286 ] {} <Debug> TCP-Session: 9daef3ee-5af1-4c1f-84ae-e025d60b511f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.12.20 22:14:10.000861 [ 288 ] {} <Debug> TCP-Session: e74eb270-208c-4d88-8d94-4063e7c69c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
741 2024.12.20 22:14:10.000841 [ 290 ] {} <Debug> TCP-Session: 2b5b54d9-ecc8-4635-aa9a-e7e5c54aa856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
742 2024.12.20 22:14:10.001062 [ 292 ] {} <Debug> TCP-Session: 4898088b-530a-4d91-a230-47dce53233ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.20 22:14:10.001143 [ 289 ] {} <Debug> TCP-Session: 7b18f864-0a8c-45f2-b4be-f602cef5a234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.20 22:14:10.001198 [ 290 ] {} <Debug> TCP-Session: 2b5b54d9-ecc8-4635-aa9a-e7e5c54aa856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
745 2024.12.20 22:14:10.001213 [ 292 ] {} <Debug> TCP-Session: 4898088b-530a-4d91-a230-47dce53233ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2024.12.20 22:14:10.001387 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
747 2024.12.20 22:14:10.001415 [ 287 ] {} <Debug> TCP-Session: 33675993-b7a6-4e40-8776-82976b7699f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:53138
748 2024.12.20 22:14:10.001630 [ 291 ] {} <Debug> TCP-Session: 0eb8a442-5f82-4b83-9213-10c0111464d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:37990
749 2024.12.20 22:14:10.001690 [ 289 ] {} <Debug> TCP-Session: 7b18f864-0a8c-45f2-b4be-f602cef5a234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
750 2024.12.20 22:14:10.001635 [ 287 ] {} <Debug> TCP-Session: 33675993-b7a6-4e40-8776-82976b7699f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.20 22:14:10.001769 [ 291 ] {} <Debug> TCP-Session: 0eb8a442-5f82-4b83-9213-10c0111464d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.20 22:14:10.001816 [ 287 ] {} <Debug> TCP-Session: 33675993-b7a6-4e40-8776-82976b7699f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
753 2024.12.20 22:14:10.001851 [ 291 ] {} <Debug> TCP-Session: 0eb8a442-5f82-4b83-9213-10c0111464d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
754 2024.12.20 22:14:13.080508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
755 2024.12.20 22:14:13.080536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
756 2024.12.20 22:14:13.080624 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
757 2024.12.20 22:14:13.080699 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
758 2024.12.20 22:14:13.090130 [ 244 ] {} <Debug> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Loading data parts
759 2024.12.20 22:14:13.090704 [ 244 ] {} <Debug> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): There are no data parts
760 2024.12.20 22:14:13.099004 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
761 2024.12.20 22:14:13.099083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
762 2024.12.20 22:14:13.102085 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2024.12.20 22:14:13.102767 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2024.12.20 22:14:13.103636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
765 2024.12.20 22:14:13.114760 [ 243 ] {} <Debug> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Loading data parts
766 2024.12.20 22:14:13.114980 [ 243 ] {} <Debug> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): There are no data parts
767 2024.12.20 22:14:13.144389 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2024.12.20 22:14:13.144459 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
769 2024.12.20 22:14:13.152407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2024.12.20 22:14:13.153271 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2024.12.20 22:14:13.156600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2024.12.20 22:14:14.000292 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.40 MiB, peak 150.40 MiB, free memory in arenas 0.00 B, will set to 151.21 MiB (RSS), difference: 4.81 MiB
773 2024.12.20 22:14:15.580428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2024.12.20 22:14:15.580548 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2024.12.20 22:14:15.588536 [ 242 ] {} <Debug> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Loading data parts
776 2024.12.20 22:14:15.588726 [ 242 ] {} <Debug> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): There are no data parts
777 2024.12.20 22:14:15.600453 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2024.12.20 22:14:15.600495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
779 2024.12.20 22:14:15.602170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2024.12.20 22:14:15.602667 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2024.12.20 22:14:15.603148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2024.12.20 22:14:16.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.39 MiB, peak 155.39 MiB, free memory in arenas 0.00 B, will set to 151.61 MiB (RSS), difference: -3.78 MiB
783 2024.12.20 22:14:20.544803 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache
784 2024.12.20 22:14:20.544863 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache
785 2024.12.20 22:14:20.603833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
786 2024.12.20 22:14:20.605042 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2024.12.20 22:14:20.605100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
788 2024.12.20 22:14:20.605880 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2024.12.20 22:14:20.606347 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2024.12.20 22:14:20.606618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2024.12.20 22:14:20.656728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2024.12.20 22:14:20.678283 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2024.12.20 22:14:20.678339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
794 2024.12.20 22:14:20.685161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2024.12.20 22:14:20.686309 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2024.12.20 22:14:20.688788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2024.12.20 22:14:21.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.28 MiB, peak 156.28 MiB, free memory in arenas 0.00 B, will set to 154.58 MiB (RSS), difference: 2.30 MiB
798 2024.12.20 22:14:26.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.60 MiB, peak 156.28 MiB, free memory in arenas 0.00 B, will set to 154.61 MiB (RSS), difference: 4.01 MiB
799 2024.12.20 22:14:27.132535 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
800 2024.12.20 22:14:27.132759 [ 258 ] {2d1d1af7-fb84-46a1-b59d-e50ca66bd786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
801 2024.12.20 22:14:27.133155 [ 258 ] {2d1d1af7-fb84-46a1-b59d-e50ca66bd786} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
802 2024.12.20 22:14:27.133382 [ 258 ] {2d1d1af7-fb84-46a1-b59d-e50ca66bd786} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
803 2024.12.20 22:14:27.134152 [ 258 ] {2d1d1af7-fb84-46a1-b59d-e50ca66bd786} <Debug> TCPHandler: Processed in 0.001750658 sec.
804 2024.12.20 22:14:27.137317 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2024.12.20 22:14:27.137699 [ 260 ] {60b78ac2-b0ef-438c-8753-be0aec01757b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
806 2024.12.20 22:14:27.139616 [ 260 ] {60b78ac2-b0ef-438c-8753-be0aec01757b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2024.12.20 22:14:27.139685 [ 260 ] {60b78ac2-b0ef-438c-8753-be0aec01757b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2024.12.20 22:14:27.140255 [ 260 ] {60b78ac2-b0ef-438c-8753-be0aec01757b} <Debug> TCPHandler: Processed in 0.003122291 sec.
809 2024.12.20 22:14:27.140572 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
810 2024.12.20 22:14:27.140756 [ 258 ] {12d31f62-d82d-4484-b1e4-27cdfe1fa068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
811 2024.12.20 22:14:27.141208 [ 258 ] {12d31f62-d82d-4484-b1e4-27cdfe1fa068} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
812 2024.12.20 22:14:27.141266 [ 258 ] {12d31f62-d82d-4484-b1e4-27cdfe1fa068} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
813 2024.12.20 22:14:27.141771 [ 258 ] {12d31f62-d82d-4484-b1e4-27cdfe1fa068} <Debug> TCPHandler: Processed in 0.001266603 sec.
814 2024.12.20 22:14:27.142041 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
815 2024.12.20 22:14:27.142190 [ 260 ] {97115d9b-e82e-4b87-ba5a-b78dcb181308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
816 2024.12.20 22:14:27.142552 [ 260 ] {97115d9b-e82e-4b87-ba5a-b78dcb181308} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
817 2024.12.20 22:14:27.142608 [ 260 ] {97115d9b-e82e-4b87-ba5a-b78dcb181308} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
818 2024.12.20 22:14:27.143106 [ 260 ] {97115d9b-e82e-4b87-ba5a-b78dcb181308} <Debug> TCPHandler: Processed in 0.001118711 sec.
819 2024.12.20 22:14:27.143430 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
820 2024.12.20 22:14:27.143580 [ 258 ] {b6114344-0912-40e6-b102-427e031b82d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
821 2024.12.20 22:14:27.143943 [ 258 ] {b6114344-0912-40e6-b102-427e031b82d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
822 2024.12.20 22:14:27.144000 [ 258 ] {b6114344-0912-40e6-b102-427e031b82d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
823 2024.12.20 22:14:27.144459 [ 258 ] {b6114344-0912-40e6-b102-427e031b82d7} <Debug> TCPHandler: Processed in 0.001086671 sec.
824 2024.12.20 22:14:27.144731 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2024.12.20 22:14:27.144888 [ 260 ] {798918f3-732d-491a-9c81-a75ee448a46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
826 2024.12.20 22:14:27.145329 [ 260 ] {798918f3-732d-491a-9c81-a75ee448a46a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2024.12.20 22:14:27.145394 [ 260 ] {798918f3-732d-491a-9c81-a75ee448a46a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2024.12.20 22:14:27.145968 [ 260 ] {798918f3-732d-491a-9c81-a75ee448a46a} <Debug> TCPHandler: Processed in 0.001296363 sec.
829 2024.12.20 22:14:27.146223 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2024.12.20 22:14:27.146375 [ 258 ] {7cdaf93f-3404-4371-a76b-bdca02ddc9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
831 2024.12.20 22:14:27.146741 [ 258 ] {7cdaf93f-3404-4371-a76b-bdca02ddc9bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2024.12.20 22:14:27.146797 [ 258 ] {7cdaf93f-3404-4371-a76b-bdca02ddc9bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2024.12.20 22:14:27.147256 [ 258 ] {7cdaf93f-3404-4371-a76b-bdca02ddc9bd} <Debug> TCPHandler: Processed in 0.001087711 sec.
834 2024.12.20 22:14:27.147499 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2024.12.20 22:14:27.147651 [ 260 ] {dff67c0c-00cc-459f-8fdd-979c10abc065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
836 2024.12.20 22:14:27.148026 [ 260 ] {dff67c0c-00cc-459f-8fdd-979c10abc065} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2024.12.20 22:14:27.148082 [ 260 ] {dff67c0c-00cc-459f-8fdd-979c10abc065} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
838 2024.12.20 22:14:27.148587 [ 260 ] {dff67c0c-00cc-459f-8fdd-979c10abc065} <Debug> TCPHandler: Processed in 0.001140951 sec.
839 2024.12.20 22:14:27.148839 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
840 2024.12.20 22:14:27.149035 [ 258 ] {fbd27171-4387-4cdd-8f9e-f74b8d058270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
841 2024.12.20 22:14:27.149506 [ 258 ] {fbd27171-4387-4cdd-8f9e-f74b8d058270} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
842 2024.12.20 22:14:27.149574 [ 258 ] {fbd27171-4387-4cdd-8f9e-f74b8d058270} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
843 2024.12.20 22:14:27.150109 [ 258 ] {fbd27171-4387-4cdd-8f9e-f74b8d058270} <Debug> TCPHandler: Processed in 0.001331684 sec.
844 2024.12.20 22:14:27.150367 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.12.20 22:14:27.150526 [ 260 ] {63ae64be-361b-476c-ba57-f4d979ed6720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
846 2024.12.20 22:14:27.150905 [ 260 ] {63ae64be-361b-476c-ba57-f4d979ed6720} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.12.20 22:14:27.150960 [ 260 ] {63ae64be-361b-476c-ba57-f4d979ed6720} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2024.12.20 22:14:27.151457 [ 260 ] {63ae64be-361b-476c-ba57-f4d979ed6720} <Debug> TCPHandler: Processed in 0.001141711 sec.
849 2024.12.20 22:14:27.151729 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2024.12.20 22:14:27.151898 [ 258 ] {3d47e600-e482-4b29-a345-432460f5706f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
851 2024.12.20 22:14:27.152370 [ 258 ] {3d47e600-e482-4b29-a345-432460f5706f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
852 2024.12.20 22:14:27.152438 [ 258 ] {3d47e600-e482-4b29-a345-432460f5706f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
853 2024.12.20 22:14:27.152983 [ 258 ] {3d47e600-e482-4b29-a345-432460f5706f} <Debug> TCPHandler: Processed in 0.001312293 sec.
854 2024.12.20 22:14:27.153217 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
855 2024.12.20 22:14:27.153374 [ 260 ] {c3376c95-e15a-4218-b8f4-374c678cd462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
856 2024.12.20 22:14:27.153760 [ 260 ] {c3376c95-e15a-4218-b8f4-374c678cd462} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
857 2024.12.20 22:14:27.153815 [ 260 ] {c3376c95-e15a-4218-b8f4-374c678cd462} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
858 2024.12.20 22:14:27.154314 [ 260 ] {c3376c95-e15a-4218-b8f4-374c678cd462} <Debug> TCPHandler: Processed in 0.001150642 sec.
859 2024.12.20 22:14:27.154593 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2024.12.20 22:14:27.154751 [ 258 ] {15a0dafd-dc73-4b22-90d2-7955a9b85a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
861 2024.12.20 22:14:27.155214 [ 258 ] {15a0dafd-dc73-4b22-90d2-7955a9b85a60} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
862 2024.12.20 22:14:27.155281 [ 258 ] {15a0dafd-dc73-4b22-90d2-7955a9b85a60} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
863 2024.12.20 22:14:27.155849 [ 258 ] {15a0dafd-dc73-4b22-90d2-7955a9b85a60} <Debug> TCPHandler: Processed in 0.001311623 sec.
864 2024.12.20 22:14:27.156105 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
865 2024.12.20 22:14:27.156264 [ 260 ] {09a1b46a-2365-4d34-a63f-01ba4c159268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
866 2024.12.20 22:14:27.156660 [ 260 ] {09a1b46a-2365-4d34-a63f-01ba4c159268} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
867 2024.12.20 22:14:27.156715 [ 260 ] {09a1b46a-2365-4d34-a63f-01ba4c159268} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
868 2024.12.20 22:14:27.157206 [ 260 ] {09a1b46a-2365-4d34-a63f-01ba4c159268} <Debug> TCPHandler: Processed in 0.001156582 sec.
869 2024.12.20 22:14:27.157455 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2024.12.20 22:14:27.157616 [ 258 ] {f9491cc9-77df-498f-95fd-de16d5974d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
871 2024.12.20 22:14:27.158023 [ 258 ] {f9491cc9-77df-498f-95fd-de16d5974d30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2024.12.20 22:14:27.158079 [ 258 ] {f9491cc9-77df-498f-95fd-de16d5974d30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2024.12.20 22:14:27.158552 [ 258 ] {f9491cc9-77df-498f-95fd-de16d5974d30} <Debug> TCPHandler: Processed in 0.001151632 sec.
874 2024.12.20 22:14:27.158795 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
875 2024.12.20 22:14:27.159057 [ 260 ] {f64172c4-849a-45a4-95bc-2c189c86aea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
876 2024.12.20 22:14:27.159815 [ 260 ] {f64172c4-849a-45a4-95bc-2c189c86aea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
877 2024.12.20 22:14:27.159918 [ 260 ] {f64172c4-849a-45a4-95bc-2c189c86aea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
878 2024.12.20 22:14:27.160416 [ 260 ] {f64172c4-849a-45a4-95bc-2c189c86aea0} <Debug> TCPHandler: Processed in 0.001675897 sec.
879 2024.12.20 22:14:27.160688 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2024.12.20 22:14:27.160848 [ 258 ] {7a49ac48-95df-43c4-a991-9f4d62613a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
881 2024.12.20 22:14:27.161266 [ 258 ] {7a49ac48-95df-43c4-a991-9f4d62613a80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
882 2024.12.20 22:14:27.161321 [ 258 ] {7a49ac48-95df-43c4-a991-9f4d62613a80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
883 2024.12.20 22:14:27.161790 [ 258 ] {7a49ac48-95df-43c4-a991-9f4d62613a80} <Debug> TCPHandler: Processed in 0.001161152 sec.
884 2024.12.20 22:14:27.162053 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
885 2024.12.20 22:14:27.162217 [ 260 ] {bb36de94-a857-4738-ba12-9d2b951ed8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
886 2024.12.20 22:14:27.162624 [ 260 ] {bb36de94-a857-4738-ba12-9d2b951ed8fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
887 2024.12.20 22:14:27.162679 [ 260 ] {bb36de94-a857-4738-ba12-9d2b951ed8fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
888 2024.12.20 22:14:27.163181 [ 260 ] {bb36de94-a857-4738-ba12-9d2b951ed8fb} <Debug> TCPHandler: Processed in 0.001184092 sec.
889 2024.12.20 22:14:27.164553 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2024.12.20 22:14:27.164703 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
891 2024.12.20 22:14:27.164766 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
892 2024.12.20 22:14:27.165532 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
893 2024.12.20 22:14:27.165570 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
894 2024.12.20 22:14:27.166203 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
895 2024.12.20 22:14:27.166580 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
896 2024.12.20 22:14:27.166817 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002139 sec., 8415.14726507714 rows/sec., 1.15 MiB/sec.
897 2024.12.20 22:14:27.166938 [ 258 ] {e35afb46-c508-474f-b060-70a9f6af0383} <Debug> TCPHandler: Processed in 0.002449675 sec.
898 2024.12.20 22:14:27.167154 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2024.12.20 22:14:27.167391 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2024.12.20 22:14:27.167482 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2024.12.20 22:14:27.169487 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2024.12.20 22:14:27.169527 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
903 2024.12.20 22:14:27.170067 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
904 2024.12.20 22:14:27.170524 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2024.12.20 22:14:27.170749 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003425 sec., 16350.364963503649 rows/sec., 1.25 MiB/sec.
906 2024.12.20 22:14:27.170801 [ 260 ] {f7e33623-a61c-4b2c-99b4-46134b6a1f85} <Debug> TCPHandler: Processed in 0.003758318 sec.
907 2024.12.20 22:14:27.170955 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2024.12.20 22:14:27.171092 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2024.12.20 22:14:27.171150 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2024.12.20 22:14:27.171860 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2024.12.20 22:14:27.171898 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
912 2024.12.20 22:14:27.172372 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
913 2024.12.20 22:14:27.172855 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2024.12.20 22:14:27.173071 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001999 sec., 32016.008004002004 rows/sec., 2.50 MiB/sec.
915 2024.12.20 22:14:27.173238 [ 258 ] {1dd83d2b-269f-4d4c-bbf3-b813461cf607} <Debug> TCPHandler: Processed in 0.002347853 sec.
916 2024.12.20 22:14:27.173450 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2024.12.20 22:14:27.173673 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2024.12.20 22:14:27.173769 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2024.12.20 22:14:27.174387 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2024.12.20 22:14:27.174422 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
921 2024.12.20 22:14:27.175011 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
922 2024.12.20 22:14:27.175505 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2024.12.20 22:14:27.175694 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.002072 sec., 15444.015444015444 rows/sec., 1.08 MiB/sec.
924 2024.12.20 22:14:27.175753 [ 260 ] {3a3a1221-9d42-49f7-bf17-8bd129f14f84} <Debug> TCPHandler: Processed in 0.002412875 sec.
925 2024.12.20 22:14:27.175905 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2024.12.20 22:14:27.176042 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2024.12.20 22:14:27.176101 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2024.12.20 22:14:27.176655 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2024.12.20 22:14:27.176701 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
930 2024.12.20 22:14:27.177247 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
931 2024.12.20 22:14:27.177699 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2024.12.20 22:14:27.177975 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001938 sec., 6191.950464396285 rows/sec., 427.31 KiB/sec.
933 2024.12.20 22:14:27.178040 [ 258 ] {48afdec0-2cf7-4a52-aba9-99af461ae55f} <Debug> TCPHandler: Processed in 0.002201653 sec.
934 2024.12.20 22:14:28.106773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
935 2024.12.20 22:14:28.107536 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
936 2024.12.20 22:14:28.107588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
937 2024.12.20 22:14:28.108396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
938 2024.12.20 22:14:28.108968 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
939 2024.12.20 22:14:28.109222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
940 2024.12.20 22:14:28.188901 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
941 2024.12.20 22:14:28.207009 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
942 2024.12.20 22:14:28.207052 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
943 2024.12.20 22:14:28.213517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
944 2024.12.20 22:14:28.214652 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
945 2024.12.20 22:14:28.216860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
946 2024.12.20 22:14:32.140641 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
947 2024.12.20 22:14:32.140863 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
948 2024.12.20 22:14:32.140944 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
949 2024.12.20 22:14:32.141723 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2024.12.20 22:14:32.141774 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
951 2024.12.20 22:14:32.142313 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
952 2024.12.20 22:14:32.142801 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2024.12.20 22:14:32.143036 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002235 sec., 25055.92841163311 rows/sec., 1.91 MiB/sec.
954 2024.12.20 22:14:32.143093 [ 258 ] {bf7eccfe-1327-45c3-9ccb-affcfff66318} <Debug> TCPHandler: Processed in 0.002590006 sec.
955 2024.12.20 22:14:32.143360 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2024.12.20 22:14:32.143556 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
957 2024.12.20 22:14:32.143626 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
958 2024.12.20 22:14:32.144389 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
959 2024.12.20 22:14:32.144435 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
960 2024.12.20 22:14:32.144986 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
961 2024.12.20 22:14:32.145451 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
962 2024.12.20 22:14:32.145693 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002192 sec., 29197.080291970804 rows/sec., 2.28 MiB/sec.
963 2024.12.20 22:14:32.145749 [ 260 ] {8af97f7e-873d-4955-80aa-6a9e714f0898} <Debug> TCPHandler: Processed in 0.002519465 sec.
964 2024.12.20 22:14:32.145907 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2024.12.20 22:14:32.146027 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
966 2024.12.20 22:14:32.146081 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
967 2024.12.20 22:14:32.146684 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
968 2024.12.20 22:14:32.146723 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
969 2024.12.20 22:14:32.147288 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
970 2024.12.20 22:14:32.147778 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
971 2024.12.20 22:14:32.148062 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002042 sec., 78354.55435847209 rows/sec., 5.46 MiB/sec.
972 2024.12.20 22:14:32.148145 [ 258 ] {7635cc1e-d71f-444f-a31c-1c2d6df41708} <Debug> TCPHandler: Processed in 0.002293252 sec.
973 2024.12.20 22:14:32.148309 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.12.20 22:14:32.148429 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
975 2024.12.20 22:14:32.148482 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
976 2024.12.20 22:14:32.148988 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2024.12.20 22:14:32.149027 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
978 2024.12.20 22:14:32.149490 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
979 2024.12.20 22:14:32.149934 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2024.12.20 22:14:32.150135 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001732 sec., 34642.03233256351 rows/sec., 2.33 MiB/sec.
981 2024.12.20 22:14:32.150186 [ 260 ] {e249904b-7c65-4935-a38a-aa4457869629} <Debug> TCPHandler: Processed in 0.00193744 sec.
982 2024.12.20 22:14:35.544916 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
983 2024.12.20 22:14:35.545010 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
984 2024.12.20 22:14:35.603683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
985 2024.12.20 22:14:35.607981 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
986 2024.12.20 22:14:35.608024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
987 2024.12.20 22:14:35.609543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
988 2024.12.20 22:14:35.610357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
989 2024.12.20 22:14:35.610904 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2024.12.20 22:14:35.610955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
991 2024.12.20 22:14:35.611222 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
992 2024.12.20 22:14:35.612419 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
993 2024.12.20 22:14:35.612662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
994 2024.12.20 22:14:35.613080 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
995 2024.12.20 22:14:35.613338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
996 2024.12.20 22:14:35.717002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
997 2024.12.20 22:14:35.737151 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
998 2024.12.20 22:14:35.737205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
999 2024.12.20 22:14:35.743977 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1000 2024.12.20 22:14:35.745139 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1001 2024.12.20 22:14:35.747705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1002 2024.12.20 22:14:37.137995 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1003 2024.12.20 22:14:37.138276 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1004 2024.12.20 22:14:37.138784 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1005 2024.12.20 22:14:37.138872 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1006 2024.12.20 22:14:37.139220 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1007 2024.12.20 22:14:37.139412 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1008 2024.12.20 22:14:37.139715 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1009 2024.12.20 22:14:37.140887 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1010 2024.12.20 22:14:37.140940 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1011 2024.12.20 22:14:37.140961 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1012 2024.12.20 22:14:37.141073 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1013 2024.12.20 22:14:37.141100 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1014 2024.12.20 22:14:37.145717 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007562 sec., 2380.3226659613856 rows/sec., 97.37 KiB/sec.
1015 2024.12.20 22:14:37.145859 [ 258 ] {46dbfad0-cf6c-473d-a1e2-5e71310c5e1a} <Debug> TCPHandler: Processed in 0.008003031 sec.
1016 2024.12.20 22:14:37.146804 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1017 2024.12.20 22:14:37.147043 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1018 2024.12.20 22:14:37.147422 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1019 2024.12.20 22:14:37.147466 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1020 2024.12.20 22:14:37.147760 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1021 2024.12.20 22:14:37.147837 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1022 2024.12.20 22:14:37.148013 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1023 2024.12.20 22:14:37.148053 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1024 2024.12.20 22:14:37.148078 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1025 2024.12.20 22:14:37.148095 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1026 2024.12.20 22:14:37.148140 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1027 2024.12.20 22:14:37.148165 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1028 2024.12.20 22:14:37.148801 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001862 sec., 9667.02470461869 rows/sec., 395.45 KiB/sec.
1029 2024.12.20 22:14:37.148886 [ 260 ] {9dd65c06-00e9-43a1-bbc9-82b76d25e764} <Debug> TCPHandler: Processed in 0.002207642 sec.
1030 2024.12.20 22:14:37.149211 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1031 2024.12.20 22:14:37.149413 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1032 2024.12.20 22:14:37.149788 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1033 2024.12.20 22:14:37.149838 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1034 2024.12.20 22:14:37.150160 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1035 2024.12.20 22:14:37.150228 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1036 2024.12.20 22:14:37.150375 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1037 2024.12.20 22:14:37.150408 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1038 2024.12.20 22:14:37.150431 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1039 2024.12.20 22:14:37.150448 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1040 2024.12.20 22:14:37.150492 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1041 2024.12.20 22:14:37.150516 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1042 2024.12.20 22:14:37.151138 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001819 sec., 9895.547003848267 rows/sec., 404.80 KiB/sec.
1043 2024.12.20 22:14:37.151254 [ 258 ] {728f36e1-661e-491b-97cc-ae836f991c52} <Debug> TCPHandler: Processed in 0.002109891 sec.
1044 2024.12.20 22:14:37.151806 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1045 2024.12.20 22:14:37.152008 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1046 2024.12.20 22:14:37.152329 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1047 2024.12.20 22:14:37.152370 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1048 2024.12.20 22:14:37.152640 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1049 2024.12.20 22:14:37.152706 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1050 2024.12.20 22:14:37.152851 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1051 2024.12.20 22:14:37.152884 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1052 2024.12.20 22:14:37.152906 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1053 2024.12.20 22:14:37.152922 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1054 2024.12.20 22:14:37.152963 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1055 2024.12.20 22:14:37.152986 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1056 2024.12.20 22:14:37.153515 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001602 sec., 11235.955056179775 rows/sec., 459.63 KiB/sec.
1057 2024.12.20 22:14:37.153596 [ 260 ] {65b2036d-2f36-4ef2-a73f-d344ca5df2f1} <Debug> TCPHandler: Processed in 0.001855629 sec.
1058 2024.12.20 22:14:37.153890 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1059 2024.12.20 22:14:37.154093 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1060 2024.12.20 22:14:37.154458 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1061 2024.12.20 22:14:37.154507 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1062 2024.12.20 22:14:37.154840 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1063 2024.12.20 22:14:37.154922 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1064 2024.12.20 22:14:37.155105 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1065 2024.12.20 22:14:37.155142 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1066 2024.12.20 22:14:37.155166 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1067 2024.12.20 22:14:37.155184 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1068 2024.12.20 22:14:37.155229 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1069 2024.12.20 22:14:37.155252 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1070 2024.12.20 22:14:37.155875 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001876 sec., 9594.882729211087 rows/sec., 392.50 KiB/sec.
1071 2024.12.20 22:14:37.155989 [ 258 ] {fd1e9d1e-0bd0-4fe3-bf6f-4bd779945617} <Debug> TCPHandler: Processed in 0.002168322 sec.
1072 2024.12.20 22:14:37.156331 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2024.12.20 22:14:37.156537 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1074 2024.12.20 22:14:37.156904 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1075 2024.12.20 22:14:37.156956 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1076 2024.12.20 22:14:37.157261 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1077 2024.12.20 22:14:37.157327 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1078 2024.12.20 22:14:37.157474 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1079 2024.12.20 22:14:37.157507 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1080 2024.12.20 22:14:37.157530 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1081 2024.12.20 22:14:37.157547 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1082 2024.12.20 22:14:37.157590 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1083 2024.12.20 22:14:37.157612 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1084 2024.12.20 22:14:37.158132 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00169 sec., 10650.887573964497 rows/sec., 435.70 KiB/sec.
1085 2024.12.20 22:14:37.158212 [ 260 ] {2da3a697-39f0-470d-9bc9-a639c76d6ddb} <Debug> TCPHandler: Processed in 0.001950079 sec.
1086 2024.12.20 22:14:37.158507 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1087 2024.12.20 22:14:37.158712 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1088 2024.12.20 22:14:37.159081 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1089 2024.12.20 22:14:37.159134 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1090 2024.12.20 22:14:37.159412 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1091 2024.12.20 22:14:37.159476 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1092 2024.12.20 22:14:37.159625 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1093 2024.12.20 22:14:37.159658 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1094 2024.12.20 22:14:37.159681 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1095 2024.12.20 22:14:37.159698 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1096 2024.12.20 22:14:37.159740 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1097 2024.12.20 22:14:37.159763 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1098 2024.12.20 22:14:37.160351 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001735 sec., 10374.63976945245 rows/sec., 424.40 KiB/sec.
1099 2024.12.20 22:14:37.160475 [ 258 ] {5a68b7ab-810e-4d51-8275-888ff863e415} <Debug> TCPHandler: Processed in 0.002037811 sec.
1100 2024.12.20 22:14:37.160877 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1101 2024.12.20 22:14:37.161201 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1102 2024.12.20 22:14:37.161518 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1103 2024.12.20 22:14:37.161562 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1104 2024.12.20 22:14:37.161839 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1105 2024.12.20 22:14:37.161905 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1106 2024.12.20 22:14:37.162051 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1107 2024.12.20 22:14:37.162084 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1108 2024.12.20 22:14:37.162107 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1109 2024.12.20 22:14:37.162123 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1110 2024.12.20 22:14:37.162166 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1111 2024.12.20 22:14:37.162189 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1112 2024.12.20 22:14:37.162711 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec.
1113 2024.12.20 22:14:37.162791 [ 260 ] {5b77aac3-9d7d-4235-969f-4d59139ea388} <Debug> TCPHandler: Processed in 0.00202723 sec.
1114 2024.12.20 22:14:37.163077 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1115 2024.12.20 22:14:37.163287 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1116 2024.12.20 22:14:37.163669 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1117 2024.12.20 22:14:37.163724 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1118 2024.12.20 22:14:37.164072 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1119 2024.12.20 22:14:37.164150 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1120 2024.12.20 22:14:37.164298 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1121 2024.12.20 22:14:37.164331 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1122 2024.12.20 22:14:37.164354 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1123 2024.12.20 22:14:37.164371 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1124 2024.12.20 22:14:37.164414 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1125 2024.12.20 22:14:37.164439 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1126 2024.12.20 22:14:37.165097 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00191 sec., 9424.083769633507 rows/sec., 385.51 KiB/sec.
1127 2024.12.20 22:14:37.165216 [ 258 ] {fea132a6-b737-4b81-9b7e-d38f363694f6} <Debug> TCPHandler: Processed in 0.002206462 sec.
1128 2024.12.20 22:14:37.165494 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1129 2024.12.20 22:14:37.165711 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1130 2024.12.20 22:14:37.166084 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1131 2024.12.20 22:14:37.166135 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1132 2024.12.20 22:14:37.166416 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1133 2024.12.20 22:14:37.166481 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1134 2024.12.20 22:14:37.166629 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1135 2024.12.20 22:14:37.166662 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1136 2024.12.20 22:14:37.166684 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1137 2024.12.20 22:14:37.166701 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1138 2024.12.20 22:14:37.166745 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1139 2024.12.20 22:14:37.166768 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1140 2024.12.20 22:14:37.167324 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001716 sec., 10489.510489510489 rows/sec., 429.10 KiB/sec.
1141 2024.12.20 22:14:37.167406 [ 260 ] {5af302d9-8c26-413a-9e2a-21ce94e53e40} <Debug> TCPHandler: Processed in 0.0019784 sec.
1142 2024.12.20 22:14:37.167695 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1143 2024.12.20 22:14:37.167908 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1144 2024.12.20 22:14:37.168260 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1145 2024.12.20 22:14:37.168304 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1146 2024.12.20 22:14:37.168585 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1147 2024.12.20 22:14:37.168650 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1148 2024.12.20 22:14:37.168798 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1149 2024.12.20 22:14:37.168831 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1150 2024.12.20 22:14:37.168854 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1151 2024.12.20 22:14:37.168871 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1152 2024.12.20 22:14:37.168916 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1153 2024.12.20 22:14:37.168939 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1154 2024.12.20 22:14:37.169665 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00186 sec., 9677.419354838708 rows/sec., 395.88 KiB/sec.
1155 2024.12.20 22:14:37.169789 [ 258 ] {b8733fc4-a169-4c8f-bdf5-313901c9bb76} <Debug> TCPHandler: Processed in 0.002163312 sec.
1156 2024.12.20 22:14:37.170104 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1157 2024.12.20 22:14:37.170347 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1158 2024.12.20 22:14:37.170721 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1159 2024.12.20 22:14:37.170775 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1160 2024.12.20 22:14:37.171124 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1161 2024.12.20 22:14:37.171194 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1162 2024.12.20 22:14:37.171336 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1163 2024.12.20 22:14:37.171369 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1164 2024.12.20 22:14:37.171391 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1165 2024.12.20 22:14:37.171408 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1166 2024.12.20 22:14:37.171452 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1167 2024.12.20 22:14:37.171475 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1168 2024.12.20 22:14:37.171998 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001754 sec., 10262.257696693274 rows/sec., 419.80 KiB/sec.
1169 2024.12.20 22:14:37.172077 [ 260 ] {01581c50-94f3-4929-b8b1-5d54cc67d614} <Debug> TCPHandler: Processed in 0.002081931 sec.
1170 2024.12.20 22:14:37.176075 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1171 2024.12.20 22:14:37.176366 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1172 2024.12.20 22:14:37.176929 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1173 2024.12.20 22:14:37.177011 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1174 2024.12.20 22:14:37.177387 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1175 2024.12.20 22:14:37.177453 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1176 2024.12.20 22:14:37.177600 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1177 2024.12.20 22:14:37.177632 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1178 2024.12.20 22:14:37.177655 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1179 2024.12.20 22:14:37.177672 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1180 2024.12.20 22:14:37.177715 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1181 2024.12.20 22:14:37.177739 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1182 2024.12.20 22:14:37.178363 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002154 sec., 8356.545961002785 rows/sec., 341.84 KiB/sec.
1183 2024.12.20 22:14:37.178486 [ 258 ] {acf11190-10cd-4b51-bd32-f4078ad1b0f3} <Debug> TCPHandler: Processed in 0.002476515 sec.
1184 2024.12.20 22:14:37.180630 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1185 2024.12.20 22:14:37.180864 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1186 2024.12.20 22:14:37.180957 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1187 2024.12.20 22:14:37.181796 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1188 2024.12.20 22:14:37.181833 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1189 2024.12.20 22:14:37.182445 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1190 2024.12.20 22:14:37.182881 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1191 2024.12.20 22:14:37.183072 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002279 sec., 5704.256252742431 rows/sec., 1.13 MiB/sec.
1192 2024.12.20 22:14:37.183124 [ 260 ] {2b92f8bc-5d35-45ef-a622-d2e2075f390e} <Debug> TCPHandler: Processed in 0.002605166 sec.
1193 2024.12.20 22:14:37.183316 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1194 2024.12.20 22:14:37.183466 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1195 2024.12.20 22:14:37.183524 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1196 2024.12.20 22:14:37.184802 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1197 2024.12.20 22:14:37.184846 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1198 2024.12.20 22:14:37.185362 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1199 2024.12.20 22:14:37.185809 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1200 2024.12.20 22:14:37.186018 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002595 sec., 5394.990366088632 rows/sec., 388.37 KiB/sec.
1201 2024.12.20 22:14:37.186069 [ 258 ] {02e8d479-2b57-466c-bc15-7d0a2cd18741} <Debug> TCPHandler: Processed in 0.002820789 sec.
1202 2024.12.20 22:14:37.186285 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1203 2024.12.20 22:14:37.186508 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1204 2024.12.20 22:14:37.186598 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1205 2024.12.20 22:14:37.187582 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1206 2024.12.20 22:14:37.187621 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1207 2024.12.20 22:14:37.188102 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1208 2024.12.20 22:14:37.188536 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1209 2024.12.20 22:14:37.188772 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002315 sec., 94600.43196544277 rows/sec., 8.24 MiB/sec.
1210 2024.12.20 22:14:37.188856 [ 260 ] {983c6f28-394a-4481-93a1-2f56c7dc0dc3} <Debug> TCPHandler: Processed in 0.002681077 sec.
1211 2024.12.20 22:14:37.189006 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1212 2024.12.20 22:14:37.189143 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1213 2024.12.20 22:14:37.189201 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1214 2024.12.20 22:14:37.190099 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1215 2024.12.20 22:14:37.190140 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1216 2024.12.20 22:14:37.190592 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1217 2024.12.20 22:14:37.191031 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1218 2024.12.20 22:14:37.191280 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002161 sec., 6941.230911614993 rows/sec., 489.41 KiB/sec.
1219 2024.12.20 22:14:37.191463 [ 258 ] {256e42e1-a158-46db-be74-84e5034aed8c} <Debug> TCPHandler: Processed in 0.002521135 sec.
1220 2024.12.20 22:14:37.191673 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1221 2024.12.20 22:14:37.191891 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1222 2024.12.20 22:14:37.191980 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1223 2024.12.20 22:14:37.192634 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1224 2024.12.20 22:14:37.192672 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1225 2024.12.20 22:14:37.193121 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1226 2024.12.20 22:14:37.193552 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1227 2024.12.20 22:14:37.193783 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001939 sec., 7220.216606498195 rows/sec., 505.66 KiB/sec.
1228 2024.12.20 22:14:37.193835 [ 260 ] {03381558-cd2a-434b-8be5-a1c5e825ee95} <Debug> TCPHandler: Processed in 0.002274173 sec.
1229 2024.12.20 22:14:37.193994 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1230 2024.12.20 22:14:37.194130 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1231 2024.12.20 22:14:37.194184 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1232 2024.12.20 22:14:37.194853 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1233 2024.12.20 22:14:37.194900 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1234 2024.12.20 22:14:37.195393 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1235 2024.12.20 22:14:37.195903 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1236 2024.12.20 22:14:37.196118 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002014 sec., 6454.816285998013 rows/sec., 402.46 KiB/sec.
1237 2024.12.20 22:14:37.196185 [ 258 ] {3adae907-4581-4e65-a3cf-2d4e96d43c3d} <Debug> TCPHandler: Processed in 0.002260413 sec.
1238 2024.12.20 22:14:37.196387 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1239 2024.12.20 22:14:37.196607 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1240 2024.12.20 22:14:37.196696 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1241 2024.12.20 22:14:37.197657 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1242 2024.12.20 22:14:37.197697 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1243 2024.12.20 22:14:37.198304 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1244 2024.12.20 22:14:37.198771 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1245 2024.12.20 22:14:37.198978 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002425 sec., 160824.74226804124 rows/sec., 11.41 MiB/sec.
1246 2024.12.20 22:14:37.199030 [ 260 ] {80a34f15-246b-46e6-8c09-24abcc04bec9} <Debug> TCPHandler: Processed in 0.002755498 sec.
1247 2024.12.20 22:14:37.199185 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1248 2024.12.20 22:14:37.199322 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1249 2024.12.20 22:14:37.199380 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1250 2024.12.20 22:14:37.199934 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1251 2024.12.20 22:14:37.199980 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1252 2024.12.20 22:14:37.200507 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1253 2024.12.20 22:14:37.200954 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1254 2024.12.20 22:14:37.201232 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001918 sec., 3128.2586027111574 rows/sec., 163.44 KiB/sec.
1255 2024.12.20 22:14:37.201355 [ 258 ] {48b1e02b-ac4c-4ab5-866a-d380ac9b781e} <Debug> TCPHandler: Processed in 0.002232472 sec.
1256 2024.12.20 22:14:37.201558 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1257 2024.12.20 22:14:37.201779 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1258 2024.12.20 22:14:37.201873 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1259 2024.12.20 22:14:37.202590 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2024.12.20 22:14:37.202628 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1261 2024.12.20 22:14:37.203104 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1262 2024.12.20 22:14:37.203539 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2024.12.20 22:14:37.203752 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002026 sec., 116979.26949654492 rows/sec., 7.84 MiB/sec.
1264 2024.12.20 22:14:37.203803 [ 260 ] {f2716624-3d84-46db-be9b-4f1ad6fa6af2} <Debug> TCPHandler: Processed in 0.002357664 sec.
1265 2024.12.20 22:14:37.203965 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1266 2024.12.20 22:14:37.204101 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1267 2024.12.20 22:14:37.204161 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1268 2024.12.20 22:14:37.204696 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1269 2024.12.20 22:14:37.204740 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1270 2024.12.20 22:14:37.205263 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1271 2024.12.20 22:14:37.205763 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1272 2024.12.20 22:14:37.205984 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001909 sec., 523.8344683080146 rows/sec., 35.30 KiB/sec.
1273 2024.12.20 22:14:37.206036 [ 258 ] {9f80f3ab-11b3-4b42-ac95-8f89389051ac} <Debug> TCPHandler: Processed in 0.002140252 sec.
1274 2024.12.20 22:14:37.206186 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1275 2024.12.20 22:14:37.206324 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1276 2024.12.20 22:14:37.206414 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1277 2024.12.20 22:14:37.207594 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1278 2024.12.20 22:14:37.207633 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1279 2024.12.20 22:14:37.210901 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1280 2024.12.20 22:14:37.211479 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1281 2024.12.20 22:14:37.211747 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005452 sec., 1467.3514306676448 rows/sec., 2.63 MiB/sec.
1282 2024.12.20 22:14:37.211837 [ 260 ] {c2ba766f-f08e-431d-a195-5aa4de174beb} <Debug> TCPHandler: Processed in 0.005719168 sec.
1283 2024.12.20 22:14:37.212002 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1284 2024.12.20 22:14:37.212140 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1285 2024.12.20 22:14:37.212199 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1286 2024.12.20 22:14:37.212756 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1287 2024.12.20 22:14:37.212802 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1288 2024.12.20 22:14:37.213327 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1289 2024.12.20 22:14:37.213775 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1290 2024.12.20 22:14:37.213978 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001869 sec., 43873.72926698769 rows/sec., 2.79 MiB/sec.
1291 2024.12.20 22:14:37.214028 [ 258 ] {55b60ec7-305d-44dd-a589-2d5e8f6ef6e3} <Debug> TCPHandler: Processed in 0.002092521 sec.
1292 2024.12.20 22:14:42.140454 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1293 2024.12.20 22:14:42.140694 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1294 2024.12.20 22:14:42.140776 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1295 2024.12.20 22:14:42.141602 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1296 2024.12.20 22:14:42.141653 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1297 2024.12.20 22:14:42.142241 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1298 2024.12.20 22:14:42.142705 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1299 2024.12.20 22:14:42.142958 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002315 sec., 24190.06479481642 rows/sec., 1.85 MiB/sec.
1300 2024.12.20 22:14:42.143130 [ 258 ] {01a80a21-9e12-46da-8dea-c3d7f3e032ff} <Debug> TCPHandler: Processed in 0.002813838 sec.
1301 2024.12.20 22:14:42.143453 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1302 2024.12.20 22:14:42.143752 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1303 2024.12.20 22:14:42.143865 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1304 2024.12.20 22:14:42.144802 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1305 2024.12.20 22:14:42.144848 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1306 2024.12.20 22:14:42.145381 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1307 2024.12.20 22:14:42.145835 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1308 2024.12.20 22:14:42.146075 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002409 sec., 26567.040265670403 rows/sec., 2.07 MiB/sec.
1309 2024.12.20 22:14:42.146133 [ 260 ] {e5ffa1bb-9af2-4535-a05f-046cecfabd55} <Debug> TCPHandler: Processed in 0.002871049 sec.
1310 2024.12.20 22:14:42.146282 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1311 2024.12.20 22:14:42.146420 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1312 2024.12.20 22:14:42.146482 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1313 2024.12.20 22:14:42.147172 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1314 2024.12.20 22:14:42.147218 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1315 2024.12.20 22:14:42.147731 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1316 2024.12.20 22:14:42.148233 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1317 2024.12.20 22:14:42.148443 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002055 sec., 77858.8807785888 rows/sec., 5.42 MiB/sec.
1318 2024.12.20 22:14:42.148495 [ 258 ] {5c5be11e-4665-48ed-adc3-4f2fd69381e6} <Debug> TCPHandler: Processed in 0.002270513 sec.
1319 2024.12.20 22:14:42.148658 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1320 2024.12.20 22:14:42.148796 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1321 2024.12.20 22:14:42.148856 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1322 2024.12.20 22:14:42.149414 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1323 2024.12.20 22:14:42.149453 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1324 2024.12.20 22:14:42.149956 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1325 2024.12.20 22:14:42.150391 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1326 2024.12.20 22:14:42.150607 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001842 sec., 32573.28990228013 rows/sec., 2.20 MiB/sec.
1327 2024.12.20 22:14:42.150657 [ 260 ] {bf84a461-372e-403e-97a9-1ce7a4f2328d} <Debug> TCPHandler: Processed in 0.002062851 sec.
1328 2024.12.20 22:14:43.113499 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1329 2024.12.20 22:14:43.114270 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1330 2024.12.20 22:14:43.114320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1331 2024.12.20 22:14:43.115043 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1332 2024.12.20 22:14:43.115570 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1333 2024.12.20 22:14:43.115861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1334 2024.12.20 22:14:43.247814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1335 2024.12.20 22:14:43.266723 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1336 2024.12.20 22:14:43.266766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1337 2024.12.20 22:14:43.273874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1338 2024.12.20 22:14:43.275044 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1339 2024.12.20 22:14:43.277481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1340 2024.12.20 22:14:45.613021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202
1341 2024.12.20 22:14:45.616565 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2024.12.20 22:14:45.616613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1343 2024.12.20 22:14:45.618264 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1344 2024.12.20 22:14:45.618806 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1345 2024.12.20 22:14:45.619560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1346 2024.12.20 22:14:47.144311 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2024.12.20 22:14:47.144521 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1348 2024.12.20 22:14:47.144600 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1349 2024.12.20 22:14:47.145454 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2024.12.20 22:14:47.145503 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1351 2024.12.20 22:14:47.146054 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1352 2024.12.20 22:14:47.146530 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2024.12.20 22:14:47.146736 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002265 sec., 6181.0154525386315 rows/sec., 444.95 KiB/sec.
1354 2024.12.20 22:14:47.146889 [ 258 ] {664c61d0-22d1-4df8-87e6-386b4c9d2613} <Debug> TCPHandler: Processed in 0.002711397 sec.
1355 2024.12.20 22:14:47.147170 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1356 2024.12.20 22:14:47.147384 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1357 2024.12.20 22:14:47.147461 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1358 2024.12.20 22:14:47.148275 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1359 2024.12.20 22:14:47.148319 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1360 2024.12.20 22:14:47.148938 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1361 2024.12.20 22:14:47.149414 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2024.12.20 22:14:47.149676 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002349 sec., 93231.16219667943 rows/sec., 8.12 MiB/sec.
1363 2024.12.20 22:14:47.149734 [ 260 ] {c9c36bc6-ce84-4767-9857-b3e170d7654b} <Debug> TCPHandler: Processed in 0.002703137 sec.
1364 2024.12.20 22:14:47.149929 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2024.12.20 22:14:47.150069 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1366 2024.12.20 22:14:47.150127 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1367 2024.12.20 22:14:47.150760 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1368 2024.12.20 22:14:47.150797 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1369 2024.12.20 22:14:47.151262 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1370 2024.12.20 22:14:47.151751 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1371 2024.12.20 22:14:47.151921 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001883 sec., 7966.011683483803 rows/sec., 561.67 KiB/sec.
1372 2024.12.20 22:14:47.151971 [ 258 ] {bff62e65-4e4b-4c48-a772-4e1f4204ac4b} <Debug> TCPHandler: Processed in 0.002109592 sec.
1373 2024.12.20 22:14:47.152139 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2024.12.20 22:14:47.152257 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1375 2024.12.20 22:14:47.152306 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1376 2024.12.20 22:14:47.152896 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1377 2024.12.20 22:14:47.152936 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1378 2024.12.20 22:14:47.153393 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1379 2024.12.20 22:14:47.153821 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1380 2024.12.20 22:14:47.154040 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001807 sec., 7747.648035417819 rows/sec., 542.59 KiB/sec.
1381 2024.12.20 22:14:47.154092 [ 260 ] {ea01c458-d9c1-4af9-87ef-dfd19578a0a7} <Debug> TCPHandler: Processed in 0.00201644 sec.
1382 2024.12.20 22:14:47.154243 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1383 2024.12.20 22:14:47.154358 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1384 2024.12.20 22:14:47.154406 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1385 2024.12.20 22:14:47.155077 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2024.12.20 22:14:47.155121 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1387 2024.12.20 22:14:47.155625 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1388 2024.12.20 22:14:47.156077 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2024.12.20 22:14:47.156272 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001929 sec., 6739.243131156039 rows/sec., 420.19 KiB/sec.
1390 2024.12.20 22:14:47.156339 [ 258 ] {c6e7cde0-945a-459a-b9d6-591f6d2bfbe1} <Debug> TCPHandler: Processed in 0.002151151 sec.
1391 2024.12.20 22:14:47.156484 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2024.12.20 22:14:47.156601 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1393 2024.12.20 22:14:47.156649 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1394 2024.12.20 22:14:47.157369 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2024.12.20 22:14:47.157409 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1396 2024.12.20 22:14:47.157888 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1397 2024.12.20 22:14:47.158332 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1398 2024.12.20 22:14:47.158567 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001991 sec., 195881.46659969862 rows/sec., 13.89 MiB/sec.
1399 2024.12.20 22:14:47.158619 [ 260 ] {5c247646-b5f2-4d07-bdc6-8a16a0d1bc91} <Debug> TCPHandler: Processed in 0.002190471 sec.
1400 2024.12.20 22:14:47.158773 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2024.12.20 22:14:47.158914 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1402 2024.12.20 22:14:47.158973 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1403 2024.12.20 22:14:47.159517 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1404 2024.12.20 22:14:47.159553 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1405 2024.12.20 22:14:47.160020 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1406 2024.12.20 22:14:47.160460 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1407 2024.12.20 22:14:47.160709 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001806 sec., 3322.2591362126245 rows/sec., 173.58 KiB/sec.
1408 2024.12.20 22:14:47.160802 [ 258 ] {938e243b-65c5-4e5c-adba-37a4f4d2ac12} <Debug> TCPHandler: Processed in 0.002093892 sec.
1409 2024.12.20 22:14:47.160957 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1410 2024.12.20 22:14:47.161095 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1411 2024.12.20 22:14:47.161156 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1412 2024.12.20 22:14:47.161788 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2024.12.20 22:14:47.161825 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1414 2024.12.20 22:14:47.162402 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1415 2024.12.20 22:14:47.162853 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2024.12.20 22:14:47.163103 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002039 sec., 116233.44776851397 rows/sec., 7.79 MiB/sec.
1417 2024.12.20 22:14:47.163154 [ 260 ] {fe31d7ef-5c9d-49f0-a939-d7dcf41a60f8} <Debug> TCPHandler: Processed in 0.002265513 sec.
1418 2024.12.20 22:14:47.163312 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2024.12.20 22:14:47.163449 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1420 2024.12.20 22:14:47.163508 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1421 2024.12.20 22:14:47.164054 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2024.12.20 22:14:47.164097 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1423 2024.12.20 22:14:47.164619 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1424 2024.12.20 22:14:47.165106 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1425 2024.12.20 22:14:47.165277 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001859 sec., 537.9236148466917 rows/sec., 36.25 KiB/sec.
1426 2024.12.20 22:14:47.165324 [ 258 ] {5a2cdd9b-f95c-4649-b555-a3138b8dd6f7} <Debug> TCPHandler: Processed in 0.002080001 sec.
1427 2024.12.20 22:14:47.165476 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2024.12.20 22:14:47.165612 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1429 2024.12.20 22:14:47.165705 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1430 2024.12.20 22:14:47.166874 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2024.12.20 22:14:47.166913 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1432 2024.12.20 22:14:47.167618 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1433 2024.12.20 22:14:47.168074 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2024.12.20 22:14:47.168423 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002833 sec., 2823.8616307800917 rows/sec., 5.06 MiB/sec.
1435 2024.12.20 22:14:47.168515 [ 260 ] {ed84309a-3523-4867-9da8-678bc18b20e8} <Debug> TCPHandler: Processed in 0.003107631 sec.
1436 2024.12.20 22:14:47.168666 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2024.12.20 22:14:47.168781 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1438 2024.12.20 22:14:47.168831 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1439 2024.12.20 22:14:47.169325 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2024.12.20 22:14:47.169361 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1441 2024.12.20 22:14:47.169834 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1442 2024.12.20 22:14:47.170291 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2024.12.20 22:14:47.170486 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001728 sec., 47453.70370370371 rows/sec., 3.01 MiB/sec.
1444 2024.12.20 22:14:47.170535 [ 258 ] {04697083-7fa5-4a8d-9248-fac467fcaf2b} <Debug> TCPHandler: Processed in 0.001922949 sec.
1445 2024.12.20 22:14:50.545060 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
1446 2024.12.20 22:14:50.545158 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
1447 2024.12.20 22:14:50.616030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1448 2024.12.20 22:14:50.616731 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2024.12.20 22:14:50.616772 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1450 2024.12.20 22:14:50.617531 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2024.12.20 22:14:50.618046 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2024.12.20 22:14:50.618235 [ 93 ] {} <Debug> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1453 2024.12.20 22:14:50.618324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1454 2024.12.20 22:14:50.618345 [ 93 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2024.12.20 22:14:50.618376 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1456 2024.12.20 22:14:50.620509 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1457 2024.12.20 22:14:50.620726 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1458 2024.12.20 22:14:50.620844 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1459 2024.12.20 22:14:50.620986 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1460 2024.12.20 22:14:50.621224 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1461 2024.12.20 22:14:50.621450 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1462 2024.12.20 22:14:50.621637 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1463 2024.12.20 22:14:50.621842 [ 194 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1464 2024.12.20 22:14:50.638342 [ 202 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.01988228 sec., 141130.6952723732 rows/sec., 2.02 MiB/sec.
1465 2024.12.20 22:14:50.639272 [ 201 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1466 2024.12.20 22:14:50.639888 [ 201 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1467 2024.12.20 22:14:50.639977 [ 201 ] {c70bf636-5ad5-4908-a5f5-ff97eea04a40::all_1_6_1} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1468 2024.12.20 22:14:50.640113 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1469 2024.12.20 22:14:50.777603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1470 2024.12.20 22:14:50.797644 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1471 2024.12.20 22:14:50.797704 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1472 2024.12.20 22:14:50.804982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1473 2024.12.20 22:14:50.806168 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2024.12.20 22:14:50.806520 [ 92 ] {} <Debug> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1475 2024.12.20 22:14:50.806672 [ 92 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2024.12.20 22:14:50.806758 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1477 2024.12.20 22:14:50.807185 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1478 2024.12.20 22:14:50.823579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1479 2024.12.20 22:14:50.824693 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1480 2024.12.20 22:14:50.826002 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
1481 2024.12.20 22:14:50.831142 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
1482 2024.12.20 22:14:50.836225 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
1483 2024.12.20 22:14:50.840922 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
1484 2024.12.20 22:14:50.848049 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
1485 2024.12.20 22:14:50.852354 [ 201 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
1486 2024.12.20 22:14:50.912245 [ 202 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10533815 sec., 436.6888919161766 rows/sec., 2.26 MiB/sec.
1487 2024.12.20 22:14:50.914347 [ 193 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1488 2024.12.20 22:14:50.917437 [ 193 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2024.12.20 22:14:50.917558 [ 193 ] {9aa88fe1-53f9-4e4c-86bf-1ab25a49937c::all_1_6_1} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1490 2024.12.20 22:14:50.919103 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1491 2024.12.20 22:14:51.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.71 MiB, peak 170.25 MiB, free memory in arenas 0.00 B, will set to 164.28 MiB (RSS), difference: 3.57 MiB
1492 2024.12.20 22:14:52.140002 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.12.20 22:14:52.140188 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1494 2024.12.20 22:14:52.140259 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1495 2024.12.20 22:14:52.141030 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.12.20 22:14:52.141080 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1497 2024.12.20 22:14:52.141654 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2024.12.20 22:14:52.142126 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2024.12.20 22:14:52.142315 [ 91 ] {} <Debug> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2024.12.20 22:14:52.142384 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002243 sec., 24966.562639322336 rows/sec., 1.91 MiB/sec.
1501 2024.12.20 22:14:52.142401 [ 91 ] {} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2024.12.20 22:14:52.142466 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1503 2024.12.20 22:14:52.142519 [ 258 ] {fd0a68c2-8005-4e4f-8000-ef2978c40645} <Debug> TCPHandler: Processed in 0.002646987 sec.
1504 2024.12.20 22:14:52.142835 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1505 2024.12.20 22:14:52.142958 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1506 2024.12.20 22:14:52.142990 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1507 2024.12.20 22:14:52.143054 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1508 2024.12.20 22:14:52.143295 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1509 2024.12.20 22:14:52.143304 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1510 2024.12.20 22:14:52.143454 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1511 2024.12.20 22:14:52.143649 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part
1512 2024.12.20 22:14:52.143958 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1513 2024.12.20 22:14:52.144236 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part
1514 2024.12.20 22:14:52.144629 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1515 2024.12.20 22:14:52.146233 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1516 2024.12.20 22:14:52.146314 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1517 2024.12.20 22:14:52.147586 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1518 2024.12.20 22:14:52.147621 [ 202 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.00502987 sec., 131613.7395201069 rows/sec., 11.49 MiB/sec.
1519 2024.12.20 22:14:52.148096 [ 188 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1520 2024.12.20 22:14:52.148286 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1521 2024.12.20 22:14:52.148515 [ 91 ] {} <Debug> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1522 2024.12.20 22:14:52.148611 [ 91 ] {} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2024.12.20 22:14:52.148680 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1524 2024.12.20 22:14:52.148742 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005575 sec., 11479.82062780269 rows/sec., 917.53 KiB/sec.
1525 2024.12.20 22:14:52.149200 [ 260 ] {d432ee74-b322-4343-8536-35212386a254} <Debug> TCPHandler: Processed in 0.006469755 sec.
1526 2024.12.20 22:14:52.149221 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::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
1527 2024.12.20 22:14:52.149443 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2024.12.20 22:14:52.149469 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1529 2024.12.20 22:14:52.149519 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1530 2024.12.20 22:14:52.149624 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1531 2024.12.20 22:14:52.149763 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1532 2024.12.20 22:14:52.149797 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1533 2024.12.20 22:14:52.150164 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part
1534 2024.12.20 22:14:52.150578 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1535 2024.12.20 22:14:52.150929 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2024.12.20 22:14:52.151083 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
1537 2024.12.20 22:14:52.151489 [ 202 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1538 2024.12.20 22:14:52.151516 [ 191 ] {d8a30ab8-4900-4753-8a3e-9d53a0c0c73c::all_1_6_1} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1539 2024.12.20 22:14:52.152068 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1540 2024.12.20 22:14:52.152810 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2024.12.20 22:14:52.152858 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1542 2024.12.20 22:14:52.153625 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1543 2024.12.20 22:14:52.153743 [ 191 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.0049783 sec., 208103.16774802643 rows/sec., 15.92 MiB/sec.
1544 2024.12.20 22:14:52.154050 [ 191 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1545 2024.12.20 22:14:52.154208 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2024.12.20 22:14:52.154459 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1547 2024.12.20 22:14:52.154562 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.12.20 22:14:52.154604 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1549 2024.12.20 22:14:52.154623 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005069 sec., 31564.411126454925 rows/sec., 2.20 MiB/sec.
1550 2024.12.20 22:14:52.155047 [ 258 ] {85dca3f0-58c9-4aa8-8693-da343b7fd087} <Debug> TCPHandler: Processed in 0.005689337 sec.
1551 2024.12.20 22:14:52.155157 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::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
1552 2024.12.20 22:14:52.155190 [ 191 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1553 2024.12.20 22:14:52.155546 [ 191 ] {68680563-3e12-4b1d-bdb5-d9b511c0a64e::all_1_6_1} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1554 2024.12.20 22:14:52.155583 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1555 2024.12.20 22:14:52.155599 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1556 2024.12.20 22:14:52.155713 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part
1557 2024.12.20 22:14:52.155726 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
1558 2024.12.20 22:14:52.155950 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1559 2024.12.20 22:14:52.156002 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1560 2024.12.20 22:14:52.156112 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1561 2024.12.20 22:14:52.156353 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1562 2024.12.20 22:14:52.156770 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1563 2024.12.20 22:14:52.157154 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1564 2024.12.20 22:14:52.157481 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1565 2024.12.20 22:14:52.158268 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1566 2024.12.20 22:14:52.158338 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1567 2024.12.20 22:14:52.159421 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1568 2024.12.20 22:14:52.160120 [ 189 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426584 sec., 181698.09957792968 rows/sec., 12.43 MiB/sec.
1569 2024.12.20 22:14:52.160292 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2024.12.20 22:14:52.160454 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1571 2024.12.20 22:14:52.160497 [ 91 ] {} <Debug> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1572 2024.12.20 22:14:52.160602 [ 91 ] {} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1573 2024.12.20 22:14:52.160692 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1574 2024.12.20 22:14:52.160870 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005009 sec., 11978.438810141744 rows/sec., 826.64 KiB/sec.
1575 2024.12.20 22:14:52.161249 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::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
1576 2024.12.20 22:14:52.161400 [ 260 ] {dfd2e945-b215-4a35-a172-2d10b410fb18} <Debug> TCPHandler: Processed in 0.006168552 sec.
1577 2024.12.20 22:14:52.161587 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1578 2024.12.20 22:14:52.161634 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
1579 2024.12.20 22:14:52.161828 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1580 2024.12.20 22:14:52.161844 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1581 2024.12.20 22:14:52.162141 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1582 2024.12.20 22:14:52.162217 [ 187 ] {717fa50a-f74e-4714-b614-ea3a51e6f8f1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1583 2024.12.20 22:14:52.162354 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1584 2024.12.20 22:14:52.162537 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
1585 2024.12.20 22:14:52.162589 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1586 2024.12.20 22:14:52.162713 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1587 2024.12.20 22:14:52.163753 [ 202 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 4 columns (4 merged, 0 gathered) in 0.00292357 sec., 121768.9331878491 rows/sec., 7.99 MiB/sec.
1588 2024.12.20 22:14:52.164014 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1589 2024.12.20 22:14:52.164552 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1590 2024.12.20 22:14:52.164628 [ 189 ] {49890ecf-7ecd-4c86-96b8-9af1748b5b80::all_1_6_1} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1591 2024.12.20 22:14:52.164697 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1592 2024.12.20 22:14:55.619924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 232
1593 2024.12.20 22:14:55.622795 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2024.12.20 22:14:55.622836 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1595 2024.12.20 22:14:55.624327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1596 2024.12.20 22:14:55.624630 [ 242 ] {} <Trace> system.query_log (aff37df4-4ba5-4037-a5d8-95183913cd3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2024.12.20 22:14:55.625092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232
1598 2024.12.20 22:14:56.002286 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1599 2024.12.20 22:14:56.002538 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1600 2024.12.20 22:14:56.002952 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1601 2024.12.20 22:14:56.003002 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1602 2024.12.20 22:14:56.003345 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1603 2024.12.20 22:14:56.003423 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1604 2024.12.20 22:14:56.003601 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1605 2024.12.20 22:14:56.003895 [ 296 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1606 2024.12.20 22:14:56.003927 [ 295 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1607 2024.12.20 22:14:56.004073 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1608 2024.12.20 22:14:56.004106 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1609 2024.12.20 22:14:56.008074 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1610 2024.12.20 22:14:56.008109 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1611 2024.12.20 22:14:56.008186 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1612 2024.12.20 22:14:56.008246 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1613 2024.12.20 22:14:56.010003 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007579 sec., 4090.2493732682415 rows/sec., 154.36 KiB/sec.
1614 2024.12.20 22:14:56.010162 [ 258 ] {50ec1071-1d38-47a7-83d8-f00e0bcba089} <Debug> TCPHandler: Processed in 0.008006831 sec.
1615 2024.12.20 22:14:56.010637 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1616 2024.12.20 22:14:56.010901 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1617 2024.12.20 22:14:56.011322 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1618 2024.12.20 22:14:56.011374 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1619 2024.12.20 22:14:56.011714 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1620 2024.12.20 22:14:56.011796 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1621 2024.12.20 22:14:56.011978 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1622 2024.12.20 22:14:56.012063 [ 297 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1623 2024.12.20 22:14:56.012100 [ 296 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1624 2024.12.20 22:14:56.012232 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1625 2024.12.20 22:14:56.012264 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1626 2024.12.20 22:14:56.012357 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1627 2024.12.20 22:14:56.012381 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1628 2024.12.20 22:14:56.012424 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1629 2024.12.20 22:14:56.012477 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1630 2024.12.20 22:14:56.013638 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002854 sec., 10861.948142957252 rows/sec., 409.92 KiB/sec.
1631 2024.12.20 22:14:56.013787 [ 260 ] {2bb6047c-a252-4e15-bee9-f68fb01d04ea} <Debug> TCPHandler: Processed in 0.003296013 sec.
1632 2024.12.20 22:14:56.014087 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2024.12.20 22:14:56.014308 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1634 2024.12.20 22:14:56.014705 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1635 2024.12.20 22:14:56.014753 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1636 2024.12.20 22:14:56.015062 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1637 2024.12.20 22:14:56.015129 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1638 2024.12.20 22:14:56.015279 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1639 2024.12.20 22:14:56.015384 [ 297 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1640 2024.12.20 22:14:56.015394 [ 296 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1641 2024.12.20 22:14:56.015496 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1642 2024.12.20 22:14:56.015525 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1643 2024.12.20 22:14:56.015608 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1644 2024.12.20 22:14:56.015629 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1645 2024.12.20 22:14:56.015672 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1646 2024.12.20 22:14:56.015719 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1647 2024.12.20 22:14:56.016769 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002571 sec., 12057.56514974718 rows/sec., 455.05 KiB/sec.
1648 2024.12.20 22:14:56.016923 [ 258 ] {18ecdf06-b9b0-495a-b739-87185f4e441e} <Debug> TCPHandler: Processed in 0.00290221 sec.
1649 2024.12.20 22:14:56.017211 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1650 2024.12.20 22:14:56.017441 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1651 2024.12.20 22:14:56.017822 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1652 2024.12.20 22:14:56.017870 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1653 2024.12.20 22:14:56.018186 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1654 2024.12.20 22:14:56.018251 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1655 2024.12.20 22:14:56.018402 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1656 2024.12.20 22:14:56.018512 [ 296 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1657 2024.12.20 22:14:56.018514 [ 297 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1658 2024.12.20 22:14:56.018625 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1659 2024.12.20 22:14:56.018649 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1660 2024.12.20 22:14:56.018732 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1661 2024.12.20 22:14:56.018753 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1662 2024.12.20 22:14:56.018795 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1663 2024.12.20 22:14:56.018844 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1664 2024.12.20 22:14:56.019861 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002538 sec., 12214.342001576044 rows/sec., 460.96 KiB/sec.
1665 2024.12.20 22:14:56.019998 [ 260 ] {ac669f56-96e8-4e39-aebc-cbee572344b8} <Debug> TCPHandler: Processed in 0.002854529 sec.
1666 2024.12.20 22:14:56.020253 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1667 2024.12.20 22:14:56.020484 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1668 2024.12.20 22:14:56.020851 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1669 2024.12.20 22:14:56.020900 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1670 2024.12.20 22:14:56.021219 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1671 2024.12.20 22:14:56.021288 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1672 2024.12.20 22:14:56.021437 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1673 2024.12.20 22:14:56.021519 [ 296 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1674 2024.12.20 22:14:56.021548 [ 295 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1675 2024.12.20 22:14:56.021649 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1676 2024.12.20 22:14:56.021679 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1677 2024.12.20 22:14:56.021762 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1678 2024.12.20 22:14:56.021782 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1679 2024.12.20 22:14:56.021823 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1680 2024.12.20 22:14:56.021871 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1681 2024.12.20 22:14:56.023080 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002709 sec., 11443.337024732373 rows/sec., 431.86 KiB/sec.
1682 2024.12.20 22:14:56.023234 [ 258 ] {ec41d00d-a62f-4cbc-91f3-f2e3139ea96d} <Debug> TCPHandler: Processed in 0.00304578 sec.
1683 2024.12.20 22:14:56.023497 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2024.12.20 22:14:56.023721 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1685 2024.12.20 22:14:56.024064 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1686 2024.12.20 22:14:56.024113 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1687 2024.12.20 22:14:56.024428 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1688 2024.12.20 22:14:56.024494 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1689 2024.12.20 22:14:56.024647 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1690 2024.12.20 22:14:56.024771 [ 295 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1691 2024.12.20 22:14:56.024787 [ 296 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1692 2024.12.20 22:14:56.024914 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (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
1693 2024.12.20 22:14:56.024942 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Spreading mark ranges among streams (default reading)
1694 2024.12.20 22:14:56.025024 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1695 2024.12.20 22:14:56.025046 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9) (SelectExecutor): Reading approx. 31 rows with 2 streams
1696 2024.12.20 22:14:56.025088 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1697 2024.12.20 22:14:56.025140 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1698 2024.12.20 22:14:56.026253 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002645 sec., 11720.226843100188 rows/sec., 442.31 KiB/sec.
1699 2024.12.20 22:14:56.026390 [ 260 ] {aa4a82a4-8506-40e5-a701-f4b71389d9fe} <Debug> TCPHandler: Processed in 0.0029591 sec.
1700 2024.12.20 22:14:56.112820 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2024.12.20 22:14:56.112980 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1702 2024.12.20 22:14:56.113047 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1703 2024.12.20 22:14:56.113962 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1704 2024.12.20 22:14:56.114001 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1705 2024.12.20 22:14:56.114512 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1706 2024.12.20 22:14:56.114751 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Trace> oximeter.timeseries_schema (7dc55532-6afe-49cc-86ec-e9e85726f5c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1707 2024.12.20 22:14:56.114968 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002028 sec., 2958.579881656805 rows/sec., 658.75 KiB/sec.
1708 2024.12.20 22:14:56.115047 [ 258 ] {05578646-4d6d-45df-9a96-23344683ba87} <Debug> TCPHandler: Processed in 0.002298373 sec.
1709 2024.12.20 22:14:56.115213 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1710 2024.12.20 22:14:56.115370 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1711 2024.12.20 22:14:56.115432 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1712 2024.12.20 22:14:56.116084 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2024.12.20 22:14:56.116131 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1714 2024.12.20 22:14:56.116560 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1715 2024.12.20 22:14:56.116865 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Trace> oximeter.fields_i16 (c1fc6851-30ed-4971-be00-9bd9aede30ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1716 2024.12.20 22:14:56.117143 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
1717 2024.12.20 22:14:56.117198 [ 260 ] {419e86c1-0c08-4059-9ef8-0d3c813d427e} <Debug> TCPHandler: Processed in 0.002057161 sec.
1718 2024.12.20 22:14:56.117345 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2024.12.20 22:14:56.117483 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1720 2024.12.20 22:14:56.117540 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1721 2024.12.20 22:14:56.118860 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2024.12.20 22:14:56.118901 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1723 2024.12.20 22:14:56.119424 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1724 2024.12.20 22:14:56.119670 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1725 2024.12.20 22:14:56.119875 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002422 sec., 561106.5235342692 rows/sec., 46.63 MiB/sec.
1726 2024.12.20 22:14:56.119929 [ 258 ] {516a95c6-4dda-4003-a3f3-59b05005d804} <Debug> TCPHandler: Processed in 0.002652007 sec.
1727 2024.12.20 22:14:56.120159 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2024.12.20 22:14:56.120380 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1729 2024.12.20 22:14:56.120472 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1730 2024.12.20 22:14:56.121195 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2024.12.20 22:14:56.121235 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1732 2024.12.20 22:14:56.121591 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1733 2024.12.20 22:14:56.121833 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Trace> oximeter.fields_u16 (2d2b5c46-5f2c-4dfe-a760-c3a257bec46a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2024.12.20 22:14:56.122060 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001735 sec., 8645.533141210375 rows/sec., 609.58 KiB/sec.
1735 2024.12.20 22:14:56.122113 [ 260 ] {46629e1d-a9ae-4493-8bec-fb399a6187da} <Debug> TCPHandler: Processed in 0.002062651 sec.
1736 2024.12.20 22:14:56.122243 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2024.12.20 22:14:56.122362 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1738 2024.12.20 22:14:56.122410 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1739 2024.12.20 22:14:56.123104 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2024.12.20 22:14:56.123144 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1741 2024.12.20 22:14:56.123504 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1742 2024.12.20 22:14:56.123741 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Trace> oximeter.fields_u32 (5b1fe1e8-323a-4336-a1c6-7682c895a05f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2024.12.20 22:14:56.123954 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001617 sec., 149659.86394557822 rows/sec., 10.14 MiB/sec.
1744 2024.12.20 22:14:56.124007 [ 258 ] {17d8ab0e-c024-4c2b-8562-2a4feb8a88c5} <Debug> TCPHandler: Processed in 0.001817128 sec.
1745 2024.12.20 22:14:56.124157 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2024.12.20 22:14:56.124295 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1747 2024.12.20 22:14:56.124353 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1748 2024.12.20 22:14:56.125026 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2024.12.20 22:14:56.125069 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1750 2024.12.20 22:14:56.125440 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1751 2024.12.20 22:14:56.125686 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Trace> oximeter.fields_u8 (7c3cdd58-4f16-4a97-ad8c-200d06aa1f71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2024.12.20 22:14:56.125964 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001684 sec., 7719.714964370546 rows/sec., 481.32 KiB/sec.
1753 2024.12.20 22:14:56.126036 [ 260 ] {922c0c3a-a69e-42f9-adf0-0df88b193c4b} <Debug> TCPHandler: Processed in 0.00194486 sec.
1754 2024.12.20 22:14:56.126187 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2024.12.20 22:14:56.126313 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1756 2024.12.20 22:14:56.126361 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1757 2024.12.20 22:14:56.127302 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1758 2024.12.20 22:14:56.127341 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1759 2024.12.20 22:14:56.127762 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1760 2024.12.20 22:14:56.128003 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1761 2024.12.20 22:14:56.128285 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001975 sec., 428354.4303797468 rows/sec., 30.96 MiB/sec.
1762 2024.12.20 22:14:56.128412 [ 258 ] {bac85a90-d4ae-4cb3-82c2-30d4dd66e00c} <Debug> TCPHandler: Processed in 0.002284423 sec.
1763 2024.12.20 22:14:56.128561 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2024.12.20 22:14:56.128698 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1765 2024.12.20 22:14:56.128759 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1766 2024.12.20 22:14:56.129325 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2024.12.20 22:14:56.129373 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1768 2024.12.20 22:14:56.129787 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1769 2024.12.20 22:14:56.130024 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Trace> oximeter.measurements_bool (bd080b97-cc8c-47fe-926b-1936714a2ec0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2024.12.20 22:14:56.130238 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec.
1771 2024.12.20 22:14:56.130288 [ 260 ] {101b57df-5c8f-476b-9929-6cdcfe06b5b8} <Debug> TCPHandler: Processed in 0.001794478 sec.
1772 2024.12.20 22:14:56.130424 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2024.12.20 22:14:56.130541 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1774 2024.12.20 22:14:56.130593 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1775 2024.12.20 22:14:56.132049 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2024.12.20 22:14:56.132086 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1777 2024.12.20 22:14:56.132645 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1778 2024.12.20 22:14:56.132880 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2024.12.20 22:14:56.133106 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Debug> executeQuery: Read 2605 rows, 178.05 KiB in 0.002589 sec., 1006179.9922750096 rows/sec., 67.16 MiB/sec.
1780 2024.12.20 22:14:56.133158 [ 258 ] {66fbb472-b2c2-45e0-b0d9-2ad6c472af36} <Debug> TCPHandler: Processed in 0.002788618 sec.
1781 2024.12.20 22:14:56.133299 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1782 2024.12.20 22:14:56.133436 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1783 2024.12.20 22:14:56.133525 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1784 2024.12.20 22:14:56.134021 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2024.12.20 22:14:56.134060 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1786 2024.12.20 22:14:56.134423 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1787 2024.12.20 22:14:56.134670 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Trace> oximeter.measurements_f64 (222f784e-1fe0-46e2-aa2e-a4df923672b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2024.12.20 22:14:56.134883 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec.
1789 2024.12.20 22:14:56.134933 [ 260 ] {586432db-826f-4c1b-b565-95472dff1622} <Debug> TCPHandler: Processed in 0.001699417 sec.
1790 2024.12.20 22:14:56.135084 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1791 2024.12.20 22:14:56.135223 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1792 2024.12.20 22:14:56.135317 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1793 2024.12.20 22:14:56.136461 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2024.12.20 22:14:56.136501 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1795 2024.12.20 22:14:56.137107 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1796 2024.12.20 22:14:56.137354 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Trace> oximeter.measurements_histogramu64 (2b65648a-9dba-42b0-a872-f099d2489c6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2024.12.20 22:14:56.137699 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002476 sec., 3231.0177705977385 rows/sec., 5.79 MiB/sec.
1798 2024.12.20 22:14:56.137911 [ 258 ] {dda37289-c37f-4da8-8b88-6e7885964f09} <Debug> TCPHandler: Processed in 0.002895109 sec.
1799 2024.12.20 22:14:56.138141 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2024.12.20 22:14:56.138366 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1801 2024.12.20 22:14:56.138461 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1802 2024.12.20 22:14:56.139072 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2024.12.20 22:14:56.139109 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1804 2024.12.20 22:14:56.139475 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1805 2024.12.20 22:14:56.139712 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2024.12.20 22:14:56.139935 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001623 sec., 43130.00616142945 rows/sec., 2.71 MiB/sec.
1807 2024.12.20 22:14:56.139985 [ 260 ] {15abdb92-aeb7-40fc-b016-41aa059deca9} <Debug> TCPHandler: Processed in 0.001953119 sec.
1808 2024.12.20 22:14:57.134069 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2024.12.20 22:14:57.134256 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1810 2024.12.20 22:14:57.134326 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1811 2024.12.20 22:14:57.135062 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2024.12.20 22:14:57.135106 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1813 2024.12.20 22:14:57.135519 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1814 2024.12.20 22:14:57.135758 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Trace> oximeter.fields_string (d8a30ab8-4900-4753-8a3e-9d53a0c0c73c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2024.12.20 22:14:57.136007 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.38 MiB/sec.
1816 2024.12.20 22:14:57.136138 [ 258 ] {5e9fa066-5a59-413f-a428-5d7fb0adf7d8} <Debug> TCPHandler: Processed in 0.002188052 sec.
1817 2024.12.20 22:14:57.136399 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2024.12.20 22:14:57.136613 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1819 2024.12.20 22:14:57.136692 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1820 2024.12.20 22:14:57.137436 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2024.12.20 22:14:57.137477 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1822 2024.12.20 22:14:57.137905 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1823 2024.12.20 22:14:57.138165 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Trace> oximeter.fields_uuid (68680563-3e12-4b1d-bdb5-d9b511c0a64e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2024.12.20 22:14:57.138413 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001848 sec., 34632.03463203463 rows/sec., 2.70 MiB/sec.
1825 2024.12.20 22:14:57.138599 [ 260 ] {e75781a8-d0b3-4dcf-ad9d-52837459ac4e} <Debug> TCPHandler: Processed in 0.002339133 sec.
1826 2024.12.20 22:14:57.138762 [ 258 ] {} <Trace> TCP-Session: e1b4e21d-2a4f-4a2a-8759-b8200e4f6490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2024.12.20 22:14:57.138899 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1828 2024.12.20 22:14:57.138962 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1829 2024.12.20 22:14:57.139581 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2024.12.20 22:14:57.139627 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1831 2024.12.20 22:14:57.140014 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1832 2024.12.20 22:14:57.140251 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Trace> oximeter.measurements_cumulativeu64 (717fa50a-f74e-4714-b614-ea3a51e6f8f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2024.12.20 22:14:57.140472 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001604 sec., 19950.124688279302 rows/sec., 1.39 MiB/sec.
1834 2024.12.20 22:14:57.140626 [ 258 ] {dde3ecb9-66e3-4af4-b79d-dfc8891f6160} <Debug> TCPHandler: Processed in 0.001933979 sec.
1835 2024.12.20 22:14:57.140852 [ 260 ] {} <Trace> TCP-Session: be2a412e-0bb4-4a8d-af3b-56cdddff3d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2024.12.20 22:14:57.141079 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64093) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1837 2024.12.20 22:14:57.141173 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1838 2024.12.20 22:14:57.141926 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2024.12.20 22:14:57.141965 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1840 2024.12.20 22:14:57.142331 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1841 2024.12.20 22:14:57.142582 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Trace> oximeter.measurements_u64 (49890ecf-7ecd-4c86-96b8-9af1748b5b80): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2024.12.20 22:14:57.142870 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001827 sec., 6568.144499178981 rows/sec., 453.27 KiB/sec.
1843 2024.12.20 22:14:57.143018 [ 260 ] {a510f10a-8689-4ea9-9da0-14f2adfb9c63} <Debug> TCPHandler: Processed in 0.002272222 sec.
1844 2024.12.20 22:14:58.118497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1845 2024.12.20 22:14:58.119199 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2024.12.20 22:14:58.119241 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1847 2024.12.20 22:14:58.119777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1848 2024.12.20 22:14:58.120030 [ 244 ] {} <Trace> system.asynchronous_metric_log (c70bf636-5ad5-4908-a5f5-ff97eea04a40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2024.12.20 22:14:58.120250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1850 2024.12.20 22:14:58.323738 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1851 2024.12.20 22:14:58.342181 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2024.12.20 22:14:58.342235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1853 2024.12.20 22:14:58.349008 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1854 2024.12.20 22:14:58.349734 [ 243 ] {} <Trace> system.metric_log (9aa88fe1-53f9-4e4c-86bf-1ab25a49937c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2024.12.20 22:14:58.352448 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1856 2024.12.20 22:14:59.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.69 MiB, peak 170.25 MiB, free memory in arenas 0.00 B, will set to 166.72 MiB (RSS), difference: 1.02 MiB