1 | [ Jul 23 21:41:36 Enabled. ] | ||
2 | [ Jul 23 21:41:36 Rereading configuration. ] | ||
3 | [ Jul 23 21:41:37 Rereading configuration. ] | ||
4 | [ Jul 23 21:41:38 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 | [ Jul 23 21:41:38 Method "start" exited with status 0. ] | ||
25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
26 | Logging trace to /var/tmp/clickhouse-server.log | ||
27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
28 | 2025.07.23 21:41:39.887244 [ 1 ] {} <Information> Application: Will watch for the process with pid 23733 | ||
29 | 2025.07.23 21:41:39.887640 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.23 21:41:40.340942 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 23733 | ||
31 | 2025.07.23 21:41:40.341698 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.23 21:41:40.341844 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.23 21:41:40.450746 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.23 21:41:40.496167 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.23 21:41:40.496251 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.23 21:41:40.496271 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.23 21:41:40.496335 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.23 21:41:40.496955 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.23 21:41:40.499197 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
42 | 2025.07.23 21:41:40.500098 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.23 21:41:40.501071 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
44 | 2025.07.23 21:41:40.501130 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
45 | 2025.07.23 21:41:40.501174 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.23 21:41:40.501949 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.23 21:41:40.502945 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.23 21:41:40.508988 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.23 21:41:40.509706 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.23 21:41:40.511058 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.23 21:41:40.511156 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.23 21:41:40.512174 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
55 | 2025.07.23 21:41:40.512768 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.23 21:41:40.517176 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.23 21:41:40.517863 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.23 21:41:40.521252 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.23 21:41:40.521686 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.23 21:41:40.522108 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.23 21:41:40.522432 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.23 21:41:40.523881 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.23 21:41:40.523908 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.23 21:41:40.523990 [ 158 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.23 21:41:40.524085 [ 158 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.23 21:41:40.533034 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.23 21:41:40.533061 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161392 sec | ||
68 | 2025.07.23 21:41:40.533116 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.23 21:41:40.533159 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.23 21:41:40.533796 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.23 21:41:40.534422 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.23 21:41:40.545565 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.23 21:41:40.545615 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.23 21:41:40.545694 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.23 21:41:40.545708 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.23 21:41:40.545745 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.23 21:41:40.545813 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.23 21:41:40.550071 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.23 21:41:40.550122 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.23 21:41:40.550171 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.23 21:41:40.550346 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.23 21:41:40.550391 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.23 21:41:40.550404 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.23 21:41:40.550465 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.23 21:41:40.550478 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.23 21:41:40.550509 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.23 21:41:40.550576 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.23 21:41:40.574546 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.23 21:41:40.577674 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.23 21:41:40.577776 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000122811 sec | ||
91 | 2025.07.23 21:41:40.577792 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.23 21:41:40.577805 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.23 21:41:40.577836 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.23 21:41:40.578072 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.23 21:41:40.578176 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.23 21:41:40.578192 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.23 21:41:40.578205 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
98 | 2025.07.23 21:41:40.578218 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.23 21:41:40.581848 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.23 21:41:40.582038 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.01 MiB | ||
101 | 2025.07.23 21:41:40.583514 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.348e-05 sec. | ||
102 | 2025.07.23 21:41:40.583912 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.23 21:41:40.585237 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.23 21:41:40.585260 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.23 21:41:40.706799 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54963 | ||
106 | 2025.07.23 21:41:40.707722 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.23 21:41:40.707792 [ 3 ] {} <Debug> TCP-Session: 99d06d3d-8628-4947-ab9b-d37c70a658f0 Authenticating user 'default' from [fd00:1122:3344:101::c]:54963 | ||
108 | 2025.07.23 21:41:40.707822 [ 3 ] {} <Debug> TCP-Session: 99d06d3d-8628-4947-ab9b-d37c70a658f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.23 21:41:40.707898 [ 3 ] {} <Debug> TCP-Session: 99d06d3d-8628-4947-ab9b-d37c70a658f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.23 21:41:40.707998 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.23 21:41:40.708024 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.07.23 21:41:40.708106 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.07.23 21:41:40.709941 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57239 | ||
114 | 2025.07.23 21:41:40.709941 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45388 | ||
115 | 2025.07.23 21:41:40.710099 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49599 | ||
116 | 2025.07.23 21:41:40.710100 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48478 | ||
117 | 2025.07.23 21:41:40.710152 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
118 | 2025.07.23 21:41:40.710205 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
119 | 2025.07.23 21:41:40.710208 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51150 | ||
120 | 2025.07.23 21:41:40.710247 [ 254 ] {} <Debug> TCP-Session: ac71f10f-1f86-4f92-a732-723e2be401d0 Authenticating user 'default' from [fd00:1122:3344:101::c]:45388 | ||
121 | 2025.07.23 21:41:40.710270 [ 5 ] {} <Debug> TCP-Session: 1a918d2c-e0cd-4405-adc2-bdfaf525b040 Authenticating user 'default' from [fd00:1122:3344:101::c]:57239 | ||
122 | 2025.07.23 21:41:40.710352 [ 254 ] {} <Debug> TCP-Session: ac71f10f-1f86-4f92-a732-723e2be401d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
123 | 2025.07.23 21:41:40.710352 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39452 | ||
124 | 2025.07.23 21:41:40.710376 [ 254 ] {} <Debug> TCP-Session: ac71f10f-1f86-4f92-a732-723e2be401d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
125 | 2025.07.23 21:41:40.710366 [ 5 ] {} <Debug> TCP-Session: 1a918d2c-e0cd-4405-adc2-bdfaf525b040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.07.23 21:41:40.710461 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
127 | 2025.07.23 21:41:40.710481 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43001 | ||
128 | 2025.07.23 21:41:40.710530 [ 4 ] {} <Debug> TCP-Session: 6b7a713f-e13b-40e8-9ee8-8cf4630dc9b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:48478 | ||
129 | 2025.07.23 21:41:40.710467 [ 5 ] {} <Debug> TCP-Session: 1a918d2c-e0cd-4405-adc2-bdfaf525b040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
130 | 2025.07.23 21:41:40.710618 [ 4 ] {} <Debug> TCP-Session: 6b7a713f-e13b-40e8-9ee8-8cf4630dc9b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.07.23 21:41:40.710690 [ 4 ] {} <Debug> TCP-Session: 6b7a713f-e13b-40e8-9ee8-8cf4630dc9b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
132 | 2025.07.23 21:41:40.710949 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
133 | 2025.07.23 21:41:40.710988 [ 255 ] {} <Debug> TCP-Session: 98af5906-5952-4b73-9a79-d7763520e08e Authenticating user 'default' from [fd00:1122:3344:101::c]:49599 | ||
134 | 2025.07.23 21:41:40.711097 [ 255 ] {} <Debug> TCP-Session: 98af5906-5952-4b73-9a79-d7763520e08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.07.23 21:41:40.711111 [ 255 ] {} <Debug> TCP-Session: 98af5906-5952-4b73-9a79-d7763520e08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.07.23 21:41:40.711595 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
137 | 2025.07.23 21:41:40.711711 [ 258 ] {} <Debug> TCP-Session: e1a0f793-56a0-4a84-bb21-a11b84896c2f Authenticating user 'default' from [fd00:1122:3344:101::c]:43001 | ||
138 | 2025.07.23 21:41:40.711728 [ 258 ] {} <Debug> TCP-Session: e1a0f793-56a0-4a84-bb21-a11b84896c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.07.23 21:41:40.711740 [ 258 ] {} <Debug> TCP-Session: e1a0f793-56a0-4a84-bb21-a11b84896c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.23 21:41:40.712210 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
141 | 2025.07.23 21:41:40.712249 [ 257 ] {} <Debug> TCP-Session: c88da523-424a-49e6-8c23-4d33998a2c42 Authenticating user 'default' from [fd00:1122:3344:101::c]:39452 | ||
142 | 2025.07.23 21:41:40.712266 [ 257 ] {} <Debug> TCP-Session: c88da523-424a-49e6-8c23-4d33998a2c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.07.23 21:41:40.712325 [ 257 ] {} <Debug> TCP-Session: c88da523-424a-49e6-8c23-4d33998a2c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.23 21:41:40.714872 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.07.23 21:41:40.714928 [ 256 ] {} <Debug> TCP-Session: 3ff91bfe-d5c4-4549-b7f9-13f45bbbb2c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:51150 | ||
146 | 2025.07.23 21:41:40.714950 [ 256 ] {} <Debug> TCP-Session: 3ff91bfe-d5c4-4549-b7f9-13f45bbbb2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.23 21:41:40.715025 [ 256 ] {} <Debug> TCP-Session: 3ff91bfe-d5c4-4549-b7f9-13f45bbbb2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.23 21:41:41.000275 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.84 MiB, peak 116.84 MiB, free memory in arenas 0.00 B, will set to 118.96 MiB (RSS), difference: 2.12 MiB | ||
149 | 2025.07.23 21:41:41.673892 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33640 | ||
150 | 2025.07.23 21:41:41.674115 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.07.23 21:41:41.674165 [ 259 ] {} <Debug> TCP-Session: 439e2364-c6da-4f05-9778-155281b6c271 Authenticating user 'default' from [fd00:1122:3344:101::b]:33640 | ||
152 | 2025.07.23 21:41:41.674192 [ 259 ] {} <Debug> TCP-Session: 439e2364-c6da-4f05-9778-155281b6c271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.23 21:41:41.674278 [ 259 ] {} <Debug> TCP-Session: 439e2364-c6da-4f05-9778-155281b6c271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.23 21:41:41.674366 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.07.23 21:41:41.674399 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.07.23 21:41:41.674483 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
157 | 2025.07.23 21:41:41.676115 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37515 | ||
158 | 2025.07.23 21:41:41.676274 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
159 | 2025.07.23 21:41:41.676309 [ 260 ] {} <Debug> TCP-Session: da3d09b8-0218-400e-9447-2978aaf92b7f Authenticating user 'default' from [fd00:1122:3344:101::b]:37515 | ||
160 | 2025.07.23 21:41:41.676332 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38978 | ||
161 | 2025.07.23 21:41:41.676321 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60387 | ||
162 | 2025.07.23 21:41:41.676418 [ 260 ] {} <Debug> TCP-Session: da3d09b8-0218-400e-9447-2978aaf92b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.07.23 21:41:41.676450 [ 260 ] {} <Debug> TCP-Session: da3d09b8-0218-400e-9447-2978aaf92b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
164 | 2025.07.23 21:41:41.676474 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47581 | ||
165 | 2025.07.23 21:41:41.676659 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34794 | ||
166 | 2025.07.23 21:41:41.676760 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
167 | 2025.07.23 21:41:41.676797 [ 262 ] {} <Debug> TCP-Session: fafb25c0-792b-404b-b6ed-533be877d7ad Authenticating user 'default' from [fd00:1122:3344:101::b]:60387 | ||
168 | 2025.07.23 21:41:41.676844 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
169 | 2025.07.23 21:41:41.676858 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
170 | 2025.07.23 21:41:41.676822 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45362 | ||
171 | 2025.07.23 21:41:41.676943 [ 261 ] {} <Debug> TCP-Session: 6e575ea4-2e61-432e-b844-40117bdf9cf2 Authenticating user 'default' from [fd00:1122:3344:101::b]:38978 | ||
172 | 2025.07.23 21:41:41.676913 [ 262 ] {} <Debug> TCP-Session: fafb25c0-792b-404b-b6ed-533be877d7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2025.07.23 21:41:41.676922 [ 264 ] {} <Debug> TCP-Session: 17f5b123-8a67-4ce8-99e6-89e71f62dad7 Authenticating user 'default' from [fd00:1122:3344:101::b]:47581 | ||
174 | 2025.07.23 21:41:41.677085 [ 261 ] {} <Debug> TCP-Session: 6e575ea4-2e61-432e-b844-40117bdf9cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.07.23 21:41:41.677058 [ 262 ] {} <Debug> TCP-Session: fafb25c0-792b-404b-b6ed-533be877d7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2025.07.23 21:41:41.676805 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62307 | ||
177 | 2025.07.23 21:41:41.677173 [ 264 ] {} <Debug> TCP-Session: 17f5b123-8a67-4ce8-99e6-89e71f62dad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.07.23 21:41:41.677219 [ 261 ] {} <Debug> TCP-Session: 6e575ea4-2e61-432e-b844-40117bdf9cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.07.23 21:41:41.677184 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
180 | 2025.07.23 21:41:41.677260 [ 264 ] {} <Debug> TCP-Session: 17f5b123-8a67-4ce8-99e6-89e71f62dad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2025.07.23 21:41:41.677302 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
182 | 2025.07.23 21:41:41.677325 [ 263 ] {} <Debug> TCP-Session: f7509efd-7c52-49d4-9da2-100c75485d08 Authenticating user 'default' from [fd00:1122:3344:101::b]:45362 | ||
183 | 2025.07.23 21:41:41.677374 [ 266 ] {} <Debug> TCP-Session: 5b63c61e-fb1b-4617-8fe7-a009bb0e29eb Authenticating user 'default' from [fd00:1122:3344:101::b]:62307 | ||
184 | 2025.07.23 21:41:41.677383 [ 263 ] {} <Debug> TCP-Session: f7509efd-7c52-49d4-9da2-100c75485d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
185 | 2025.07.23 21:41:41.677530 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
186 | 2025.07.23 21:41:41.677560 [ 266 ] {} <Debug> TCP-Session: 5b63c61e-fb1b-4617-8fe7-a009bb0e29eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
187 | 2025.07.23 21:41:41.677581 [ 265 ] {} <Debug> TCP-Session: b1988ac0-45b9-439e-a3f7-27ac5e6bc36d Authenticating user 'default' from [fd00:1122:3344:101::b]:34794 | ||
188 | 2025.07.23 21:41:41.677587 [ 263 ] {} <Debug> TCP-Session: f7509efd-7c52-49d4-9da2-100c75485d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.07.23 21:41:41.677688 [ 266 ] {} <Debug> TCP-Session: 5b63c61e-fb1b-4617-8fe7-a009bb0e29eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.07.23 21:41:41.677729 [ 265 ] {} <Debug> TCP-Session: b1988ac0-45b9-439e-a3f7-27ac5e6bc36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.23 21:41:41.677799 [ 265 ] {} <Debug> TCP-Session: b1988ac0-45b9-439e-a3f7-27ac5e6bc36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.07.23 21:41:41.847170 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38928 | ||
193 | 2025.07.23 21:41:41.847401 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.07.23 21:41:41.847525 [ 267 ] {} <Debug> TCP-Session: 1047f920-b710-4cf0-a868-8bc834726f24 Authenticating user 'default' from [fd00:1122:3344:101::a]:38928 | ||
195 | 2025.07.23 21:41:41.847549 [ 267 ] {} <Debug> TCP-Session: 1047f920-b710-4cf0-a868-8bc834726f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.23 21:41:41.847562 [ 267 ] {} <Debug> TCP-Session: 1047f920-b710-4cf0-a868-8bc834726f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.23 21:41:41.847698 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.07.23 21:41:41.847727 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
199 | 2025.07.23 21:41:41.847815 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
200 | 2025.07.23 21:41:41.849543 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52716 | ||
201 | 2025.07.23 21:41:41.849680 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44715 | ||
202 | 2025.07.23 21:41:41.849765 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
203 | 2025.07.23 21:41:41.849783 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39351 | ||
204 | 2025.07.23 21:41:41.849804 [ 268 ] {} <Debug> TCP-Session: 09c5b1f1-d523-4dc5-b385-766f349be1a8 Authenticating user 'default' from [fd00:1122:3344:101::a]:52716 | ||
205 | 2025.07.23 21:41:41.849893 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53412 | ||
206 | 2025.07.23 21:41:41.849930 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
207 | 2025.07.23 21:41:41.849999 [ 269 ] {} <Debug> TCP-Session: 5d1ed1a4-9162-4317-9b37-398c847d1684 Authenticating user 'default' from [fd00:1122:3344:101::a]:44715 | ||
208 | 2025.07.23 21:41:41.850052 [ 268 ] {} <Debug> TCP-Session: 09c5b1f1-d523-4dc5-b385-766f349be1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
209 | 2025.07.23 21:41:41.850077 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59513 | ||
210 | 2025.07.23 21:41:41.850111 [ 269 ] {} <Debug> TCP-Session: 5d1ed1a4-9162-4317-9b37-398c847d1684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
211 | 2025.07.23 21:41:41.850119 [ 268 ] {} <Debug> TCP-Session: 09c5b1f1-d523-4dc5-b385-766f349be1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
212 | 2025.07.23 21:41:41.850206 [ 269 ] {} <Debug> TCP-Session: 5d1ed1a4-9162-4317-9b37-398c847d1684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
213 | 2025.07.23 21:41:41.850251 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34004 | ||
214 | 2025.07.23 21:41:41.850267 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
215 | 2025.07.23 21:41:41.850296 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
216 | 2025.07.23 21:41:41.850421 [ 271 ] {} <Debug> TCP-Session: bee14363-6a5e-431a-ab80-01015cd936a5 Authenticating user 'default' from [fd00:1122:3344:101::a]:53412 | ||
217 | 2025.07.23 21:41:41.850440 [ 270 ] {} <Debug> TCP-Session: 87f3bb30-d9fe-493c-ae2d-b8dec36b71c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:39351 | ||
218 | 2025.07.23 21:41:41.850451 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62506 | ||
219 | 2025.07.23 21:41:41.850448 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
220 | 2025.07.23 21:41:41.850547 [ 270 ] {} <Debug> TCP-Session: 87f3bb30-d9fe-493c-ae2d-b8dec36b71c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
221 | 2025.07.23 21:41:41.850576 [ 273 ] {} <Debug> TCP-Session: c7e36680-b5a2-4724-a4f8-38323315c93a Authenticating user 'default' from [fd00:1122:3344:101::a]:34004 | ||
222 | 2025.07.23 21:41:41.850603 [ 270 ] {} <Debug> TCP-Session: 87f3bb30-d9fe-493c-ae2d-b8dec36b71c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.07.23 21:41:41.850445 [ 271 ] {} <Debug> TCP-Session: bee14363-6a5e-431a-ab80-01015cd936a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
224 | 2025.07.23 21:41:41.850660 [ 273 ] {} <Debug> TCP-Session: c7e36680-b5a2-4724-a4f8-38323315c93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
225 | 2025.07.23 21:41:41.850666 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
226 | 2025.07.23 21:41:41.850687 [ 271 ] {} <Debug> TCP-Session: bee14363-6a5e-431a-ab80-01015cd936a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
227 | 2025.07.23 21:41:41.850725 [ 273 ] {} <Debug> TCP-Session: c7e36680-b5a2-4724-a4f8-38323315c93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
228 | 2025.07.23 21:41:41.850757 [ 274 ] {} <Debug> TCP-Session: ea10d86f-77cf-4434-a786-bb41b513a323 Authenticating user 'default' from [fd00:1122:3344:101::a]:62506 | ||
229 | 2025.07.23 21:41:41.850817 [ 274 ] {} <Debug> TCP-Session: ea10d86f-77cf-4434-a786-bb41b513a323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.07.23 21:41:41.850831 [ 274 ] {} <Debug> TCP-Session: ea10d86f-77cf-4434-a786-bb41b513a323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.07.23 21:41:41.851280 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
232 | 2025.07.23 21:41:41.851332 [ 272 ] {} <Debug> TCP-Session: 80d351b9-d90c-4f49-9799-d9e4281e8a09 Authenticating user 'default' from [fd00:1122:3344:101::a]:59513 | ||
233 | 2025.07.23 21:41:41.851360 [ 272 ] {} <Debug> TCP-Session: 80d351b9-d90c-4f49-9799-d9e4281e8a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.07.23 21:41:41.851460 [ 272 ] {} <Debug> TCP-Session: 80d351b9-d90c-4f49-9799-d9e4281e8a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.07.23 21:41:46.868535 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58750 | ||
236 | 2025.07.23 21:41:46.877449 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.07.23 21:41:46.877561 [ 275 ] {} <Debug> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58750 | ||
238 | 2025.07.23 21:41:46.877584 [ 275 ] {} <Debug> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.07.23 21:41:46.877597 [ 275 ] {} <Debug> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.07.23 21:41:46.877740 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.07.23 21:41:46.877778 [ 275 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
242 | 2025.07.23 21:41:46.877865 [ 275 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
243 | 2025.07.23 21:41:46.882824 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34278 | ||
244 | 2025.07.23 21:41:46.882902 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55895 | ||
245 | 2025.07.23 21:41:46.883045 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42190 | ||
246 | 2025.07.23 21:41:46.883056 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40304 | ||
247 | 2025.07.23 21:41:46.883396 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62854 | ||
248 | 2025.07.23 21:41:46.883411 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
249 | 2025.07.23 21:41:46.883450 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
250 | 2025.07.23 21:41:46.883412 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61891 | ||
251 | 2025.07.23 21:41:46.883549 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
252 | 2025.07.23 21:41:46.883619 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
253 | 2025.07.23 21:41:46.883588 [ 277 ] {} <Debug> TCP-Session: 7c5c8b19-cc2f-43a1-b280-d6d5207657bc Authenticating user 'default' from [fd00:1122:3344:101::d]:55895 | ||
254 | 2025.07.23 21:41:46.883663 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
255 | 2025.07.23 21:41:46.883700 [ 278 ] {} <Debug> TCP-Session: 156b99dd-0e86-46fa-a08c-4f81f0f44246 Authenticating user 'default' from [fd00:1122:3344:101::d]:42190 | ||
256 | 2025.07.23 21:41:46.883743 [ 279 ] {} <Debug> TCP-Session: 5a9959d7-7a6b-4dc4-99cd-3ee12cdae136 Authenticating user 'default' from [fd00:1122:3344:101::d]:40304 | ||
257 | 2025.07.23 21:41:46.883755 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
258 | 2025.07.23 21:41:46.883769 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35398 | ||
259 | 2025.07.23 21:41:46.883826 [ 281 ] {} <Debug> TCP-Session: 88e05449-bd4e-4b43-825c-3ad541f057d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61891 | ||
260 | 2025.07.23 21:41:46.883843 [ 279 ] {} <Debug> TCP-Session: 5a9959d7-7a6b-4dc4-99cd-3ee12cdae136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2025.07.23 21:41:46.883806 [ 278 ] {} <Debug> TCP-Session: 156b99dd-0e86-46fa-a08c-4f81f0f44246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.07.23 21:41:46.883904 [ 279 ] {} <Debug> TCP-Session: 5a9959d7-7a6b-4dc4-99cd-3ee12cdae136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
263 | 2025.07.23 21:41:46.883921 [ 281 ] {} <Debug> TCP-Session: 88e05449-bd4e-4b43-825c-3ad541f057d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
264 | 2025.07.23 21:41:46.883731 [ 280 ] {} <Debug> TCP-Session: 3719f6d4-2ade-4833-8f8d-88983d57ba9b Authenticating user 'default' from [fd00:1122:3344:101::d]:62854 | ||
265 | 2025.07.23 21:41:46.883992 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
266 | 2025.07.23 21:41:46.883993 [ 281 ] {} <Debug> TCP-Session: 88e05449-bd4e-4b43-825c-3ad541f057d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
267 | 2025.07.23 21:41:46.883970 [ 278 ] {} <Debug> TCP-Session: 156b99dd-0e86-46fa-a08c-4f81f0f44246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
268 | 2025.07.23 21:41:46.884092 [ 283 ] {} <Debug> TCP-Session: 7479aaf6-ce2b-437d-a979-27f8188734df Authenticating user 'default' from [fd00:1122:3344:101::d]:35398 | ||
269 | 2025.07.23 21:41:46.884076 [ 280 ] {} <Debug> TCP-Session: 3719f6d4-2ade-4833-8f8d-88983d57ba9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
270 | 2025.07.23 21:41:46.883711 [ 277 ] {} <Debug> TCP-Session: 7c5c8b19-cc2f-43a1-b280-d6d5207657bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2025.07.23 21:41:46.884174 [ 283 ] {} <Debug> TCP-Session: 7479aaf6-ce2b-437d-a979-27f8188734df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.07.23 21:41:46.884184 [ 280 ] {} <Debug> TCP-Session: 3719f6d4-2ade-4833-8f8d-88983d57ba9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2025.07.23 21:41:46.884202 [ 277 ] {} <Debug> TCP-Session: 7c5c8b19-cc2f-43a1-b280-d6d5207657bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2025.07.23 21:41:46.884264 [ 283 ] {} <Debug> TCP-Session: 7479aaf6-ce2b-437d-a979-27f8188734df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2025.07.23 21:41:46.883565 [ 276 ] {} <Debug> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34278 | ||
276 | 2025.07.23 21:41:46.883570 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49697 | ||
277 | 2025.07.23 21:41:46.884360 [ 276 ] {} <Debug> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.07.23 21:41:46.884445 [ 276 ] {} <Debug> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.07.23 21:41:46.884477 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
280 | 2025.07.23 21:41:46.884513 [ 282 ] {} <Debug> TCP-Session: 37521ced-90ff-47bf-be81-2451cf981c15 Authenticating user 'default' from [fd00:1122:3344:101::d]:49697 | ||
281 | 2025.07.23 21:41:46.884628 [ 282 ] {} <Debug> TCP-Session: 37521ced-90ff-47bf-be81-2451cf981c15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2025.07.23 21:41:46.884642 [ 282 ] {} <Debug> TCP-Session: 37521ced-90ff-47bf-be81-2451cf981c15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.07.23 21:41:46.900253 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
284 | 2025.07.23 21:41:46.907218 [ 275 ] {54ad77be-5e96-483d-83ef-9f817a830801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.07.23 21:41:46.976601 [ 275 ] {54ad77be-5e96-483d-83ef-9f817a830801} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58750) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
286 | |||
287 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
289 | 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> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
293 | 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>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
294 | 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&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
295 | 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&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
296 | 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&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
297 | 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&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
300 | 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) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
301 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
302 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
303 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
305 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
307 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
308 | |||
309 | 2025.07.23 21:41:46.981518 [ 275 ] {54ad77be-5e96-483d-83ef-9f817a830801} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
310 | |||
311 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
313 | 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> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
317 | 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>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
318 | 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&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
319 | 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&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
320 | 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&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
321 | 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&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
324 | 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) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
325 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
326 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
327 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
329 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
331 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
332 | |||
333 | 2025.07.23 21:41:46.981736 [ 275 ] {54ad77be-5e96-483d-83ef-9f817a830801} <Debug> TCPHandler: Processed in 0.091586677 sec. | ||
334 | 2025.07.23 21:41:46.990379 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.07.23 21:41:46.990538 [ 275 ] {fe9b8f27-1861-4878-8d51-cd66e22ba904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.07.23 21:41:46.990873 [ 275 ] {fe9b8f27-1861-4878-8d51-cd66e22ba904} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58750) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
337 | |||
338 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
340 | 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> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
344 | 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>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
345 | 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&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
346 | 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&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
347 | 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&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
348 | 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&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
351 | 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) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
352 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
353 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
354 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
356 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
358 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
359 | |||
360 | 2025.07.23 21:41:46.991117 [ 275 ] {fe9b8f27-1861-4878-8d51-cd66e22ba904} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
361 | |||
362 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
364 | 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> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
368 | 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>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
369 | 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&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
370 | 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&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
371 | 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&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
372 | 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&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
375 | 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) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
376 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
377 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
378 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
380 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
382 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
383 | |||
384 | 2025.07.23 21:41:46.991315 [ 275 ] {fe9b8f27-1861-4878-8d51-cd66e22ba904} <Debug> TCPHandler: Processed in 0.00105594 sec. | ||
385 | 2025.07.23 21:41:46.992284 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.07.23 21:41:46.995154 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.07.23 21:41:46.995833 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.07.23 21:41:46.997902 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.07.23 21:41:46.998009 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142412 sec | ||
390 | 2025.07.23 21:41:46.998025 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Trace> ReferentialDeps: No tables | ||
391 | 2025.07.23 21:41:46.998039 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Trace> LoadingDeps: No tables | ||
392 | 2025.07.23 21:41:46.998113 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.07.23 21:41:46.998794 [ 276 ] {39074c99-600c-46cf-baaf-1db55c0cd527} <Debug> TCPHandler: Processed in 0.006682718 sec. | ||
394 | 2025.07.23 21:41:46.998952 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.07.23 21:41:46.999111 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) /* The version table contains metadata about the `oximeter` database */ | ||
396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
397 | 2025.07.23 21:41:46.999240 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.07.23 21:41:47.001134 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.25 MiB, peak 124.25 MiB, free memory in arenas 0.00 B, will set to 129.44 MiB (RSS), difference: 5.19 MiB | ||
399 | 2025.07.23 21:41:47.018672 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
400 | 2025.07.23 21:41:47.023330 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Debug> oximeter.version (1835e227-5d2f-4aa3-9fbd-079af77e87fc): Loading data parts | ||
401 | 2025.07.23 21:41:47.024386 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Debug> oximeter.version (1835e227-5d2f-4aa3-9fbd-079af77e87fc): There are no data parts | ||
402 | 2025.07.23 21:41:47.031665 [ 276 ] {62165904-6a51-4950-9396-91b9db6460bd} <Debug> TCPHandler: Processed in 0.032770349 sec. | ||
403 | 2025.07.23 21:41:47.031909 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
404 | 2025.07.23 21:41:47.032123 [ 276 ] {0152326d-ada7-4e52-ab19-8818dc71c63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) /* The measurement tables contain all individual samples from each timeseries. | ||
405 | * | ||
406 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
407 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
408 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
409 | * by all samples from the same timeseries. | ||
410 | * | ||
411 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
412 | * and then uses that to index quickly into the measurements tables. | ||
413 | */ | ||
414 | 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) | ||
415 | 2025.07.23 21:41:47.032276 [ 276 ] {0152326d-ada7-4e52-ab19-8818dc71c63a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
416 | 2025.07.23 21:41:47.042623 [ 276 ] {0152326d-ada7-4e52-ab19-8818dc71c63a} <Debug> oximeter.measurements_bool (1cb05b44-f46d-4e9a-9b44-979695594886): Loading data parts | ||
417 | 2025.07.23 21:41:47.042803 [ 276 ] {0152326d-ada7-4e52-ab19-8818dc71c63a} <Debug> oximeter.measurements_bool (1cb05b44-f46d-4e9a-9b44-979695594886): There are no data parts | ||
418 | 2025.07.23 21:41:47.044288 [ 276 ] {0152326d-ada7-4e52-ab19-8818dc71c63a} <Debug> TCPHandler: Processed in 0.01246117 sec. | ||
419 | 2025.07.23 21:41:47.044527 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
420 | 2025.07.23 21:41:47.044699 [ 276 ] {0f1133a0-91d1-40ac-9c73-563dd72f2f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
421 | 2025.07.23 21:41:47.044822 [ 276 ] {0f1133a0-91d1-40ac-9c73-563dd72f2f7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
422 | 2025.07.23 21:41:47.046935 [ 276 ] {0f1133a0-91d1-40ac-9c73-563dd72f2f7e} <Debug> oximeter.measurements_i8 (2c54a34f-006d-4105-b8ac-35a4167fd55d): Loading data parts | ||
423 | 2025.07.23 21:41:47.047054 [ 276 ] {0f1133a0-91d1-40ac-9c73-563dd72f2f7e} <Debug> oximeter.measurements_i8 (2c54a34f-006d-4105-b8ac-35a4167fd55d): There are no data parts | ||
424 | 2025.07.23 21:41:47.049438 [ 276 ] {0f1133a0-91d1-40ac-9c73-563dd72f2f7e} <Debug> TCPHandler: Processed in 0.004965653 sec. | ||
425 | 2025.07.23 21:41:47.049590 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
426 | 2025.07.23 21:41:47.049751 [ 276 ] {cd3c8b45-a582-45f3-9503-356a9804e41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
427 | 2025.07.23 21:41:47.049869 [ 276 ] {cd3c8b45-a582-45f3-9503-356a9804e41c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
428 | 2025.07.23 21:41:47.051789 [ 276 ] {cd3c8b45-a582-45f3-9503-356a9804e41c} <Debug> oximeter.measurements_u8 (c8e96abf-403d-4360-ae00-424613f3fcaf): Loading data parts | ||
429 | 2025.07.23 21:41:47.052044 [ 276 ] {cd3c8b45-a582-45f3-9503-356a9804e41c} <Debug> oximeter.measurements_u8 (c8e96abf-403d-4360-ae00-424613f3fcaf): There are no data parts | ||
430 | 2025.07.23 21:41:47.053503 [ 276 ] {cd3c8b45-a582-45f3-9503-356a9804e41c} <Debug> TCPHandler: Processed in 0.003963275 sec. | ||
431 | 2025.07.23 21:41:47.053684 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
432 | 2025.07.23 21:41:47.053884 [ 276 ] {a34f72a2-27c9-4af8-bd31-280692c1bfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
433 | 2025.07.23 21:41:47.053994 [ 276 ] {a34f72a2-27c9-4af8-bd31-280692c1bfbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
434 | 2025.07.23 21:41:47.059499 [ 276 ] {a34f72a2-27c9-4af8-bd31-280692c1bfbd} <Debug> oximeter.measurements_i16 (b01dc711-23cf-4915-b97e-14e68f5094d2): Loading data parts | ||
435 | 2025.07.23 21:41:47.059618 [ 276 ] {a34f72a2-27c9-4af8-bd31-280692c1bfbd} <Debug> oximeter.measurements_i16 (b01dc711-23cf-4915-b97e-14e68f5094d2): There are no data parts | ||
436 | 2025.07.23 21:41:47.060929 [ 276 ] {a34f72a2-27c9-4af8-bd31-280692c1bfbd} <Debug> TCPHandler: Processed in 0.007296544 sec. | ||
437 | 2025.07.23 21:41:47.061076 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
438 | 2025.07.23 21:41:47.061231 [ 276 ] {c1b33124-75a3-49c8-9920-093afa2e7032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
439 | 2025.07.23 21:41:47.061370 [ 276 ] {c1b33124-75a3-49c8-9920-093afa2e7032} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
440 | 2025.07.23 21:41:47.064435 [ 276 ] {c1b33124-75a3-49c8-9920-093afa2e7032} <Debug> oximeter.measurements_u16 (fad1946d-61f9-472e-9544-e58f4ee7f235): Loading data parts | ||
441 | 2025.07.23 21:41:47.064579 [ 276 ] {c1b33124-75a3-49c8-9920-093afa2e7032} <Debug> oximeter.measurements_u16 (fad1946d-61f9-472e-9544-e58f4ee7f235): There are no data parts | ||
442 | 2025.07.23 21:41:47.066263 [ 276 ] {c1b33124-75a3-49c8-9920-093afa2e7032} <Debug> TCPHandler: Processed in 0.005236546 sec. | ||
443 | 2025.07.23 21:41:47.066411 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
444 | 2025.07.23 21:41:47.066644 [ 276 ] {5c054751-2317-41d9-8ddc-18af0fc50789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
445 | 2025.07.23 21:41:47.066763 [ 276 ] {5c054751-2317-41d9-8ddc-18af0fc50789} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
446 | 2025.07.23 21:41:47.068844 [ 276 ] {5c054751-2317-41d9-8ddc-18af0fc50789} <Debug> oximeter.measurements_i32 (4d2588d3-f046-4aef-a67c-fdbe816d9ad0): Loading data parts | ||
447 | 2025.07.23 21:41:47.069008 [ 276 ] {5c054751-2317-41d9-8ddc-18af0fc50789} <Debug> oximeter.measurements_i32 (4d2588d3-f046-4aef-a67c-fdbe816d9ad0): There are no data parts | ||
448 | 2025.07.23 21:41:47.072372 [ 276 ] {5c054751-2317-41d9-8ddc-18af0fc50789} <Debug> TCPHandler: Processed in 0.006010263 sec. | ||
449 | 2025.07.23 21:41:47.072522 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
450 | 2025.07.23 21:41:47.072676 [ 276 ] {c8e8fdac-be44-438f-b319-2119de624cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
451 | 2025.07.23 21:41:47.072794 [ 276 ] {c8e8fdac-be44-438f-b319-2119de624cf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
452 | 2025.07.23 21:41:47.074699 [ 276 ] {c8e8fdac-be44-438f-b319-2119de624cf4} <Debug> oximeter.measurements_u32 (41e8188a-71c0-4640-a876-6f27e821cc1c): Loading data parts | ||
453 | 2025.07.23 21:41:47.074829 [ 276 ] {c8e8fdac-be44-438f-b319-2119de624cf4} <Debug> oximeter.measurements_u32 (41e8188a-71c0-4640-a876-6f27e821cc1c): There are no data parts | ||
454 | 2025.07.23 21:41:47.077921 [ 276 ] {c8e8fdac-be44-438f-b319-2119de624cf4} <Debug> TCPHandler: Processed in 0.005449448 sec. | ||
455 | 2025.07.23 21:41:47.078091 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
456 | 2025.07.23 21:41:47.078351 [ 276 ] {d077b545-020d-4592-b5fd-2bd719d8e949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
457 | 2025.07.23 21:41:47.078486 [ 276 ] {d077b545-020d-4592-b5fd-2bd719d8e949} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
458 | 2025.07.23 21:41:47.081826 [ 276 ] {d077b545-020d-4592-b5fd-2bd719d8e949} <Debug> oximeter.measurements_i64 (1ce5dd6e-0d10-4a24-bf32-2ee576f77847): Loading data parts | ||
459 | 2025.07.23 21:41:47.082020 [ 276 ] {d077b545-020d-4592-b5fd-2bd719d8e949} <Debug> oximeter.measurements_i64 (1ce5dd6e-0d10-4a24-bf32-2ee576f77847): There are no data parts | ||
460 | 2025.07.23 21:41:47.084421 [ 276 ] {d077b545-020d-4592-b5fd-2bd719d8e949} <Debug> TCPHandler: Processed in 0.006388296 sec. | ||
461 | 2025.07.23 21:41:47.084576 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2025.07.23 21:41:47.084726 [ 276 ] {d9f4655a-96e8-477d-a654-a938c6b11127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
463 | 2025.07.23 21:41:47.084860 [ 276 ] {d9f4655a-96e8-477d-a654-a938c6b11127} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
464 | 2025.07.23 21:41:47.088115 [ 276 ] {d9f4655a-96e8-477d-a654-a938c6b11127} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Loading data parts | ||
465 | 2025.07.23 21:41:47.088284 [ 276 ] {d9f4655a-96e8-477d-a654-a938c6b11127} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): There are no data parts | ||
466 | 2025.07.23 21:41:47.090134 [ 276 ] {d9f4655a-96e8-477d-a654-a938c6b11127} <Debug> TCPHandler: Processed in 0.00560776 sec. | ||
467 | 2025.07.23 21:41:47.090275 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
468 | 2025.07.23 21:41:47.090499 [ 276 ] {12c8a347-2475-462e-873a-f3da578dd672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
469 | 2025.07.23 21:41:47.090612 [ 276 ] {12c8a347-2475-462e-873a-f3da578dd672} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
470 | 2025.07.23 21:41:47.094213 [ 276 ] {12c8a347-2475-462e-873a-f3da578dd672} <Debug> oximeter.measurements_f32 (1d696296-1919-4c77-9b10-8d405a20fed8): Loading data parts | ||
471 | 2025.07.23 21:41:47.094335 [ 276 ] {12c8a347-2475-462e-873a-f3da578dd672} <Debug> oximeter.measurements_f32 (1d696296-1919-4c77-9b10-8d405a20fed8): There are no data parts | ||
472 | 2025.07.23 21:41:47.096246 [ 276 ] {12c8a347-2475-462e-873a-f3da578dd672} <Debug> TCPHandler: Processed in 0.006020284 sec. | ||
473 | 2025.07.23 21:41:47.096386 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
474 | 2025.07.23 21:41:47.096542 [ 276 ] {2ae5cee2-7602-4494-ba85-e896fdf2c6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
475 | 2025.07.23 21:41:47.096673 [ 276 ] {2ae5cee2-7602-4494-ba85-e896fdf2c6cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
476 | 2025.07.23 21:41:47.098547 [ 276 ] {2ae5cee2-7602-4494-ba85-e896fdf2c6cb} <Debug> oximeter.measurements_f64 (6cad6303-54a5-4f4b-88b3-f4e64e6cafc3): Loading data parts | ||
477 | 2025.07.23 21:41:47.098777 [ 276 ] {2ae5cee2-7602-4494-ba85-e896fdf2c6cb} <Debug> oximeter.measurements_f64 (6cad6303-54a5-4f4b-88b3-f4e64e6cafc3): There are no data parts | ||
478 | 2025.07.23 21:41:47.100019 [ 276 ] {2ae5cee2-7602-4494-ba85-e896fdf2c6cb} <Debug> TCPHandler: Processed in 0.003681973 sec. | ||
479 | 2025.07.23 21:41:47.100164 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
480 | 2025.07.23 21:41:47.100384 [ 276 ] {1f2fbc2d-fb92-408e-a95e-aaf3ebf20ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
481 | 2025.07.23 21:41:47.100487 [ 276 ] {1f2fbc2d-fb92-408e-a95e-aaf3ebf20ca4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
482 | 2025.07.23 21:41:47.102154 [ 276 ] {1f2fbc2d-fb92-408e-a95e-aaf3ebf20ca4} <Debug> oximeter.measurements_string (5f2cc5a2-dc86-4fa1-bff3-ada2873ec14e): Loading data parts | ||
483 | 2025.07.23 21:41:47.102273 [ 276 ] {1f2fbc2d-fb92-408e-a95e-aaf3ebf20ca4} <Debug> oximeter.measurements_string (5f2cc5a2-dc86-4fa1-bff3-ada2873ec14e): There are no data parts | ||
484 | 2025.07.23 21:41:47.103546 [ 276 ] {1f2fbc2d-fb92-408e-a95e-aaf3ebf20ca4} <Debug> TCPHandler: Processed in 0.003429461 sec. | ||
485 | 2025.07.23 21:41:47.103677 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
486 | 2025.07.23 21:41:47.103832 [ 276 ] {e61d75a4-32c0-4a2c-84c2-d106da9b5efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
487 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
488 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
489 | * a string isn't palatable for a few reasons. | ||
490 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
491 | * details. | ||
492 | */ | ||
493 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
494 | 2025.07.23 21:41:47.103941 [ 276 ] {e61d75a4-32c0-4a2c-84c2-d106da9b5efa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
495 | 2025.07.23 21:41:47.105713 [ 276 ] {e61d75a4-32c0-4a2c-84c2-d106da9b5efa} <Debug> oximeter.measurements_bytes (4c0e29ab-ba66-472e-90f0-114d2d8d317a): Loading data parts | ||
496 | 2025.07.23 21:41:47.105825 [ 276 ] {e61d75a4-32c0-4a2c-84c2-d106da9b5efa} <Debug> oximeter.measurements_bytes (4c0e29ab-ba66-472e-90f0-114d2d8d317a): There are no data parts | ||
497 | 2025.07.23 21:41:47.107037 [ 276 ] {e61d75a4-32c0-4a2c-84c2-d106da9b5efa} <Debug> TCPHandler: Processed in 0.00340837 sec. | ||
498 | 2025.07.23 21:41:47.107170 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
499 | 2025.07.23 21:41:47.107328 [ 276 ] {7edf67d6-140d-4962-85db-0b1821c5ad97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
500 | 2025.07.23 21:41:47.107436 [ 276 ] {7edf67d6-140d-4962-85db-0b1821c5ad97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
501 | 2025.07.23 21:41:47.109539 [ 276 ] {7edf67d6-140d-4962-85db-0b1821c5ad97} <Debug> oximeter.measurements_cumulativei64 (3a618d72-0052-43c4-a9b3-f15d4455961c): Loading data parts | ||
502 | 2025.07.23 21:41:47.109668 [ 276 ] {7edf67d6-140d-4962-85db-0b1821c5ad97} <Debug> oximeter.measurements_cumulativei64 (3a618d72-0052-43c4-a9b3-f15d4455961c): There are no data parts | ||
503 | 2025.07.23 21:41:47.111427 [ 276 ] {7edf67d6-140d-4962-85db-0b1821c5ad97} <Debug> TCPHandler: Processed in 0.004306608 sec. | ||
504 | 2025.07.23 21:41:47.111638 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
505 | 2025.07.23 21:41:47.111797 [ 276 ] {cc409dbc-e853-4604-af09-b8aa898d9f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
506 | 2025.07.23 21:41:47.111914 [ 276 ] {cc409dbc-e853-4604-af09-b8aa898d9f04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
507 | 2025.07.23 21:41:47.114717 [ 276 ] {cc409dbc-e853-4604-af09-b8aa898d9f04} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Loading data parts | ||
508 | 2025.07.23 21:41:47.114979 [ 276 ] {cc409dbc-e853-4604-af09-b8aa898d9f04} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): There are no data parts | ||
509 | 2025.07.23 21:41:47.117756 [ 276 ] {cc409dbc-e853-4604-af09-b8aa898d9f04} <Debug> TCPHandler: Processed in 0.006173534 sec. | ||
510 | 2025.07.23 21:41:47.117912 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
511 | 2025.07.23 21:41:47.118188 [ 276 ] {12fcea22-7238-4294-9c95-6919e784770e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
512 | 2025.07.23 21:41:47.118323 [ 276 ] {12fcea22-7238-4294-9c95-6919e784770e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
513 | 2025.07.23 21:41:47.120399 [ 276 ] {12fcea22-7238-4294-9c95-6919e784770e} <Debug> oximeter.measurements_cumulativef32 (2393f9e1-b05f-43fb-9c07-ec461628c724): Loading data parts | ||
514 | 2025.07.23 21:41:47.120581 [ 276 ] {12fcea22-7238-4294-9c95-6919e784770e} <Debug> oximeter.measurements_cumulativef32 (2393f9e1-b05f-43fb-9c07-ec461628c724): There are no data parts | ||
515 | 2025.07.23 21:41:47.122607 [ 276 ] {12fcea22-7238-4294-9c95-6919e784770e} <Debug> TCPHandler: Processed in 0.004753832 sec. | ||
516 | 2025.07.23 21:41:47.122756 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
517 | 2025.07.23 21:41:47.122925 [ 276 ] {6e35d5a1-a5dd-4b43-9b23-ecd69e30a771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
518 | 2025.07.23 21:41:47.123059 [ 276 ] {6e35d5a1-a5dd-4b43-9b23-ecd69e30a771} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
519 | 2025.07.23 21:41:47.126515 [ 276 ] {6e35d5a1-a5dd-4b43-9b23-ecd69e30a771} <Debug> oximeter.measurements_cumulativef64 (072263b6-9228-42c6-ba82-b712bc171fed): Loading data parts | ||
520 | 2025.07.23 21:41:47.126655 [ 276 ] {6e35d5a1-a5dd-4b43-9b23-ecd69e30a771} <Debug> oximeter.measurements_cumulativef64 (072263b6-9228-42c6-ba82-b712bc171fed): There are no data parts | ||
521 | 2025.07.23 21:41:47.128504 [ 276 ] {6e35d5a1-a5dd-4b43-9b23-ecd69e30a771} <Debug> TCPHandler: Processed in 0.005798472 sec. | ||
522 | 2025.07.23 21:41:47.128752 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
523 | 2025.07.23 21:41:47.129024 [ 276 ] {a9dbd2ce-e0a5-42e9-b782-11e5ed3d68f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
524 | * NOTE: Array types cannot be Nullable, see | ||
525 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
526 | * for more details. | ||
527 | * | ||
528 | * This means we need to use empty arrays to indicate a missing value. This | ||
529 | * is unfortunate, and at this point relies on the fact that an | ||
530 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
531 | * to figure out another way to represent missing samples here. | ||
532 | */ | ||
533 | 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) | ||
534 | 2025.07.23 21:41:47.129184 [ 276 ] {a9dbd2ce-e0a5-42e9-b782-11e5ed3d68f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
535 | 2025.07.23 21:41:47.131424 [ 276 ] {a9dbd2ce-e0a5-42e9-b782-11e5ed3d68f6} <Debug> oximeter.measurements_histogrami8 (ecda7297-f1dc-4758-9234-8fb200e491bc): Loading data parts | ||
536 | 2025.07.23 21:41:47.131564 [ 276 ] {a9dbd2ce-e0a5-42e9-b782-11e5ed3d68f6} <Debug> oximeter.measurements_histogrami8 (ecda7297-f1dc-4758-9234-8fb200e491bc): There are no data parts | ||
537 | 2025.07.23 21:41:47.134077 [ 276 ] {a9dbd2ce-e0a5-42e9-b782-11e5ed3d68f6} <Debug> TCPHandler: Processed in 0.005387678 sec. | ||
538 | 2025.07.23 21:41:47.134223 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
539 | 2025.07.23 21:41:47.134432 [ 276 ] {556346e4-78dd-4bad-a95c-0777fe4470a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
540 | 2025.07.23 21:41:47.134570 [ 276 ] {556346e4-78dd-4bad-a95c-0777fe4470a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
541 | 2025.07.23 21:41:47.136993 [ 276 ] {556346e4-78dd-4bad-a95c-0777fe4470a9} <Debug> oximeter.measurements_histogramu8 (64798c36-5545-4689-96c3-e7ff7f2c9c0a): Loading data parts | ||
542 | 2025.07.23 21:41:47.137119 [ 276 ] {556346e4-78dd-4bad-a95c-0777fe4470a9} <Debug> oximeter.measurements_histogramu8 (64798c36-5545-4689-96c3-e7ff7f2c9c0a): There are no data parts | ||
543 | 2025.07.23 21:41:47.138336 [ 276 ] {556346e4-78dd-4bad-a95c-0777fe4470a9} <Debug> TCPHandler: Processed in 0.004162317 sec. | ||
544 | 2025.07.23 21:41:47.138530 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
545 | 2025.07.23 21:41:47.138780 [ 276 ] {9a4b25be-545b-4aec-af15-39b73f40dc57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
546 | 2025.07.23 21:41:47.138901 [ 276 ] {9a4b25be-545b-4aec-af15-39b73f40dc57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
547 | 2025.07.23 21:41:47.140798 [ 276 ] {9a4b25be-545b-4aec-af15-39b73f40dc57} <Debug> oximeter.measurements_histogrami16 (25ce4d90-e94b-4619-afed-5465d6c9fbbd): Loading data parts | ||
548 | 2025.07.23 21:41:47.140917 [ 276 ] {9a4b25be-545b-4aec-af15-39b73f40dc57} <Debug> oximeter.measurements_histogrami16 (25ce4d90-e94b-4619-afed-5465d6c9fbbd): There are no data parts | ||
549 | 2025.07.23 21:41:47.142854 [ 276 ] {9a4b25be-545b-4aec-af15-39b73f40dc57} <Debug> TCPHandler: Processed in 0.004373779 sec. | ||
550 | 2025.07.23 21:41:47.142992 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
551 | 2025.07.23 21:41:47.143201 [ 276 ] {c1473561-d209-4db6-9867-4503f6188916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
552 | 2025.07.23 21:41:47.143328 [ 276 ] {c1473561-d209-4db6-9867-4503f6188916} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
553 | 2025.07.23 21:41:47.145296 [ 276 ] {c1473561-d209-4db6-9867-4503f6188916} <Debug> oximeter.measurements_histogramu16 (b86a8b8e-f2de-452e-9ad9-971869c586cc): Loading data parts | ||
554 | 2025.07.23 21:41:47.145408 [ 276 ] {c1473561-d209-4db6-9867-4503f6188916} <Debug> oximeter.measurements_histogramu16 (b86a8b8e-f2de-452e-9ad9-971869c586cc): There are no data parts | ||
555 | 2025.07.23 21:41:47.146611 [ 276 ] {c1473561-d209-4db6-9867-4503f6188916} <Debug> TCPHandler: Processed in 0.003669033 sec. | ||
556 | 2025.07.23 21:41:47.146801 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
557 | 2025.07.23 21:41:47.147057 [ 276 ] {3a88cc50-848c-4987-9ce3-9723e952841c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
558 | 2025.07.23 21:41:47.147181 [ 276 ] {3a88cc50-848c-4987-9ce3-9723e952841c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
559 | 2025.07.23 21:41:47.148975 [ 276 ] {3a88cc50-848c-4987-9ce3-9723e952841c} <Debug> oximeter.measurements_histogrami32 (27311345-7b2c-4428-bd75-58389fceca3f): Loading data parts | ||
560 | 2025.07.23 21:41:47.149086 [ 276 ] {3a88cc50-848c-4987-9ce3-9723e952841c} <Debug> oximeter.measurements_histogrami32 (27311345-7b2c-4428-bd75-58389fceca3f): There are no data parts | ||
561 | 2025.07.23 21:41:47.150379 [ 276 ] {3a88cc50-848c-4987-9ce3-9723e952841c} <Debug> TCPHandler: Processed in 0.003627472 sec. | ||
562 | 2025.07.23 21:41:47.150515 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
563 | 2025.07.23 21:41:47.150724 [ 276 ] {2399d9fa-3942-4c4a-98e5-9e6857b5eb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
564 | 2025.07.23 21:41:47.150848 [ 276 ] {2399d9fa-3942-4c4a-98e5-9e6857b5eb5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
565 | 2025.07.23 21:41:47.152856 [ 276 ] {2399d9fa-3942-4c4a-98e5-9e6857b5eb5f} <Debug> oximeter.measurements_histogramu32 (4b8ed132-76ab-4596-8a3b-9bf45c86f70c): Loading data parts | ||
566 | 2025.07.23 21:41:47.152979 [ 276 ] {2399d9fa-3942-4c4a-98e5-9e6857b5eb5f} <Debug> oximeter.measurements_histogramu32 (4b8ed132-76ab-4596-8a3b-9bf45c86f70c): There are no data parts | ||
567 | 2025.07.23 21:41:47.155556 [ 276 ] {2399d9fa-3942-4c4a-98e5-9e6857b5eb5f} <Debug> TCPHandler: Processed in 0.005089635 sec. | ||
568 | 2025.07.23 21:41:47.155703 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.23 21:41:47.156005 [ 276 ] {96ddbffb-70a2-4bde-a7d4-492179ab1d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
570 | 2025.07.23 21:41:47.156131 [ 276 ] {96ddbffb-70a2-4bde-a7d4-492179ab1d2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
571 | 2025.07.23 21:41:47.158162 [ 276 ] {96ddbffb-70a2-4bde-a7d4-492179ab1d2b} <Debug> oximeter.measurements_histogrami64 (df9a62ae-fbcc-4fae-bd91-54a9c22653b8): Loading data parts | ||
572 | 2025.07.23 21:41:47.158289 [ 276 ] {96ddbffb-70a2-4bde-a7d4-492179ab1d2b} <Debug> oximeter.measurements_histogrami64 (df9a62ae-fbcc-4fae-bd91-54a9c22653b8): There are no data parts | ||
573 | 2025.07.23 21:41:47.159630 [ 276 ] {96ddbffb-70a2-4bde-a7d4-492179ab1d2b} <Debug> TCPHandler: Processed in 0.003977286 sec. | ||
574 | 2025.07.23 21:41:47.159774 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
575 | 2025.07.23 21:41:47.159986 [ 276 ] {e4f4d07f-89b1-4ba3-8ef2-c8655793ec31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
576 | 2025.07.23 21:41:47.160121 [ 276 ] {e4f4d07f-89b1-4ba3-8ef2-c8655793ec31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
577 | 2025.07.23 21:41:47.162133 [ 276 ] {e4f4d07f-89b1-4ba3-8ef2-c8655793ec31} <Debug> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Loading data parts | ||
578 | 2025.07.23 21:41:47.162302 [ 276 ] {e4f4d07f-89b1-4ba3-8ef2-c8655793ec31} <Debug> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): There are no data parts | ||
579 | 2025.07.23 21:41:47.163524 [ 276 ] {e4f4d07f-89b1-4ba3-8ef2-c8655793ec31} <Debug> TCPHandler: Processed in 0.003797514 sec. | ||
580 | 2025.07.23 21:41:47.163663 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
581 | 2025.07.23 21:41:47.163972 [ 276 ] {f2b6a56b-e5c2-41ee-beed-8a39766e5b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
582 | 2025.07.23 21:41:47.164094 [ 276 ] {f2b6a56b-e5c2-41ee-beed-8a39766e5b93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
583 | 2025.07.23 21:41:47.166111 [ 276 ] {f2b6a56b-e5c2-41ee-beed-8a39766e5b93} <Debug> oximeter.measurements_histogramf32 (7e853fd1-099b-46b5-8875-1c7461b62859): Loading data parts | ||
584 | 2025.07.23 21:41:47.166227 [ 276 ] {f2b6a56b-e5c2-41ee-beed-8a39766e5b93} <Debug> oximeter.measurements_histogramf32 (7e853fd1-099b-46b5-8875-1c7461b62859): There are no data parts | ||
585 | 2025.07.23 21:41:47.168964 [ 276 ] {f2b6a56b-e5c2-41ee-beed-8a39766e5b93} <Debug> TCPHandler: Processed in 0.005350387 sec. | ||
586 | 2025.07.23 21:41:47.169108 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
587 | 2025.07.23 21:41:47.169315 [ 276 ] {0d915f29-7738-468f-ad95-78623914ab22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
588 | 2025.07.23 21:41:47.169459 [ 276 ] {0d915f29-7738-468f-ad95-78623914ab22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
589 | 2025.07.23 21:41:47.172802 [ 276 ] {0d915f29-7738-468f-ad95-78623914ab22} <Debug> oximeter.measurements_histogramf64 (994df407-7f64-4fe5-8d4f-50a75d6677bb): Loading data parts | ||
590 | 2025.07.23 21:41:47.172921 [ 276 ] {0d915f29-7738-468f-ad95-78623914ab22} <Debug> oximeter.measurements_histogramf64 (994df407-7f64-4fe5-8d4f-50a75d6677bb): There are no data parts | ||
591 | 2025.07.23 21:41:47.176202 [ 276 ] {0d915f29-7738-468f-ad95-78623914ab22} <Debug> TCPHandler: Processed in 0.007143052 sec. | ||
592 | 2025.07.23 21:41:47.176351 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
593 | 2025.07.23 21:41:47.176629 [ 276 ] {132751b0-e835-4725-9342-287d420ebf06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) /* The field tables store named dimensions of each timeseries. | ||
594 | * | ||
595 | * As with the measurement tables, there is one field table for each field data | ||
596 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
597 | * this behavior **must not** be relied upon for query correctness. | ||
598 | * | ||
599 | * The index for the fields differs from the measurements, however. Rows are | ||
600 | * sorted by timeseries name, then field name, field value, and finally | ||
601 | * timeseries key. This reflects the most common pattern for looking them up: | ||
602 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
603 | * usually then used to look up measurements. | ||
604 | * | ||
605 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
606 | * timeseries name and then key, since it would improve lookups where one | ||
607 | * already has the key. Realistically though, these tables are quite small and | ||
608 | * so performance benefits will be low in absolute terms. | ||
609 | * | ||
610 | * TTL: We use a materialized column to expire old field table records. This | ||
611 | * column is generated automatically by the database whenever a new row is | ||
612 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
613 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
614 | * record will remain during a deduplication, which will have the last | ||
615 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
616 | * measurement tables. | ||
617 | */ | ||
618 | 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) | ||
619 | 2025.07.23 21:41:47.176758 [ 276 ] {132751b0-e835-4725-9342-287d420ebf06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
620 | 2025.07.23 21:41:47.178813 [ 276 ] {132751b0-e835-4725-9342-287d420ebf06} <Debug> oximeter.fields_bool (2453e799-52dd-4032-9d04-dd87548e0fa1): Loading data parts | ||
621 | 2025.07.23 21:41:47.178963 [ 276 ] {132751b0-e835-4725-9342-287d420ebf06} <Debug> oximeter.fields_bool (2453e799-52dd-4032-9d04-dd87548e0fa1): There are no data parts | ||
622 | 2025.07.23 21:41:47.180623 [ 276 ] {132751b0-e835-4725-9342-287d420ebf06} <Debug> TCPHandler: Processed in 0.004322648 sec. | ||
623 | 2025.07.23 21:41:47.180772 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
624 | 2025.07.23 21:41:47.180929 [ 276 ] {7e0d247b-9cf5-4758-bbca-80cffcd6a34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
625 | 2025.07.23 21:41:47.181130 [ 276 ] {7e0d247b-9cf5-4758-bbca-80cffcd6a34f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
626 | 2025.07.23 21:41:47.182860 [ 276 ] {7e0d247b-9cf5-4758-bbca-80cffcd6a34f} <Debug> oximeter.fields_i8 (80d20e87-76fe-44a9-8305-fd093d4453ff): Loading data parts | ||
627 | 2025.07.23 21:41:47.183061 [ 276 ] {7e0d247b-9cf5-4758-bbca-80cffcd6a34f} <Debug> oximeter.fields_i8 (80d20e87-76fe-44a9-8305-fd093d4453ff): There are no data parts | ||
628 | 2025.07.23 21:41:47.184438 [ 276 ] {7e0d247b-9cf5-4758-bbca-80cffcd6a34f} <Debug> TCPHandler: Processed in 0.003715193 sec. | ||
629 | 2025.07.23 21:41:47.184587 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2025.07.23 21:41:47.184825 [ 276 ] {6f103be2-d134-45f4-b7a2-f9fb2ccaa160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
631 | 2025.07.23 21:41:47.184948 [ 276 ] {6f103be2-d134-45f4-b7a2-f9fb2ccaa160} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
632 | 2025.07.23 21:41:47.188021 [ 276 ] {6f103be2-d134-45f4-b7a2-f9fb2ccaa160} <Debug> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Loading data parts | ||
633 | 2025.07.23 21:41:47.188143 [ 276 ] {6f103be2-d134-45f4-b7a2-f9fb2ccaa160} <Debug> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): There are no data parts | ||
634 | 2025.07.23 21:41:47.189826 [ 276 ] {6f103be2-d134-45f4-b7a2-f9fb2ccaa160} <Debug> TCPHandler: Processed in 0.005288426 sec. | ||
635 | 2025.07.23 21:41:47.189977 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
636 | 2025.07.23 21:41:47.190132 [ 276 ] {9c15671d-e8ef-4021-8c2f-acf088d8d842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
637 | 2025.07.23 21:41:47.190263 [ 276 ] {9c15671d-e8ef-4021-8c2f-acf088d8d842} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
638 | 2025.07.23 21:41:47.192273 [ 276 ] {9c15671d-e8ef-4021-8c2f-acf088d8d842} <Debug> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Loading data parts | ||
639 | 2025.07.23 21:41:47.192519 [ 276 ] {9c15671d-e8ef-4021-8c2f-acf088d8d842} <Debug> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): There are no data parts | ||
640 | 2025.07.23 21:41:47.193757 [ 276 ] {9c15671d-e8ef-4021-8c2f-acf088d8d842} <Debug> TCPHandler: Processed in 0.003830734 sec. | ||
641 | 2025.07.23 21:41:47.193895 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2025.07.23 21:41:47.194138 [ 276 ] {4b037793-ed76-4359-b7e1-2b028217675c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
643 | 2025.07.23 21:41:47.194255 [ 276 ] {4b037793-ed76-4359-b7e1-2b028217675c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
644 | 2025.07.23 21:41:47.196024 [ 276 ] {4b037793-ed76-4359-b7e1-2b028217675c} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Loading data parts | ||
645 | 2025.07.23 21:41:47.196158 [ 276 ] {4b037793-ed76-4359-b7e1-2b028217675c} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): There are no data parts | ||
646 | 2025.07.23 21:41:47.197567 [ 276 ] {4b037793-ed76-4359-b7e1-2b028217675c} <Debug> TCPHandler: Processed in 0.003722642 sec. | ||
647 | 2025.07.23 21:41:47.197729 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
648 | 2025.07.23 21:41:47.197926 [ 276 ] {5e3161ee-fa65-4701-b685-08bdd75fab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
649 | 2025.07.23 21:41:47.198065 [ 276 ] {5e3161ee-fa65-4701-b685-08bdd75fab84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
650 | 2025.07.23 21:41:47.200232 [ 276 ] {5e3161ee-fa65-4701-b685-08bdd75fab84} <Debug> oximeter.fields_i32 (2a45fb01-6cfa-4bc0-a29d-fc9a2074c748): Loading data parts | ||
651 | 2025.07.23 21:41:47.200403 [ 276 ] {5e3161ee-fa65-4701-b685-08bdd75fab84} <Debug> oximeter.fields_i32 (2a45fb01-6cfa-4bc0-a29d-fc9a2074c748): There are no data parts | ||
652 | 2025.07.23 21:41:47.202733 [ 276 ] {5e3161ee-fa65-4701-b685-08bdd75fab84} <Debug> TCPHandler: Processed in 0.005067425 sec. | ||
653 | 2025.07.23 21:41:47.202880 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
654 | 2025.07.23 21:41:47.203119 [ 276 ] {02d17427-c083-48dd-a07a-30e5681e2de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
655 | 2025.07.23 21:41:47.203252 [ 276 ] {02d17427-c083-48dd-a07a-30e5681e2de2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
656 | 2025.07.23 21:41:47.205623 [ 276 ] {02d17427-c083-48dd-a07a-30e5681e2de2} <Debug> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Loading data parts | ||
657 | 2025.07.23 21:41:47.205742 [ 276 ] {02d17427-c083-48dd-a07a-30e5681e2de2} <Debug> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): There are no data parts | ||
658 | 2025.07.23 21:41:47.207199 [ 276 ] {02d17427-c083-48dd-a07a-30e5681e2de2} <Debug> TCPHandler: Processed in 0.004370268 sec. | ||
659 | 2025.07.23 21:41:47.207341 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
660 | 2025.07.23 21:41:47.207508 [ 276 ] {c19edd6d-7e98-4be1-a45e-324b416f5c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
661 | 2025.07.23 21:41:47.207644 [ 276 ] {c19edd6d-7e98-4be1-a45e-324b416f5c0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
662 | 2025.07.23 21:41:47.210642 [ 276 ] {c19edd6d-7e98-4be1-a45e-324b416f5c0d} <Debug> oximeter.fields_i64 (7e4033ba-784e-41d1-8f45-5d23a7b7e81c): Loading data parts | ||
663 | 2025.07.23 21:41:47.210759 [ 276 ] {c19edd6d-7e98-4be1-a45e-324b416f5c0d} <Debug> oximeter.fields_i64 (7e4033ba-784e-41d1-8f45-5d23a7b7e81c): There are no data parts | ||
664 | 2025.07.23 21:41:47.212655 [ 276 ] {c19edd6d-7e98-4be1-a45e-324b416f5c0d} <Debug> TCPHandler: Processed in 0.005364517 sec. | ||
665 | 2025.07.23 21:41:47.212863 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
666 | 2025.07.23 21:41:47.213106 [ 276 ] {b4751657-0ae2-440b-b633-02385ebf15ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
667 | 2025.07.23 21:41:47.213246 [ 276 ] {b4751657-0ae2-440b-b633-02385ebf15ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
668 | 2025.07.23 21:41:47.215383 [ 276 ] {b4751657-0ae2-440b-b633-02385ebf15ea} <Debug> oximeter.fields_u64 (5424b3bc-2b34-46ca-8670-474cc906d16b): Loading data parts | ||
669 | 2025.07.23 21:41:47.215508 [ 276 ] {b4751657-0ae2-440b-b633-02385ebf15ea} <Debug> oximeter.fields_u64 (5424b3bc-2b34-46ca-8670-474cc906d16b): There are no data parts | ||
670 | 2025.07.23 21:41:47.217031 [ 276 ] {b4751657-0ae2-440b-b633-02385ebf15ea} <Debug> TCPHandler: Processed in 0.004216497 sec. | ||
671 | 2025.07.23 21:41:47.217176 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2025.07.23 21:41:47.217329 [ 276 ] {68a1f5fb-bed5-402b-8427-7579f08ef8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
673 | 2025.07.23 21:41:47.217438 [ 276 ] {68a1f5fb-bed5-402b-8427-7579f08ef8f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
674 | 2025.07.23 21:41:47.219342 [ 276 ] {68a1f5fb-bed5-402b-8427-7579f08ef8f6} <Debug> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Loading data parts | ||
675 | 2025.07.23 21:41:47.219522 [ 276 ] {68a1f5fb-bed5-402b-8427-7579f08ef8f6} <Debug> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): There are no data parts | ||
676 | 2025.07.23 21:41:47.220890 [ 276 ] {68a1f5fb-bed5-402b-8427-7579f08ef8f6} <Debug> TCPHandler: Processed in 0.003762993 sec. | ||
677 | 2025.07.23 21:41:47.221114 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
678 | 2025.07.23 21:41:47.221266 [ 276 ] {1663f82a-9655-425e-af42-8f3b6e689622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
679 | 2025.07.23 21:41:47.221383 [ 276 ] {1663f82a-9655-425e-af42-8f3b6e689622} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
680 | 2025.07.23 21:41:47.223121 [ 276 ] {1663f82a-9655-425e-af42-8f3b6e689622} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Loading data parts | ||
681 | 2025.07.23 21:41:47.223419 [ 276 ] {1663f82a-9655-425e-af42-8f3b6e689622} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): There are no data parts | ||
682 | 2025.07.23 21:41:47.226739 [ 276 ] {1663f82a-9655-425e-af42-8f3b6e689622} <Debug> TCPHandler: Processed in 0.00567537 sec. | ||
683 | 2025.07.23 21:41:47.226903 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2025.07.23 21:41:47.227167 [ 276 ] {77b79213-1c55-4549-9c45-5612dfc08ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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) | ||
685 | 2025.07.23 21:41:47.227217 [ 276 ] {77b79213-1c55-4549-9c45-5612dfc08ee2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
686 | 2025.07.23 21:41:47.229724 [ 276 ] {77b79213-1c55-4549-9c45-5612dfc08ee2} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Loading data parts | ||
687 | 2025.07.23 21:41:47.229844 [ 276 ] {77b79213-1c55-4549-9c45-5612dfc08ee2} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): There are no data parts | ||
688 | 2025.07.23 21:41:47.231922 [ 276 ] {77b79213-1c55-4549-9c45-5612dfc08ee2} <Debug> TCPHandler: Processed in 0.005077725 sec. | ||
689 | 2025.07.23 21:41:47.232169 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
690 | 2025.07.23 21:41:47.232453 [ 276 ] {6ac69d9e-3ac0-48cb-a8eb-7442ea51cf1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) /* The timeseries schema table stores the extracted schema for the samples | ||
691 | * oximeter collects. | ||
692 | */ | ||
693 | 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) | ||
694 | 2025.07.23 21:41:47.232607 [ 276 ] {6ac69d9e-3ac0-48cb-a8eb-7442ea51cf1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
695 | 2025.07.23 21:41:47.235243 [ 276 ] {6ac69d9e-3ac0-48cb-a8eb-7442ea51cf1f} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Loading data parts | ||
696 | 2025.07.23 21:41:47.235413 [ 276 ] {6ac69d9e-3ac0-48cb-a8eb-7442ea51cf1f} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): There are no data parts | ||
697 | 2025.07.23 21:41:47.236785 [ 276 ] {6ac69d9e-3ac0-48cb-a8eb-7442ea51cf1f} <Debug> TCPHandler: Processed in 0.004676952 sec. | ||
698 | 2025.07.23 21:41:47.237094 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2025.07.23 21:41:47.237470 [ 275 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
700 | 2025.07.23 21:41:47.238787 [ 275 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
701 | 2025.07.23 21:41:47.260647 [ 284 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Trace> oximeter.version (1835e227-5d2f-4aa3-9fbd-079af77e87fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
702 | 2025.07.23 21:41:47.260695 [ 284 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
703 | 2025.07.23 21:41:47.271178 [ 284 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
704 | 2025.07.23 21:41:47.273740 [ 284 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Trace> oximeter.version (1835e227-5d2f-4aa3-9fbd-079af77e87fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
705 | 2025.07.23 21:41:47.278029 [ 275 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.040709 sec., 24.56459259623179 rows/sec., 393.03 B/sec. | ||
706 | 2025.07.23 21:41:47.278365 [ 275 ] {3abe3fa4-d182-4331-9dd6-1588eb825bdc} <Debug> TCPHandler: Processed in 0.041409515 sec. | ||
707 | 2025.07.23 21:41:48.000934 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 132.63 MiB, peak 132.63 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 7.09 MiB | ||
708 | 2025.07.23 21:41:48.050849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.07.23 21:41:48.050925 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
710 | 2025.07.23 21:41:48.050937 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.07.23 21:41:48.051120 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
712 | 2025.07.23 21:41:48.054178 [ 245 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Loading data parts | ||
713 | 2025.07.23 21:41:48.054423 [ 245 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): There are no data parts | ||
714 | 2025.07.23 21:41:48.058329 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
715 | 2025.07.23 21:41:48.058366 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
716 | 2025.07.23 21:41:48.064475 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
717 | 2025.07.23 21:41:48.065048 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
718 | 2025.07.23 21:41:48.065189 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
719 | 2025.07.23 21:41:48.070014 [ 244 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Loading data parts | ||
720 | 2025.07.23 21:41:48.070441 [ 244 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): There are no data parts | ||
721 | 2025.07.23 21:41:48.101298 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.07.23 21:41:48.101341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
723 | 2025.07.23 21:41:48.107558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.07.23 21:41:48.108722 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
725 | 2025.07.23 21:41:48.111895 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.07.23 21:41:49.001132 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.59 MiB, peak 148.59 MiB, free memory in arenas 0.00 B, will set to 153.66 MiB (RSS), difference: 9.07 MiB | ||
727 | 2025.07.23 21:41:50.550779 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.07.23 21:41:50.550875 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.07.23 21:41:50.555324 [ 243 ] {} <Debug> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Loading data parts | ||
730 | 2025.07.23 21:41:50.555534 [ 243 ] {} <Debug> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): There are no data parts | ||
731 | 2025.07.23 21:41:50.561798 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.07.23 21:41:50.561838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
733 | 2025.07.23 21:41:50.565544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.07.23 21:41:50.566103 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
735 | 2025.07.23 21:41:50.566517 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.07.23 21:41:51.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.87 MiB, peak 157.87 MiB, free memory in arenas 0.00 B, will set to 154.70 MiB (RSS), difference: -3.17 MiB | ||
737 | 2025.07.23 21:41:55.524124 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.07.23 21:41:55.524241 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.07.23 21:41:55.565487 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
740 | 2025.07.23 21:41:55.568209 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.07.23 21:41:55.568251 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
742 | 2025.07.23 21:41:55.569172 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.07.23 21:41:55.569667 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
744 | 2025.07.23 21:41:55.569837 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.07.23 21:41:55.612200 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.07.23 21:41:55.630526 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.07.23 21:41:55.630581 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
748 | 2025.07.23 21:41:55.637440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.07.23 21:41:55.638617 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
750 | 2025.07.23 21:41:55.642104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.07.23 21:41:56.000250 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.44 MiB, peak 159.44 MiB, free memory in arenas 0.00 B, will set to 157.72 MiB (RSS), difference: 2.28 MiB | ||
752 | 2025.07.23 21:42:01.001015 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.77 MiB, peak 159.44 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.07.23 21:42:03.070942 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
754 | 2025.07.23 21:42:03.071427 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
755 | 2025.07.23 21:42:03.071538 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
756 | 2025.07.23 21:42:03.072221 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
757 | 2025.07.23 21:42:03.072663 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
758 | 2025.07.23 21:42:03.072857 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
759 | 2025.07.23 21:42:03.143095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
760 | 2025.07.23 21:42:03.160197 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
761 | 2025.07.23 21:42:03.160265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
762 | 2025.07.23 21:42:03.166762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
763 | 2025.07.23 21:42:03.167980 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
764 | 2025.07.23 21:42:03.171514 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
765 | 2025.07.23 21:42:07.297771 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.07.23 21:42:07.297972 [ 275 ] {62bdef59-c624-4489-9b75-e3e4efd47b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.07.23 21:42:07.298316 [ 275 ] {62bdef59-c624-4489-9b75-e3e4efd47b62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.07.23 21:42:07.298535 [ 275 ] {62bdef59-c624-4489-9b75-e3e4efd47b62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.07.23 21:42:07.303382 [ 275 ] {62bdef59-c624-4489-9b75-e3e4efd47b62} <Debug> TCPHandler: Processed in 0.005744751 sec. | ||
770 | 2025.07.23 21:42:07.308836 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.07.23 21:42:07.308978 [ 275 ] {5a67c6d0-98c3-4337-bc0b-cdcc52332047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
772 | 2025.07.23 21:42:07.313447 [ 275 ] {5a67c6d0-98c3-4337-bc0b-cdcc52332047} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.07.23 21:42:07.313498 [ 275 ] {5a67c6d0-98c3-4337-bc0b-cdcc52332047} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.07.23 21:42:07.313927 [ 275 ] {5a67c6d0-98c3-4337-bc0b-cdcc52332047} <Debug> TCPHandler: Processed in 0.005146015 sec. | ||
775 | 2025.07.23 21:42:07.314186 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.07.23 21:42:07.314312 [ 275 ] {efa348c3-b8b8-46aa-adcb-5c447ca807ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
777 | 2025.07.23 21:42:07.316570 [ 275 ] {efa348c3-b8b8-46aa-adcb-5c447ca807ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.07.23 21:42:07.316619 [ 275 ] {efa348c3-b8b8-46aa-adcb-5c447ca807ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.07.23 21:42:07.316955 [ 275 ] {efa348c3-b8b8-46aa-adcb-5c447ca807ea} <Debug> TCPHandler: Processed in 0.002819114 sec. | ||
780 | 2025.07.23 21:42:07.317185 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.07.23 21:42:07.317304 [ 275 ] {5bfe2174-921b-488b-ad9a-cdaa346f68c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
782 | 2025.07.23 21:42:07.317546 [ 275 ] {5bfe2174-921b-488b-ad9a-cdaa346f68c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.07.23 21:42:07.317589 [ 275 ] {5bfe2174-921b-488b-ad9a-cdaa346f68c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.07.23 21:42:07.317911 [ 275 ] {5bfe2174-921b-488b-ad9a-cdaa346f68c0} <Debug> TCPHandler: Processed in 0.000775337 sec. | ||
785 | 2025.07.23 21:42:07.318125 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.07.23 21:42:07.318254 [ 275 ] {05549b25-6626-43ca-88af-50c8c6a7b307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
787 | 2025.07.23 21:42:07.318494 [ 275 ] {05549b25-6626-43ca-88af-50c8c6a7b307} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.07.23 21:42:07.318538 [ 275 ] {05549b25-6626-43ca-88af-50c8c6a7b307} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
789 | 2025.07.23 21:42:07.318921 [ 275 ] {05549b25-6626-43ca-88af-50c8c6a7b307} <Debug> TCPHandler: Processed in 0.000858738 sec. | ||
790 | 2025.07.23 21:42:07.319125 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2025.07.23 21:42:07.319242 [ 275 ] {ecda376a-f16c-44cf-be35-67bac36b513d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
792 | 2025.07.23 21:42:07.319481 [ 275 ] {ecda376a-f16c-44cf-be35-67bac36b513d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
793 | 2025.07.23 21:42:07.319523 [ 275 ] {ecda376a-f16c-44cf-be35-67bac36b513d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
794 | 2025.07.23 21:42:07.319839 [ 275 ] {ecda376a-f16c-44cf-be35-67bac36b513d} <Debug> TCPHandler: Processed in 0.000763007 sec. | ||
795 | 2025.07.23 21:42:07.320045 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2025.07.23 21:42:07.320162 [ 275 ] {630a64bc-3a4c-4ca4-a0e5-fc9a0b4e4f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
797 | 2025.07.23 21:42:07.320401 [ 275 ] {630a64bc-3a4c-4ca4-a0e5-fc9a0b4e4f0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
798 | 2025.07.23 21:42:07.320444 [ 275 ] {630a64bc-3a4c-4ca4-a0e5-fc9a0b4e4f0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
799 | 2025.07.23 21:42:07.320757 [ 275 ] {630a64bc-3a4c-4ca4-a0e5-fc9a0b4e4f0c} <Debug> TCPHandler: Processed in 0.000764167 sec. | ||
800 | 2025.07.23 21:42:07.320959 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2025.07.23 21:42:07.321075 [ 275 ] {7cd450dc-3b6d-47d5-ac1d-8c06a9e54dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
802 | 2025.07.23 21:42:07.321315 [ 275 ] {7cd450dc-3b6d-47d5-ac1d-8c06a9e54dfa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2025.07.23 21:42:07.321358 [ 275 ] {7cd450dc-3b6d-47d5-ac1d-8c06a9e54dfa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
804 | 2025.07.23 21:42:07.321688 [ 275 ] {7cd450dc-3b6d-47d5-ac1d-8c06a9e54dfa} <Debug> TCPHandler: Processed in 0.000777737 sec. | ||
805 | 2025.07.23 21:42:07.321883 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
806 | 2025.07.23 21:42:07.321997 [ 275 ] {3976eb90-e83f-463a-944b-74c8d0f65dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
807 | 2025.07.23 21:42:07.322243 [ 275 ] {3976eb90-e83f-463a-944b-74c8d0f65dd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
808 | 2025.07.23 21:42:07.322286 [ 275 ] {3976eb90-e83f-463a-944b-74c8d0f65dd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
809 | 2025.07.23 21:42:07.322605 [ 275 ] {3976eb90-e83f-463a-944b-74c8d0f65dd7} <Debug> TCPHandler: Processed in 0.000769687 sec. | ||
810 | 2025.07.23 21:42:07.322797 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2025.07.23 21:42:07.322919 [ 275 ] {3d3f1a96-8d66-4f87-8567-2255104a64cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
812 | 2025.07.23 21:42:07.323165 [ 275 ] {3d3f1a96-8d66-4f87-8567-2255104a64cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2025.07.23 21:42:07.323207 [ 275 ] {3d3f1a96-8d66-4f87-8567-2255104a64cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2025.07.23 21:42:07.323540 [ 275 ] {3d3f1a96-8d66-4f87-8567-2255104a64cc} <Debug> TCPHandler: Processed in 0.000796756 sec. | ||
815 | 2025.07.23 21:42:07.323745 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2025.07.23 21:42:07.323864 [ 275 ] {1c4acd98-7973-43a4-9fc2-5ea0f4d373cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
817 | 2025.07.23 21:42:07.324113 [ 275 ] {1c4acd98-7973-43a4-9fc2-5ea0f4d373cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
818 | 2025.07.23 21:42:07.324156 [ 275 ] {1c4acd98-7973-43a4-9fc2-5ea0f4d373cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
819 | 2025.07.23 21:42:07.324465 [ 275 ] {1c4acd98-7973-43a4-9fc2-5ea0f4d373cf} <Debug> TCPHandler: Processed in 0.000768787 sec. | ||
820 | 2025.07.23 21:42:07.324656 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
821 | 2025.07.23 21:42:07.324773 [ 275 ] {40dd40e2-2fec-4d3e-b257-b9a2ccc5e95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
822 | 2025.07.23 21:42:07.325023 [ 275 ] {40dd40e2-2fec-4d3e-b257-b9a2ccc5e95e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2025.07.23 21:42:07.325065 [ 275 ] {40dd40e2-2fec-4d3e-b257-b9a2ccc5e95e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
824 | 2025.07.23 21:42:07.325372 [ 275 ] {40dd40e2-2fec-4d3e-b257-b9a2ccc5e95e} <Debug> TCPHandler: Processed in 0.000764776 sec. | ||
825 | 2025.07.23 21:42:07.325595 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2025.07.23 21:42:07.325712 [ 275 ] {228dff50-9363-46d1-a453-ffa4ba4948db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
827 | 2025.07.23 21:42:07.325965 [ 275 ] {228dff50-9363-46d1-a453-ffa4ba4948db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
828 | 2025.07.23 21:42:07.326008 [ 275 ] {228dff50-9363-46d1-a453-ffa4ba4948db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
829 | 2025.07.23 21:42:07.326319 [ 275 ] {228dff50-9363-46d1-a453-ffa4ba4948db} <Debug> TCPHandler: Processed in 0.000772337 sec. | ||
830 | 2025.07.23 21:42:07.326512 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.07.23 21:42:07.326630 [ 275 ] {12fe4838-ff7c-4bbd-ba5c-f858df6f8e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
832 | 2025.07.23 21:42:07.326880 [ 275 ] {12fe4838-ff7c-4bbd-ba5c-f858df6f8e64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2025.07.23 21:42:07.326923 [ 275 ] {12fe4838-ff7c-4bbd-ba5c-f858df6f8e64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2025.07.23 21:42:07.327243 [ 275 ] {12fe4838-ff7c-4bbd-ba5c-f858df6f8e64} <Debug> TCPHandler: Processed in 0.000778877 sec. | ||
835 | 2025.07.23 21:42:07.327452 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2025.07.23 21:42:07.327570 [ 275 ] {70e0a3fc-6fe7-4d7c-a89d-cfa016f1dcf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
837 | 2025.07.23 21:42:07.327882 [ 275 ] {70e0a3fc-6fe7-4d7c-a89d-cfa016f1dcf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2025.07.23 21:42:07.327931 [ 275 ] {70e0a3fc-6fe7-4d7c-a89d-cfa016f1dcf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2025.07.23 21:42:07.328260 [ 275 ] {70e0a3fc-6fe7-4d7c-a89d-cfa016f1dcf0} <Debug> TCPHandler: Processed in 0.000856237 sec. | ||
840 | 2025.07.23 21:42:07.328475 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2025.07.23 21:42:07.328602 [ 275 ] {4ac4ef46-9e6c-4e02-a6f9-63b4c565e2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
842 | 2025.07.23 21:42:07.328878 [ 275 ] {4ac4ef46-9e6c-4e02-a6f9-63b4c565e2ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2025.07.23 21:42:07.328923 [ 275 ] {4ac4ef46-9e6c-4e02-a6f9-63b4c565e2ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2025.07.23 21:42:07.329253 [ 275 ] {4ac4ef46-9e6c-4e02-a6f9-63b4c565e2ac} <Debug> TCPHandler: Processed in 0.000826168 sec. | ||
845 | 2025.07.23 21:42:07.329481 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
846 | 2025.07.23 21:42:07.329606 [ 275 ] {5048d836-3752-4af8-99c9-5170fc7accc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
847 | 2025.07.23 21:42:07.329872 [ 275 ] {5048d836-3752-4af8-99c9-5170fc7accc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
848 | 2025.07.23 21:42:07.329916 [ 275 ] {5048d836-3752-4af8-99c9-5170fc7accc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
849 | 2025.07.23 21:42:07.330236 [ 275 ] {5048d836-3752-4af8-99c9-5170fc7accc7} <Debug> TCPHandler: Processed in 0.000803107 sec. | ||
850 | 2025.07.23 21:42:07.330472 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2025.07.23 21:42:07.330594 [ 275 ] {41195da1-3aa4-4708-84a7-a0d33d8231b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
852 | 2025.07.23 21:42:07.330873 [ 275 ] {41195da1-3aa4-4708-84a7-a0d33d8231b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2025.07.23 21:42:07.330916 [ 275 ] {41195da1-3aa4-4708-84a7-a0d33d8231b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2025.07.23 21:42:07.331234 [ 275 ] {41195da1-3aa4-4708-84a7-a0d33d8231b2} <Debug> TCPHandler: Processed in 0.000809527 sec. | ||
855 | 2025.07.23 21:42:07.337362 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
856 | 2025.07.23 21:42:07.337479 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
857 | 2025.07.23 21:42:07.337521 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
858 | 2025.07.23 21:42:07.338178 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
859 | 2025.07.23 21:42:07.338219 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
860 | 2025.07.23 21:42:07.338832 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
861 | 2025.07.23 21:42:07.339222 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
862 | 2025.07.23 21:42:07.339371 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001924 sec., 9355.509355509355 rows/sec., 1.28 MiB/sec. | ||
863 | 2025.07.23 21:42:07.339410 [ 275 ] {a7294fb6-294a-4665-a675-0c44fb7df541} <Debug> TCPHandler: Processed in 0.002099898 sec. | ||
864 | 2025.07.23 21:42:07.339548 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2025.07.23 21:42:07.339646 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
866 | 2025.07.23 21:42:07.339686 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
867 | 2025.07.23 21:42:07.340253 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
868 | 2025.07.23 21:42:07.340287 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
869 | 2025.07.23 21:42:07.342706 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
870 | 2025.07.23 21:42:07.343139 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
871 | 2025.07.23 21:42:07.343302 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003676 sec., 15233.949945593036 rows/sec., 1.17 MiB/sec. | ||
872 | 2025.07.23 21:42:07.343340 [ 275 ] {395c1f43-6c19-45f5-8352-864e9521bc76} <Debug> TCPHandler: Processed in 0.003846404 sec. | ||
873 | 2025.07.23 21:42:07.343476 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2025.07.23 21:42:07.343573 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
875 | 2025.07.23 21:42:07.343619 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
876 | 2025.07.23 21:42:07.344057 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
877 | 2025.07.23 21:42:07.344093 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
878 | 2025.07.23 21:42:07.344497 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
879 | 2025.07.23 21:42:07.344937 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
880 | 2025.07.23 21:42:07.345065 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. | ||
881 | 2025.07.23 21:42:07.345101 [ 275 ] {e35fa7c2-a469-4233-ad05-babb4e2c47d1} <Debug> TCPHandler: Processed in 0.001690895 sec. | ||
882 | 2025.07.23 21:42:07.345218 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2025.07.23 21:42:07.345314 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
884 | 2025.07.23 21:42:07.345357 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
885 | 2025.07.23 21:42:07.345807 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
886 | 2025.07.23 21:42:07.345839 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
887 | 2025.07.23 21:42:07.346382 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
888 | 2025.07.23 21:42:07.346879 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
889 | 2025.07.23 21:42:07.347007 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001712 sec., 74766.35514018692 rows/sec., 5.21 MiB/sec. | ||
890 | 2025.07.23 21:42:07.347043 [ 275 ] {b8a771e4-f0c6-4a25-99a8-20e0ccba313f} <Debug> TCPHandler: Processed in 0.001874326 sec. | ||
891 | 2025.07.23 21:42:07.347164 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
892 | 2025.07.23 21:42:07.347259 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
893 | 2025.07.23 21:42:07.347300 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
894 | 2025.07.23 21:42:07.347650 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.07.23 21:42:07.347685 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
896 | 2025.07.23 21:42:07.348101 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
897 | 2025.07.23 21:42:07.348582 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.07.23 21:42:07.348732 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001491 sec., 32193.158953722337 rows/sec., 2.17 MiB/sec. | ||
899 | 2025.07.23 21:42:07.348770 [ 275 ] {0ff8d750-4c85-439c-bae1-2757f6cc52a9} <Debug> TCPHandler: Processed in 0.001653844 sec. | ||
900 | 2025.07.23 21:42:10.524290 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
901 | 2025.07.23 21:42:10.524354 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
902 | 2025.07.23 21:42:10.567444 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
903 | 2025.07.23 21:42:10.571066 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
904 | 2025.07.23 21:42:10.571118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
905 | 2025.07.23 21:42:10.572233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
906 | 2025.07.23 21:42:10.572474 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
907 | 2025.07.23 21:42:10.572758 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
908 | 2025.07.23 21:42:10.573400 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
909 | 2025.07.23 21:42:10.573930 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
910 | 2025.07.23 21:42:10.573981 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
911 | 2025.07.23 21:42:10.574510 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
912 | 2025.07.23 21:42:10.574736 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
913 | 2025.07.23 21:42:10.574855 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
914 | 2025.07.23 21:42:10.672060 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
915 | 2025.07.23 21:42:10.689816 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
916 | 2025.07.23 21:42:10.689883 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
917 | 2025.07.23 21:42:10.696337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
918 | 2025.07.23 21:42:10.697116 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
919 | 2025.07.23 21:42:10.700681 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
920 | 2025.07.23 21:42:12.301062 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2025.07.23 21:42:12.301263 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
922 | 2025.07.23 21:42:12.301337 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2025.07.23 21:42:12.302086 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2025.07.23 21:42:12.302133 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
925 | 2025.07.23 21:42:12.302529 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
926 | 2025.07.23 21:42:12.302760 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2025.07.23 21:42:12.302920 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. | ||
928 | 2025.07.23 21:42:12.302967 [ 275 ] {3758c571-c1bb-412e-b147-1fec2f3161ad} <Debug> TCPHandler: Processed in 0.002046047 sec. | ||
929 | 2025.07.23 21:42:12.303086 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
930 | 2025.07.23 21:42:12.303191 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
931 | 2025.07.23 21:42:12.303236 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
932 | 2025.07.23 21:42:12.303666 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
933 | 2025.07.23 21:42:12.303701 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
934 | 2025.07.23 21:42:12.304013 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
935 | 2025.07.23 21:42:12.304239 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
936 | 2025.07.23 21:42:12.304368 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. | ||
937 | 2025.07.23 21:42:12.304405 [ 275 ] {efa31bc2-7081-491d-b5cc-06832557853a} <Debug> TCPHandler: Processed in 0.001369882 sec. | ||
938 | 2025.07.23 21:42:12.304514 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2025.07.23 21:42:12.304614 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
940 | 2025.07.23 21:42:12.304659 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
941 | 2025.07.23 21:42:12.305080 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
942 | 2025.07.23 21:42:12.305114 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
943 | 2025.07.23 21:42:12.305455 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
944 | 2025.07.23 21:42:12.305664 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
945 | 2025.07.23 21:42:12.305791 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
946 | 2025.07.23 21:42:12.305826 [ 275 ] {70744f1c-b824-4e36-966f-af7e78ac3207} <Debug> TCPHandler: Processed in 0.001361482 sec. | ||
947 | 2025.07.23 21:42:12.305931 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
948 | 2025.07.23 21:42:12.306027 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
949 | 2025.07.23 21:42:12.306069 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
950 | 2025.07.23 21:42:12.306394 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
951 | 2025.07.23 21:42:12.306427 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
952 | 2025.07.23 21:42:12.306727 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
953 | 2025.07.23 21:42:12.306932 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
954 | 2025.07.23 21:42:12.307052 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. | ||
955 | 2025.07.23 21:42:12.307086 [ 275 ] {6b0fbdb9-1596-4e92-b392-4e921495d3f8} <Debug> TCPHandler: Processed in 0.001203511 sec. | ||
956 | 2025.07.23 21:42:17.301159 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2025.07.23 21:42:17.301367 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
958 | 2025.07.23 21:42:17.301437 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
959 | 2025.07.23 21:42:17.302176 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
960 | 2025.07.23 21:42:17.302214 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
961 | 2025.07.23 21:42:17.302590 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
962 | 2025.07.23 21:42:17.302815 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
963 | 2025.07.23 21:42:17.302961 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001647 sec., 34001.21432908318 rows/sec., 2.61 MiB/sec. | ||
964 | 2025.07.23 21:42:17.303001 [ 275 ] {d969f479-75da-4cf1-a6f0-df950fb4b98a} <Debug> TCPHandler: Processed in 0.001975207 sec. | ||
965 | 2025.07.23 21:42:17.303121 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
966 | 2025.07.23 21:42:17.303227 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
967 | 2025.07.23 21:42:17.303267 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
968 | 2025.07.23 21:42:17.303666 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
969 | 2025.07.23 21:42:17.303700 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
970 | 2025.07.23 21:42:17.303994 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
971 | 2025.07.23 21:42:17.304200 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
972 | 2025.07.23 21:42:17.304320 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001112 sec., 57553.95683453238 rows/sec., 4.49 MiB/sec. | ||
973 | 2025.07.23 21:42:17.304356 [ 275 ] {8972e71a-57d6-4cbb-9df8-5e6cd688dbf1} <Debug> TCPHandler: Processed in 0.001292841 sec. | ||
974 | 2025.07.23 21:42:17.304466 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
975 | 2025.07.23 21:42:17.304560 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
976 | 2025.07.23 21:42:17.304603 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
977 | 2025.07.23 21:42:17.305021 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
978 | 2025.07.23 21:42:17.305055 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
979 | 2025.07.23 21:42:17.305381 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
980 | 2025.07.23 21:42:17.305584 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
981 | 2025.07.23 21:42:17.305705 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. | ||
982 | 2025.07.23 21:42:17.305739 [ 275 ] {7eac94e5-25b0-47b5-914d-3e0e2de69bdb} <Debug> TCPHandler: Processed in 0.001322371 sec. | ||
983 | 2025.07.23 21:42:17.305850 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
984 | 2025.07.23 21:42:17.305948 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
985 | 2025.07.23 21:42:17.305989 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
986 | 2025.07.23 21:42:17.306313 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
987 | 2025.07.23 21:42:17.306348 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
988 | 2025.07.23 21:42:17.306653 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
989 | 2025.07.23 21:42:17.306870 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
990 | 2025.07.23 21:42:17.306995 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. | ||
991 | 2025.07.23 21:42:17.307030 [ 275 ] {66bfd28b-fbb4-464e-b1bc-3610713a591b} <Debug> TCPHandler: Processed in 0.001235301 sec. | ||
992 | 2025.07.23 21:42:18.075907 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
993 | 2025.07.23 21:42:18.076400 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
994 | 2025.07.23 21:42:18.076450 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
995 | 2025.07.23 21:42:18.076992 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
996 | 2025.07.23 21:42:18.077249 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
997 | 2025.07.23 21:42:18.077395 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
998 | 2025.07.23 21:42:18.201728 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
999 | 2025.07.23 21:42:18.219076 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1000 | 2025.07.23 21:42:18.219142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. | ||
1001 | 2025.07.23 21:42:18.225190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1002 | 2025.07.23 21:42:18.225929 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1003 | 2025.07.23 21:42:18.229186 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1004 | 2025.07.23 21:42:20.573210 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 150 | ||
1005 | 2025.07.23 21:42:20.575130 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1006 | 2025.07.23 21:42:20.575181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1007 | 2025.07.23 21:42:20.576333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1008 | 2025.07.23 21:42:20.576592 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1009 | 2025.07.23 21:42:20.576850 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150 | ||
1010 | 2025.07.23 21:42:22.301562 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1011 | 2025.07.23 21:42:22.301760 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1012 | 2025.07.23 21:42:22.301832 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1013 | 2025.07.23 21:42:22.302501 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1014 | 2025.07.23 21:42:22.302548 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1015 | 2025.07.23 21:42:22.302943 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1016 | 2025.07.23 21:42:22.303156 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1017 | 2025.07.23 21:42:22.303305 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001599 sec., 35021.88868042527 rows/sec., 2.69 MiB/sec. | ||
1018 | 2025.07.23 21:42:22.303346 [ 275 ] {02693ed8-4082-4b54-bd31-4243160f2a8e} <Debug> TCPHandler: Processed in 0.001922187 sec. | ||
1019 | 2025.07.23 21:42:22.303462 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1020 | 2025.07.23 21:42:22.303557 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1021 | 2025.07.23 21:42:22.303596 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1022 | 2025.07.23 21:42:22.304001 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1023 | 2025.07.23 21:42:22.304037 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1024 | 2025.07.23 21:42:22.304328 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1025 | 2025.07.23 21:42:22.304528 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1026 | 2025.07.23 21:42:22.304650 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001112 sec., 57553.95683453238 rows/sec., 4.49 MiB/sec. | ||
1027 | 2025.07.23 21:42:22.304685 [ 275 ] {f769c055-8cb1-4ba7-b9fd-f363fdc89a43} <Debug> TCPHandler: Processed in 0.001271141 sec. | ||
1028 | 2025.07.23 21:42:22.304797 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2025.07.23 21:42:22.304890 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1030 | 2025.07.23 21:42:22.304932 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1031 | 2025.07.23 21:42:22.305341 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1032 | 2025.07.23 21:42:22.305376 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1033 | 2025.07.23 21:42:22.305694 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1034 | 2025.07.23 21:42:22.305893 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1035 | 2025.07.23 21:42:22.306018 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. | ||
1036 | 2025.07.23 21:42:22.306052 [ 275 ] {5df41c83-749c-4e8e-a996-8618a706ae2a} <Debug> TCPHandler: Processed in 0.001301532 sec. | ||
1037 | 2025.07.23 21:42:22.306165 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1038 | 2025.07.23 21:42:22.306258 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1039 | 2025.07.23 21:42:22.306298 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1040 | 2025.07.23 21:42:22.306622 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1041 | 2025.07.23 21:42:22.306657 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1042 | 2025.07.23 21:42:22.306953 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1043 | 2025.07.23 21:42:22.307155 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1044 | 2025.07.23 21:42:22.307277 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. | ||
1045 | 2025.07.23 21:42:22.307310 [ 275 ] {f02332e1-63fc-46ae-861e-271330ff9ffe} <Debug> TCPHandler: Processed in 0.001192661 sec. | ||
1046 | 2025.07.23 21:42:25.524611 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1047 | 2025.07.23 21:42:25.524717 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1048 | 2025.07.23 21:42:25.577608 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
1049 | 2025.07.23 21:42:25.578125 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2025.07.23 21:42:25.578173 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1051 | 2025.07.23 21:42:25.578656 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1052 | 2025.07.23 21:42:25.578893 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2025.07.23 21:42:25.579027 [ 78 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1054 | 2025.07.23 21:42:25.579030 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1055 | 2025.07.23 21:42:25.579119 [ 78 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1056 | 2025.07.23 21:42:25.579147 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1057 | 2025.07.23 21:42:25.581262 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1058 | 2025.07.23 21:42:25.581426 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1059 | 2025.07.23 21:42:25.583393 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1060 | 2025.07.23 21:42:25.585470 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1061 | 2025.07.23 21:42:25.585536 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1062 | 2025.07.23 21:42:25.587525 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1063 | 2025.07.23 21:42:25.587629 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1064 | 2025.07.23 21:42:25.587751 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::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 | ||
1065 | 2025.07.23 21:42:25.615700 [ 200 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.036449591 sec., 76983.03116761995 rows/sec., 1.10 MiB/sec. | ||
1066 | 2025.07.23 21:42:25.616552 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1067 | 2025.07.23 21:42:25.616822 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_6_1} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1068 | 2025.07.23 21:42:25.616891 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_6_1} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1069 | 2025.07.23 21:42:25.616979 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
1070 | 2025.07.23 21:42:25.729403 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1071 | 2025.07.23 21:42:25.747350 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1072 | 2025.07.23 21:42:25.747420 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1073 | 2025.07.23 21:42:25.753700 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1074 | 2025.07.23 21:42:25.754453 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1075 | 2025.07.23 21:42:25.754748 [ 78 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1076 | 2025.07.23 21:42:25.754804 [ 78 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2025.07.23 21:42:25.754825 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1078 | 2025.07.23 21:42:25.754944 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1079 | 2025.07.23 21:42:25.758394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1080 | 2025.07.23 21:42:25.759288 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1081 | 2025.07.23 21:42:25.760724 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1082 | 2025.07.23 21:42:25.765238 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1083 | 2025.07.23 21:42:25.769329 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1084 | 2025.07.23 21:42:25.773562 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1085 | 2025.07.23 21:42:25.783019 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1086 | 2025.07.23 21:42:25.787330 [ 198 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::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 | ||
1087 | 2025.07.23 21:42:25.850033 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095143937 sec., 483.47799608082227 rows/sec., 2.50 MiB/sec. | ||
1088 | 2025.07.23 21:42:25.852506 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1089 | 2025.07.23 21:42:25.854727 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_6_1} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1090 | 2025.07.23 21:42:25.854831 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_6_1} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1091 | 2025.07.23 21:42:25.856681 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
1092 | 2025.07.23 21:42:26.000223 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.84 MiB, peak 173.39 MiB, free memory in arenas 0.00 B, will set to 175.15 MiB (RSS), difference: 11.31 MiB | ||
1093 | 2025.07.23 21:42:27.301816 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1094 | 2025.07.23 21:42:27.301992 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1095 | 2025.07.23 21:42:27.302056 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1096 | 2025.07.23 21:42:27.302800 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1097 | 2025.07.23 21:42:27.302846 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1098 | 2025.07.23 21:42:27.303232 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1099 | 2025.07.23 21:42:27.303454 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1100 | 2025.07.23 21:42:27.303604 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.59 MiB/sec. | ||
1101 | 2025.07.23 21:42:27.303630 [ 76 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1102 | 2025.07.23 21:42:27.303645 [ 275 ] {a855dcd9-a833-4ccf-9bba-a468364738c8} <Debug> TCPHandler: Processed in 0.001960277 sec. | ||
1103 | 2025.07.23 21:42:27.303741 [ 76 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1104 | 2025.07.23 21:42:27.303784 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1105 | 2025.07.23 21:42:27.304030 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
1106 | 2025.07.23 21:42:27.304046 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1107 | 2025.07.23 21:42:27.304194 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1108 | 2025.07.23 21:42:27.304196 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1109 | 2025.07.23 21:42:27.304236 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1110 | 2025.07.23 21:42:27.304254 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1111 | 2025.07.23 21:42:27.304309 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1112 | 2025.07.23 21:42:27.304357 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1113 | 2025.07.23 21:42:27.304396 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1114 | 2025.07.23 21:42:27.304437 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1115 | 2025.07.23 21:42:27.304714 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1116 | 2025.07.23 21:42:27.304755 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1117 | 2025.07.23 21:42:27.305180 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1118 | 2025.07.23 21:42:27.305281 [ 200 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310412 sec., 213673.25696040635 rows/sec., 17.23 MiB/sec. | ||
1119 | 2025.07.23 21:42:27.305411 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1120 | 2025.07.23 21:42:27.305429 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1121 | 2025.07.23 21:42:27.305538 [ 75 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1122 | 2025.07.23 21:42:27.305551 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001374 sec., 46579.33042212518 rows/sec., 3.64 MiB/sec. | ||
1123 | 2025.07.23 21:42:27.305578 [ 75 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1124 | 2025.07.23 21:42:27.305597 [ 275 ] {eaa5c400-e052-4546-b02c-bf8ca4a01111} <Debug> TCPHandler: Processed in 0.001603844 sec. | ||
1125 | 2025.07.23 21:42:27.305601 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1126 | 2025.07.23 21:42:27.305697 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1127 | 2025.07.23 21:42:27.305698 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
1128 | 2025.07.23 21:42:27.305772 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_5_1} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1129 | 2025.07.23 21:42:27.305790 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1130 | 2025.07.23 21:42:27.305809 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1131 | 2025.07.23 21:42:27.305847 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1132 | 2025.07.23 21:42:27.305850 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
1133 | 2025.07.23 21:42:27.305943 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1134 | 2025.07.23 21:42:27.305957 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1135 | 2025.07.23 21:42:27.305990 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1136 | 2025.07.23 21:42:27.306032 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1137 | 2025.07.23 21:42:27.306039 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1138 | 2025.07.23 21:42:27.306100 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1139 | 2025.07.23 21:42:27.306584 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1140 | 2025.07.23 21:42:27.306617 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1141 | 2025.07.23 21:42:27.306863 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119588 sec., 267585.3764591765 rows/sec., 21.91 MiB/sec. | ||
1142 | 2025.07.23 21:42:27.306984 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1143 | 2025.07.23 21:42:27.306985 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1144 | 2025.07.23 21:42:27.307228 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2025.07.23 21:42:27.307233 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1146 | 2025.07.23 21:42:27.307294 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_5_1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1147 | 2025.07.23 21:42:27.307345 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1148 | 2025.07.23 21:42:27.307363 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
1149 | 2025.07.23 21:42:27.307420 [ 275 ] {e12e05a4-4efc-45e8-8068-6ecc7174ef99} <Debug> TCPHandler: Processed in 0.001691904 sec. | ||
1150 | 2025.07.23 21:42:27.307542 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1151 | 2025.07.23 21:42:27.307637 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1152 | 2025.07.23 21:42:27.307679 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1153 | 2025.07.23 21:42:27.308022 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1154 | 2025.07.23 21:42:27.308057 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1155 | 2025.07.23 21:42:27.308369 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1156 | 2025.07.23 21:42:27.308574 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1157 | 2025.07.23 21:42:27.308697 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
1158 | 2025.07.23 21:42:27.308731 [ 275 ] {c524eafd-4d4e-43c8-95c5-48cf57c29ff1} <Debug> TCPHandler: Processed in 0.001238031 sec. | ||
1159 | 2025.07.23 21:42:30.577401 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 166 | ||
1160 | 2025.07.23 21:42:30.579701 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1161 | 2025.07.23 21:42:30.579740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1162 | 2025.07.23 21:42:30.580871 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1163 | 2025.07.23 21:42:30.581144 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1164 | 2025.07.23 21:42:30.581377 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
1165 | 2025.07.23 21:42:32.295915 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1166 | 2025.07.23 21:42:32.296147 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
1167 | 2025.07.23 21:42:32.296602 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1168 | 2025.07.23 21:42:32.298579 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <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 | ||
1169 | 2025.07.23 21:42:32.298857 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1170 | 2025.07.23 21:42:32.300913 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1171 | 2025.07.23 21:42:32.304991 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1172 | 2025.07.23 21:42:32.308902 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1173 | 2025.07.23 21:42:32.309568 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (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 | ||
1174 | 2025.07.23 21:42:32.309594 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1175 | 2025.07.23 21:42:32.309686 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <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'))" | ||
1176 | 2025.07.23 21:42:32.309712 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1177 | 2025.07.23 21:42:32.321233 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.02519 sec., 714.5692735212385 rows/sec., 29.23 KiB/sec. | ||
1178 | 2025.07.23 21:42:32.321304 [ 275 ] {e3b5e784-2807-4ddf-8efd-ddc278d06e37} <Debug> TCPHandler: Processed in 0.025520645 sec. | ||
1179 | 2025.07.23 21:42:32.328428 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1180 | 2025.07.23 21:42:32.328557 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1181 | 2025.07.23 21:42:32.328608 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1182 | 2025.07.23 21:42:32.329245 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1183 | 2025.07.23 21:42:32.329281 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1184 | 2025.07.23 21:42:32.329700 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1185 | 2025.07.23 21:42:32.329902 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1186 | 2025.07.23 21:42:32.330041 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001523 sec., 656.5988181221273 rows/sec., 98.11 KiB/sec. | ||
1187 | 2025.07.23 21:42:32.330079 [ 275 ] {cdf074e4-bfde-4dff-bb59-18daaef8f276} <Debug> TCPHandler: Processed in 0.001715505 sec. | ||
1188 | 2025.07.23 21:42:32.330194 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2025.07.23 21:42:32.330288 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1190 | 2025.07.23 21:42:32.330328 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1191 | 2025.07.23 21:42:32.330781 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1192 | 2025.07.23 21:42:32.330817 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1193 | 2025.07.23 21:42:32.331123 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1194 | 2025.07.23 21:42:32.331337 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1195 | 2025.07.23 21:42:32.331463 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Debug> executeQuery: Read 76 rows, 6.40 KiB in 0.001193 sec., 63704.94551550712 rows/sec., 5.24 MiB/sec. | ||
1196 | 2025.07.23 21:42:32.331500 [ 275 ] {a934aca1-b6b5-432e-a8b7-252476ca8f5e} <Debug> TCPHandler: Processed in 0.001356052 sec. | ||
1197 | 2025.07.23 21:42:32.331623 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1198 | 2025.07.23 21:42:32.331717 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1199 | 2025.07.23 21:42:32.331757 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1200 | 2025.07.23 21:42:32.332170 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1201 | 2025.07.23 21:42:32.332204 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1202 | 2025.07.23 21:42:32.332502 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1203 | 2025.07.23 21:42:32.332734 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1204 | 2025.07.23 21:42:32.332859 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.00116 sec., 8620.689655172413 rows/sec., 648.24 KiB/sec. | ||
1205 | 2025.07.23 21:42:32.332895 [ 275 ] {836959c7-ea3e-4d62-83d2-6963eca7513b} <Debug> TCPHandler: Processed in 0.001322182 sec. | ||
1206 | 2025.07.23 21:42:32.333003 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1207 | 2025.07.23 21:42:32.333101 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1208 | 2025.07.23 21:42:32.333139 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1209 | 2025.07.23 21:42:32.333557 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2025.07.23 21:42:32.333591 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1211 | 2025.07.23 21:42:32.333892 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1212 | 2025.07.23 21:42:32.334110 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2025.07.23 21:42:32.334233 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00115 sec., 64347.82608695652 rows/sec., 5.02 MiB/sec. | ||
1214 | 2025.07.23 21:42:32.334270 [ 275 ] {20f9783b-a60b-43b5-8884-2c545984ec9b} <Debug> TCPHandler: Processed in 0.001317201 sec. | ||
1215 | 2025.07.23 21:42:32.334381 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1216 | 2025.07.23 21:42:32.334476 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1217 | 2025.07.23 21:42:32.334518 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1218 | 2025.07.23 21:42:32.334919 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1219 | 2025.07.23 21:42:32.334955 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1220 | 2025.07.23 21:42:32.335282 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1221 | 2025.07.23 21:42:32.335496 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1222 | 2025.07.23 21:42:32.335585 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1223 | 2025.07.23 21:42:32.335620 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1224 | 2025.07.23 21:42:32.335621 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. | ||
1225 | 2025.07.23 21:42:32.335639 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1226 | 2025.07.23 21:42:32.335665 [ 275 ] {ff34a830-dba6-4d81-b373-807788ebd489} <Debug> TCPHandler: Processed in 0.001333832 sec. | ||
1227 | 2025.07.23 21:42:32.335726 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::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 | ||
1228 | 2025.07.23 21:42:32.335776 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1229 | 2025.07.23 21:42:32.335830 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1230 | 2025.07.23 21:42:32.335861 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
1231 | 2025.07.23 21:42:32.335874 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1232 | 2025.07.23 21:42:32.335921 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::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 | ||
1233 | 2025.07.23 21:42:32.335928 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <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 | ||
1234 | 2025.07.23 21:42:32.335971 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
1235 | 2025.07.23 21:42:32.336018 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::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 | ||
1236 | 2025.07.23 21:42:32.336063 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1237 | 2025.07.23 21:42:32.336103 [ 199 ] {b564c98f-70c1-40b8-b203-c4baf1059382::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 | ||
1238 | 2025.07.23 21:42:32.336677 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1239 | 2025.07.23 21:42:32.336712 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1240 | 2025.07.23 21:42:32.336967 [ 202 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.001271741 sec., 729708.3289757898 rows/sec., 50.82 MiB/sec. | ||
1241 | 2025.07.23 21:42:32.337290 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1242 | 2025.07.23 21:42:32.337600 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1243 | 2025.07.23 21:42:32.337675 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1244 | 2025.07.23 21:42:32.337767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1245 | 2025.07.23 21:42:32.341487 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1246 | 2025.07.23 21:42:32.341759 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2025.07.23 21:42:32.341914 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.006058 sec., 1650.709805216243 rows/sec., 2.96 MiB/sec. | ||
1248 | 2025.07.23 21:42:32.341972 [ 275 ] {de20fd07-398b-487c-ba5b-2477236c12ce} <Debug> TCPHandler: Processed in 0.006244645 sec. | ||
1249 | 2025.07.23 21:42:32.342094 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1250 | 2025.07.23 21:42:32.342187 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1251 | 2025.07.23 21:42:32.342228 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1252 | 2025.07.23 21:42:32.342558 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1253 | 2025.07.23 21:42:32.342593 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1254 | 2025.07.23 21:42:32.342886 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1255 | 2025.07.23 21:42:32.343087 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1256 | 2025.07.23 21:42:32.343171 [ 67 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1257 | 2025.07.23 21:42:32.343194 [ 67 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1258 | 2025.07.23 21:42:32.343208 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. | ||
1259 | 2025.07.23 21:42:32.343210 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1260 | 2025.07.23 21:42:32.343242 [ 275 ] {5eba9559-968f-4d4c-828d-fb5202d42511} <Debug> TCPHandler: Processed in 0.00120096 sec. | ||
1261 | 2025.07.23 21:42:32.343278 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::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 | ||
1262 | 2025.07.23 21:42:32.343365 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1263 | 2025.07.23 21:42:32.343388 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
1264 | 2025.07.23 21:42:32.343429 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::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 | ||
1265 | 2025.07.23 21:42:32.343461 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1266 | 2025.07.23 21:42:32.343492 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::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 | ||
1267 | 2025.07.23 21:42:32.343522 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1268 | 2025.07.23 21:42:32.343557 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::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 | ||
1269 | 2025.07.23 21:42:32.344212 [ 191 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.000949589 sec., 366474.3378451098 rows/sec., 24.70 MiB/sec. | ||
1270 | 2025.07.23 21:42:32.344436 [ 197 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1271 | 2025.07.23 21:42:32.344774 [ 197 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1272 | 2025.07.23 21:42:32.344850 [ 197 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_6_1} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1273 | 2025.07.23 21:42:32.344940 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1274 | 2025.07.23 21:42:32.707920 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1275 | 2025.07.23 21:42:32.708165 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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) | ||
1276 | 2025.07.23 21:42:32.708525 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1277 | 2025.07.23 21:42:32.708568 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <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 | ||
1278 | 2025.07.23 21:42:32.708821 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1279 | 2025.07.23 21:42:32.708900 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1280 | 2025.07.23 21:42:32.709050 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1281 | 2025.07.23 21:42:32.709187 [ 290 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1282 | 2025.07.23 21:42:32.709248 [ 290 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1283 | 2025.07.23 21:42:32.709343 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1284 | 2025.07.23 21:42:32.709368 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1285 | 2025.07.23 21:42:32.709410 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <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'))" | ||
1286 | 2025.07.23 21:42:32.709430 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1287 | 2025.07.23 21:42:32.710030 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001969 sec., 9141.696292534281 rows/sec., 373.96 KiB/sec. | ||
1288 | 2025.07.23 21:42:32.710093 [ 275 ] {3a520fbc-b69f-4538-9f1d-bce746fda0d3} <Debug> TCPHandler: Processed in 0.002301391 sec. | ||
1289 | 2025.07.23 21:42:32.710442 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1290 | 2025.07.23 21:42:32.710571 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1291 | 2025.07.23 21:42:32.710766 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1292 | 2025.07.23 21:42:32.710798 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1293 | 2025.07.23 21:42:32.710966 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1294 | 2025.07.23 21:42:32.711019 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1295 | 2025.07.23 21:42:32.711117 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1296 | 2025.07.23 21:42:32.711168 [ 290 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1297 | 2025.07.23 21:42:32.711218 [ 292 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1298 | 2025.07.23 21:42:32.711326 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1299 | 2025.07.23 21:42:32.711351 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1300 | 2025.07.23 21:42:32.711387 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
1301 | 2025.07.23 21:42:32.711404 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1302 | 2025.07.23 21:42:32.711790 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001269 sec., 14184.397163120568 rows/sec., 580.24 KiB/sec. | ||
1303 | 2025.07.23 21:42:32.711848 [ 275 ] {7bfdd146-e01d-4ecd-8231-fc0fad227d66} <Debug> TCPHandler: Processed in 0.001456313 sec. | ||
1304 | 2025.07.23 21:42:32.712083 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1305 | 2025.07.23 21:42:32.712208 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1306 | 2025.07.23 21:42:32.712400 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1307 | 2025.07.23 21:42:32.712431 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1308 | 2025.07.23 21:42:32.712595 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1309 | 2025.07.23 21:42:32.712646 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1310 | 2025.07.23 21:42:32.712741 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1311 | 2025.07.23 21:42:32.712791 [ 290 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1312 | 2025.07.23 21:42:32.712806 [ 292 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1313 | 2025.07.23 21:42:32.712877 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1314 | 2025.07.23 21:42:32.712902 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1315 | 2025.07.23 21:42:32.712936 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1316 | 2025.07.23 21:42:32.712954 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1317 | 2025.07.23 21:42:32.713320 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00116 sec., 15517.241379310344 rows/sec., 634.77 KiB/sec. | ||
1318 | 2025.07.23 21:42:32.713375 [ 275 ] {4cc285da-e3ae-482e-aefb-e5634bfa4c60} <Debug> TCPHandler: Processed in 0.001342501 sec. | ||
1319 | 2025.07.23 21:42:32.713620 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1320 | 2025.07.23 21:42:32.713746 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1321 | 2025.07.23 21:42:32.713936 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1322 | 2025.07.23 21:42:32.713968 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1323 | 2025.07.23 21:42:32.714132 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1324 | 2025.07.23 21:42:32.714182 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1325 | 2025.07.23 21:42:32.714278 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1326 | 2025.07.23 21:42:32.714325 [ 290 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1327 | 2025.07.23 21:42:32.714336 [ 292 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1328 | 2025.07.23 21:42:32.714407 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1329 | 2025.07.23 21:42:32.714432 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1330 | 2025.07.23 21:42:32.714465 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1331 | 2025.07.23 21:42:32.714483 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1332 | 2025.07.23 21:42:32.714834 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001135 sec., 15859.030837004406 rows/sec., 648.75 KiB/sec. | ||
1333 | 2025.07.23 21:42:32.714888 [ 275 ] {f922070a-e4a7-42b2-b9be-cc8212e76827} <Debug> TCPHandler: Processed in 0.001317192 sec. | ||
1334 | 2025.07.23 21:42:32.715131 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1335 | 2025.07.23 21:42:32.715256 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1336 | 2025.07.23 21:42:32.715451 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1337 | 2025.07.23 21:42:32.715482 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1338 | 2025.07.23 21:42:32.715651 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1339 | 2025.07.23 21:42:32.715703 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1340 | 2025.07.23 21:42:32.715833 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1341 | 2025.07.23 21:42:32.715880 [ 290 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1342 | 2025.07.23 21:42:32.715889 [ 292 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1343 | 2025.07.23 21:42:32.715962 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1344 | 2025.07.23 21:42:32.715988 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1345 | 2025.07.23 21:42:32.716024 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1346 | 2025.07.23 21:42:32.716069 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1347 | 2025.07.23 21:42:32.716423 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001215 sec., 14814.814814814816 rows/sec., 606.03 KiB/sec. | ||
1348 | 2025.07.23 21:42:32.716477 [ 275 ] {a771d8c3-b01e-4e03-9c3d-659299e22973} <Debug> TCPHandler: Processed in 0.001395123 sec. | ||
1349 | 2025.07.23 21:42:32.716705 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1350 | 2025.07.23 21:42:32.716832 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1351 | 2025.07.23 21:42:32.717028 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1352 | 2025.07.23 21:42:32.717060 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1353 | 2025.07.23 21:42:32.717228 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1354 | 2025.07.23 21:42:32.717277 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1355 | 2025.07.23 21:42:32.717373 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1356 | 2025.07.23 21:42:32.717421 [ 290 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1357 | 2025.07.23 21:42:32.717429 [ 292 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1358 | 2025.07.23 21:42:32.717502 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1359 | 2025.07.23 21:42:32.717527 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1360 | 2025.07.23 21:42:32.717560 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1361 | 2025.07.23 21:42:32.717577 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1362 | 2025.07.23 21:42:32.717930 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001148 sec., 15679.442508710803 rows/sec., 641.40 KiB/sec. | ||
1363 | 2025.07.23 21:42:32.717987 [ 275 ] {99ec7b8b-84a6-429d-aedd-63471d9f3695} <Debug> TCPHandler: Processed in 0.001330682 sec. | ||
1364 | 2025.07.23 21:42:32.725323 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1365 | 2025.07.23 21:42:32.725477 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1366 | 2025.07.23 21:42:32.725714 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1367 | 2025.07.23 21:42:32.725754 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1368 | 2025.07.23 21:42:32.725965 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1369 | 2025.07.23 21:42:32.726023 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1370 | 2025.07.23 21:42:32.726118 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1371 | 2025.07.23 21:42:32.726171 [ 290 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1372 | 2025.07.23 21:42:32.726200 [ 292 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1373 | 2025.07.23 21:42:32.726302 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1374 | 2025.07.23 21:42:32.726329 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1375 | 2025.07.23 21:42:32.726363 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1376 | 2025.07.23 21:42:32.726382 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1377 | 2025.07.23 21:42:32.726768 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001353 sec., 13303.769401330377 rows/sec., 544.22 KiB/sec. | ||
1378 | 2025.07.23 21:42:32.726822 [ 275 ] {4a133e69-d785-46b3-9fc8-d99720fd5553} <Debug> TCPHandler: Processed in 0.001558954 sec. | ||
1379 | 2025.07.23 21:42:32.727095 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1380 | 2025.07.23 21:42:32.727221 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1381 | 2025.07.23 21:42:32.727412 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1382 | 2025.07.23 21:42:32.727445 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1383 | 2025.07.23 21:42:32.727617 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1384 | 2025.07.23 21:42:32.727667 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1385 | 2025.07.23 21:42:32.727762 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1386 | 2025.07.23 21:42:32.727809 [ 290 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1387 | 2025.07.23 21:42:32.727818 [ 292 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1388 | 2025.07.23 21:42:32.727889 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1389 | 2025.07.23 21:42:32.727914 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1390 | 2025.07.23 21:42:32.727947 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1391 | 2025.07.23 21:42:32.727965 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1392 | 2025.07.23 21:42:32.728327 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001156 sec., 15570.934256055365 rows/sec., 636.96 KiB/sec. | ||
1393 | 2025.07.23 21:42:32.728382 [ 275 ] {b9b0a48e-d5e5-4df6-bfe0-7a7c7f251498} <Debug> TCPHandler: Processed in 0.001336922 sec. | ||
1394 | 2025.07.23 21:42:32.728589 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1395 | 2025.07.23 21:42:32.728714 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1396 | 2025.07.23 21:42:32.728910 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1397 | 2025.07.23 21:42:32.728944 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1398 | 2025.07.23 21:42:32.729118 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1399 | 2025.07.23 21:42:32.729169 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1400 | 2025.07.23 21:42:32.729263 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1401 | 2025.07.23 21:42:32.729310 [ 290 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1402 | 2025.07.23 21:42:32.729325 [ 292 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1403 | 2025.07.23 21:42:32.729392 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1404 | 2025.07.23 21:42:32.729416 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1405 | 2025.07.23 21:42:32.729450 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1406 | 2025.07.23 21:42:32.729468 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1407 | 2025.07.23 21:42:32.729981 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001315 sec., 13688.212927756655 rows/sec., 559.95 KiB/sec. | ||
1408 | 2025.07.23 21:42:32.730037 [ 275 ] {847702af-f9ec-4f55-9f76-228e46503a3c} <Debug> TCPHandler: Processed in 0.001496193 sec. | ||
1409 | 2025.07.23 21:42:32.730355 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1410 | 2025.07.23 21:42:32.730483 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1411 | 2025.07.23 21:42:32.730680 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1412 | 2025.07.23 21:42:32.730714 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1413 | 2025.07.23 21:42:32.730890 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1414 | 2025.07.23 21:42:32.730940 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1415 | 2025.07.23 21:42:32.731036 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1416 | 2025.07.23 21:42:32.731086 [ 290 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1417 | 2025.07.23 21:42:32.731114 [ 292 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1418 | 2025.07.23 21:42:32.731209 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1419 | 2025.07.23 21:42:32.731235 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1420 | 2025.07.23 21:42:32.731271 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1421 | 2025.07.23 21:42:32.731288 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1422 | 2025.07.23 21:42:32.731655 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001223 sec., 14717.906786590353 rows/sec., 602.07 KiB/sec. | ||
1423 | 2025.07.23 21:42:32.731710 [ 275 ] {3b145b3a-1d11-4632-9947-b18175d6a8bc} <Debug> TCPHandler: Processed in 0.001404553 sec. | ||
1424 | 2025.07.23 21:42:32.731906 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1425 | 2025.07.23 21:42:32.732034 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1426 | 2025.07.23 21:42:32.732232 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1427 | 2025.07.23 21:42:32.732266 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1428 | 2025.07.23 21:42:32.732452 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1429 | 2025.07.23 21:42:32.732503 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1430 | 2025.07.23 21:42:32.732599 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1431 | 2025.07.23 21:42:32.732647 [ 290 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1432 | 2025.07.23 21:42:32.732661 [ 292 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1433 | 2025.07.23 21:42:32.732736 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1434 | 2025.07.23 21:42:32.732760 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1435 | 2025.07.23 21:42:32.732798 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1436 | 2025.07.23 21:42:32.732816 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1437 | 2025.07.23 21:42:32.733194 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001212 sec., 14851.485148514852 rows/sec., 607.53 KiB/sec. | ||
1438 | 2025.07.23 21:42:32.733248 [ 275 ] {42f23f54-3f2f-4064-b265-74cfc3bab176} <Debug> TCPHandler: Processed in 0.001392892 sec. | ||
1439 | 2025.07.23 21:42:32.733452 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2025.07.23 21:42:32.733582 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1441 | 2025.07.23 21:42:32.733781 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1442 | 2025.07.23 21:42:32.733815 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1443 | 2025.07.23 21:42:32.733994 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1444 | 2025.07.23 21:42:32.734045 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1445 | 2025.07.23 21:42:32.734140 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1446 | 2025.07.23 21:42:32.734188 [ 290 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1447 | 2025.07.23 21:42:32.734197 [ 292 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1448 | 2025.07.23 21:42:32.734267 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1449 | 2025.07.23 21:42:32.734291 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1450 | 2025.07.23 21:42:32.734325 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1451 | 2025.07.23 21:42:32.734343 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1452 | 2025.07.23 21:42:32.734886 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001355 sec., 13284.132841328412 rows/sec., 543.42 KiB/sec. | ||
1453 | 2025.07.23 21:42:32.734973 [ 275 ] {9386807c-b691-4f4e-98af-c286a4c25d16} <Debug> TCPHandler: Processed in 0.001570824 sec. | ||
1454 | 2025.07.23 21:42:32.819373 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1455 | 2025.07.23 21:42:32.819507 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1456 | 2025.07.23 21:42:32.819559 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1457 | 2025.07.23 21:42:32.820185 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2025.07.23 21:42:32.820224 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1459 | 2025.07.23 21:42:32.820646 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1460 | 2025.07.23 21:42:32.820842 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2025.07.23 21:42:32.820989 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.001517 sec., 7910.349373764008 rows/sec., 2.69 MiB/sec. | ||
1462 | 2025.07.23 21:42:32.821033 [ 275 ] {9f21212e-f4f0-4aad-aac2-9582368c3c29} <Debug> TCPHandler: Processed in 0.001722915 sec. | ||
1463 | 2025.07.23 21:42:32.821170 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1464 | 2025.07.23 21:42:32.821264 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1465 | 2025.07.23 21:42:32.821305 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1466 | 2025.07.23 21:42:32.822283 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1467 | 2025.07.23 21:42:32.822315 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1468 | 2025.07.23 21:42:32.822616 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1469 | 2025.07.23 21:42:32.822823 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1470 | 2025.07.23 21:42:32.822947 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001701 sec., 14109.347442680775 rows/sec., 1.17 MiB/sec. | ||
1471 | 2025.07.23 21:42:32.822993 [ 275 ] {456774cd-7d4f-44e0-94c4-ad818be53962} <Debug> TCPHandler: Processed in 0.001872686 sec. | ||
1472 | 2025.07.23 21:42:32.823125 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1473 | 2025.07.23 21:42:32.823218 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1474 | 2025.07.23 21:42:32.823258 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1475 | 2025.07.23 21:42:32.824682 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1476 | 2025.07.23 21:42:32.824730 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1477 | 2025.07.23 21:42:32.825208 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1478 | 2025.07.23 21:42:32.825442 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1479 | 2025.07.23 21:42:32.825576 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Debug> executeQuery: Read 1316 rows, 112.43 KiB in 0.002376 sec., 553872.0538720539 rows/sec., 46.21 MiB/sec. | ||
1480 | 2025.07.23 21:42:32.825629 [ 275 ] {4d6debdf-b431-4995-a8cd-e8175fc35d4b} <Debug> TCPHandler: Processed in 0.002553982 sec. | ||
1481 | 2025.07.23 21:42:32.825750 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1482 | 2025.07.23 21:42:32.825845 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1483 | 2025.07.23 21:42:32.825885 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1484 | 2025.07.23 21:42:32.826289 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2025.07.23 21:42:32.826324 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1486 | 2025.07.23 21:42:32.826613 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1487 | 2025.07.23 21:42:32.826822 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1488 | 2025.07.23 21:42:32.826949 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 855.69 KiB/sec. | ||
1489 | 2025.07.23 21:42:32.826995 [ 275 ] {62296019-8f5a-4297-a2e0-ca4aec5b930b} <Debug> TCPHandler: Processed in 0.001294822 sec. | ||
1490 | 2025.07.23 21:42:32.827108 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1491 | 2025.07.23 21:42:32.827202 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1492 | 2025.07.23 21:42:32.827242 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1493 | 2025.07.23 21:42:32.827786 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1494 | 2025.07.23 21:42:32.827819 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1495 | 2025.07.23 21:42:32.828128 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1496 | 2025.07.23 21:42:32.828333 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2025.07.23 21:42:32.828456 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001272 sec., 198113.20754716982 rows/sec., 13.70 MiB/sec. | ||
1498 | 2025.07.23 21:42:32.828500 [ 275 ] {a1242f9b-2e9a-4b4d-93c5-d6f473ac794e} <Debug> TCPHandler: Processed in 0.001440583 sec. | ||
1499 | 2025.07.23 21:42:32.828618 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1500 | 2025.07.23 21:42:32.828710 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1501 | 2025.07.23 21:42:32.828750 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1502 | 2025.07.23 21:42:32.829142 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1503 | 2025.07.23 21:42:32.829177 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1504 | 2025.07.23 21:42:32.829488 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1505 | 2025.07.23 21:42:32.829698 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1506 | 2025.07.23 21:42:32.829821 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 829.65 KiB/sec. | ||
1507 | 2025.07.23 21:42:32.829858 [ 275 ] {7c0aff45-5d1c-42b9-ba1b-50cea728b09a} <Debug> TCPHandler: Processed in 0.001291151 sec. | ||
1508 | 2025.07.23 21:42:32.829969 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1509 | 2025.07.23 21:42:32.830063 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1510 | 2025.07.23 21:42:32.830102 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1511 | 2025.07.23 21:42:32.830719 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1512 | 2025.07.23 21:42:32.830755 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1513 | 2025.07.23 21:42:32.831067 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1514 | 2025.07.23 21:42:32.831270 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1515 | 2025.07.23 21:42:32.831400 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001354 sec., 410635.1550960118 rows/sec., 30.77 MiB/sec. | ||
1516 | 2025.07.23 21:42:32.831435 [ 275 ] {449cadba-d76e-4f34-9dd0-3c385c56ce18} <Debug> TCPHandler: Processed in 0.001514644 sec. | ||
1517 | 2025.07.23 21:42:32.831550 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1518 | 2025.07.23 21:42:32.831643 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1519 | 2025.07.23 21:42:32.831684 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1520 | 2025.07.23 21:42:32.832843 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1521 | 2025.07.23 21:42:32.832878 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1522 | 2025.07.23 21:42:32.833394 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1523 | 2025.07.23 21:42:32.833603 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1524 | 2025.07.23 21:42:32.833727 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Debug> executeQuery: Read 2546 rows, 176.60 KiB in 0.002102 sec., 1211227.4024738343 rows/sec., 82.05 MiB/sec. | ||
1525 | 2025.07.23 21:42:32.833762 [ 275 ] {2f170b87-30bc-4083-9ca5-89a87be3d538} <Debug> TCPHandler: Processed in 0.0022621 sec. | ||
1526 | 2025.07.23 21:42:32.833877 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1527 | 2025.07.23 21:42:32.833971 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1528 | 2025.07.23 21:42:32.834011 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1529 | 2025.07.23 21:42:32.834355 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1530 | 2025.07.23 21:42:32.834389 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1531 | 2025.07.23 21:42:32.834668 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1532 | 2025.07.23 21:42:32.834883 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2025.07.23 21:42:32.835006 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001055 sec., 11374.40758293839 rows/sec., 784.95 KiB/sec. | ||
1534 | 2025.07.23 21:42:32.835040 [ 275 ] {f8d32543-f961-4992-bf78-aa01f881dc34} <Debug> TCPHandler: Processed in 0.001214031 sec. | ||
1535 | 2025.07.23 21:42:33.079979 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
1536 | 2025.07.23 21:42:33.080461 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1537 | 2025.07.23 21:42:33.080499 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1538 | 2025.07.23 21:42:33.080974 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1539 | 2025.07.23 21:42:33.081208 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1540 | 2025.07.23 21:42:33.081336 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
1541 | 2025.07.23 21:42:33.259362 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1542 | 2025.07.23 21:42:33.276127 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1543 | 2025.07.23 21:42:33.276174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1544 | 2025.07.23 21:42:33.281779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1545 | 2025.07.23 21:42:33.282474 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2025.07.23 21:42:33.285550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1547 | 2025.07.23 21:42:37.300655 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1548 | 2025.07.23 21:42:37.300870 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1549 | 2025.07.23 21:42:37.300942 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1550 | 2025.07.23 21:42:37.301648 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1551 | 2025.07.23 21:42:37.301696 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1552 | 2025.07.23 21:42:37.302098 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1553 | 2025.07.23 21:42:37.302338 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1554 | 2025.07.23 21:42:37.302494 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.56 MiB/sec. | ||
1555 | 2025.07.23 21:42:37.302541 [ 275 ] {1a4d417d-d4ae-4ec3-85fd-62baa0992f50} <Debug> TCPHandler: Processed in 0.002030327 sec. | ||
1556 | 2025.07.23 21:42:37.302663 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1557 | 2025.07.23 21:42:37.302764 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1558 | 2025.07.23 21:42:37.302806 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1559 | 2025.07.23 21:42:37.303258 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1560 | 2025.07.23 21:42:37.303296 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1561 | 2025.07.23 21:42:37.303597 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1562 | 2025.07.23 21:42:37.303807 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1563 | 2025.07.23 21:42:37.303939 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. | ||
1564 | 2025.07.23 21:42:37.303974 [ 275 ] {738eec11-ccd7-4493-8193-5167b1ace95f} <Debug> TCPHandler: Processed in 0.001362312 sec. | ||
1565 | 2025.07.23 21:42:37.304096 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2025.07.23 21:42:37.304190 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1567 | 2025.07.23 21:42:37.304234 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1568 | 2025.07.23 21:42:37.304631 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1569 | 2025.07.23 21:42:37.304665 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1570 | 2025.07.23 21:42:37.304972 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1571 | 2025.07.23 21:42:37.305169 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1572 | 2025.07.23 21:42:37.305286 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001177 sec., 108751.06202209005 rows/sec., 7.57 MiB/sec. | ||
1573 | 2025.07.23 21:42:37.305385 [ 275 ] {03d14035-b3aa-4063-ae40-eb005fa93d2f} <Debug> TCPHandler: Processed in 0.001335901 sec. | ||
1574 | 2025.07.23 21:42:37.305501 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1575 | 2025.07.23 21:42:37.305594 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1576 | 2025.07.23 21:42:37.305635 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1577 | 2025.07.23 21:42:37.306300 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1578 | 2025.07.23 21:42:37.306335 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1579 | 2025.07.23 21:42:37.306637 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1580 | 2025.07.23 21:42:37.306839 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1581 | 2025.07.23 21:42:37.306964 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001389 sec., 34557.235421166304 rows/sec., 2.33 MiB/sec. | ||
1582 | 2025.07.23 21:42:37.307005 [ 275 ] {ea8d142f-371c-4fc0-9c7d-9164047974ca} <Debug> TCPHandler: Processed in 0.001553494 sec. | ||
1583 | 2025.07.23 21:42:40.524780 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1584 | 2025.07.23 21:42:40.524852 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1585 | 2025.07.23 21:42:40.581540 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 232 | ||
1586 | 2025.07.23 21:42:40.582013 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
1587 | 2025.07.23 21:42:40.582517 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1588 | 2025.07.23 21:42:40.582571 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1589 | 2025.07.23 21:42:40.583149 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1590 | 2025.07.23 21:42:40.583380 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1591 | 2025.07.23 21:42:40.583508 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1592 | 2025.07.23 21:42:40.584531 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1593 | 2025.07.23 21:42:40.584590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1594 | 2025.07.23 21:42:40.585895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1595 | 2025.07.23 21:42:40.586171 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1596 | 2025.07.23 21:42:40.586495 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232 | ||
1597 | 2025.07.23 21:42:40.786231 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1598 | 2025.07.23 21:42:40.804022 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1599 | 2025.07.23 21:42:40.804094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1600 | 2025.07.23 21:42:40.810494 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1601 | 2025.07.23 21:42:40.811195 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1602 | 2025.07.23 21:42:40.814370 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1603 | 2025.07.23 21:42:42.302959 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1604 | 2025.07.23 21:42:42.303155 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1605 | 2025.07.23 21:42:42.303225 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1606 | 2025.07.23 21:42:42.303846 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1607 | 2025.07.23 21:42:42.303887 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1608 | 2025.07.23 21:42:42.304245 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1609 | 2025.07.23 21:42:42.304521 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1610 | 2025.07.23 21:42:42.304665 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Debug> executeQuery: Read 76 rows, 6.40 KiB in 0.001564 sec., 48593.35038363171 rows/sec., 4.00 MiB/sec. | ||
1611 | 2025.07.23 21:42:42.304706 [ 275 ] {157e0f5c-412b-4cbe-9ddb-78d3eb22e3bd} <Debug> TCPHandler: Processed in 0.001879956 sec. | ||
1612 | 2025.07.23 21:42:42.304822 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2025.07.23 21:42:42.304917 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1614 | 2025.07.23 21:42:42.304956 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1615 | 2025.07.23 21:42:42.305352 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2025.07.23 21:42:42.305388 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1617 | 2025.07.23 21:42:42.305667 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1618 | 2025.07.23 21:42:42.305866 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1619 | 2025.07.23 21:42:42.305989 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001091 sec., 9165.902841429881 rows/sec., 689.23 KiB/sec. | ||
1620 | 2025.07.23 21:42:42.306024 [ 275 ] {31773d62-cb9c-4975-adc8-dd56958b5f08} <Debug> TCPHandler: Processed in 0.001250291 sec. | ||
1621 | 2025.07.23 21:42:42.306132 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1622 | 2025.07.23 21:42:42.306225 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1623 | 2025.07.23 21:42:42.306263 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1624 | 2025.07.23 21:42:42.306659 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1625 | 2025.07.23 21:42:42.306695 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1626 | 2025.07.23 21:42:42.306979 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1627 | 2025.07.23 21:42:42.307187 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1628 | 2025.07.23 21:42:42.307306 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001099 sec., 67333.93994540491 rows/sec., 5.26 MiB/sec. | ||
1629 | 2025.07.23 21:42:42.307341 [ 275 ] {f741891d-2e50-482c-a77e-4e0bca14068d} <Debug> TCPHandler: Processed in 0.001256281 sec. | ||
1630 | 2025.07.23 21:42:42.307450 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1631 | 2025.07.23 21:42:42.307544 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1632 | 2025.07.23 21:42:42.307586 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1633 | 2025.07.23 21:42:42.307970 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1634 | 2025.07.23 21:42:42.308005 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1635 | 2025.07.23 21:42:42.308317 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1636 | 2025.07.23 21:42:42.308516 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2025.07.23 21:42:42.308639 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001114 sec., 143626.5709156194 rows/sec., 10.00 MiB/sec. | ||
1638 | 2025.07.23 21:42:42.308675 [ 275 ] {660f3231-b5db-4a5d-bd5e-e66cd1df57b4} <Debug> TCPHandler: Processed in 0.001272991 sec. | ||
1639 | 2025.07.23 21:42:42.308779 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2025.07.23 21:42:42.308872 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1641 | 2025.07.23 21:42:42.308924 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <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 | ||
1642 | 2025.07.23 21:42:42.309605 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1643 | 2025.07.23 21:42:42.309641 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1644 | 2025.07.23 21:42:42.310109 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1645 | 2025.07.23 21:42:42.310322 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1646 | 2025.07.23 21:42:42.310455 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.001601 sec., 6246.096189881324 rows/sec., 11.19 MiB/sec. | ||
1647 | 2025.07.23 21:42:42.310503 [ 275 ] {f0f3275f-94c7-4f40-81c3-f1aa012bca23} <Debug> TCPHandler: Processed in 0.001771276 sec. | ||
1648 | 2025.07.23 21:42:42.310611 [ 275 ] {} <Trace> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1649 | 2025.07.23 21:42:42.310706 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58750) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1650 | 2025.07.23 21:42:42.310747 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1651 | 2025.07.23 21:42:42.311071 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2025.07.23 21:42:42.311106 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1653 | 2025.07.23 21:42:42.311398 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1654 | 2025.07.23 21:42:42.311606 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2025.07.23 21:42:42.311729 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. | ||
1656 | 2025.07.23 21:42:42.311764 [ 275 ] {ede403fd-fa57-435d-98d5-7609ba8630a2} <Debug> TCPHandler: Processed in 0.00120135 sec. | ||
1657 | 2025.07.23 21:42:46.885600 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1658 | 2025.07.23 21:42:46.885704 [ 275 ] {} <Debug> TCP-Session: 89f96d9e-24cc-41ba-b635-e5a4f0ae3da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2025.07.23 21:42:47.001145 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.42 MiB, peak 182.53 MiB, free memory in arenas 0.00 B, will set to 179.48 MiB (RSS), difference: 2.06 MiB | ||
1660 | 2025.07.23 21:42:47.302673 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1661 | 2025.07.23 21:42:47.302847 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1662 | 2025.07.23 21:42:47.302911 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1663 | 2025.07.23 21:42:47.303579 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1664 | 2025.07.23 21:42:47.303630 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1665 | 2025.07.23 21:42:47.304009 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1666 | 2025.07.23 21:42:47.304230 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1667 | 2025.07.23 21:42:47.304386 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.71 MiB/sec. | ||
1668 | 2025.07.23 21:42:47.304391 [ 47 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1669 | 2025.07.23 21:42:47.304434 [ 276 ] {bc6f5a1b-4bd4-4993-b8c8-505b11f0ce5e} <Debug> TCPHandler: Processed in 0.001897456 sec. | ||
1670 | 2025.07.23 21:42:47.304458 [ 47 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1671 | 2025.07.23 21:42:47.304483 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1672 | 2025.07.23 21:42:47.304561 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1673 | 2025.07.23 21:42:47.304611 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
1674 | 2025.07.23 21:42:47.304668 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1675 | 2025.07.23 21:42:47.304715 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1676 | 2025.07.23 21:42:47.304761 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1677 | 2025.07.23 21:42:47.304800 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 56 rows starting from the beginning of the part | ||
1678 | 2025.07.23 21:42:47.304901 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part | ||
1679 | 2025.07.23 21:42:47.304960 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1316 rows starting from the beginning of the part | ||
1680 | 2025.07.23 21:42:47.305018 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
1681 | 2025.07.23 21:42:47.305073 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part | ||
1682 | 2025.07.23 21:42:47.305121 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
1683 | 2025.07.23 21:42:47.305180 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1684 | 2025.07.23 21:42:47.305222 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1685 | 2025.07.23 21:42:47.305586 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1686 | 2025.07.23 21:42:47.305819 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1687 | 2025.07.23 21:42:47.305933 [ 47 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1688 | 2025.07.23 21:42:47.305965 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001321 sec., 48448.14534443604 rows/sec., 3.78 MiB/sec. | ||
1689 | 2025.07.23 21:42:47.305966 [ 47 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1690 | 2025.07.23 21:42:47.306006 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1691 | 2025.07.23 21:42:47.306013 [ 276 ] {c322de88-e1d0-4fe2-95c8-2de1a0faeb68} <Debug> TCPHandler: Processed in 0.001506433 sec. | ||
1692 | 2025.07.23 21:42:47.306122 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
1693 | 2025.07.23 21:42:47.306136 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1694 | 2025.07.23 21:42:47.306258 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1695 | 2025.07.23 21:42:47.306269 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1696 | 2025.07.23 21:42:47.306305 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1697 | 2025.07.23 21:42:47.306311 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 64 rows starting from the beginning of the part | ||
1698 | 2025.07.23 21:42:47.306411 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1636 rows, containing 5 columns (5 merged, 0 gathered) in 0.001859347 sec., 879878.7961580061 rows/sec., 76.07 MiB/sec. | ||
1699 | 2025.07.23 21:42:47.306433 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part | ||
1700 | 2025.07.23 21:42:47.306499 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 556 rows starting from the beginning of the part | ||
1701 | 2025.07.23 21:42:47.306568 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
1702 | 2025.07.23 21:42:47.306620 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part | ||
1703 | 2025.07.23 21:42:47.306625 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1704 | 2025.07.23 21:42:47.306673 [ 197 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
1705 | 2025.07.23 21:42:47.306771 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1706 | 2025.07.23 21:42:47.306838 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1707 | 2025.07.23 21:42:47.306955 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1708 | 2025.07.23 21:42:47.307046 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_10_2} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1709 | 2025.07.23 21:42:47.307130 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
1710 | 2025.07.23 21:42:47.307336 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1711 | 2025.07.23 21:42:47.307628 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1712 | 2025.07.23 21:42:47.307778 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
1713 | 2025.07.23 21:42:47.307818 [ 276 ] {fc4e9bd1-7866-40a8-a8d2-f2ab15e2224e} <Debug> TCPHandler: Processed in 0.001733275 sec. | ||
1714 | 2025.07.23 21:42:47.307933 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1715 | 2025.07.23 21:42:47.307989 [ 190 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925127 sec., 465423.83957006474 rows/sec., 37.20 MiB/sec. | ||
1716 | 2025.07.23 21:42:47.308032 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1717 | 2025.07.23 21:42:47.308079 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1718 | 2025.07.23 21:42:47.308207 [ 190 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1719 | 2025.07.23 21:42:47.308452 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2025.07.23 21:42:47.308496 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1721 | 2025.07.23 21:42:47.308530 [ 190 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1722 | 2025.07.23 21:42:47.308617 [ 190 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_10_2} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1723 | 2025.07.23 21:42:47.308694 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1724 | 2025.07.23 21:42:47.308840 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1725 | 2025.07.23 21:42:47.309060 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1726 | 2025.07.23 21:42:47.309198 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. | ||
1727 | 2025.07.23 21:42:47.309234 [ 276 ] {fef9e1b0-a3f2-473a-a423-7bc632d8232d} <Debug> TCPHandler: Processed in 0.001350802 sec. | ||
1728 | 2025.07.23 21:42:48.084372 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
1729 | 2025.07.23 21:42:48.084898 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1730 | 2025.07.23 21:42:48.084939 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1731 | 2025.07.23 21:42:48.085419 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1732 | 2025.07.23 21:42:48.085647 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1733 | 2025.07.23 21:42:48.085771 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
1734 | 2025.07.23 21:42:48.315245 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1735 | 2025.07.23 21:42:48.332744 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1736 | 2025.07.23 21:42:48.332812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1737 | 2025.07.23 21:42:48.338716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1738 | 2025.07.23 21:42:48.339912 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1739 | 2025.07.23 21:42:48.343427 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1740 | 2025.07.23 21:42:50.586792 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 252 | ||
1741 | 2025.07.23 21:42:50.588784 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1742 | 2025.07.23 21:42:50.588820 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1743 | 2025.07.23 21:42:50.589913 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1744 | 2025.07.23 21:42:50.590162 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1745 | 2025.07.23 21:42:50.590297 [ 35 ] {} <Debug> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1746 | 2025.07.23 21:42:50.590337 [ 35 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1747 | 2025.07.23 21:42:50.590360 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1748 | 2025.07.23 21:42:50.590397 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 252 | ||
1749 | 2025.07.23 21:42:50.590488 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::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 | ||
1750 | 2025.07.23 21:42:50.591110 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1751 | 2025.07.23 21:42:50.591262 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
1752 | 2025.07.23 21:42:50.591667 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
1753 | 2025.07.23 21:42:50.592015 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
1754 | 2025.07.23 21:42:50.592350 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part | ||
1755 | 2025.07.23 21:42:50.592674 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part | ||
1756 | 2025.07.23 21:42:50.592992 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
1757 | 2025.07.23 21:42:50.598510 [ 191 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 72 columns (72 merged, 0 gathered) in 0.008079401 sec., 31190.43107279859 rows/sec., 31.72 MiB/sec. | ||
1758 | 2025.07.23 21:42:50.599537 [ 191 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1759 | 2025.07.23 21:42:50.600084 [ 191 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1760 | 2025.07.23 21:42:50.600146 [ 191 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_6_1} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1761 | 2025.07.23 21:42:50.600339 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
1762 | 2025.07.23 21:42:52.303020 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1763 | 2025.07.23 21:42:52.303193 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1764 | 2025.07.23 21:42:52.303256 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1765 | 2025.07.23 21:42:52.303936 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1766 | 2025.07.23 21:42:52.303984 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1767 | 2025.07.23 21:42:52.304357 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1768 | 2025.07.23 21:42:52.304579 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2025.07.23 21:42:52.304728 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Debug> executeQuery: Read 76 rows, 6.40 KiB in 0.001581 sec., 48070.841239721696 rows/sec., 3.96 MiB/sec. | ||
1770 | 2025.07.23 21:42:52.304768 [ 276 ] {e62428ad-6b13-465b-b7f3-c1f8900ee8cf} <Debug> TCPHandler: Processed in 0.001871396 sec. | ||
1771 | 2025.07.23 21:42:52.304893 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1772 | 2025.07.23 21:42:52.304988 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1773 | 2025.07.23 21:42:52.305028 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1774 | 2025.07.23 21:42:52.305429 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2025.07.23 21:42:52.305464 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1776 | 2025.07.23 21:42:52.305755 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1777 | 2025.07.23 21:42:52.305964 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2025.07.23 21:42:52.306087 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001119 sec., 8936.550491510277 rows/sec., 671.99 KiB/sec. | ||
1779 | 2025.07.23 21:42:52.306124 [ 276 ] {e34ba6ab-0292-4141-a720-f93a4f5c3739} <Debug> TCPHandler: Processed in 0.001278761 sec. | ||
1780 | 2025.07.23 21:42:52.306224 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1781 | 2025.07.23 21:42:52.306315 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1782 | 2025.07.23 21:42:52.306353 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1783 | 2025.07.23 21:42:52.306763 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2025.07.23 21:42:52.306800 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1785 | 2025.07.23 21:42:52.307096 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1786 | 2025.07.23 21:42:52.307296 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2025.07.23 21:42:52.307421 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001124 sec., 65836.29893238434 rows/sec., 5.14 MiB/sec. | ||
1788 | 2025.07.23 21:42:52.307458 [ 276 ] {205646d1-b486-4fed-9072-78448c76a4b8} <Debug> TCPHandler: Processed in 0.001280871 sec. | ||
1789 | 2025.07.23 21:42:52.307571 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1790 | 2025.07.23 21:42:52.307663 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1791 | 2025.07.23 21:42:52.307703 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1792 | 2025.07.23 21:42:52.308115 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1793 | 2025.07.23 21:42:52.308150 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1794 | 2025.07.23 21:42:52.308468 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1795 | 2025.07.23 21:42:52.308673 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1796 | 2025.07.23 21:42:52.308799 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. | ||
1797 | 2025.07.23 21:42:52.308818 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1798 | 2025.07.23 21:42:52.308833 [ 276 ] {77ebfe63-4cf2-4af0-8271-5a36bb879a79} <Debug> TCPHandler: Processed in 0.001308892 sec. | ||
1799 | 2025.07.23 21:42:52.308887 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1800 | 2025.07.23 21:42:52.308912 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1801 | 2025.07.23 21:42:52.308973 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1802 | 2025.07.23 21:42:52.309044 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
1803 | 2025.07.23 21:42:52.309069 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1804 | 2025.07.23 21:42:52.309141 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <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 | ||
1805 | 2025.07.23 21:42:52.309213 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1806 | 2025.07.23 21:42:52.309261 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part | ||
1807 | 2025.07.23 21:42:52.309367 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2546 rows starting from the beginning of the part | ||
1808 | 2025.07.23 21:42:52.309432 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
1809 | 2025.07.23 21:42:52.309480 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
1810 | 2025.07.23 21:42:52.309527 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
1811 | 2025.07.23 21:42:52.309574 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
1812 | 2025.07.23 21:42:52.309958 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1813 | 2025.07.23 21:42:52.309998 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1814 | 2025.07.23 21:42:52.310519 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1815 | 2025.07.23 21:42:52.310760 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1816 | 2025.07.23 21:42:52.310893 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.001841 sec., 5431.830526887561 rows/sec., 9.73 MiB/sec. | ||
1817 | 2025.07.23 21:42:52.310946 [ 276 ] {2fe8f605-e21f-423e-a4d0-20ca657f7f26} <Debug> TCPHandler: Processed in 0.002020628 sec. | ||
1818 | 2025.07.23 21:42:52.311061 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1819 | 2025.07.23 21:42:52.311153 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1820 | 2025.07.23 21:42:52.311193 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1821 | 2025.07.23 21:42:52.311224 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4082 rows, containing 5 columns (5 merged, 0 gathered) in 0.00223462 sec., 1826708.791651377 rows/sec., 125.05 MiB/sec. | ||
1822 | 2025.07.23 21:42:52.311559 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2025.07.23 21:42:52.311601 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1824 | 2025.07.23 21:42:52.311616 [ 190 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1825 | 2025.07.23 21:42:52.311949 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1826 | 2025.07.23 21:42:52.311966 [ 190 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1827 | 2025.07.23 21:42:52.312062 [ 190 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1828 | 2025.07.23 21:42:52.312153 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
1829 | 2025.07.23 21:42:52.312177 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1830 | 2025.07.23 21:42:52.312280 [ 31 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1831 | 2025.07.23 21:42:52.312307 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. | ||
1832 | 2025.07.23 21:42:52.312317 [ 31 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1833 | 2025.07.23 21:42:52.312347 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. | ||
1834 | 2025.07.23 21:42:52.312348 [ 276 ] {ab8bcdf5-a0f9-4a49-9601-66a5301aac6a} <Debug> TCPHandler: Processed in 0.001333942 sec. | ||
1835 | 2025.07.23 21:42:52.312419 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
1836 | 2025.07.23 21:42:52.312518 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1837 | 2025.07.23 21:42:52.312542 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part | ||
1838 | 2025.07.23 21:42:52.312584 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
1839 | 2025.07.23 21:42:52.312617 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
1840 | 2025.07.23 21:42:52.312650 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
1841 | 2025.07.23 21:42:52.312681 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
1842 | 2025.07.23 21:42:52.312718 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
1843 | 2025.07.23 21:42:52.313462 [ 186 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.0010721 sec., 548456.3007182166 rows/sec., 36.96 MiB/sec. | ||
1844 | 2025.07.23 21:42:52.313661 [ 194 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1845 | 2025.07.23 21:42:52.313950 [ 194 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2025.07.23 21:42:52.314022 [ 194 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_11_2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1847 | 2025.07.23 21:42:52.314092 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1848 | 2025.07.23 21:42:55.525095 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1849 | 2025.07.23 21:42:55.525170 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1850 | 2025.07.23 21:42:55.586115 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
1851 | 2025.07.23 21:42:55.586655 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2025.07.23 21:42:55.586711 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1853 | 2025.07.23 21:42:55.587242 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1854 | 2025.07.23 21:42:55.587474 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2025.07.23 21:42:55.587609 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1856 | 2025.07.23 21:42:55.843747 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1857 | 2025.07.23 21:42:55.862603 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1858 | 2025.07.23 21:42:55.862666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1859 | 2025.07.23 21:42:55.868958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1860 | 2025.07.23 21:42:55.869741 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1861 | 2025.07.23 21:42:55.873365 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1862 | 2025.07.23 21:42:56.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.44 MiB, peak 185.99 MiB, free memory in arenas 0.00 B, will set to 183.54 MiB (RSS), difference: 2.10 MiB | ||
1863 | 2025.07.23 21:42:57.302960 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1864 | 2025.07.23 21:42:57.303212 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1865 | 2025.07.23 21:42:57.303272 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1866 | 2025.07.23 21:42:57.304030 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1867 | 2025.07.23 21:42:57.304071 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1868 | 2025.07.23 21:42:57.304438 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1869 | 2025.07.23 21:42:57.304655 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1870 | 2025.07.23 21:42:57.304803 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.62 MiB/sec. | ||
1871 | 2025.07.23 21:42:57.304843 [ 276 ] {7f9a477a-ac5c-4b50-85ef-6ae916cf9257} <Debug> TCPHandler: Processed in 0.002063848 sec. | ||
1872 | 2025.07.23 21:42:57.304965 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1873 | 2025.07.23 21:42:57.305058 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1874 | 2025.07.23 21:42:57.305098 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1875 | 2025.07.23 21:42:57.305571 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1876 | 2025.07.23 21:42:57.305608 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1877 | 2025.07.23 21:42:57.305911 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1878 | 2025.07.23 21:42:57.306138 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1879 | 2025.07.23 21:42:57.306264 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. | ||
1880 | 2025.07.23 21:42:57.306300 [ 276 ] {f2b65005-5787-4335-913b-3214887862c1} <Debug> TCPHandler: Processed in 0.001382602 sec. | ||
1881 | 2025.07.23 21:42:57.306417 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2025.07.23 21:42:57.306510 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1883 | 2025.07.23 21:42:57.306551 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1884 | 2025.07.23 21:42:57.306990 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1885 | 2025.07.23 21:42:57.307027 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1886 | 2025.07.23 21:42:57.307353 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1887 | 2025.07.23 21:42:57.307556 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1888 | 2025.07.23 21:42:57.307682 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
1889 | 2025.07.23 21:42:57.307718 [ 276 ] {b85f2435-0b9f-4833-b316-43d331248df2} <Debug> TCPHandler: Processed in 0.001351172 sec. | ||
1890 | 2025.07.23 21:42:57.307833 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2025.07.23 21:42:57.307926 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1892 | 2025.07.23 21:42:57.307966 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1893 | 2025.07.23 21:42:57.308295 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1894 | 2025.07.23 21:42:57.308331 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1895 | 2025.07.23 21:42:57.308623 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1896 | 2025.07.23 21:42:57.308824 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1897 | 2025.07.23 21:42:57.308945 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. | ||
1898 | 2025.07.23 21:42:57.308979 [ 276 ] {bbae8b66-25ce-44b3-839f-813e538c509b} <Debug> TCPHandler: Processed in 0.00119297 sec. | ||
1899 | 2025.07.23 21:43:00.590685 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 272 | ||
1900 | 2025.07.23 21:43:00.592845 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1901 | 2025.07.23 21:43:00.592891 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1902 | 2025.07.23 21:43:00.594010 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1903 | 2025.07.23 21:43:00.594270 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1904 | 2025.07.23 21:43:00.594538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 272 | ||
1905 | 2025.07.23 21:43:02.295663 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1906 | 2025.07.23 21:43:02.295918 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1907 | 2025.07.23 21:43:02.296317 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1908 | 2025.07.23 21:43:02.296357 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1909 | 2025.07.23 21:43:02.296607 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1910 | 2025.07.23 21:43:02.296675 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1911 | 2025.07.23 21:43:02.296812 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1912 | 2025.07.23 21:43:02.297025 [ 292 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1913 | 2025.07.23 21:43:02.297045 [ 290 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1914 | 2025.07.23 21:43:02.297068 [ 293 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1915 | 2025.07.23 21:43:02.297165 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1916 | 2025.07.23 21:43:02.297194 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1917 | 2025.07.23 21:43:02.301101 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1918 | 2025.07.23 21:43:02.301128 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1919 | 2025.07.23 21:43:02.301184 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1920 | 2025.07.23 21:43:02.301225 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1921 | 2025.07.23 21:43:02.302386 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.006577 sec., 4561.350159647255 rows/sec., 191.24 KiB/sec. | ||
1922 | 2025.07.23 21:43:02.302497 [ 276 ] {67299cf5-b357-4744-a5b4-7f49566bf8b7} <Debug> TCPHandler: Processed in 0.006968082 sec. | ||
1923 | 2025.07.23 21:43:02.302792 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1924 | 2025.07.23 21:43:02.302926 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1925 | 2025.07.23 21:43:02.303153 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1926 | 2025.07.23 21:43:02.303188 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1927 | 2025.07.23 21:43:02.303384 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1928 | 2025.07.23 21:43:02.303437 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1929 | 2025.07.23 21:43:02.303537 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1930 | 2025.07.23 21:43:02.303605 [ 290 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1931 | 2025.07.23 21:43:02.303609 [ 293 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1932 | 2025.07.23 21:43:02.303613 [ 292 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1933 | 2025.07.23 21:43:02.303715 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1934 | 2025.07.23 21:43:02.303735 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1935 | 2025.07.23 21:43:02.303792 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1936 | 2025.07.23 21:43:02.303809 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1937 | 2025.07.23 21:43:02.303839 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1938 | 2025.07.23 21:43:02.303869 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1939 | 2025.07.23 21:43:02.304432 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.001562 sec., 19206.145966709348 rows/sec., 805.26 KiB/sec. | ||
1940 | 2025.07.23 21:43:02.304515 [ 276 ] {12499488-beae-46b6-8e73-5b6be0eec431} <Debug> TCPHandler: Processed in 0.001773955 sec. | ||
1941 | 2025.07.23 21:43:02.304725 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1942 | 2025.07.23 21:43:02.304866 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1943 | 2025.07.23 21:43:02.305075 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1944 | 2025.07.23 21:43:02.305110 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1945 | 2025.07.23 21:43:02.305306 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1946 | 2025.07.23 21:43:02.305358 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1947 | 2025.07.23 21:43:02.305456 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1948 | 2025.07.23 21:43:02.305514 [ 292 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1949 | 2025.07.23 21:43:02.305524 [ 290 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1950 | 2025.07.23 21:43:02.305524 [ 293 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1951 | 2025.07.23 21:43:02.305627 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
1952 | 2025.07.23 21:43:02.305652 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1953 | 2025.07.23 21:43:02.305705 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1954 | 2025.07.23 21:43:02.305722 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1955 | 2025.07.23 21:43:02.305752 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1956 | 2025.07.23 21:43:02.305782 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1957 | 2025.07.23 21:43:02.306294 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 847.01 KiB/sec. | ||
1958 | 2025.07.23 21:43:02.306379 [ 276 ] {beae6981-83d5-4d38-9f7c-df79b58828a0} <Debug> TCPHandler: Processed in 0.001702805 sec. | ||
1959 | 2025.07.23 21:43:02.316683 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1960 | 2025.07.23 21:43:02.316809 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1961 | 2025.07.23 21:43:02.316859 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1962 | 2025.07.23 21:43:02.317437 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1963 | 2025.07.23 21:43:02.317473 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1964 | 2025.07.23 21:43:02.317871 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1965 | 2025.07.23 21:43:02.318061 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1966 | 2025.07.23 21:43:02.318202 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001428 sec., 2100.8403361344535 rows/sec., 191.48 KiB/sec. | ||
1967 | 2025.07.23 21:43:02.318238 [ 276 ] {3519a155-225c-465c-87a1-927891ed5da1} <Debug> TCPHandler: Processed in 0.001615484 sec. | ||
1968 | 2025.07.23 21:43:02.318348 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1969 | 2025.07.23 21:43:02.318442 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1970 | 2025.07.23 21:43:02.318481 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1971 | 2025.07.23 21:43:02.318972 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1972 | 2025.07.23 21:43:02.319007 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1973 | 2025.07.23 21:43:02.319325 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1974 | 2025.07.23 21:43:02.319533 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1975 | 2025.07.23 21:43:02.319658 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001235 sec., 113360.32388663967 rows/sec., 9.84 MiB/sec. | ||
1976 | 2025.07.23 21:43:02.319694 [ 276 ] {6b9cb97d-3eb9-4eb1-938d-795aed2f6392} <Debug> TCPHandler: Processed in 0.001394412 sec. | ||
1977 | 2025.07.23 21:43:02.319804 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2025.07.23 21:43:02.319898 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1979 | 2025.07.23 21:43:02.319936 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1980 | 2025.07.23 21:43:02.320332 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1981 | 2025.07.23 21:43:02.320367 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1982 | 2025.07.23 21:43:02.320650 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1983 | 2025.07.23 21:43:02.320850 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1984 | 2025.07.23 21:43:02.320974 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001095 sec., 38356.16438356164 rows/sec., 2.82 MiB/sec. | ||
1985 | 2025.07.23 21:43:02.321010 [ 276 ] {502e20cd-09b2-47a6-8d0d-871d39d13162} <Debug> TCPHandler: Processed in 0.001254431 sec. | ||
1986 | 2025.07.23 21:43:02.321111 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1987 | 2025.07.23 21:43:02.321203 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1988 | 2025.07.23 21:43:02.321242 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1989 | 2025.07.23 21:43:02.321663 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2025.07.23 21:43:02.321699 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
1991 | 2025.07.23 21:43:02.321987 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1992 | 2025.07.23 21:43:02.322185 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1993 | 2025.07.23 21:43:02.322305 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Debug> executeQuery: Read 124 rows, 9.93 KiB in 0.00112 sec., 110714.28571428572 rows/sec., 8.65 MiB/sec. | ||
1994 | 2025.07.23 21:43:02.322341 [ 276 ] {3a783efb-7382-4832-9357-81521767cfe0} <Debug> TCPHandler: Processed in 0.001278891 sec. | ||
1995 | 2025.07.23 21:43:02.322451 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1996 | 2025.07.23 21:43:02.322545 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1997 | 2025.07.23 21:43:02.322586 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1998 | 2025.07.23 21:43:02.322977 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1999 | 2025.07.23 21:43:02.323013 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2000 | 2025.07.23 21:43:02.323338 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2001 | 2025.07.23 21:43:02.323598 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2002 | 2025.07.23 21:43:02.323726 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
2003 | 2025.07.23 21:43:02.323767 [ 276 ] {bd165f72-4dd2-4ab0-bf13-a967fb7a0378} <Debug> TCPHandler: Processed in 0.001365602 sec. | ||
2004 | 2025.07.23 21:43:02.323878 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2025.07.23 21:43:02.323971 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2006 | 2025.07.23 21:43:02.324024 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <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 | ||
2007 | 2025.07.23 21:43:02.324890 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2008 | 2025.07.23 21:43:02.324928 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2009 | 2025.07.23 21:43:02.325484 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2010 | 2025.07.23 21:43:02.325704 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2011 | 2025.07.23 21:43:02.325837 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001883 sec., 22304.832713754648 rows/sec., 39.97 MiB/sec. | ||
2012 | 2025.07.23 21:43:02.325888 [ 276 ] {095c356a-e85f-4f46-a046-071f00ee186c} <Debug> TCPHandler: Processed in 0.002059078 sec. | ||
2013 | 2025.07.23 21:43:02.326002 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2014 | 2025.07.23 21:43:02.326096 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2015 | 2025.07.23 21:43:02.326137 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2016 | 2025.07.23 21:43:02.326463 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Trace> oximeter.measurements_i64 (1ce5dd6e-0d10-4a24-bf32-2ee576f77847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2017 | 2025.07.23 21:43:02.326499 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2018 | 2025.07.23 21:43:02.326796 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2019 | 2025.07.23 21:43:02.327003 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Trace> oximeter.measurements_i64 (1ce5dd6e-0d10-4a24-bf32-2ee576f77847): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2020 | 2025.07.23 21:43:02.327123 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001046 sec., 25812.619502868067 rows/sec., 1.86 MiB/sec. | ||
2021 | 2025.07.23 21:43:02.327158 [ 276 ] {805c776b-f095-4766-8810-fbb8751b603c} <Debug> TCPHandler: Processed in 0.00120605 sec. | ||
2022 | 2025.07.23 21:43:02.327274 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2023 | 2025.07.23 21:43:02.327393 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2024 | 2025.07.23 21:43:02.327441 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2025 | 2025.07.23 21:43:02.327817 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2026 | 2025.07.23 21:43:02.327856 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2027 | 2025.07.23 21:43:02.328205 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2028 | 2025.07.23 21:43:02.328409 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2029 | 2025.07.23 21:43:02.328526 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001211 sec., 49545.8298926507 rows/sec., 3.34 MiB/sec. | ||
2030 | 2025.07.23 21:43:02.328559 [ 276 ] {6f5c94e5-4263-4898-b5d5-ee362d9dbfd3} <Debug> TCPHandler: Processed in 0.001398742 sec. | ||
2031 | 2025.07.23 21:43:03.087782 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
2032 | 2025.07.23 21:43:03.088266 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2033 | 2025.07.23 21:43:03.088311 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2034 | 2025.07.23 21:43:03.088873 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2035 | 2025.07.23 21:43:03.089107 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2036 | 2025.07.23 21:43:03.089251 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
2037 | 2025.07.23 21:43:03.089258 [ 36 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2038 | 2025.07.23 21:43:03.089328 [ 36 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2039 | 2025.07.23 21:43:03.089351 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2040 | 2025.07.23 21:43:03.089444 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2041 | 2025.07.23 21:43:03.089545 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2042 | 2025.07.23 21:43:03.089573 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
2043 | 2025.07.23 21:43:03.089628 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
2044 | 2025.07.23 21:43:03.089668 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
2045 | 2025.07.23 21:43:03.089706 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
2046 | 2025.07.23 21:43:03.089743 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
2047 | 2025.07.23 21:43:03.089781 [ 193 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
2048 | 2025.07.23 21:43:03.091158 [ 186 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001749145 sec., 2929431.236404072 rows/sec., 41.91 MiB/sec. | ||
2049 | 2025.07.23 21:43:03.092170 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2050 | 2025.07.23 21:43:03.092517 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2051 | 2025.07.23 21:43:03.092602 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_11_2} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2052 | 2025.07.23 21:43:03.092706 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2053 | 2025.07.23 21:43:03.373539 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2054 | 2025.07.23 21:43:03.389776 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2055 | 2025.07.23 21:43:03.389818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2056 | 2025.07.23 21:43:03.395915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2057 | 2025.07.23 21:43:03.396572 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2058 | 2025.07.23 21:43:03.396834 [ 36 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2059 | 2025.07.23 21:43:03.396869 [ 36 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2060 | 2025.07.23 21:43:03.396887 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2061 | 2025.07.23 21:43:03.397016 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2062 | 2025.07.23 21:43:03.399798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2063 | 2025.07.23 21:43:03.401124 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2064 | 2025.07.23 21:43:03.402491 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
2065 | 2025.07.23 21:43:03.406871 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
2066 | 2025.07.23 21:43:03.410957 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
2067 | 2025.07.23 21:43:03.415239 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
2068 | 2025.07.23 21:43:03.419787 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
2069 | 2025.07.23 21:43:03.423956 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
2070 | 2025.07.23 21:43:03.475820 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.078859384 sec., 1052.5063193493877 rows/sec., 5.44 MiB/sec. | ||
2071 | 2025.07.23 21:43:03.477220 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2072 | 2025.07.23 21:43:03.478756 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2073 | 2025.07.23 21:43:03.478848 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_11_2} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2074 | 2025.07.23 21:43:03.480091 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2075 | 2025.07.23 21:43:04.000285 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.00 MiB, peak 194.88 MiB, free memory in arenas 0.00 B, will set to 195.05 MiB (RSS), difference: 10.06 MiB | ||
2076 | 2025.07.23 21:43:04.585943 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2077 | 2025.07.23 21:43:04.586193 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2078 | 2025.07.23 21:43:04.586533 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2079 | 2025.07.23 21:43:04.586571 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2080 | 2025.07.23 21:43:04.586834 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2081 | 2025.07.23 21:43:04.586900 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2082 | 2025.07.23 21:43:04.587033 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2083 | 2025.07.23 21:43:04.587136 [ 292 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2084 | 2025.07.23 21:43:04.587189 [ 292 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2085 | 2025.07.23 21:43:04.587205 [ 290 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2086 | 2025.07.23 21:43:04.587205 [ 293 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2087 | 2025.07.23 21:43:04.587336 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2088 | 2025.07.23 21:43:04.587365 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2089 | 2025.07.23 21:43:04.587445 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2090 | 2025.07.23 21:43:04.587464 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
2091 | 2025.07.23 21:43:04.587499 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2092 | 2025.07.23 21:43:04.587537 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2093 | 2025.07.23 21:43:04.587571 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2094 | 2025.07.23 21:43:04.588485 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> executeQuery: Read 33 rows, 1.40 KiB in 0.002404 sec., 13727.12146422629 rows/sec., 580.90 KiB/sec. | ||
2095 | 2025.07.23 21:43:04.588604 [ 276 ] {c8c144fe-8736-4e36-a22b-58370d15b564} <Debug> TCPHandler: Processed in 0.002791024 sec. | ||
2096 | 2025.07.23 21:43:04.628289 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2097 | 2025.07.23 21:43:04.628413 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2098 | 2025.07.23 21:43:04.628455 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2099 | 2025.07.23 21:43:04.628968 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2100 | 2025.07.23 21:43:04.629007 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2101 | 2025.07.23 21:43:04.629391 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2102 | 2025.07.23 21:43:04.629579 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2103 | 2025.07.23 21:43:04.629721 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 169.20 KiB/sec. | ||
2104 | 2025.07.23 21:43:04.629758 [ 276 ] {c41bbb8e-a45a-4c58-9929-1a9ce5cfde56} <Debug> TCPHandler: Processed in 0.001528484 sec. | ||
2105 | 2025.07.23 21:43:04.629875 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2106 | 2025.07.23 21:43:04.629978 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2107 | 2025.07.23 21:43:04.630018 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2108 | 2025.07.23 21:43:04.630442 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2109 | 2025.07.23 21:43:04.630478 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2110 | 2025.07.23 21:43:04.630785 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2111 | 2025.07.23 21:43:04.630992 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2112 | 2025.07.23 21:43:04.631118 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00116 sec., 20689.655172413793 rows/sec., 1.72 MiB/sec. | ||
2113 | 2025.07.23 21:43:04.631154 [ 276 ] {586f5437-e643-4a1f-814d-6602c9217106} <Debug> TCPHandler: Processed in 0.001337982 sec. | ||
2114 | 2025.07.23 21:43:04.631295 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2115 | 2025.07.23 21:43:04.631417 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2116 | 2025.07.23 21:43:04.631465 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2117 | 2025.07.23 21:43:04.631961 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2118 | 2025.07.23 21:43:04.632005 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2119 | 2025.07.23 21:43:04.632367 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2120 | 2025.07.23 21:43:04.632585 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2121 | 2025.07.23 21:43:04.632712 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001319 sec., 7581.50113722517 rows/sec., 618.22 KiB/sec. | ||
2122 | 2025.07.23 21:43:04.632749 [ 276 ] {7852129e-ec78-45b3-aa5c-a1cb56e3f741} <Debug> TCPHandler: Processed in 0.001524354 sec. | ||
2123 | 2025.07.23 21:43:04.632868 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2124 | 2025.07.23 21:43:04.632968 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2125 | 2025.07.23 21:43:04.633010 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2126 | 2025.07.23 21:43:04.634044 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2127 | 2025.07.23 21:43:04.634081 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2128 | 2025.07.23 21:43:04.634600 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2129 | 2025.07.23 21:43:04.634826 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2130 | 2025.07.23 21:43:04.634957 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Debug> executeQuery: Read 1321 rows, 112.79 KiB in 0.002008 sec., 657868.5258964144 rows/sec., 54.86 MiB/sec. | ||
2131 | 2025.07.23 21:43:04.634995 [ 276 ] {6381e615-77ef-4d52-8d28-f168248393b7} <Debug> TCPHandler: Processed in 0.00217766 sec. | ||
2132 | 2025.07.23 21:43:04.635105 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2133 | 2025.07.23 21:43:04.635200 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2134 | 2025.07.23 21:43:04.635239 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2135 | 2025.07.23 21:43:04.635639 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2136 | 2025.07.23 21:43:04.635675 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2137 | 2025.07.23 21:43:04.635986 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2138 | 2025.07.23 21:43:04.636201 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2139 | 2025.07.23 21:43:04.636302 [ 34 ] {} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2140 | 2025.07.23 21:43:04.636327 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Debug> executeQuery: Read 22 rows, 1.66 KiB in 0.001146 sec., 19197.20767888307 rows/sec., 1.41 MiB/sec. | ||
2141 | 2025.07.23 21:43:04.636372 [ 34 ] {} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2142 | 2025.07.23 21:43:04.636380 [ 276 ] {5895fa77-0bab-428b-b3b1-6bd48663c480} <Debug> TCPHandler: Processed in 0.001324902 sec. | ||
2143 | 2025.07.23 21:43:04.636405 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2144 | 2025.07.23 21:43:04.636507 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2145 | 2025.07.23 21:43:04.636511 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::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 | ||
2146 | 2025.07.23 21:43:04.636625 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2147 | 2025.07.23 21:43:04.636655 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2148 | 2025.07.23 21:43:04.636675 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2149 | 2025.07.23 21:43:04.636695 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
2150 | 2025.07.23 21:43:04.636771 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
2151 | 2025.07.23 21:43:04.636821 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
2152 | 2025.07.23 21:43:04.636865 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
2153 | 2025.07.23 21:43:04.636909 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
2154 | 2025.07.23 21:43:04.636951 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
2155 | 2025.07.23 21:43:04.637228 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2156 | 2025.07.23 21:43:04.637276 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2157 | 2025.07.23 21:43:04.637714 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2158 | 2025.07.23 21:43:04.637767 [ 188 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299691 sec., 81557.84721137563 rows/sec., 6.35 MiB/sec. | ||
2159 | 2025.07.23 21:43:04.637906 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2160 | 2025.07.23 21:43:04.637957 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2161 | 2025.07.23 21:43:04.638098 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001497 sec., 168336.67334669337 rows/sec., 11.64 MiB/sec. | ||
2162 | 2025.07.23 21:43:04.638136 [ 276 ] {94f259a7-b805-46e2-b155-30552c50cb46} <Debug> TCPHandler: Processed in 0.001685145 sec. | ||
2163 | 2025.07.23 21:43:04.638183 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2164 | 2025.07.23 21:43:04.638253 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2165 | 2025.07.23 21:43:04.638254 [ 186 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_6_1} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2166 | 2025.07.23 21:43:04.638342 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2167 | 2025.07.23 21:43:04.638353 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2168 | 2025.07.23 21:43:04.638398 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2169 | 2025.07.23 21:43:04.638785 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2170 | 2025.07.23 21:43:04.638821 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2171 | 2025.07.23 21:43:04.639124 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2172 | 2025.07.23 21:43:04.639330 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2173 | 2025.07.23 21:43:04.639455 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. | ||
2174 | 2025.07.23 21:43:04.639491 [ 276 ] {369237de-4853-4c06-800b-da78ba977bb4} <Debug> TCPHandler: Processed in 0.001285531 sec. | ||
2175 | 2025.07.23 21:43:04.639594 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2176 | 2025.07.23 21:43:04.639690 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2177 | 2025.07.23 21:43:04.639730 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2178 | 2025.07.23 21:43:04.640299 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2179 | 2025.07.23 21:43:04.640337 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2180 | 2025.07.23 21:43:04.640653 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2181 | 2025.07.23 21:43:04.640862 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2182 | 2025.07.23 21:43:04.640988 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Debug> executeQuery: Read 566 rows, 43.48 KiB in 0.001315 sec., 430418.25095057033 rows/sec., 32.29 MiB/sec. | ||
2183 | 2025.07.23 21:43:04.641026 [ 276 ] {5f74084d-44d3-44ec-a69d-7152923dc83b} <Debug> TCPHandler: Processed in 0.001481333 sec. | ||
2184 | 2025.07.23 21:43:04.641138 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2185 | 2025.07.23 21:43:04.641232 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2186 | 2025.07.23 21:43:04.641273 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2187 | 2025.07.23 21:43:04.641839 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2025.07.23 21:43:04.641876 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2189 | 2025.07.23 21:43:04.642252 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2190 | 2025.07.23 21:43:04.642462 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2191 | 2025.07.23 21:43:04.642588 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Debug> executeQuery: Read 983 rows, 68.02 KiB in 0.001375 sec., 714909.0909090909 rows/sec., 48.31 MiB/sec. | ||
2192 | 2025.07.23 21:43:04.642625 [ 276 ] {3757594e-f9b3-496f-9451-f6ced27d33ba} <Debug> TCPHandler: Processed in 0.001537374 sec. | ||
2193 | 2025.07.23 21:43:04.642738 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2194 | 2025.07.23 21:43:04.642837 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2195 | 2025.07.23 21:43:04.642880 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2196 | 2025.07.23 21:43:04.643199 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2197 | 2025.07.23 21:43:04.643236 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2198 | 2025.07.23 21:43:04.643530 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2199 | 2025.07.23 21:43:04.643739 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2200 | 2025.07.23 21:43:04.643867 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001047 sec., 34383.95415472779 rows/sec., 2.32 MiB/sec. | ||
2201 | 2025.07.23 21:43:04.643904 [ 276 ] {4f8011a9-9803-47bb-b184-a88a23dd710e} <Debug> TCPHandler: Processed in 0.00121502 sec. | ||
2202 | 2025.07.23 21:43:07.298440 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2203 | 2025.07.23 21:43:07.298629 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2204 | 2025.07.23 21:43:07.298692 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2205 | 2025.07.23 21:43:07.299321 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2206 | 2025.07.23 21:43:07.299372 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2207 | 2025.07.23 21:43:07.299766 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2208 | 2025.07.23 21:43:07.299988 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2209 | 2025.07.23 21:43:07.300115 [ 30 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2210 | 2025.07.23 21:43:07.300147 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001565 sec., 35782.747603833865 rows/sec., 2.75 MiB/sec. | ||
2211 | 2025.07.23 21:43:07.300202 [ 276 ] {577c38e2-2e45-479a-b86c-0d05e6d25670} <Debug> TCPHandler: Processed in 0.001886636 sec. | ||
2212 | 2025.07.23 21:43:07.300192 [ 30 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2213 | 2025.07.23 21:43:07.300241 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2214 | 2025.07.23 21:43:07.300316 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2215 | 2025.07.23 21:43:07.300365 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
2216 | 2025.07.23 21:43:07.300414 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2217 | 2025.07.23 21:43:07.300454 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2218 | 2025.07.23 21:43:07.300488 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2219 | 2025.07.23 21:43:07.300532 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 1336 rows starting from the beginning of the part | ||
2220 | 2025.07.23 21:43:07.300624 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part | ||
2221 | 2025.07.23 21:43:07.300677 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
2222 | 2025.07.23 21:43:07.300734 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 140 rows starting from the beginning of the part | ||
2223 | 2025.07.23 21:43:07.300781 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1321 rows starting from the beginning of the part | ||
2224 | 2025.07.23 21:43:07.300827 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
2225 | 2025.07.23 21:43:07.300880 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2226 | 2025.07.23 21:43:07.300917 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2227 | 2025.07.23 21:43:07.301221 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2228 | 2025.07.23 21:43:07.301431 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2229 | 2025.07.23 21:43:07.301546 [ 28 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2230 | 2025.07.23 21:43:07.301561 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001165 sec., 54935.622317596564 rows/sec., 4.29 MiB/sec. | ||
2231 | 2025.07.23 21:43:07.301583 [ 28 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2232 | 2025.07.23 21:43:07.301599 [ 276 ] {14d82b05-0e4d-4268-9e05-6a8de322bea7} <Debug> TCPHandler: Processed in 0.001330592 sec. | ||
2233 | 2025.07.23 21:43:07.301602 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2234 | 2025.07.23 21:43:07.301701 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
2235 | 2025.07.23 21:43:07.301708 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2236 | 2025.07.23 21:43:07.301823 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2237 | 2025.07.23 21:43:07.301828 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2238 | 2025.07.23 21:43:07.301870 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2239 | 2025.07.23 21:43:07.301877 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 566 rows starting from the beginning of the part | ||
2240 | 2025.07.23 21:43:07.301953 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part | ||
2241 | 2025.07.23 21:43:07.301996 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
2242 | 2025.07.23 21:43:07.302050 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 124 rows starting from the beginning of the part | ||
2243 | 2025.07.23 21:43:07.302091 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 566 rows starting from the beginning of the part | ||
2244 | 2025.07.23 21:43:07.302129 [ 186 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
2245 | 2025.07.23 21:43:07.302255 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2246 | 2025.07.23 21:43:07.302295 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2247 | 2025.07.23 21:43:07.302393 [ 188 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2985 rows, containing 5 columns (5 merged, 0 gathered) in 0.002084509 sec., 1431991.8983319334 rows/sec., 124.87 MiB/sec. | ||
2248 | 2025.07.23 21:43:07.302671 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2249 | 2025.07.23 21:43:07.302750 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2250 | 2025.07.23 21:43:07.302927 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2251 | 2025.07.23 21:43:07.302973 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2252 | 2025.07.23 21:43:07.302987 [ 196 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_15_3} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2253 | 2025.07.23 21:43:07.303043 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
2254 | 2025.07.23 21:43:07.303100 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001295 sec., 49420.84942084942 rows/sec., 3.44 MiB/sec. | ||
2255 | 2025.07.23 21:43:07.303136 [ 276 ] {697d92d3-f6bd-4d43-9e24-433b62ae20c0} <Debug> TCPHandler: Processed in 0.001476323 sec. | ||
2256 | 2025.07.23 21:43:07.303241 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2257 | 2025.07.23 21:43:07.303254 [ 189 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001590084 sec., 916932.6903484344 rows/sec., 72.91 MiB/sec. | ||
2258 | 2025.07.23 21:43:07.303333 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2259 | 2025.07.23 21:43:07.303377 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2260 | 2025.07.23 21:43:07.303449 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2261 | 2025.07.23 21:43:07.303677 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2262 | 2025.07.23 21:43:07.303692 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2263 | 2025.07.23 21:43:07.303727 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2264 | 2025.07.23 21:43:07.303737 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_15_3} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2265 | 2025.07.23 21:43:07.303803 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
2266 | 2025.07.23 21:43:07.304017 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2267 | 2025.07.23 21:43:07.304226 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2268 | 2025.07.23 21:43:07.304347 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001032 sec., 23255.813953488374 rows/sec., 1.57 MiB/sec. | ||
2269 | 2025.07.23 21:43:07.304380 [ 276 ] {b4747980-ecd9-41c6-93e5-9c40d0d747a5} <Debug> TCPHandler: Processed in 0.00118612 sec. | ||
2270 | 2025.07.23 21:43:10.525203 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2271 | 2025.07.23 21:43:10.525277 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2272 | 2025.07.23 21:43:10.589515 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
2273 | 2025.07.23 21:43:10.590025 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2274 | 2025.07.23 21:43:10.590067 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2275 | 2025.07.23 21:43:10.590628 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2276 | 2025.07.23 21:43:10.590864 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2277 | 2025.07.23 21:43:10.590987 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2278 | 2025.07.23 21:43:10.594861 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 324 | ||
2279 | 2025.07.23 21:43:10.597557 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2280 | 2025.07.23 21:43:10.597618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2281 | 2025.07.23 21:43:10.598951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2282 | 2025.07.23 21:43:10.599268 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2283 | 2025.07.23 21:43:10.599613 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
2284 | 2025.07.23 21:43:10.900053 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2285 | 2025.07.23 21:43:10.917758 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2286 | 2025.07.23 21:43:10.917818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2287 | 2025.07.23 21:43:10.923782 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2288 | 2025.07.23 21:43:10.924500 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2289 | 2025.07.23 21:43:10.927906 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2290 | 2025.07.23 21:43:12.305157 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2291 | 2025.07.23 21:43:12.305433 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2292 | 2025.07.23 21:43:12.305532 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2293 | 2025.07.23 21:43:12.306297 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2025.07.23 21:43:12.306337 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2295 | 2025.07.23 21:43:12.306716 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2296 | 2025.07.23 21:43:12.306931 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2025.07.23 21:43:12.307083 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001724 sec., 81206.49651972158 rows/sec., 7.05 MiB/sec. | ||
2298 | 2025.07.23 21:43:12.307124 [ 276 ] {c987016b-c271-4517-b8e2-71dda36c816d} <Debug> TCPHandler: Processed in 0.002141629 sec. | ||
2299 | 2025.07.23 21:43:12.307250 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2025.07.23 21:43:12.307369 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2301 | 2025.07.23 21:43:12.307418 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2302 | 2025.07.23 21:43:12.307878 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2025.07.23 21:43:12.307915 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2304 | 2025.07.23 21:43:12.308216 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2305 | 2025.07.23 21:43:12.308423 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2306 | 2025.07.23 21:43:12.308549 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001204 sec., 34883.72093023256 rows/sec., 2.56 MiB/sec. | ||
2307 | 2025.07.23 21:43:12.308587 [ 276 ] {4cd74d08-3f8c-4089-b0f0-978b83ece15f} <Debug> TCPHandler: Processed in 0.001399852 sec. | ||
2308 | 2025.07.23 21:43:12.308708 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2309 | 2025.07.23 21:43:12.308833 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2310 | 2025.07.23 21:43:12.308882 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2311 | 2025.07.23 21:43:12.309423 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2312 | 2025.07.23 21:43:12.309468 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2313 | 2025.07.23 21:43:12.309843 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2314 | 2025.07.23 21:43:12.310062 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2315 | 2025.07.23 21:43:12.310188 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001379 sec., 76867.29514140681 rows/sec., 6.00 MiB/sec. | ||
2316 | 2025.07.23 21:43:12.310226 [ 276 ] {9233cb16-76ae-4154-a30e-d01a0d1c65e6} <Debug> TCPHandler: Processed in 0.001578384 sec. | ||
2317 | 2025.07.23 21:43:12.310334 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2318 | 2025.07.23 21:43:12.310428 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2319 | 2025.07.23 21:43:12.310470 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2320 | 2025.07.23 21:43:12.310859 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2025.07.23 21:43:12.310895 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2322 | 2025.07.23 21:43:12.311209 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2323 | 2025.07.23 21:43:12.311417 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2025.07.23 21:43:12.311536 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2325 | 2025.07.23 21:43:12.311543 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001134 sec., 141093.47442680775 rows/sec., 9.83 MiB/sec. | ||
2326 | 2025.07.23 21:43:12.311581 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2327 | 2025.07.23 21:43:12.311593 [ 276 ] {ba777a6c-33b8-4bcb-945f-3cb1ece956b5} <Debug> TCPHandler: Processed in 0.001308051 sec. | ||
2328 | 2025.07.23 21:43:12.311604 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2329 | 2025.07.23 21:43:12.311716 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2330 | 2025.07.23 21:43:12.311725 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2331 | 2025.07.23 21:43:12.311842 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2332 | 2025.07.23 21:43:12.311897 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2333 | 2025.07.23 21:43:12.311912 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <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 | ||
2334 | 2025.07.23 21:43:12.311945 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4082 rows starting from the beginning of the part | ||
2335 | 2025.07.23 21:43:12.312023 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2336 | 2025.07.23 21:43:12.312074 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
2337 | 2025.07.23 21:43:12.312125 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 983 rows starting from the beginning of the part | ||
2338 | 2025.07.23 21:43:12.312170 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
2339 | 2025.07.23 21:43:12.312216 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
2340 | 2025.07.23 21:43:12.312815 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2341 | 2025.07.23 21:43:12.312856 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2342 | 2025.07.23 21:43:12.313490 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2343 | 2025.07.23 21:43:12.313730 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2344 | 2025.07.23 21:43:12.313869 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002052 sec., 20467.83625730994 rows/sec., 36.68 MiB/sec. | ||
2345 | 2025.07.23 21:43:12.313922 [ 276 ] {60faf246-cb60-4b33-a891-ae5fbdd00396} <Debug> TCPHandler: Processed in 0.00226829 sec. | ||
2346 | 2025.07.23 21:43:12.314034 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2347 | 2025.07.23 21:43:12.314130 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2348 | 2025.07.23 21:43:12.314172 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2349 | 2025.07.23 21:43:12.314502 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2350 | 2025.07.23 21:43:12.314536 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2351 | 2025.07.23 21:43:12.314855 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2352 | 2025.07.23 21:43:12.315074 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2353 | 2025.07.23 21:43:12.315162 [ 84 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2354 | 2025.07.23 21:43:12.315186 [ 84 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2025.07.23 21:43:12.315198 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
2356 | 2025.07.23 21:43:12.315202 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2357 | 2025.07.23 21:43:12.315234 [ 276 ] {d229c653-ac01-4ec9-a356-befff916c604} <Debug> TCPHandler: Processed in 0.001249651 sec. | ||
2358 | 2025.07.23 21:43:12.315342 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2359 | 2025.07.23 21:43:12.315506 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2360 | 2025.07.23 21:43:12.315558 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part | ||
2361 | 2025.07.23 21:43:12.315661 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2362 | 2025.07.23 21:43:12.315722 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
2363 | 2025.07.23 21:43:12.315768 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
2364 | 2025.07.23 21:43:12.315807 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
2365 | 2025.07.23 21:43:12.315845 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
2366 | 2025.07.23 21:43:12.316793 [ 200 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.001578774 sec., 524457.5854428816 rows/sec., 35.34 MiB/sec. | ||
2367 | 2025.07.23 21:43:12.317030 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2368 | 2025.07.23 21:43:12.317304 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2369 | 2025.07.23 21:43:12.317376 [ 189 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_16_3} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2370 | 2025.07.23 21:43:12.317447 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2371 | 2025.07.23 21:43:12.319387 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5609 rows, containing 5 columns (5 merged, 0 gathered) in 0.007718758 sec., 726671.3116281143 rows/sec., 49.72 MiB/sec. | ||
2372 | 2025.07.23 21:43:12.319816 [ 198 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2373 | 2025.07.23 21:43:12.320085 [ 198 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2374 | 2025.07.23 21:43:12.320156 [ 198 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2375 | 2025.07.23 21:43:12.320233 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
2376 | 2025.07.23 21:43:15.467665 [ 123 ] {} <Debug> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2377 | 2025.07.23 21:43:15.467748 [ 123 ] {} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2378 | 2025.07.23 21:43:15.467769 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2379 | 2025.07.23 21:43:15.467904 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
2380 | 2025.07.23 21:43:15.468223 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2381 | 2025.07.23 21:43:15.468269 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
2382 | 2025.07.23 21:43:15.468382 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
2383 | 2025.07.23 21:43:15.468448 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
2384 | 2025.07.23 21:43:15.468516 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
2385 | 2025.07.23 21:43:15.468582 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
2386 | 2025.07.23 21:43:15.470122 [ 198 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.00227538 sec., 15382.046075820303 rows/sec., 3.15 MiB/sec. | ||
2387 | 2025.07.23 21:43:15.470288 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2388 | 2025.07.23 21:43:15.470602 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2389 | 2025.07.23 21:43:15.470676 [ 200 ] {41a7cd03-5737-4616-9e03-49e922f52389::all_1_5_1} <Trace> oximeter.timeseries_schema (41a7cd03-5737-4616-9e03-49e922f52389) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2390 | 2025.07.23 21:43:15.470758 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2391 | 2025.07.23 21:43:17.303186 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2392 | 2025.07.23 21:43:17.303469 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2393 | 2025.07.23 21:43:17.303569 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2394 | 2025.07.23 21:43:17.304384 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2395 | 2025.07.23 21:43:17.304430 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2396 | 2025.07.23 21:43:17.304808 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2397 | 2025.07.23 21:43:17.305032 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2398 | 2025.07.23 21:43:17.305188 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.40 MiB/sec. | ||
2399 | 2025.07.23 21:43:17.305229 [ 276 ] {ada18a3e-35d7-49a6-8d8e-1e471ebf03ba} <Debug> TCPHandler: Processed in 0.00221963 sec. | ||
2400 | 2025.07.23 21:43:17.305365 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2401 | 2025.07.23 21:43:17.305461 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2402 | 2025.07.23 21:43:17.305501 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2403 | 2025.07.23 21:43:17.305931 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2404 | 2025.07.23 21:43:17.305966 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2405 | 2025.07.23 21:43:17.306262 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2406 | 2025.07.23 21:43:17.306465 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2407 | 2025.07.23 21:43:17.306587 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 4.36 MiB/sec. | ||
2408 | 2025.07.23 21:43:17.306623 [ 276 ] {4b89e1cb-73af-4794-844f-2be7005e4aef} <Debug> TCPHandler: Processed in 0.001317362 sec. | ||
2409 | 2025.07.23 21:43:17.306735 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2410 | 2025.07.23 21:43:17.306831 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2411 | 2025.07.23 21:43:17.306873 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2412 | 2025.07.23 21:43:17.307289 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2413 | 2025.07.23 21:43:17.307324 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2414 | 2025.07.23 21:43:17.307643 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2415 | 2025.07.23 21:43:17.307854 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2416 | 2025.07.23 21:43:17.307979 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. | ||
2417 | 2025.07.23 21:43:17.308014 [ 276 ] {893345e4-d124-4fad-b765-cdc5947206c4} <Debug> TCPHandler: Processed in 0.001326501 sec. | ||
2418 | 2025.07.23 21:43:17.308118 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2025.07.23 21:43:17.308210 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2420 | 2025.07.23 21:43:17.308251 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2421 | 2025.07.23 21:43:17.308579 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2422 | 2025.07.23 21:43:17.308614 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2423 | 2025.07.23 21:43:17.308904 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2424 | 2025.07.23 21:43:17.309112 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2425 | 2025.07.23 21:43:17.309237 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. | ||
2426 | 2025.07.23 21:43:17.309271 [ 276 ] {5091fc91-2d23-4790-bed6-c91075ad13a2} <Debug> TCPHandler: Processed in 0.00120064 sec. | ||
2427 | 2025.07.23 21:43:18.091259 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
2428 | 2025.07.23 21:43:18.091885 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2429 | 2025.07.23 21:43:18.091929 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2430 | 2025.07.23 21:43:18.092477 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2431 | 2025.07.23 21:43:18.092721 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2432 | 2025.07.23 21:43:18.092894 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
2433 | 2025.07.23 21:43:18.428105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2434 | 2025.07.23 21:43:18.445302 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2435 | 2025.07.23 21:43:18.445371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2436 | 2025.07.23 21:43:18.451279 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2437 | 2025.07.23 21:43:18.452025 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2438 | 2025.07.23 21:43:18.455794 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2439 | 2025.07.23 21:43:20.599879 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 344 | ||
2440 | 2025.07.23 21:43:20.602044 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2441 | 2025.07.23 21:43:20.602089 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2442 | 2025.07.23 21:43:20.603239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2443 | 2025.07.23 21:43:20.603508 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2444 | 2025.07.23 21:43:20.603850 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344 | ||
2445 | 2025.07.23 21:43:22.305270 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2446 | 2025.07.23 21:43:22.305461 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2447 | 2025.07.23 21:43:22.305528 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2448 | 2025.07.23 21:43:22.306241 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2449 | 2025.07.23 21:43:22.306278 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2450 | 2025.07.23 21:43:22.306650 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2451 | 2025.07.23 21:43:22.306874 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2452 | 2025.07.23 21:43:22.307018 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001608 sec., 1243.7810945273632 rows/sec., 101.42 KiB/sec. | ||
2453 | 2025.07.23 21:43:22.307059 [ 276 ] {fafc2cb7-d6ae-4310-8085-3a25cab351a9} <Debug> TCPHandler: Processed in 0.001924827 sec. | ||
2454 | 2025.07.23 21:43:22.307180 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2455 | 2025.07.23 21:43:22.307275 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2456 | 2025.07.23 21:43:22.307313 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2457 | 2025.07.23 21:43:22.307920 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2458 | 2025.07.23 21:43:22.307953 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2459 | 2025.07.23 21:43:22.308276 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2460 | 2025.07.23 21:43:22.308488 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2461 | 2025.07.23 21:43:22.308618 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Debug> executeQuery: Read 141 rows, 12.51 KiB in 0.001362 sec., 103524.22907488987 rows/sec., 8.97 MiB/sec. | ||
2462 | 2025.07.23 21:43:22.308654 [ 276 ] {38323306-8ee3-44d0-937c-c84add834710} <Debug> TCPHandler: Processed in 0.001521323 sec. | ||
2463 | 2025.07.23 21:43:22.308776 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2025.07.23 21:43:22.308869 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2465 | 2025.07.23 21:43:22.308909 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2466 | 2025.07.23 21:43:22.309311 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2467 | 2025.07.23 21:43:22.309344 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2468 | 2025.07.23 21:43:22.309628 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2469 | 2025.07.23 21:43:22.309827 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2470 | 2025.07.23 21:43:22.309953 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Debug> executeQuery: Read 44 rows, 3.30 KiB in 0.001102 sec., 39927.40471869329 rows/sec., 2.92 MiB/sec. | ||
2471 | 2025.07.23 21:43:22.309989 [ 276 ] {ffdb45ca-37d7-4608-86bb-5e13971996f0} <Debug> TCPHandler: Processed in 0.001266651 sec. | ||
2472 | 2025.07.23 21:43:22.310087 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2025.07.23 21:43:22.310194 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2474 | 2025.07.23 21:43:22.310257 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2475 | 2025.07.23 21:43:22.310718 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2025.07.23 21:43:22.310755 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2477 | 2025.07.23 21:43:22.311052 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2478 | 2025.07.23 21:43:22.311261 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2025.07.23 21:43:22.311385 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001212 sec., 89108.91089108911 rows/sec., 6.96 MiB/sec. | ||
2480 | 2025.07.23 21:43:22.311421 [ 276 ] {dacd5bb2-06b4-4a98-aa9b-939d7829894c} <Debug> TCPHandler: Processed in 0.001381553 sec. | ||
2481 | 2025.07.23 21:43:22.311553 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2482 | 2025.07.23 21:43:22.311672 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2483 | 2025.07.23 21:43:22.311713 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2484 | 2025.07.23 21:43:22.312169 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2485 | 2025.07.23 21:43:22.312204 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2486 | 2025.07.23 21:43:22.312527 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2487 | 2025.07.23 21:43:22.312729 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2488 | 2025.07.23 21:43:22.312856 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001203 sec., 133832.08645054032 rows/sec., 9.32 MiB/sec. | ||
2489 | 2025.07.23 21:43:22.312891 [ 276 ] {f0bbe510-f7d4-4f22-97c9-8996e055d06a} <Debug> TCPHandler: Processed in 0.001392322 sec. | ||
2490 | 2025.07.23 21:43:22.313000 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2491 | 2025.07.23 21:43:22.313093 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2492 | 2025.07.23 21:43:22.313145 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <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 | ||
2493 | 2025.07.23 21:43:22.313973 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2494 | 2025.07.23 21:43:22.314007 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2495 | 2025.07.23 21:43:22.314548 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2496 | 2025.07.23 21:43:22.314766 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2025.07.23 21:43:22.314882 [ 172 ] {} <Debug> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2498 | 2025.07.23 21:43:22.314899 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001824 sec., 23026.315789473683 rows/sec., 41.26 MiB/sec. | ||
2499 | 2025.07.23 21:43:22.314919 [ 172 ] {} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2500 | 2025.07.23 21:43:22.314938 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. | ||
2501 | 2025.07.23 21:43:22.314951 [ 276 ] {3b9c819a-2cf9-448f-ae3a-1ea53ccb9369} <Debug> TCPHandler: Processed in 0.001998668 sec. | ||
2502 | 2025.07.23 21:43:22.315063 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2503 | 2025.07.23 21:43:22.315072 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::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 | ||
2504 | 2025.07.23 21:43:22.315161 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2505 | 2025.07.23 21:43:22.315205 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2506 | 2025.07.23 21:43:22.315384 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2507 | 2025.07.23 21:43:22.315473 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
2508 | 2025.07.23 21:43:22.315553 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2025.07.23 21:43:22.315591 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2510 | 2025.07.23 21:43:22.315656 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
2511 | 2025.07.23 21:43:22.315800 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
2512 | 2025.07.23 21:43:22.315891 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2513 | 2025.07.23 21:43:22.315932 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
2514 | 2025.07.23 21:43:22.316066 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
2515 | 2025.07.23 21:43:22.316128 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2516 | 2025.07.23 21:43:22.316180 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
2517 | 2025.07.23 21:43:22.316282 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. | ||
2518 | 2025.07.23 21:43:22.316322 [ 276 ] {d3aba650-96a8-4504-9460-bfdbd467eb77} <Debug> TCPHandler: Processed in 0.001306641 sec. | ||
2519 | 2025.07.23 21:43:22.318588 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 19 columns (19 merged, 0 gathered) in 0.003586561 sec., 43495.70521733772 rows/sec., 77.94 MiB/sec. | ||
2520 | 2025.07.23 21:43:22.318867 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2521 | 2025.07.23 21:43:22.319157 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2522 | 2025.07.23 21:43:22.319224 [ 187 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2523 | 2025.07.23 21:43:22.319298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
2524 | 2025.07.23 21:43:25.525515 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2525 | 2025.07.23 21:43:25.525579 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2526 | 2025.07.23 21:43:25.593119 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
2527 | 2025.07.23 21:43:25.593598 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2528 | 2025.07.23 21:43:25.593635 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2529 | 2025.07.23 21:43:25.594125 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2530 | 2025.07.23 21:43:25.594353 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2531 | 2025.07.23 21:43:25.594477 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2532 | 2025.07.23 21:43:25.956026 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2533 | 2025.07.23 21:43:25.972881 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2534 | 2025.07.23 21:43:25.972938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2535 | 2025.07.23 21:43:25.978963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2536 | 2025.07.23 21:43:25.979674 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2537 | 2025.07.23 21:43:25.982601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2538 | 2025.07.23 21:43:27.303916 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2025.07.23 21:43:27.304109 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2540 | 2025.07.23 21:43:27.304177 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2541 | 2025.07.23 21:43:27.304968 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2542 | 2025.07.23 21:43:27.305008 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2543 | 2025.07.23 21:43:27.305415 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2544 | 2025.07.23 21:43:27.305635 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2545 | 2025.07.23 21:43:27.305781 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001724 sec., 32482.59860788863 rows/sec., 2.50 MiB/sec. | ||
2546 | 2025.07.23 21:43:27.305821 [ 276 ] {0357a175-bb55-46f0-9fdc-5e640ab859a5} <Debug> TCPHandler: Processed in 0.002034288 sec. | ||
2547 | 2025.07.23 21:43:27.305955 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2548 | 2025.07.23 21:43:27.306051 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2549 | 2025.07.23 21:43:27.306089 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2550 | 2025.07.23 21:43:27.306548 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2551 | 2025.07.23 21:43:27.306583 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2552 | 2025.07.23 21:43:27.306881 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2553 | 2025.07.23 21:43:27.307087 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2554 | 2025.07.23 21:43:27.307210 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. | ||
2555 | 2025.07.23 21:43:27.307255 [ 276 ] {79647f2c-6880-4cc1-a174-2450dfe65fea} <Debug> TCPHandler: Processed in 0.001357932 sec. | ||
2556 | 2025.07.23 21:43:27.307370 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2025.07.23 21:43:27.307465 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2558 | 2025.07.23 21:43:27.307507 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2559 | 2025.07.23 21:43:27.307958 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2560 | 2025.07.23 21:43:27.307992 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2561 | 2025.07.23 21:43:27.308324 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2562 | 2025.07.23 21:43:27.308524 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2563 | 2025.07.23 21:43:27.308649 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. | ||
2564 | 2025.07.23 21:43:27.308694 [ 276 ] {cc762af9-79c8-4d4c-806e-7a5320881f68} <Debug> TCPHandler: Processed in 0.001372382 sec. | ||
2565 | 2025.07.23 21:43:27.308804 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2566 | 2025.07.23 21:43:27.308898 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2567 | 2025.07.23 21:43:27.308939 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2568 | 2025.07.23 21:43:27.309273 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2569 | 2025.07.23 21:43:27.309360 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2570 | 2025.07.23 21:43:27.309738 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2571 | 2025.07.23 21:43:27.309990 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2572 | 2025.07.23 21:43:27.310142 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001261 sec., 47581.28469468676 rows/sec., 3.21 MiB/sec. | ||
2573 | 2025.07.23 21:43:27.310184 [ 276 ] {7b96a78b-a4e9-48ba-9a06-b15a330f8cab} <Debug> TCPHandler: Processed in 0.001428093 sec. | ||
2574 | 2025.07.23 21:43:30.604247 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 366 | ||
2575 | 2025.07.23 21:43:30.606435 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2576 | 2025.07.23 21:43:30.606480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2577 | 2025.07.23 21:43:30.607642 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2578 | 2025.07.23 21:43:30.607910 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2579 | 2025.07.23 21:43:30.608230 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366 | ||
2580 | 2025.07.23 21:43:32.304550 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2581 | 2025.07.23 21:43:32.304747 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2582 | 2025.07.23 21:43:32.304818 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2583 | 2025.07.23 21:43:32.305590 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2584 | 2025.07.23 21:43:32.305637 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2585 | 2025.07.23 21:43:32.306022 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2586 | 2025.07.23 21:43:32.306241 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2025.07.23 21:43:32.306390 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001695 sec., 82595.87020648968 rows/sec., 7.17 MiB/sec. | ||
2588 | 2025.07.23 21:43:32.306389 [ 149 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
2589 | 2025.07.23 21:43:32.306431 [ 276 ] {d0e5da47-fbdc-46b6-a99e-004c8b12ec76} <Debug> TCPHandler: Processed in 0.002038178 sec. | ||
2590 | 2025.07.23 21:43:32.306462 [ 149 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2591 | 2025.07.23 21:43:32.306490 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2592 | 2025.07.23 21:43:32.306551 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2593 | 2025.07.23 21:43:32.306614 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
2594 | 2025.07.23 21:43:32.306650 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2595 | 2025.07.23 21:43:32.306703 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2596 | 2025.07.23 21:43:32.306765 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2597 | 2025.07.23 21:43:32.306809 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 1405 rows starting from the beginning of the part | ||
2598 | 2025.07.23 21:43:32.306885 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part | ||
2599 | 2025.07.23 21:43:32.306938 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
2600 | 2025.07.23 21:43:32.306989 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 141 rows starting from the beginning of the part | ||
2601 | 2025.07.23 21:43:32.307034 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
2602 | 2025.07.23 21:43:32.307081 [ 202 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 140 rows starting from the beginning of the part | ||
2603 | 2025.07.23 21:43:32.307103 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2604 | 2025.07.23 21:43:32.307145 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2605 | 2025.07.23 21:43:32.307472 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2606 | 2025.07.23 21:43:32.307685 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2607 | 2025.07.23 21:43:32.307816 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001186 sec., 35413.15345699831 rows/sec., 2.60 MiB/sec. | ||
2608 | 2025.07.23 21:43:32.307854 [ 276 ] {ac8308a2-d4ba-499d-abeb-d255b90effb5} <Debug> TCPHandler: Processed in 0.001349912 sec. | ||
2609 | 2025.07.23 21:43:32.307963 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2025.07.23 21:43:32.308055 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2611 | 2025.07.23 21:43:32.308094 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2612 | 2025.07.23 21:43:32.308319 [ 187 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1938 rows, containing 5 columns (5 merged, 0 gathered) in 0.001760406 sec., 1100882.410080402 rows/sec., 96.86 MiB/sec. | ||
2613 | 2025.07.23 21:43:32.308527 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2614 | 2025.07.23 21:43:32.308568 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2615 | 2025.07.23 21:43:32.308598 [ 187 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
2616 | 2025.07.23 21:43:32.308901 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2617 | 2025.07.23 21:43:32.308915 [ 187 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2618 | 2025.07.23 21:43:32.309007 [ 187 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_20_4} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
2619 | 2025.07.23 21:43:32.309104 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2620 | 2025.07.23 21:43:32.309129 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2621 | 2025.07.23 21:43:32.309234 [ 149 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
2622 | 2025.07.23 21:43:32.309258 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001221 sec., 86814.08681408681 rows/sec., 6.78 MiB/sec. | ||
2623 | 2025.07.23 21:43:32.309267 [ 149 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2624 | 2025.07.23 21:43:32.309297 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2625 | 2025.07.23 21:43:32.309300 [ 276 ] {fcac3b9f-48e0-4e4a-bc13-f4488ed8532e} <Debug> TCPHandler: Processed in 0.001383743 sec. | ||
2626 | 2025.07.23 21:43:32.309368 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
2627 | 2025.07.23 21:43:32.309440 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2628 | 2025.07.23 21:43:32.309461 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2629 | 2025.07.23 21:43:32.309499 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 626 rows starting from the beginning of the part | ||
2630 | 2025.07.23 21:43:32.309544 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 106 rows starting from the beginning of the part | ||
2631 | 2025.07.23 21:43:32.309575 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2632 | 2025.07.23 21:43:32.309586 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
2633 | 2025.07.23 21:43:32.309638 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part | ||
2634 | 2025.07.23 21:43:32.309639 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2635 | 2025.07.23 21:43:32.309674 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
2636 | 2025.07.23 21:43:32.309715 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 106 rows starting from the beginning of the part | ||
2637 | 2025.07.23 21:43:32.310137 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2638 | 2025.07.23 21:43:32.310187 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2639 | 2025.07.23 21:43:32.310554 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001213531 sec., 885020.6546021487 rows/sec., 71.07 MiB/sec. | ||
2640 | 2025.07.23 21:43:32.310583 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2641 | 2025.07.23 21:43:32.310712 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
2642 | 2025.07.23 21:43:32.310846 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2643 | 2025.07.23 21:43:32.310998 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
2644 | 2025.07.23 21:43:32.310998 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2645 | 2025.07.23 21:43:32.311043 [ 276 ] {621b3d21-50b5-4fd3-924a-29ea48de4c03} <Debug> TCPHandler: Processed in 0.001669595 sec. | ||
2646 | 2025.07.23 21:43:32.311093 [ 202 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_20_4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
2647 | 2025.07.23 21:43:32.311162 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2648 | 2025.07.23 21:43:32.311169 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
2649 | 2025.07.23 21:43:32.311269 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2650 | 2025.07.23 21:43:32.311329 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <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 | ||
2651 | 2025.07.23 21:43:32.312138 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2652 | 2025.07.23 21:43:32.312174 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2653 | 2025.07.23 21:43:32.312773 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2654 | 2025.07.23 21:43:32.312992 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2655 | 2025.07.23 21:43:32.313124 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001873 sec., 22423.918846769888 rows/sec., 40.18 MiB/sec. | ||
2656 | 2025.07.23 21:43:32.313174 [ 276 ] {2c0ae5eb-4e30-4509-a340-b88368a9800d} <Debug> TCPHandler: Processed in 0.002061018 sec. | ||
2657 | 2025.07.23 21:43:32.313283 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2658 | 2025.07.23 21:43:32.313377 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2659 | 2025.07.23 21:43:32.313417 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2660 | 2025.07.23 21:43:32.313756 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2661 | 2025.07.23 21:43:32.313791 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2662 | 2025.07.23 21:43:32.314090 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2663 | 2025.07.23 21:43:32.314293 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2664 | 2025.07.23 21:43:32.314417 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. | ||
2665 | 2025.07.23 21:43:32.314451 [ 276 ] {a7a2e35a-1329-4876-bfc5-9ff85cc565a9} <Debug> TCPHandler: Processed in 0.001216121 sec. | ||
2666 | 2025.07.23 21:43:33.094604 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
2667 | 2025.07.23 21:43:33.095169 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2668 | 2025.07.23 21:43:33.095225 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2669 | 2025.07.23 21:43:33.095759 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2670 | 2025.07.23 21:43:33.095988 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2671 | 2025.07.23 21:43:33.096113 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
2672 | 2025.07.23 21:43:33.482725 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2673 | 2025.07.23 21:43:33.498725 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2674 | 2025.07.23 21:43:33.498769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2675 | 2025.07.23 21:43:33.505017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2676 | 2025.07.23 21:43:33.505732 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2677 | 2025.07.23 21:43:33.508346 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2678 | 2025.07.23 21:43:34.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.74 MiB, peak 204.74 MiB, free memory in arenas 0.00 B, will set to 201.88 MiB (RSS), difference: 1.13 MiB | ||
2679 | 2025.07.23 21:43:34.624574 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2025.07.23 21:43:34.624854 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2681 | 2025.07.23 21:43:34.624955 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2682 | 2025.07.23 21:43:34.625858 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2683 | 2025.07.23 21:43:34.625911 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2684 | 2025.07.23 21:43:34.626283 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2685 | 2025.07.23 21:43:34.626509 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2686 | 2025.07.23 21:43:34.626656 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001877 sec., 12786.361214704315 rows/sec., 1.06 MiB/sec. | ||
2687 | 2025.07.23 21:43:34.626698 [ 276 ] {cfb8ab84-5f31-4566-8190-165968094ed2} <Debug> TCPHandler: Processed in 0.00230945 sec. | ||
2688 | 2025.07.23 21:43:34.626817 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2689 | 2025.07.23 21:43:34.626912 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2690 | 2025.07.23 21:43:34.626951 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2691 | 2025.07.23 21:43:34.628034 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2692 | 2025.07.23 21:43:34.628071 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2693 | 2025.07.23 21:43:34.628470 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2694 | 2025.07.23 21:43:34.628683 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2695 | 2025.07.23 21:43:34.628812 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Debug> executeQuery: Read 1316 rows, 112.43 KiB in 0.001918 sec., 686131.3868613138 rows/sec., 57.24 MiB/sec. | ||
2696 | 2025.07.23 21:43:34.628849 [ 276 ] {3ff2223b-0eb4-46a6-8317-733a933fcb04} <Debug> TCPHandler: Processed in 0.002080248 sec. | ||
2697 | 2025.07.23 21:43:34.628953 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2698 | 2025.07.23 21:43:34.629047 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2699 | 2025.07.23 21:43:34.629086 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2700 | 2025.07.23 21:43:34.629497 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2701 | 2025.07.23 21:43:34.629534 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2702 | 2025.07.23 21:43:34.629816 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2703 | 2025.07.23 21:43:34.630021 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2704 | 2025.07.23 21:43:34.630146 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 859.51 KiB/sec. | ||
2705 | 2025.07.23 21:43:34.630182 [ 276 ] {9a4a45b2-0902-4ff9-835a-17bcbb7e1278} <Debug> TCPHandler: Processed in 0.001277381 sec. | ||
2706 | 2025.07.23 21:43:34.630282 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2707 | 2025.07.23 21:43:34.630375 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2708 | 2025.07.23 21:43:34.630413 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2709 | 2025.07.23 21:43:34.630912 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2710 | 2025.07.23 21:43:34.630949 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2711 | 2025.07.23 21:43:34.631266 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2712 | 2025.07.23 21:43:34.631476 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2713 | 2025.07.23 21:43:34.631592 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00125 sec., 201600 rows/sec., 13.94 MiB/sec. | ||
2714 | 2025.07.23 21:43:34.631632 [ 276 ] {fd68f73e-453e-4bbe-b96b-142b71bd0a50} <Debug> TCPHandler: Processed in 0.001411952 sec. | ||
2715 | 2025.07.23 21:43:34.631744 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2716 | 2025.07.23 21:43:34.631833 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2717 | 2025.07.23 21:43:34.631870 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2718 | 2025.07.23 21:43:34.632243 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2719 | 2025.07.23 21:43:34.632277 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2720 | 2025.07.23 21:43:34.632622 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2721 | 2025.07.23 21:43:34.632849 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2722 | 2025.07.23 21:43:34.632971 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. | ||
2723 | 2025.07.23 21:43:34.633006 [ 276 ] {cd7e0a92-7f09-4404-9e32-e19aacead26e} <Debug> TCPHandler: Processed in 0.001284841 sec. | ||
2724 | 2025.07.23 21:43:34.633112 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2725 | 2025.07.23 21:43:34.633205 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2726 | 2025.07.23 21:43:34.633243 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2727 | 2025.07.23 21:43:34.633825 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2728 | 2025.07.23 21:43:34.633860 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2729 | 2025.07.23 21:43:34.634181 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2730 | 2025.07.23 21:43:34.634381 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2731 | 2025.07.23 21:43:34.634503 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001316 sec., 422492.4012158055 rows/sec., 31.66 MiB/sec. | ||
2732 | 2025.07.23 21:43:34.634539 [ 276 ] {3da17af6-7ea2-4923-b632-ddee6f488dbe} <Debug> TCPHandler: Processed in 0.001474283 sec. | ||
2733 | 2025.07.23 21:43:34.634650 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2025.07.23 21:43:34.634744 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2735 | 2025.07.23 21:43:34.634785 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2736 | 2025.07.23 21:43:34.635366 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2737 | 2025.07.23 21:43:34.635402 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2738 | 2025.07.23 21:43:34.635773 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2739 | 2025.07.23 21:43:34.635974 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2740 | 2025.07.23 21:43:34.636076 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2741 | 2025.07.23 21:43:34.636097 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Debug> executeQuery: Read 978 rows, 67.67 KiB in 0.001371 sec., 713347.921225383 rows/sec., 48.20 MiB/sec. | ||
2742 | 2025.07.23 21:43:34.636146 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2743 | 2025.07.23 21:43:34.636153 [ 276 ] {684ff0b5-9601-48da-9956-1380e91a8d67} <Debug> TCPHandler: Processed in 0.001550293 sec. | ||
2744 | 2025.07.23 21:43:34.636174 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2745 | 2025.07.23 21:43:34.636281 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2746 | 2025.07.23 21:43:34.636293 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
2747 | 2025.07.23 21:43:34.636380 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2748 | 2025.07.23 21:43:34.636424 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2749 | 2025.07.23 21:43:34.636433 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2750 | 2025.07.23 21:43:34.636473 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5609 rows starting from the beginning of the part | ||
2751 | 2025.07.23 21:43:34.636541 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
2752 | 2025.07.23 21:43:34.636611 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
2753 | 2025.07.23 21:43:34.636665 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
2754 | 2025.07.23 21:43:34.636729 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
2755 | 2025.07.23 21:43:34.636758 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2756 | 2025.07.23 21:43:34.636781 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 978 rows starting from the beginning of the part | ||
2757 | 2025.07.23 21:43:34.636797 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2758 | 2025.07.23 21:43:34.637213 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2759 | 2025.07.23 21:43:34.637454 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2760 | 2025.07.23 21:43:34.637581 [ 144 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2761 | 2025.07.23 21:43:34.637589 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001228 sec., 29315.96091205212 rows/sec., 1.98 MiB/sec. | ||
2762 | 2025.07.23 21:43:34.637619 [ 144 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2763 | 2025.07.23 21:43:34.637634 [ 276 ] {53fa38b8-1496-4e44-94e1-41a4cabf264e} <Debug> TCPHandler: Processed in 0.001403642 sec. | ||
2764 | 2025.07.23 21:43:34.637638 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2765 | 2025.07.23 21:43:34.637738 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
2766 | 2025.07.23 21:43:34.637864 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2767 | 2025.07.23 21:43:34.637899 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part | ||
2768 | 2025.07.23 21:43:34.637963 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
2769 | 2025.07.23 21:43:34.638006 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
2770 | 2025.07.23 21:43:34.638047 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
2771 | 2025.07.23 21:43:34.638087 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
2772 | 2025.07.23 21:43:34.638129 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
2773 | 2025.07.23 21:43:34.639093 [ 191 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 4 columns (4 merged, 0 gathered) in 0.001393752 sec., 792106.4866633374 rows/sec., 53.38 MiB/sec. | ||
2774 | 2025.07.23 21:43:34.639330 [ 190 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2775 | 2025.07.23 21:43:34.639432 [ 197 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7228 rows, containing 5 columns (5 merged, 0 gathered) in 0.003190618 sec., 2265391.8457176634 rows/sec., 154.98 MiB/sec. | ||
2776 | 2025.07.23 21:43:34.639618 [ 190 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2777 | 2025.07.23 21:43:34.639693 [ 190 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_21_4} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2778 | 2025.07.23 21:43:34.639762 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
2779 | 2025.07.23 21:43:34.640058 [ 200 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2780 | 2025.07.23 21:43:34.640333 [ 200 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2781 | 2025.07.23 21:43:34.640398 [ 200 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2782 | 2025.07.23 21:43:34.640489 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
2783 | 2025.07.23 21:43:37.299141 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2784 | 2025.07.23 21:43:37.299330 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2785 | 2025.07.23 21:43:37.299396 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2786 | 2025.07.23 21:43:37.300040 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2787 | 2025.07.23 21:43:37.300089 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2788 | 2025.07.23 21:43:37.300485 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2789 | 2025.07.23 21:43:37.300712 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2790 | 2025.07.23 21:43:37.300866 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001583 sec., 35375.86860391661 rows/sec., 2.72 MiB/sec. | ||
2791 | 2025.07.23 21:43:37.300910 [ 276 ] {2f07c33f-4b9a-4bf5-9c1a-e36ed30d2801} <Debug> TCPHandler: Processed in 0.001900187 sec. | ||
2792 | 2025.07.23 21:43:37.301026 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2793 | 2025.07.23 21:43:37.301123 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2794 | 2025.07.23 21:43:37.301164 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2795 | 2025.07.23 21:43:37.301573 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2796 | 2025.07.23 21:43:37.301609 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2797 | 2025.07.23 21:43:37.301909 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2798 | 2025.07.23 21:43:37.302146 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2799 | 2025.07.23 21:43:37.302267 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. | ||
2800 | 2025.07.23 21:43:37.302303 [ 276 ] {25662c18-a591-481b-94c9-02af6efeb24b} <Debug> TCPHandler: Processed in 0.001386802 sec. | ||
2801 | 2025.07.23 21:43:37.302478 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2802 | 2025.07.23 21:43:37.302574 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2803 | 2025.07.23 21:43:37.302618 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2804 | 2025.07.23 21:43:37.302981 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2805 | 2025.07.23 21:43:37.303020 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2806 | 2025.07.23 21:43:37.303346 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2807 | 2025.07.23 21:43:37.303551 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2808 | 2025.07.23 21:43:37.303680 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 3.96 MiB/sec. | ||
2809 | 2025.07.23 21:43:37.303717 [ 276 ] {0cdcac2e-a54b-480a-8025-0ef4f25e68f6} <Debug> TCPHandler: Processed in 0.001289271 sec. | ||
2810 | 2025.07.23 21:43:37.303830 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2811 | 2025.07.23 21:43:37.303924 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2812 | 2025.07.23 21:43:37.303966 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2813 | 2025.07.23 21:43:37.304283 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2814 | 2025.07.23 21:43:37.304320 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2815 | 2025.07.23 21:43:37.304632 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
2816 | 2025.07.23 21:43:37.304836 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2817 | 2025.07.23 21:43:37.304965 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001058 sec., 22684.310018903594 rows/sec., 1.53 MiB/sec. | ||
2818 | 2025.07.23 21:43:37.305001 [ 276 ] {9a59d3c8-4cf0-48a4-8357-29f5de83dc0b} <Debug> TCPHandler: Processed in 0.001221071 sec. | ||
2819 | 2025.07.23 21:43:40.525819 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2820 | 2025.07.23 21:43:40.525887 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2821 | 2025.07.23 21:43:40.596459 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
2822 | 2025.07.23 21:43:40.596951 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2025.07.23 21:43:40.597000 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2824 | 2025.07.23 21:43:40.597523 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2825 | 2025.07.23 21:43:40.597771 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2826 | 2025.07.23 21:43:40.597917 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
2827 | 2025.07.23 21:43:40.597924 [ 138 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2828 | 2025.07.23 21:43:40.597985 [ 138 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2829 | 2025.07.23 21:43:40.598005 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2830 | 2025.07.23 21:43:40.598105 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2831 | 2025.07.23 21:43:40.598220 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2832 | 2025.07.23 21:43:40.598258 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
2833 | 2025.07.23 21:43:40.598321 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
2834 | 2025.07.23 21:43:40.598366 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
2835 | 2025.07.23 21:43:40.598408 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
2836 | 2025.07.23 21:43:40.598448 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
2837 | 2025.07.23 21:43:40.598487 [ 190 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
2838 | 2025.07.23 21:43:40.600027 [ 200 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001959337 sec., 3767090.602586488 rows/sec., 53.89 MiB/sec. | ||
2839 | 2025.07.23 21:43:40.600423 [ 197 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2840 | 2025.07.23 21:43:40.600710 [ 197 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2841 | 2025.07.23 21:43:40.600782 [ 197 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_16_3} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2842 | 2025.07.23 21:43:40.600881 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
2843 | 2025.07.23 21:43:40.608427 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 402 | ||
2844 | 2025.07.23 21:43:40.610912 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2845 | 2025.07.23 21:43:40.610965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2846 | 2025.07.23 21:43:40.612411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2847 | 2025.07.23 21:43:40.612702 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2848 | 2025.07.23 21:43:40.612841 [ 138 ] {} <Debug> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2849 | 2025.07.23 21:43:40.612879 [ 138 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2025.07.23 21:43:40.612897 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2851 | 2025.07.23 21:43:40.612995 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2852 | 2025.07.23 21:43:40.613073 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402 | ||
2853 | 2025.07.23 21:43:40.613568 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2854 | 2025.07.23 21:43:40.613738 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 252 rows starting from the beginning of the part | ||
2855 | 2025.07.23 21:43:40.614090 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
2856 | 2025.07.23 21:43:40.614417 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
2857 | 2025.07.23 21:43:40.614724 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
2858 | 2025.07.23 21:43:40.615045 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
2859 | 2025.07.23 21:43:40.615507 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
2860 | 2025.07.23 21:43:40.621745 [ 194 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 72 columns (72 merged, 0 gathered) in 0.008797217 sec., 45696.26962708775 rows/sec., 42.36 MiB/sec. | ||
2861 | 2025.07.23 21:43:40.622450 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2862 | 2025.07.23 21:43:40.622962 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2863 | 2025.07.23 21:43:40.623043 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_11_2} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2864 | 2025.07.23 21:43:40.623245 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
2865 | 2025.07.23 21:43:41.002157 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000821778 sec. | ||
2866 | 2025.07.23 21:43:41.008449 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
2867 | 2025.07.23 21:43:41.025002 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2868 | 2025.07.23 21:43:41.025051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2869 | 2025.07.23 21:43:41.030360 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2870 | 2025.07.23 21:43:41.031055 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2871 | 2025.07.23 21:43:41.031354 [ 138 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2872 | 2025.07.23 21:43:41.031419 [ 138 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2873 | 2025.07.23 21:43:41.031443 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2874 | 2025.07.23 21:43:41.031554 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2875 | 2025.07.23 21:43:41.033957 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
2876 | 2025.07.23 21:43:41.035490 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2877 | 2025.07.23 21:43:41.036794 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
2878 | 2025.07.23 21:43:41.041265 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
2879 | 2025.07.23 21:43:41.045301 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
2880 | 2025.07.23 21:43:41.049300 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
2881 | 2025.07.23 21:43:41.053554 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
2882 | 2025.07.23 21:43:41.057606 [ 197 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
2883 | 2025.07.23 21:43:41.112884 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081379396 sec., 1486.8628417935172 rows/sec., 7.69 MiB/sec. | ||
2884 | 2025.07.23 21:43:41.115258 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2885 | 2025.07.23 21:43:41.117132 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2886 | 2025.07.23 21:43:41.117211 [ 200 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_16_3} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2887 | 2025.07.23 21:43:41.119344 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
2888 | 2025.07.23 21:43:42.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.06 MiB, peak 214.03 MiB, free memory in arenas 0.00 B, will set to 210.98 MiB (RSS), difference: 6.92 MiB | ||
2889 | 2025.07.23 21:43:42.306045 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2890 | 2025.07.23 21:43:42.306224 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2891 | 2025.07.23 21:43:42.306288 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2892 | 2025.07.23 21:43:42.307043 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2893 | 2025.07.23 21:43:42.307092 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2894 | 2025.07.23 21:43:42.307507 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2895 | 2025.07.23 21:43:42.307734 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2896 | 2025.07.23 21:43:42.307884 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001707 sec., 82015.23140011716 rows/sec., 7.12 MiB/sec. | ||
2897 | 2025.07.23 21:43:42.307926 [ 276 ] {8eaeb21c-913e-4356-8f5e-e94a12050f41} <Debug> TCPHandler: Processed in 0.002010237 sec. | ||
2898 | 2025.07.23 21:43:42.308054 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2899 | 2025.07.23 21:43:42.308151 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2900 | 2025.07.23 21:43:42.308193 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2901 | 2025.07.23 21:43:42.308613 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2902 | 2025.07.23 21:43:42.308650 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2903 | 2025.07.23 21:43:42.308958 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2904 | 2025.07.23 21:43:42.309163 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2905 | 2025.07.23 21:43:42.309266 [ 137 ] {} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2906 | 2025.07.23 21:43:42.309291 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.00116 sec., 36206.89655172414 rows/sec., 2.66 MiB/sec. | ||
2907 | 2025.07.23 21:43:42.309332 [ 137 ] {} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2908 | 2025.07.23 21:43:42.309341 [ 276 ] {b6d7bcab-ea76-4739-b5ea-bd1093d8ae89} <Debug> TCPHandler: Processed in 0.001337752 sec. | ||
2909 | 2025.07.23 21:43:42.309364 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2910 | 2025.07.23 21:43:42.309499 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2911 | 2025.07.23 21:43:42.309563 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2912 | 2025.07.23 21:43:42.309617 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2913 | 2025.07.23 21:43:42.309656 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part | ||
2914 | 2025.07.23 21:43:42.309660 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2915 | 2025.07.23 21:43:42.309705 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2916 | 2025.07.23 21:43:42.309750 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
2917 | 2025.07.23 21:43:42.309805 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 44 rows starting from the beginning of the part | ||
2918 | 2025.07.23 21:43:42.309854 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
2919 | 2025.07.23 21:43:42.309900 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
2920 | 2025.07.23 21:43:42.309947 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
2921 | 2025.07.23 21:43:42.310143 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2922 | 2025.07.23 21:43:42.310178 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2923 | 2025.07.23 21:43:42.310560 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2924 | 2025.07.23 21:43:42.310768 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2025.07.23 21:43:42.310806 [ 193 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352592 sec., 181873.02601227866 rows/sec., 14.09 MiB/sec. | ||
2926 | 2025.07.23 21:43:42.310895 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001255 sec., 84462.15139442231 rows/sec., 6.60 MiB/sec. | ||
2927 | 2025.07.23 21:43:42.310937 [ 276 ] {79771f02-0eae-4fc8-aadb-577ee4ebbe82} <Debug> TCPHandler: Processed in 0.001422952 sec. | ||
2928 | 2025.07.23 21:43:42.310961 [ 188 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2929 | 2025.07.23 21:43:42.311063 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2930 | 2025.07.23 21:43:42.311158 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2931 | 2025.07.23 21:43:42.311202 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2932 | 2025.07.23 21:43:42.311213 [ 188 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2933 | 2025.07.23 21:43:42.311280 [ 188 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_11_2} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2934 | 2025.07.23 21:43:42.311339 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2935 | 2025.07.23 21:43:42.311620 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2936 | 2025.07.23 21:43:42.311656 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2937 | 2025.07.23 21:43:42.311988 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2938 | 2025.07.23 21:43:42.312194 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2939 | 2025.07.23 21:43:42.312318 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. | ||
2940 | 2025.07.23 21:43:42.312356 [ 276 ] {8a6d176f-c961-4bf6-afb7-930f0a007673} <Debug> TCPHandler: Processed in 0.001350023 sec. | ||
2941 | 2025.07.23 21:43:42.312473 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2942 | 2025.07.23 21:43:42.312568 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2943 | 2025.07.23 21:43:42.312622 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <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 | ||
2944 | 2025.07.23 21:43:42.313462 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2945 | 2025.07.23 21:43:42.313499 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2946 | 2025.07.23 21:43:42.314112 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2947 | 2025.07.23 21:43:42.314338 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2025.07.23 21:43:42.314472 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001922 sec., 21852.2372528616 rows/sec., 39.16 MiB/sec. | ||
2949 | 2025.07.23 21:43:42.314525 [ 276 ] {cc141fda-e50e-45e0-b7d8-4a0bdedcc86c} <Debug> TCPHandler: Processed in 0.002101469 sec. | ||
2950 | 2025.07.23 21:43:42.314640 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2951 | 2025.07.23 21:43:42.314736 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2952 | 2025.07.23 21:43:42.314779 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2953 | 2025.07.23 21:43:42.315134 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2954 | 2025.07.23 21:43:42.315172 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2955 | 2025.07.23 21:43:42.315487 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
2956 | 2025.07.23 21:43:42.315694 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2957 | 2025.07.23 21:43:42.315822 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. | ||
2958 | 2025.07.23 21:43:42.315858 [ 276 ] {cdf4ccd9-084e-47cc-aa74-2cfb0b95ab9d} <Debug> TCPHandler: Processed in 0.001268321 sec. | ||
2959 | 2025.07.23 21:43:47.302983 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2960 | 2025.07.23 21:43:47.303291 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2961 | 2025.07.23 21:43:47.303397 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2962 | 2025.07.23 21:43:47.304250 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2963 | 2025.07.23 21:43:47.304298 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2964 | 2025.07.23 21:43:47.304704 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2965 | 2025.07.23 21:43:47.304932 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2966 | 2025.07.23 21:43:47.305099 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
2967 | 2025.07.23 21:43:47.305150 [ 276 ] {d2d104d5-d4e3-4605-8c67-3933add9d35a} <Debug> TCPHandler: Processed in 0.00235059 sec. | ||
2968 | 2025.07.23 21:43:47.305274 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2969 | 2025.07.23 21:43:47.305377 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2970 | 2025.07.23 21:43:47.305421 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2971 | 2025.07.23 21:43:47.305855 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2972 | 2025.07.23 21:43:47.305894 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2973 | 2025.07.23 21:43:47.306219 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2974 | 2025.07.23 21:43:47.306442 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2975 | 2025.07.23 21:43:47.306573 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. | ||
2976 | 2025.07.23 21:43:47.306612 [ 276 ] {ac580774-23d7-436f-b554-7f577f3ff56c} <Debug> TCPHandler: Processed in 0.001390662 sec. | ||
2977 | 2025.07.23 21:43:47.306732 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2978 | 2025.07.23 21:43:47.306828 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2979 | 2025.07.23 21:43:47.306874 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2980 | 2025.07.23 21:43:47.307285 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2025.07.23 21:43:47.307321 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2982 | 2025.07.23 21:43:47.307669 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2983 | 2025.07.23 21:43:47.307873 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2984 | 2025.07.23 21:43:47.308004 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
2985 | 2025.07.23 21:43:47.308040 [ 276 ] {3df3fe34-352f-49ff-9f0e-f19acf2b7cc1} <Debug> TCPHandler: Processed in 0.001357802 sec. | ||
2986 | 2025.07.23 21:43:47.308163 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2987 | 2025.07.23 21:43:47.308287 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2988 | 2025.07.23 21:43:47.308339 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2989 | 2025.07.23 21:43:47.308752 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2990 | 2025.07.23 21:43:47.308797 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2991 | 2025.07.23 21:43:47.309120 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
2992 | 2025.07.23 21:43:47.309325 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2993 | 2025.07.23 21:43:47.309454 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. | ||
2994 | 2025.07.23 21:43:47.309495 [ 276 ] {2326156e-fcdd-4183-bfd7-b6d9dbb6aa54} <Debug> TCPHandler: Processed in 0.001392823 sec. | ||
2995 | 2025.07.23 21:43:48.098037 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
2996 | 2025.07.23 21:43:48.098600 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2997 | 2025.07.23 21:43:48.098651 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
2998 | 2025.07.23 21:43:48.099234 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2999 | 2025.07.23 21:43:48.099464 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2025.07.23 21:43:48.099607 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
3001 | 2025.07.23 21:43:48.534091 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3002 | 2025.07.23 21:43:48.549333 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3003 | 2025.07.23 21:43:48.549381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3004 | 2025.07.23 21:43:48.555247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3005 | 2025.07.23 21:43:48.555966 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3006 | 2025.07.23 21:43:48.558531 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3007 | 2025.07.23 21:43:50.613404 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 422 | ||
3008 | 2025.07.23 21:43:50.615469 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3009 | 2025.07.23 21:43:50.615511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3010 | 2025.07.23 21:43:50.616648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3011 | 2025.07.23 21:43:50.616884 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3012 | 2025.07.23 21:43:50.617112 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422 | ||
3013 | 2025.07.23 21:43:52.305998 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3014 | 2025.07.23 21:43:52.306194 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3015 | 2025.07.23 21:43:52.306273 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3016 | 2025.07.23 21:43:52.306949 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3017 | 2025.07.23 21:43:52.307006 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3018 | 2025.07.23 21:43:52.307394 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3019 | 2025.07.23 21:43:52.307624 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3020 | 2025.07.23 21:43:52.307778 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 299.06 KiB/sec. | ||
3021 | 2025.07.23 21:43:52.307821 [ 276 ] {922359a3-e7d0-4646-8311-e157e0c87dba} <Debug> TCPHandler: Processed in 0.001962298 sec. | ||
3022 | 2025.07.23 21:43:52.307948 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3023 | 2025.07.23 21:43:52.308046 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3024 | 2025.07.23 21:43:52.308085 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3025 | 2025.07.23 21:43:52.308579 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3026 | 2025.07.23 21:43:52.308618 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3027 | 2025.07.23 21:43:52.308938 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3028 | 2025.07.23 21:43:52.309150 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3029 | 2025.07.23 21:43:52.309268 [ 121 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
3030 | 2025.07.23 21:43:52.309287 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Debug> executeQuery: Read 143 rows, 12.66 KiB in 0.00126 sec., 113492.06349206349 rows/sec., 9.81 MiB/sec. | ||
3031 | 2025.07.23 21:43:52.309330 [ 121 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2025.07.23 21:43:52.309341 [ 276 ] {adb4ef8b-6ee1-44d0-a17a-2f1098fc228f} <Debug> TCPHandler: Processed in 0.001443433 sec. | ||
3033 | 2025.07.23 21:43:52.309358 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3034 | 2025.07.23 21:43:52.309472 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3035 | 2025.07.23 21:43:52.309473 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
3036 | 2025.07.23 21:43:52.309573 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3037 | 2025.07.23 21:43:52.309591 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3038 | 2025.07.23 21:43:52.309613 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3039 | 2025.07.23 21:43:52.309623 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 1406 rows starting from the beginning of the part | ||
3040 | 2025.07.23 21:43:52.309688 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1316 rows starting from the beginning of the part | ||
3041 | 2025.07.23 21:43:52.309735 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
3042 | 2025.07.23 21:43:52.309822 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 140 rows starting from the beginning of the part | ||
3043 | 2025.07.23 21:43:52.309899 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
3044 | 2025.07.23 21:43:52.309952 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 143 rows starting from the beginning of the part | ||
3045 | 2025.07.23 21:43:52.310080 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3046 | 2025.07.23 21:43:52.310126 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3047 | 2025.07.23 21:43:52.310434 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3048 | 2025.07.23 21:43:52.310647 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3049 | 2025.07.23 21:43:52.310779 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Debug> executeQuery: Read 48 rows, 3.58 KiB in 0.001225 sec., 39183.67346938776 rows/sec., 2.85 MiB/sec. | ||
3050 | 2025.07.23 21:43:52.310818 [ 276 ] {c75fc081-db93-414a-8155-b6a43869d1d3} <Debug> TCPHandler: Processed in 0.001396923 sec. | ||
3051 | 2025.07.23 21:43:52.310930 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3052 | 2025.07.23 21:43:52.311030 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3053 | 2025.07.23 21:43:52.311069 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3054 | 2025.07.23 21:43:52.311417 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3117 rows, containing 5 columns (5 merged, 0 gathered) in 0.001983907 sec., 1571142.195677519 rows/sec., 137.54 MiB/sec. | ||
3055 | 2025.07.23 21:43:52.311511 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3056 | 2025.07.23 21:43:52.311555 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3057 | 2025.07.23 21:43:52.311618 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
3058 | 2025.07.23 21:43:52.311836 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3059 | 2025.07.23 21:43:52.311863 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3060 | 2025.07.23 21:43:52.311915 [ 192 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_25_5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
3061 | 2025.07.23 21:43:52.311996 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3062 | 2025.07.23 21:43:52.312119 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3063 | 2025.07.23 21:43:52.312245 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001266 sec., 88467.61453396524 rows/sec., 6.92 MiB/sec. | ||
3064 | 2025.07.23 21:43:52.312246 [ 122 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
3065 | 2025.07.23 21:43:52.312282 [ 276 ] {2187c0a2-b7f7-4423-88c3-1c98980746b9} <Debug> TCPHandler: Processed in 0.001437623 sec. | ||
3066 | 2025.07.23 21:43:52.312315 [ 122 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2025.07.23 21:43:52.312339 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3068 | 2025.07.23 21:43:52.312401 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3069 | 2025.07.23 21:43:52.312424 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
3070 | 2025.07.23 21:43:52.312499 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3071 | 2025.07.23 21:43:52.312507 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3072 | 2025.07.23 21:43:52.312536 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 628 rows starting from the beginning of the part | ||
3073 | 2025.07.23 21:43:52.312542 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3074 | 2025.07.23 21:43:52.312583 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 556 rows starting from the beginning of the part | ||
3075 | 2025.07.23 21:43:52.312621 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
3076 | 2025.07.23 21:43:52.312658 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 106 rows starting from the beginning of the part | ||
3077 | 2025.07.23 21:43:52.312755 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
3078 | 2025.07.23 21:43:52.312790 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
3079 | 2025.07.23 21:43:52.313024 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3080 | 2025.07.23 21:43:52.313059 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3081 | 2025.07.23 21:43:52.313391 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3082 | 2025.07.23 21:43:52.313602 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3083 | 2025.07.23 21:43:52.313675 [ 189 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236351 sec., 1237512.6481072123 rows/sec., 98.55 MiB/sec. | ||
3084 | 2025.07.23 21:43:52.313738 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001206 sec., 135157.5456053068 rows/sec., 9.41 MiB/sec. | ||
3085 | 2025.07.23 21:43:52.313789 [ 276 ] {978685f3-214f-4840-b215-dec22c928260} <Debug> TCPHandler: Processed in 0.001392642 sec. | ||
3086 | 2025.07.23 21:43:52.313813 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
3087 | 2025.07.23 21:43:52.313902 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3088 | 2025.07.23 21:43:52.313996 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3089 | 2025.07.23 21:43:52.314042 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3090 | 2025.07.23 21:43:52.314050 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <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 | ||
3091 | 2025.07.23 21:43:52.314102 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_25_5} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
3092 | 2025.07.23 21:43:52.314156 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3093 | 2025.07.23 21:43:52.314910 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3094 | 2025.07.23 21:43:52.314945 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3095 | 2025.07.23 21:43:52.315495 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3096 | 2025.07.23 21:43:52.315717 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3097 | 2025.07.23 21:43:52.315853 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001874 sec., 22411.953041622197 rows/sec., 40.16 MiB/sec. | ||
3098 | 2025.07.23 21:43:52.315912 [ 276 ] {3d8a1810-0279-45bc-8777-f2748b27bd77} <Debug> TCPHandler: Processed in 0.002059558 sec. | ||
3099 | 2025.07.23 21:43:52.316027 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3100 | 2025.07.23 21:43:52.316123 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3101 | 2025.07.23 21:43:52.316163 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3102 | 2025.07.23 21:43:52.316494 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3103 | 2025.07.23 21:43:52.316530 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3104 | 2025.07.23 21:43:52.316839 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3105 | 2025.07.23 21:43:52.317040 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3106 | 2025.07.23 21:43:52.317171 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
3107 | 2025.07.23 21:43:52.317208 [ 276 ] {8f8918c4-76ab-49d5-b39a-f15f4df772bd} <Debug> TCPHandler: Processed in 0.001230771 sec. | ||
3108 | 2025.07.23 21:43:55.525933 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3109 | 2025.07.23 21:43:55.526033 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3110 | 2025.07.23 21:43:55.600024 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
3111 | 2025.07.23 21:43:55.600781 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3112 | 2025.07.23 21:43:55.600832 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3113 | 2025.07.23 21:43:55.601318 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3114 | 2025.07.23 21:43:55.601555 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3115 | 2025.07.23 21:43:55.601695 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3116 | 2025.07.23 21:43:56.058938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3117 | 2025.07.23 21:43:56.076101 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3118 | 2025.07.23 21:43:56.076172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3119 | 2025.07.23 21:43:56.082215 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3120 | 2025.07.23 21:43:56.082952 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3121 | 2025.07.23 21:43:56.086157 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3122 | 2025.07.23 21:43:57.303326 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3123 | 2025.07.23 21:43:57.303607 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3124 | 2025.07.23 21:43:57.303707 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3125 | 2025.07.23 21:43:57.304645 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3126 | 2025.07.23 21:43:57.304691 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3127 | 2025.07.23 21:43:57.305082 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3128 | 2025.07.23 21:43:57.305317 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3129 | 2025.07.23 21:43:57.305469 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec. | ||
3130 | 2025.07.23 21:43:57.305511 [ 276 ] {40428fd9-f09a-4079-9960-cd3be7b077d8} <Debug> TCPHandler: Processed in 0.00236756 sec. | ||
3131 | 2025.07.23 21:43:57.305632 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3132 | 2025.07.23 21:43:57.305730 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3133 | 2025.07.23 21:43:57.305769 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3134 | 2025.07.23 21:43:57.306211 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3135 | 2025.07.23 21:43:57.306246 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3136 | 2025.07.23 21:43:57.306539 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3137 | 2025.07.23 21:43:57.306745 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3138 | 2025.07.23 21:43:57.306869 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. | ||
3139 | 2025.07.23 21:43:57.306905 [ 276 ] {49ce7343-53b2-46cf-b4b1-6bc1e494bd97} <Debug> TCPHandler: Processed in 0.001321112 sec. | ||
3140 | 2025.07.23 21:43:57.307016 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3141 | 2025.07.23 21:43:57.307109 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3142 | 2025.07.23 21:43:57.307150 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3143 | 2025.07.23 21:43:57.307563 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3144 | 2025.07.23 21:43:57.307598 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3145 | 2025.07.23 21:43:57.307914 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3146 | 2025.07.23 21:43:57.308129 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3147 | 2025.07.23 21:43:57.308232 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3148 | 2025.07.23 21:43:57.308253 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. | ||
3149 | 2025.07.23 21:43:57.308303 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3150 | 2025.07.23 21:43:57.308310 [ 276 ] {6d281e1e-9c1a-4f5f-b499-96c89f76a952} <Debug> TCPHandler: Processed in 0.001341582 sec. | ||
3151 | 2025.07.23 21:43:57.308331 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3152 | 2025.07.23 21:43:57.308429 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3153 | 2025.07.23 21:43:57.308442 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3154 | 2025.07.23 21:43:57.308533 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3155 | 2025.07.23 21:43:57.308578 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3156 | 2025.07.23 21:43:57.308591 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3157 | 2025.07.23 21:43:57.308637 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7228 rows starting from the beginning of the part | ||
3158 | 2025.07.23 21:43:57.308718 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
3159 | 2025.07.23 21:43:57.308773 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
3160 | 2025.07.23 21:43:57.308861 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
3161 | 2025.07.23 21:43:57.308907 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3162 | 2025.07.23 21:43:57.308910 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 163 rows starting from the beginning of the part | ||
3163 | 2025.07.23 21:43:57.308952 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3164 | 2025.07.23 21:43:57.308988 [ 193 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
3165 | 2025.07.23 21:43:57.309281 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3166 | 2025.07.23 21:43:57.309506 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3167 | 2025.07.23 21:43:57.309629 [ 116 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3168 | 2025.07.23 21:43:57.309633 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. | ||
3169 | 2025.07.23 21:43:57.309698 [ 116 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3170 | 2025.07.23 21:43:57.309715 [ 276 ] {045a416b-8fb9-4478-b78c-85a3238f76ed} <Debug> TCPHandler: Processed in 0.001333022 sec. | ||
3171 | 2025.07.23 21:43:57.309720 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3172 | 2025.07.23 21:43:57.309809 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3173 | 2025.07.23 21:43:57.309891 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3174 | 2025.07.23 21:43:57.309917 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1104 rows starting from the beginning of the part | ||
3175 | 2025.07.23 21:43:57.309967 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
3176 | 2025.07.23 21:43:57.310011 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
3177 | 2025.07.23 21:43:57.310054 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
3178 | 2025.07.23 21:43:57.310089 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
3179 | 2025.07.23 21:43:57.310124 [ 196 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
3180 | 2025.07.23 21:43:57.310950 [ 186 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.00117515 sec., 1164106.70978173 rows/sec., 78.45 MiB/sec. | ||
3181 | 2025.07.23 21:43:57.311214 [ 186 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3182 | 2025.07.23 21:43:57.311423 [ 198 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7935 rows, containing 5 columns (5 merged, 0 gathered) in 0.003031467 sec., 2617544.574953315 rows/sec., 179.36 MiB/sec. | ||
3183 | 2025.07.23 21:43:57.311504 [ 186 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3184 | 2025.07.23 21:43:57.311591 [ 186 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_26_5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3185 | 2025.07.23 21:43:57.311680 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
3186 | 2025.07.23 21:43:57.312031 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3187 | 2025.07.23 21:43:57.312305 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3188 | 2025.07.23 21:43:57.312371 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3189 | 2025.07.23 21:43:57.312436 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
3190 | 2025.07.23 21:44:00.617580 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 444 | ||
3191 | 2025.07.23 21:44:00.620020 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3192 | 2025.07.23 21:44:00.620055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3193 | 2025.07.23 21:44:00.621201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3194 | 2025.07.23 21:44:00.621468 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3195 | 2025.07.23 21:44:00.621716 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444 | ||
3196 | 2025.07.23 21:44:02.305199 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3197 | 2025.07.23 21:44:02.305480 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3198 | 2025.07.23 21:44:02.305582 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3199 | 2025.07.23 21:44:02.306321 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3200 | 2025.07.23 21:44:02.306364 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3201 | 2025.07.23 21:44:02.306768 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3202 | 2025.07.23 21:44:02.306994 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3203 | 2025.07.23 21:44:02.307147 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001742 sec., 80367.39380022962 rows/sec., 6.97 MiB/sec. | ||
3204 | 2025.07.23 21:44:02.307188 [ 276 ] {dc4c78ba-1fbc-42da-a07d-7b38a81b8e56} <Debug> TCPHandler: Processed in 0.002178679 sec. | ||
3205 | 2025.07.23 21:44:02.307306 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3206 | 2025.07.23 21:44:02.307400 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3207 | 2025.07.23 21:44:02.307439 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3208 | 2025.07.23 21:44:02.307842 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2025.07.23 21:44:02.307878 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3210 | 2025.07.23 21:44:02.308172 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3211 | 2025.07.23 21:44:02.308393 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2025.07.23 21:44:02.308517 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001135 sec., 37004.405286343615 rows/sec., 2.72 MiB/sec. | ||
3213 | 2025.07.23 21:44:02.308553 [ 276 ] {7a29335f-7f2e-434d-a7c5-ac294d5011b5} <Debug> TCPHandler: Processed in 0.001294891 sec. | ||
3214 | 2025.07.23 21:44:02.308654 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3215 | 2025.07.23 21:44:02.308745 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3216 | 2025.07.23 21:44:02.308783 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3217 | 2025.07.23 21:44:02.309198 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3218 | 2025.07.23 21:44:02.309234 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3219 | 2025.07.23 21:44:02.309536 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3220 | 2025.07.23 21:44:02.309743 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3221 | 2025.07.23 21:44:02.309869 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001142 sec., 92819.61471103327 rows/sec., 7.25 MiB/sec. | ||
3222 | 2025.07.23 21:44:02.309905 [ 276 ] {dbdbcc43-b886-4c34-8af7-327a482808f4} <Debug> TCPHandler: Processed in 0.001299091 sec. | ||
3223 | 2025.07.23 21:44:02.310025 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3224 | 2025.07.23 21:44:02.310119 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3225 | 2025.07.23 21:44:02.310160 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3226 | 2025.07.23 21:44:02.310558 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3227 | 2025.07.23 21:44:02.310594 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3228 | 2025.07.23 21:44:02.310917 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3229 | 2025.07.23 21:44:02.311126 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3230 | 2025.07.23 21:44:02.311251 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. | ||
3231 | 2025.07.23 21:44:02.311287 [ 276 ] {41bb7311-243f-4e01-a40a-aa014711760f} <Debug> TCPHandler: Processed in 0.001318031 sec. | ||
3232 | 2025.07.23 21:44:02.311392 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2025.07.23 21:44:02.311483 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3234 | 2025.07.23 21:44:02.311535 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <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 | ||
3235 | 2025.07.23 21:44:02.312312 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3236 | 2025.07.23 21:44:02.312347 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3237 | 2025.07.23 21:44:02.312903 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3238 | 2025.07.23 21:44:02.313139 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3239 | 2025.07.23 21:44:02.313272 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001806 sec., 23255.81395348837 rows/sec., 41.67 MiB/sec. | ||
3240 | 2025.07.23 21:44:02.313324 [ 276 ] {f62372de-2012-4486-b9f2-bc48a1f08e9b} <Debug> TCPHandler: Processed in 0.001978977 sec. | ||
3241 | 2025.07.23 21:44:02.313433 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3242 | 2025.07.23 21:44:02.313526 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3243 | 2025.07.23 21:44:02.313566 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3244 | 2025.07.23 21:44:02.313892 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3245 | 2025.07.23 21:44:02.313928 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3246 | 2025.07.23 21:44:02.314229 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3247 | 2025.07.23 21:44:02.314434 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3248 | 2025.07.23 21:44:02.314557 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. | ||
3249 | 2025.07.23 21:44:02.314592 [ 276 ] {a55056a1-df80-42e0-b05e-6e7af439e599} <Debug> TCPHandler: Processed in 0.0012066 sec. | ||
3250 | 2025.07.23 21:44:03.101929 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
3251 | 2025.07.23 21:44:03.102505 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3252 | 2025.07.23 21:44:03.102554 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3253 | 2025.07.23 21:44:03.103070 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3254 | 2025.07.23 21:44:03.103302 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3255 | 2025.07.23 21:44:03.103442 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
3256 | 2025.07.23 21:44:03.586401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3257 | 2025.07.23 21:44:03.602474 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3258 | 2025.07.23 21:44:03.602531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3259 | 2025.07.23 21:44:03.608597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3260 | 2025.07.23 21:44:03.609324 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3261 | 2025.07.23 21:44:03.612028 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3262 | 2025.07.23 21:44:04.627023 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3263 | 2025.07.23 21:44:04.627198 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3264 | 2025.07.23 21:44:04.627259 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3265 | 2025.07.23 21:44:04.627910 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3266 | 2025.07.23 21:44:04.627957 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3267 | 2025.07.23 21:44:04.628382 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3268 | 2025.07.23 21:44:04.628629 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3269 | 2025.07.23 21:44:04.628784 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001685 sec., 14243.323442136498 rows/sec., 1.18 MiB/sec. | ||
3270 | 2025.07.23 21:44:04.628826 [ 276 ] {dfe9ba9a-df3d-4067-b5ab-dcf6994b708f} <Debug> TCPHandler: Processed in 0.001979178 sec. | ||
3271 | 2025.07.23 21:44:04.629010 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3272 | 2025.07.23 21:44:04.629105 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3273 | 2025.07.23 21:44:04.629146 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3274 | 2025.07.23 21:44:04.629546 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3275 | 2025.07.23 21:44:04.629581 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3276 | 2025.07.23 21:44:04.629875 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3277 | 2025.07.23 21:44:04.630079 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3278 | 2025.07.23 21:44:04.630201 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001115 sec., 8968.609865470851 rows/sec., 731.33 KiB/sec. | ||
3279 | 2025.07.23 21:44:04.630246 [ 276 ] {088d95b5-d2d1-464c-8815-f2facddcf392} <Debug> TCPHandler: Processed in 0.001293632 sec. | ||
3280 | 2025.07.23 21:44:04.630347 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3281 | 2025.07.23 21:44:04.630440 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3282 | 2025.07.23 21:44:04.630477 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3283 | 2025.07.23 21:44:04.631645 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3284 | 2025.07.23 21:44:04.631679 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3285 | 2025.07.23 21:44:04.632075 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3286 | 2025.07.23 21:44:04.632284 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3287 | 2025.07.23 21:44:04.632411 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Debug> executeQuery: Read 1321 rows, 112.79 KiB in 0.001989 sec., 664152.8406234289 rows/sec., 55.38 MiB/sec. | ||
3288 | 2025.07.23 21:44:04.632447 [ 276 ] {6946cdc7-1877-486f-be35-16bbd3890824} <Debug> TCPHandler: Processed in 0.002147069 sec. | ||
3289 | 2025.07.23 21:44:04.632589 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3290 | 2025.07.23 21:44:04.632710 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3291 | 2025.07.23 21:44:04.632757 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3292 | 2025.07.23 21:44:04.633230 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3293 | 2025.07.23 21:44:04.633270 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3294 | 2025.07.23 21:44:04.633625 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3295 | 2025.07.23 21:44:04.633857 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3296 | 2025.07.23 21:44:04.633982 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Debug> executeQuery: Read 22 rows, 1.66 KiB in 0.001297 sec., 16962.220508866616 rows/sec., 1.25 MiB/sec. | ||
3297 | 2025.07.23 21:44:04.634018 [ 276 ] {0aeacf2f-d0d2-4aa4-a94f-68f7842d9404} <Debug> TCPHandler: Processed in 0.001497433 sec. | ||
3298 | 2025.07.23 21:44:04.634142 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3299 | 2025.07.23 21:44:04.634338 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3300 | 2025.07.23 21:44:04.634412 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3301 | 2025.07.23 21:44:04.634963 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3302 | 2025.07.23 21:44:04.634998 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3303 | 2025.07.23 21:44:04.635322 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3304 | 2025.07.23 21:44:04.635538 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3305 | 2025.07.23 21:44:04.635660 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001374 sec., 183406.1135371179 rows/sec., 12.69 MiB/sec. | ||
3306 | 2025.07.23 21:44:04.635698 [ 276 ] {a37e794f-9289-4a91-abee-869fea65ead0} <Debug> TCPHandler: Processed in 0.001618805 sec. | ||
3307 | 2025.07.23 21:44:04.635813 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3308 | 2025.07.23 21:44:04.635908 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3309 | 2025.07.23 21:44:04.635948 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3310 | 2025.07.23 21:44:04.636344 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3311 | 2025.07.23 21:44:04.636381 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3312 | 2025.07.23 21:44:04.636670 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3313 | 2025.07.23 21:44:04.636871 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3314 | 2025.07.23 21:44:04.636994 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. | ||
3315 | 2025.07.23 21:44:04.637035 [ 276 ] {28b97d81-f5ea-43ee-8cfd-785784432da5} <Debug> TCPHandler: Processed in 0.001272732 sec. | ||
3316 | 2025.07.23 21:44:04.637137 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3317 | 2025.07.23 21:44:04.637230 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3318 | 2025.07.23 21:44:04.637268 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3319 | 2025.07.23 21:44:04.637916 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3320 | 2025.07.23 21:44:04.637952 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3321 | 2025.07.23 21:44:04.638270 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3322 | 2025.07.23 21:44:04.638478 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3323 | 2025.07.23 21:44:04.638604 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Debug> executeQuery: Read 566 rows, 43.48 KiB in 0.001392 sec., 406609.1954022988 rows/sec., 30.50 MiB/sec. | ||
3324 | 2025.07.23 21:44:04.638640 [ 276 ] {a03685a4-2f3d-41f5-a0ac-91c3557d485f} <Debug> TCPHandler: Processed in 0.001552014 sec. | ||
3325 | 2025.07.23 21:44:04.638753 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2025.07.23 21:44:04.638848 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3327 | 2025.07.23 21:44:04.638892 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3328 | 2025.07.23 21:44:04.639544 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3329 | 2025.07.23 21:44:04.639579 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3330 | 2025.07.23 21:44:04.639955 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3331 | 2025.07.23 21:44:04.640174 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3332 | 2025.07.23 21:44:04.640303 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Debug> executeQuery: Read 983 rows, 68.02 KiB in 0.001474 sec., 666892.8086838535 rows/sec., 45.06 MiB/sec. | ||
3333 | 2025.07.23 21:44:04.640339 [ 276 ] {6ad15b53-ff10-475d-944e-8bad1a8c6550} <Debug> TCPHandler: Processed in 0.001635335 sec. | ||
3334 | 2025.07.23 21:44:04.640454 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3335 | 2025.07.23 21:44:04.640548 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3336 | 2025.07.23 21:44:04.640589 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3337 | 2025.07.23 21:44:04.640921 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3338 | 2025.07.23 21:44:04.640955 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. | ||
3339 | 2025.07.23 21:44:04.641266 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3340 | 2025.07.23 21:44:04.641472 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3341 | 2025.07.23 21:44:04.641599 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001071 sec., 33613.445378151264 rows/sec., 2.27 MiB/sec. | ||
3342 | 2025.07.23 21:44:04.641636 [ 276 ] {8c518140-6862-468d-9caf-3dd170f78e05} <Debug> TCPHandler: Processed in 0.001232401 sec. | ||
3343 | 2025.07.23 21:44:07.299508 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3344 | 2025.07.23 21:44:07.299814 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3345 | 2025.07.23 21:44:07.299912 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3346 | 2025.07.23 21:44:07.300562 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3347 | 2025.07.23 21:44:07.300610 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3348 | 2025.07.23 21:44:07.300986 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3349 | 2025.07.23 21:44:07.301209 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2025.07.23 21:44:07.301348 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001627 sec., 34419.17639827904 rows/sec., 2.64 MiB/sec. | ||
3351 | 2025.07.23 21:44:07.301387 [ 276 ] {21f9b09c-a760-4ace-b96b-79dc3d87b6b6} <Debug> TCPHandler: Processed in 0.002084349 sec. | ||
3352 | 2025.07.23 21:44:07.301504 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3353 | 2025.07.23 21:44:07.301593 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3354 | 2025.07.23 21:44:07.301630 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3355 | 2025.07.23 21:44:07.302108 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3356 | 2025.07.23 21:44:07.302144 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3357 | 2025.07.23 21:44:07.302457 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3358 | 2025.07.23 21:44:07.302660 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2025.07.23 21:44:07.302785 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001177 sec., 54375.53101104502 rows/sec., 4.24 MiB/sec. | ||
3360 | 2025.07.23 21:44:07.302823 [ 276 ] {14fb8d85-8bda-48c0-93ac-f131a3d2a682} <Debug> TCPHandler: Processed in 0.001340342 sec. | ||
3361 | 2025.07.23 21:44:07.302937 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2025.07.23 21:44:07.303030 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3363 | 2025.07.23 21:44:07.303072 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3364 | 2025.07.23 21:44:07.303438 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3365 | 2025.07.23 21:44:07.303475 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3366 | 2025.07.23 21:44:07.303804 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3367 | 2025.07.23 21:44:07.304005 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3368 | 2025.07.23 21:44:07.304134 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001123 sec., 56990.20480854853 rows/sec., 3.97 MiB/sec. | ||
3369 | 2025.07.23 21:44:07.304171 [ 276 ] {f30f87f3-1c9d-4f2f-8441-5341be066548} <Debug> TCPHandler: Processed in 0.001284231 sec. | ||
3370 | 2025.07.23 21:44:07.304284 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2025.07.23 21:44:07.304377 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3372 | 2025.07.23 21:44:07.304418 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3373 | 2025.07.23 21:44:07.304745 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2025.07.23 21:44:07.304781 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3375 | 2025.07.23 21:44:07.305079 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3376 | 2025.07.23 21:44:07.305289 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3377 | 2025.07.23 21:44:07.305418 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001059 sec., 22662.889518413598 rows/sec., 1.53 MiB/sec. | ||
3378 | 2025.07.23 21:44:07.305455 [ 276 ] {9b3b827f-48ae-4cc8-afd7-1e2ca9ff8c4d} <Debug> TCPHandler: Processed in 0.00122094 sec. | ||
3379 | 2025.07.23 21:44:10.526091 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3380 | 2025.07.23 21:44:10.526163 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3381 | 2025.07.23 21:44:10.603557 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
3382 | 2025.07.23 21:44:10.604094 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3383 | 2025.07.23 21:44:10.604144 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3384 | 2025.07.23 21:44:10.604706 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3385 | 2025.07.23 21:44:10.604956 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3386 | 2025.07.23 21:44:10.605115 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3387 | 2025.07.23 21:44:10.621910 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 482 | ||
3388 | 2025.07.23 21:44:10.624285 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3389 | 2025.07.23 21:44:10.624325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3390 | 2025.07.23 21:44:10.625533 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3391 | 2025.07.23 21:44:10.625810 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3392 | 2025.07.23 21:44:10.626177 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
3393 | 2025.07.23 21:44:11.112123 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3394 | 2025.07.23 21:44:11.128781 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3395 | 2025.07.23 21:44:11.128834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3396 | 2025.07.23 21:44:11.134635 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3397 | 2025.07.23 21:44:11.135321 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3398 | 2025.07.23 21:44:11.138095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3399 | 2025.07.23 21:44:12.306955 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3400 | 2025.07.23 21:44:12.307290 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3401 | 2025.07.23 21:44:12.307387 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3402 | 2025.07.23 21:44:12.308297 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3403 | 2025.07.23 21:44:12.308337 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3404 | 2025.07.23 21:44:12.308718 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3405 | 2025.07.23 21:44:12.308937 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2025.07.23 21:44:12.309079 [ 61 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
3407 | 2025.07.23 21:44:12.309087 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001868 sec., 74946.46680942184 rows/sec., 6.50 MiB/sec. | ||
3408 | 2025.07.23 21:44:12.309152 [ 61 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3409 | 2025.07.23 21:44:12.309173 [ 276 ] {d9b7c71a-99a4-4733-8766-7711ee8da972} <Debug> TCPHandler: Processed in 0.00231437 sec. | ||
3410 | 2025.07.23 21:44:12.309178 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3411 | 2025.07.23 21:44:12.309295 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
3412 | 2025.07.23 21:44:12.309318 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3413 | 2025.07.23 21:44:12.309409 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3414 | 2025.07.23 21:44:12.309416 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3415 | 2025.07.23 21:44:12.309448 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1409 rows starting from the beginning of the part | ||
3416 | 2025.07.23 21:44:12.309468 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3417 | 2025.07.23 21:44:12.309516 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
3418 | 2025.07.23 21:44:12.309563 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 140 rows starting from the beginning of the part | ||
3419 | 2025.07.23 21:44:12.309606 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1321 rows starting from the beginning of the part | ||
3420 | 2025.07.23 21:44:12.309643 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
3421 | 2025.07.23 21:44:12.309680 [ 193 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part | ||
3422 | 2025.07.23 21:44:12.309916 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3423 | 2025.07.23 21:44:12.309957 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3424 | 2025.07.23 21:44:12.310259 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3425 | 2025.07.23 21:44:12.310493 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3426 | 2025.07.23 21:44:12.310622 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001225 sec., 34285.71428571429 rows/sec., 2.52 MiB/sec. | ||
3427 | 2025.07.23 21:44:12.310659 [ 276 ] {791ca7ba-39c5-4dc3-9ec5-a0b21c2975ea} <Debug> TCPHandler: Processed in 0.001388112 sec. | ||
3428 | 2025.07.23 21:44:12.310778 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2025.07.23 21:44:12.310869 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3430 | 2025.07.23 21:44:12.310907 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3431 | 2025.07.23 21:44:12.311167 [ 186 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 5 columns (5 merged, 0 gathered) in 0.001913717 sec., 1631380.1883977621 rows/sec., 142.78 MiB/sec. | ||
3432 | 2025.07.23 21:44:12.311330 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2025.07.23 21:44:12.311371 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3434 | 2025.07.23 21:44:12.311471 [ 198 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
3435 | 2025.07.23 21:44:12.311710 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3436 | 2025.07.23 21:44:12.311882 [ 198 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3437 | 2025.07.23 21:44:12.311963 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3438 | 2025.07.23 21:44:12.311978 [ 198 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_30_6} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
3439 | 2025.07.23 21:44:12.312083 [ 61 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
3440 | 2025.07.23 21:44:12.312093 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3441 | 2025.07.23 21:44:12.312103 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001252 sec., 84664.53674121405 rows/sec., 6.61 MiB/sec. | ||
3442 | 2025.07.23 21:44:12.312120 [ 61 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3443 | 2025.07.23 21:44:12.312158 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3444 | 2025.07.23 21:44:12.312162 [ 276 ] {16c0f609-29ec-40ac-a290-3afb458942ac} <Debug> TCPHandler: Processed in 0.001431592 sec. | ||
3445 | 2025.07.23 21:44:12.312222 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
3446 | 2025.07.23 21:44:12.312283 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3447 | 2025.07.23 21:44:12.312306 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3448 | 2025.07.23 21:44:12.312334 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 634 rows starting from the beginning of the part | ||
3449 | 2025.07.23 21:44:12.312378 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
3450 | 2025.07.23 21:44:12.312379 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3451 | 2025.07.23 21:44:12.312420 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 106 rows starting from the beginning of the part | ||
3452 | 2025.07.23 21:44:12.312435 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3453 | 2025.07.23 21:44:12.312461 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 566 rows starting from the beginning of the part | ||
3454 | 2025.07.23 21:44:12.312500 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
3455 | 2025.07.23 21:44:12.312534 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part | ||
3456 | 2025.07.23 21:44:12.312837 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3457 | 2025.07.23 21:44:12.312877 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3458 | 2025.07.23 21:44:12.313217 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3459 | 2025.07.23 21:44:12.313435 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3460 | 2025.07.23 21:44:12.313484 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281241 sec., 1201959.6625459222 rows/sec., 95.75 MiB/sec. | ||
3461 | 2025.07.23 21:44:12.313562 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. | ||
3462 | 2025.07.23 21:44:12.313604 [ 276 ] {23e0f6ef-1d44-4a7c-8695-6c853e475c2e} <Debug> TCPHandler: Processed in 0.001367152 sec. | ||
3463 | 2025.07.23 21:44:12.313685 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
3464 | 2025.07.23 21:44:12.313726 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3465 | 2025.07.23 21:44:12.313852 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3466 | 2025.07.23 21:44:12.313917 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <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 | ||
3467 | 2025.07.23 21:44:12.313925 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2025.07.23 21:44:12.314000 [ 193 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_30_6} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
3469 | 2025.07.23 21:44:12.314066 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3470 | 2025.07.23 21:44:12.314860 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2025.07.23 21:44:12.314907 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3472 | 2025.07.23 21:44:12.315496 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3473 | 2025.07.23 21:44:12.315712 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2025.07.23 21:44:12.315813 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3475 | 2025.07.23 21:44:12.315843 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3476 | 2025.07.23 21:44:12.315846 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002019 sec., 20802.377414561666 rows/sec., 37.28 MiB/sec. | ||
3477 | 2025.07.23 21:44:12.315861 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3478 | 2025.07.23 21:44:12.315910 [ 276 ] {f0fd8516-fe28-4e2b-9810-77aa5629a4de} <Debug> TCPHandler: Processed in 0.002243399 sec. | ||
3479 | 2025.07.23 21:44:12.315950 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
3480 | 2025.07.23 21:44:12.316027 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3481 | 2025.07.23 21:44:12.316126 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3482 | 2025.07.23 21:44:12.316166 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3483 | 2025.07.23 21:44:12.316194 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3484 | 2025.07.23 21:44:12.316261 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 156 rows starting from the beginning of the part | ||
3485 | 2025.07.23 21:44:12.316408 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
3486 | 2025.07.23 21:44:12.316493 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3487 | 2025.07.23 21:44:12.316534 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3488 | 2025.07.23 21:44:12.316535 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
3489 | 2025.07.23 21:44:12.316670 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
3490 | 2025.07.23 21:44:12.316787 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part | ||
3491 | 2025.07.23 21:44:12.316855 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3492 | 2025.07.23 21:44:12.316902 [ 186 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
3493 | 2025.07.23 21:44:12.317079 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3494 | 2025.07.23 21:44:12.317210 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. | ||
3495 | 2025.07.23 21:44:12.317245 [ 276 ] {c9684280-1da7-4455-9b2a-422b64e79a84} <Debug> TCPHandler: Processed in 0.001266741 sec. | ||
3496 | 2025.07.23 21:44:12.319584 [ 199 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 19 columns (19 merged, 0 gathered) in 0.003671213 sec., 99694.5696150019 rows/sec., 178.65 MiB/sec. | ||
3497 | 2025.07.23 21:44:12.320285 [ 193 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3498 | 2025.07.23 21:44:12.320608 [ 193 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3499 | 2025.07.23 21:44:12.320680 [ 193 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3500 | 2025.07.23 21:44:12.320823 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
3501 | 2025.07.23 21:44:17.304380 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3502 | 2025.07.23 21:44:17.304594 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3503 | 2025.07.23 21:44:17.304664 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3504 | 2025.07.23 21:44:17.305347 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3505 | 2025.07.23 21:44:17.305384 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3506 | 2025.07.23 21:44:17.305753 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3507 | 2025.07.23 21:44:17.305972 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3508 | 2025.07.23 21:44:17.306127 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.71 MiB/sec. | ||
3509 | 2025.07.23 21:44:17.306169 [ 276 ] {c41afaa9-f70d-484a-8031-9ff32e5db5ba} <Debug> TCPHandler: Processed in 0.001922707 sec. | ||
3510 | 2025.07.23 21:44:17.306288 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3511 | 2025.07.23 21:44:17.306384 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3512 | 2025.07.23 21:44:17.306424 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3513 | 2025.07.23 21:44:17.306839 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3514 | 2025.07.23 21:44:17.306874 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3515 | 2025.07.23 21:44:17.307169 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3516 | 2025.07.23 21:44:17.307375 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3517 | 2025.07.23 21:44:17.307505 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001141 sec., 56091.14811568799 rows/sec., 4.38 MiB/sec. | ||
3518 | 2025.07.23 21:44:17.307543 [ 276 ] {a9bd741f-ce91-4f5e-b30d-6b96bb7a96d9} <Debug> TCPHandler: Processed in 0.001304601 sec. | ||
3519 | 2025.07.23 21:44:17.307655 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3520 | 2025.07.23 21:44:17.307750 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3521 | 2025.07.23 21:44:17.307793 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3522 | 2025.07.23 21:44:17.308196 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3523 | 2025.07.23 21:44:17.308231 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3524 | 2025.07.23 21:44:17.308565 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3525 | 2025.07.23 21:44:17.308770 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3526 | 2025.07.23 21:44:17.308863 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3527 | 2025.07.23 21:44:17.308898 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. | ||
3528 | 2025.07.23 21:44:17.308899 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3529 | 2025.07.23 21:44:17.308930 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3530 | 2025.07.23 21:44:17.308937 [ 276 ] {3836a91c-1a1c-4479-b16a-af2f2b8b40c2} <Debug> TCPHandler: Processed in 0.001330502 sec. | ||
3531 | 2025.07.23 21:44:17.309048 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3532 | 2025.07.23 21:44:17.309052 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
3533 | 2025.07.23 21:44:17.309143 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3534 | 2025.07.23 21:44:17.309189 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3535 | 2025.07.23 21:44:17.309229 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3536 | 2025.07.23 21:44:17.309275 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7935 rows starting from the beginning of the part | ||
3537 | 2025.07.23 21:44:17.309354 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
3538 | 2025.07.23 21:44:17.309407 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 983 rows starting from the beginning of the part | ||
3539 | 2025.07.23 21:44:17.309455 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
3540 | 2025.07.23 21:44:17.309503 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
3541 | 2025.07.23 21:44:17.309528 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2025.07.23 21:44:17.309550 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
3543 | 2025.07.23 21:44:17.309570 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3544 | 2025.07.23 21:44:17.309907 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3545 | 2025.07.23 21:44:17.310124 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3546 | 2025.07.23 21:44:17.310221 [ 104 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3547 | 2025.07.23 21:44:17.310248 [ 104 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3548 | 2025.07.23 21:44:17.310253 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. | ||
3549 | 2025.07.23 21:44:17.310266 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3550 | 2025.07.23 21:44:17.310290 [ 276 ] {90776d82-a7c9-43a6-be31-928e71de3c25} <Debug> TCPHandler: Processed in 0.001290921 sec. | ||
3551 | 2025.07.23 21:44:17.310370 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
3552 | 2025.07.23 21:44:17.310515 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3553 | 2025.07.23 21:44:17.310552 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1368 rows starting from the beginning of the part | ||
3554 | 2025.07.23 21:44:17.310618 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
3555 | 2025.07.23 21:44:17.310661 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part | ||
3556 | 2025.07.23 21:44:17.310700 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
3557 | 2025.07.23 21:44:17.310736 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
3558 | 2025.07.23 21:44:17.310773 [ 193 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
3559 | 2025.07.23 21:44:17.311778 [ 199 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.001459683 sec., 1101609.047991927 rows/sec., 74.24 MiB/sec. | ||
3560 | 2025.07.23 21:44:17.312072 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3561 | 2025.07.23 21:44:17.312420 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3562 | 2025.07.23 21:44:17.312508 [ 202 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_31_6} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3563 | 2025.07.23 21:44:17.312606 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3564 | 2025.07.23 21:44:17.312726 [ 191 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9462 rows, containing 5 columns (5 merged, 0 gathered) in 0.003736243 sec., 2532490.525910654 rows/sec., 173.44 MiB/sec. | ||
3565 | 2025.07.23 21:44:17.312979 [ 191 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3566 | 2025.07.23 21:44:17.313277 [ 191 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3567 | 2025.07.23 21:44:17.313357 [ 191 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3568 | 2025.07.23 21:44:17.313435 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
3569 | 2025.07.23 21:44:18.105374 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
3570 | 2025.07.23 21:44:18.105926 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3571 | 2025.07.23 21:44:18.105978 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3572 | 2025.07.23 21:44:18.106525 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3573 | 2025.07.23 21:44:18.106800 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3574 | 2025.07.23 21:44:18.106950 [ 111 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3575 | 2025.07.23 21:44:18.106960 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
3576 | 2025.07.23 21:44:18.107026 [ 111 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2025.07.23 21:44:18.107051 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3578 | 2025.07.23 21:44:18.107150 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3579 | 2025.07.23 21:44:18.107269 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3580 | 2025.07.23 21:44:18.107306 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
3581 | 2025.07.23 21:44:18.107367 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
3582 | 2025.07.23 21:44:18.107411 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
3583 | 2025.07.23 21:44:18.107450 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
3584 | 2025.07.23 21:44:18.107488 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
3585 | 2025.07.23 21:44:18.107528 [ 187 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
3586 | 2025.07.23 21:44:18.109176 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002062138 sec., 4703370.967413433 rows/sec., 67.28 MiB/sec. | ||
3587 | 2025.07.23 21:44:18.109607 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3588 | 2025.07.23 21:44:18.110080 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3589 | 2025.07.23 21:44:18.110210 [ 202 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_21_4} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3590 | 2025.07.23 21:44:18.110325 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3591 | 2025.07.23 21:44:18.638333 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
3592 | 2025.07.23 21:44:18.655311 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3593 | 2025.07.23 21:44:18.655366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3594 | 2025.07.23 21:44:18.660828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3595 | 2025.07.23 21:44:18.661514 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3596 | 2025.07.23 21:44:18.661803 [ 111 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3597 | 2025.07.23 21:44:18.661868 [ 111 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3598 | 2025.07.23 21:44:18.661891 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3599 | 2025.07.23 21:44:18.661991 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3600 | 2025.07.23 21:44:18.664527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
3601 | 2025.07.23 21:44:18.666000 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3602 | 2025.07.23 21:44:18.667640 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
3603 | 2025.07.23 21:44:18.672459 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
3604 | 2025.07.23 21:44:18.677070 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
3605 | 2025.07.23 21:44:18.681746 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
3606 | 2025.07.23 21:44:18.686019 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
3607 | 2025.07.23 21:44:18.690183 [ 187 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
3608 | 2025.07.23 21:44:18.745040 [ 190 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.083087971 sec., 1913.6344056349626 rows/sec., 9.90 MiB/sec. | ||
3609 | 2025.07.23 21:44:18.747741 [ 194 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3610 | 2025.07.23 21:44:18.749861 [ 194 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3611 | 2025.07.23 21:44:18.749967 [ 194 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_21_4} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3612 | 2025.07.23 21:44:18.752042 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
3613 | 2025.07.23 21:44:19.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.44 MiB, peak 226.98 MiB, free memory in arenas 0.00 B, will set to 221.60 MiB (RSS), difference: 5.16 MiB | ||
3614 | 2025.07.23 21:44:20.626526 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 502 | ||
3615 | 2025.07.23 21:44:20.628588 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3616 | 2025.07.23 21:44:20.628639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3617 | 2025.07.23 21:44:20.629803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3618 | 2025.07.23 21:44:20.630079 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3619 | 2025.07.23 21:44:20.630446 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
3620 | 2025.07.23 21:44:22.307215 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3621 | 2025.07.23 21:44:22.307393 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3622 | 2025.07.23 21:44:22.307457 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3623 | 2025.07.23 21:44:22.308071 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3624 | 2025.07.23 21:44:22.308112 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3625 | 2025.07.23 21:44:22.308488 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3626 | 2025.07.23 21:44:22.308712 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3627 | 2025.07.23 21:44:22.308869 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001524 sec., 1312.3359580052493 rows/sec., 107.01 KiB/sec. | ||
3628 | 2025.07.23 21:44:22.308920 [ 276 ] {c5032fca-373a-46ba-922f-79bfdd082560} <Debug> TCPHandler: Processed in 0.001832047 sec. | ||
3629 | 2025.07.23 21:44:22.309048 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3630 | 2025.07.23 21:44:22.309152 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3631 | 2025.07.23 21:44:22.309195 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3632 | 2025.07.23 21:44:22.309703 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2025.07.23 21:44:22.309738 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3634 | 2025.07.23 21:44:22.310071 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3635 | 2025.07.23 21:44:22.310284 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2025.07.23 21:44:22.310419 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Debug> executeQuery: Read 141 rows, 12.51 KiB in 0.00129 sec., 109302.32558139536 rows/sec., 9.47 MiB/sec. | ||
3637 | 2025.07.23 21:44:22.310458 [ 276 ] {93948e32-17a1-40f3-a348-d5daca5027af} <Debug> TCPHandler: Processed in 0.001461683 sec. | ||
3638 | 2025.07.23 21:44:22.310569 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2025.07.23 21:44:22.310667 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3640 | 2025.07.23 21:44:22.310708 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3641 | 2025.07.23 21:44:22.311126 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3642 | 2025.07.23 21:44:22.311161 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3643 | 2025.07.23 21:44:22.311458 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3644 | 2025.07.23 21:44:22.311663 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3645 | 2025.07.23 21:44:22.311759 [ 108 ] {} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3646 | 2025.07.23 21:44:22.311790 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Debug> executeQuery: Read 44 rows, 3.30 KiB in 0.001143 sec., 38495.188101487314 rows/sec., 2.82 MiB/sec. | ||
3647 | 2025.07.23 21:44:22.311797 [ 108 ] {} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3648 | 2025.07.23 21:44:22.311823 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3649 | 2025.07.23 21:44:22.311830 [ 276 ] {169c35b8-78f7-45b5-bc88-cc014f8de278} <Debug> TCPHandler: Processed in 0.001310421 sec. | ||
3650 | 2025.07.23 21:44:22.311949 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3651 | 2025.07.23 21:44:22.311957 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
3652 | 2025.07.23 21:44:22.312051 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3653 | 2025.07.23 21:44:22.312097 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3654 | 2025.07.23 21:44:22.312119 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3655 | 2025.07.23 21:44:22.312158 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
3656 | 2025.07.23 21:44:22.312251 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
3657 | 2025.07.23 21:44:22.312315 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
3658 | 2025.07.23 21:44:22.312418 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
3659 | 2025.07.23 21:44:22.312500 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
3660 | 2025.07.23 21:44:22.312552 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3661 | 2025.07.23 21:44:22.312578 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part | ||
3662 | 2025.07.23 21:44:22.312592 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3663 | 2025.07.23 21:44:22.313064 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3664 | 2025.07.23 21:44:22.313297 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3665 | 2025.07.23 21:44:22.313432 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.0014 sec., 77142.85714285714 rows/sec., 6.03 MiB/sec. | ||
3666 | 2025.07.23 21:44:22.313469 [ 276 ] {94321d75-c212-4f82-a375-3f1fe708a215} <Debug> TCPHandler: Processed in 0.001570454 sec. | ||
3667 | 2025.07.23 21:44:22.313583 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3668 | 2025.07.23 21:44:22.313677 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3669 | 2025.07.23 21:44:22.313693 [ 190 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.001793806 sec., 147173.10567586462 rows/sec., 11.34 MiB/sec. | ||
3670 | 2025.07.23 21:44:22.313719 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3671 | 2025.07.23 21:44:22.313832 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3672 | 2025.07.23 21:44:22.314088 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3673 | 2025.07.23 21:44:22.314141 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3674 | 2025.07.23 21:44:22.314160 [ 194 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_16_3} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3675 | 2025.07.23 21:44:22.314186 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3676 | 2025.07.23 21:44:22.314245 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3677 | 2025.07.23 21:44:22.314528 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3678 | 2025.07.23 21:44:22.314742 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3679 | 2025.07.23 21:44:22.314867 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00121 sec., 133057.85123966943 rows/sec., 9.27 MiB/sec. | ||
3680 | 2025.07.23 21:44:22.314903 [ 276 ] {09457eff-fdca-448b-bd74-65647ed863f3} <Debug> TCPHandler: Processed in 0.001367572 sec. | ||
3681 | 2025.07.23 21:44:22.315000 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3682 | 2025.07.23 21:44:22.315092 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3683 | 2025.07.23 21:44:22.315144 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <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 | ||
3684 | 2025.07.23 21:44:22.316008 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3685 | 2025.07.23 21:44:22.316042 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3686 | 2025.07.23 21:44:22.316607 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3687 | 2025.07.23 21:44:22.316825 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3688 | 2025.07.23 21:44:22.316958 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001884 sec., 22292.993630573248 rows/sec., 39.95 MiB/sec. | ||
3689 | 2025.07.23 21:44:22.317018 [ 276 ] {12fbf9db-4818-455f-9d15-036ff1b6083d} <Debug> TCPHandler: Processed in 0.002064298 sec. | ||
3690 | 2025.07.23 21:44:22.317128 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3691 | 2025.07.23 21:44:22.317222 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3692 | 2025.07.23 21:44:22.317262 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3693 | 2025.07.23 21:44:22.317593 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3694 | 2025.07.23 21:44:22.317627 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3695 | 2025.07.23 21:44:22.317941 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
3696 | 2025.07.23 21:44:22.318145 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3697 | 2025.07.23 21:44:22.318271 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
3698 | 2025.07.23 21:44:22.318306 [ 276 ] {5235e495-f448-43b7-b352-a6ac83e7f07b} <Debug> TCPHandler: Processed in 0.001224681 sec. | ||
3699 | 2025.07.23 21:44:25.526405 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3700 | 2025.07.23 21:44:25.526471 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3701 | 2025.07.23 21:44:25.607272 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
3702 | 2025.07.23 21:44:25.607821 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2025.07.23 21:44:25.607874 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3704 | 2025.07.23 21:44:25.608540 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3705 | 2025.07.23 21:44:25.608770 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3706 | 2025.07.23 21:44:25.608896 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
3707 | 2025.07.23 21:44:26.164798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
3708 | 2025.07.23 21:44:26.179782 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3709 | 2025.07.23 21:44:26.179834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3710 | 2025.07.23 21:44:26.185993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3711 | 2025.07.23 21:44:26.186697 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3712 | 2025.07.23 21:44:26.189282 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
3713 | 2025.07.23 21:44:27.304811 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3714 | 2025.07.23 21:44:27.305019 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3715 | 2025.07.23 21:44:27.305099 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3716 | 2025.07.23 21:44:27.305859 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3717 | 2025.07.23 21:44:27.305908 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3718 | 2025.07.23 21:44:27.306336 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3719 | 2025.07.23 21:44:27.306573 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3720 | 2025.07.23 21:44:27.306723 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. | ||
3721 | 2025.07.23 21:44:27.306764 [ 276 ] {10ed0775-188e-4f0b-bb9e-916221c838df} <Debug> TCPHandler: Processed in 0.002165179 sec. | ||
3722 | 2025.07.23 21:44:27.306887 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3723 | 2025.07.23 21:44:27.306981 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3724 | 2025.07.23 21:44:27.307020 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3725 | 2025.07.23 21:44:27.307431 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3726 | 2025.07.23 21:44:27.307532 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3727 | 2025.07.23 21:44:27.307865 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3728 | 2025.07.23 21:44:27.308100 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2025.07.23 21:44:27.308234 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001241 sec., 51571.313456889606 rows/sec., 4.03 MiB/sec. | ||
3730 | 2025.07.23 21:44:27.308272 [ 276 ] {4d230dfe-29c6-4bcc-9d52-4f74fd69a8b2} <Debug> TCPHandler: Processed in 0.001411433 sec. | ||
3731 | 2025.07.23 21:44:27.308390 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3732 | 2025.07.23 21:44:27.308486 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3733 | 2025.07.23 21:44:27.308531 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3734 | 2025.07.23 21:44:27.308967 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3735 | 2025.07.23 21:44:27.309004 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3736 | 2025.07.23 21:44:27.309347 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3737 | 2025.07.23 21:44:27.309566 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3738 | 2025.07.23 21:44:27.309696 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. | ||
3739 | 2025.07.23 21:44:27.309734 [ 276 ] {f489d8b2-7b56-4141-82bc-d33c496680d2} <Debug> TCPHandler: Processed in 0.001393512 sec. | ||
3740 | 2025.07.23 21:44:27.309848 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3741 | 2025.07.23 21:44:27.309943 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3742 | 2025.07.23 21:44:27.309985 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3743 | 2025.07.23 21:44:27.310324 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3744 | 2025.07.23 21:44:27.310361 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3745 | 2025.07.23 21:44:27.310684 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
3746 | 2025.07.23 21:44:27.310897 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3747 | 2025.07.23 21:44:27.311024 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. | ||
3748 | 2025.07.23 21:44:27.311060 [ 276 ] {9c71e5ae-b7b7-4e68-b7cc-9f7b1155daad} <Debug> TCPHandler: Processed in 0.001261611 sec. | ||
3749 | 2025.07.23 21:44:30.630986 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 524 | ||
3750 | 2025.07.23 21:44:30.633186 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3751 | 2025.07.23 21:44:30.633229 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3752 | 2025.07.23 21:44:30.634479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3753 | 2025.07.23 21:44:30.634757 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2025.07.23 21:44:30.634907 [ 97 ] {} <Debug> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3755 | 2025.07.23 21:44:30.634978 [ 97 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3756 | 2025.07.23 21:44:30.634997 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3757 | 2025.07.23 21:44:30.635034 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524 | ||
3758 | 2025.07.23 21:44:30.635096 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
3759 | 2025.07.23 21:44:30.635627 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3760 | 2025.07.23 21:44:30.635789 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part | ||
3761 | 2025.07.23 21:44:30.636179 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
3762 | 2025.07.23 21:44:30.636497 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
3763 | 2025.07.23 21:44:30.636827 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part | ||
3764 | 2025.07.23 21:44:30.637177 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
3765 | 2025.07.23 21:44:30.637531 [ 195 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
3766 | 2025.07.23 21:44:30.643687 [ 190 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 72 columns (72 merged, 0 gathered) in 0.008633416 sec., 60694.39952852961 rows/sec., 53.16 MiB/sec. | ||
3767 | 2025.07.23 21:44:30.644860 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3768 | 2025.07.23 21:44:30.645502 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3769 | 2025.07.23 21:44:30.645584 [ 200 ] {7dce5b21-5504-41f8-8164-88603c9b9e87::all_1_16_3} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3770 | 2025.07.23 21:44:30.645927 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
3771 | 2025.07.23 21:44:32.305987 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3772 | 2025.07.23 21:44:32.306171 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3773 | 2025.07.23 21:44:32.306234 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3774 | 2025.07.23 21:44:32.307014 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3775 | 2025.07.23 21:44:32.307063 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3776 | 2025.07.23 21:44:32.307500 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3777 | 2025.07.23 21:44:32.307732 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3778 | 2025.07.23 21:44:32.307882 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001758 sec., 79635.94994311717 rows/sec., 6.91 MiB/sec. | ||
3779 | 2025.07.23 21:44:32.307923 [ 276 ] {7b7ab518-6f77-498d-847b-80a1c2323a37} <Debug> TCPHandler: Processed in 0.002120549 sec. | ||
3780 | 2025.07.23 21:44:32.308049 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3781 | 2025.07.23 21:44:32.308144 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3782 | 2025.07.23 21:44:32.308183 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3783 | 2025.07.23 21:44:32.308597 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3784 | 2025.07.23 21:44:32.308633 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3785 | 2025.07.23 21:44:32.308941 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3786 | 2025.07.23 21:44:32.309148 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3787 | 2025.07.23 21:44:32.309274 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001149 sec., 36553.52480417754 rows/sec., 2.68 MiB/sec. | ||
3788 | 2025.07.23 21:44:32.309311 [ 276 ] {30c471fd-9b22-4480-9f18-d1ec8c9f76ca} <Debug> TCPHandler: Processed in 0.001309471 sec. | ||
3789 | 2025.07.23 21:44:32.309422 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3790 | 2025.07.23 21:44:32.309515 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3791 | 2025.07.23 21:44:32.309553 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3792 | 2025.07.23 21:44:32.309978 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3793 | 2025.07.23 21:44:32.310013 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3794 | 2025.07.23 21:44:32.310332 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3795 | 2025.07.23 21:44:32.310540 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3796 | 2025.07.23 21:44:32.310665 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001168 sec., 90753.42465753425 rows/sec., 7.09 MiB/sec. | ||
3797 | 2025.07.23 21:44:32.310706 [ 276 ] {0cad3a81-38b9-4a4f-9213-d2be91f2f1b4} <Debug> TCPHandler: Processed in 0.001329872 sec. | ||
3798 | 2025.07.23 21:44:32.310839 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3799 | 2025.07.23 21:44:32.310933 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3800 | 2025.07.23 21:44:32.310974 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3801 | 2025.07.23 21:44:32.311412 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3802 | 2025.07.23 21:44:32.311447 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3803 | 2025.07.23 21:44:32.311798 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3804 | 2025.07.23 21:44:32.312004 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3805 | 2025.07.23 21:44:32.312135 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. | ||
3806 | 2025.07.23 21:44:32.312171 [ 276 ] {e3ed06f2-1095-4acf-85b8-123ea9e5d63f} <Debug> TCPHandler: Processed in 0.001395363 sec. | ||
3807 | 2025.07.23 21:44:32.312283 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3808 | 2025.07.23 21:44:32.312378 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3809 | 2025.07.23 21:44:32.312430 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <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 | ||
3810 | 2025.07.23 21:44:32.313290 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3811 | 2025.07.23 21:44:32.313326 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3812 | 2025.07.23 21:44:32.313917 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3813 | 2025.07.23 21:44:32.314134 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3814 | 2025.07.23 21:44:32.314264 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001905 sec., 22047.24409448819 rows/sec., 39.51 MiB/sec. | ||
3815 | 2025.07.23 21:44:32.314315 [ 276 ] {474cf134-b9f2-4314-8e77-03a786468b91} <Debug> TCPHandler: Processed in 0.002087958 sec. | ||
3816 | 2025.07.23 21:44:32.314430 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3817 | 2025.07.23 21:44:32.314532 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3818 | 2025.07.23 21:44:32.314574 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3819 | 2025.07.23 21:44:32.314907 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3820 | 2025.07.23 21:44:32.314942 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3821 | 2025.07.23 21:44:32.315243 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
3822 | 2025.07.23 21:44:32.315448 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2025.07.23 21:44:32.315570 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
3824 | 2025.07.23 21:44:32.315612 [ 276 ] {532f8685-e082-4775-9f7d-045c85bb88f9} <Debug> TCPHandler: Processed in 0.001228201 sec. | ||
3825 | 2025.07.23 21:44:33.109100 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
3826 | 2025.07.23 21:44:33.109862 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2025.07.23 21:44:33.109941 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3828 | 2025.07.23 21:44:33.110610 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3829 | 2025.07.23 21:44:33.110845 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2025.07.23 21:44:33.110973 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
3831 | 2025.07.23 21:44:33.689348 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
3832 | 2025.07.23 21:44:33.706351 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2025.07.23 21:44:33.706399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3834 | 2025.07.23 21:44:33.711994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3835 | 2025.07.23 21:44:33.712696 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3836 | 2025.07.23 21:44:33.715524 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
3837 | 2025.07.23 21:44:34.625896 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3838 | 2025.07.23 21:44:34.626176 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3839 | 2025.07.23 21:44:34.626282 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3840 | 2025.07.23 21:44:34.627086 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3841 | 2025.07.23 21:44:34.627133 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3842 | 2025.07.23 21:44:34.627524 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3843 | 2025.07.23 21:44:34.627757 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2025.07.23 21:44:34.627909 [ 94 ] {} <Debug> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3845 | 2025.07.23 21:44:34.627920 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001819 sec., 13194.06267179769 rows/sec., 1.09 MiB/sec. | ||
3846 | 2025.07.23 21:44:34.627991 [ 94 ] {} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3847 | 2025.07.23 21:44:34.628035 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3848 | 2025.07.23 21:44:34.628045 [ 276 ] {c04d5771-6a33-4671-b802-8e6913afb2f4} <Debug> TCPHandler: Processed in 0.00232949 sec. | ||
3849 | 2025.07.23 21:44:34.628152 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3850 | 2025.07.23 21:44:34.628168 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3851 | 2025.07.23 21:44:34.628290 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3852 | 2025.07.23 21:44:34.628293 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3853 | 2025.07.23 21:44:34.628336 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3854 | 2025.07.23 21:44:34.628343 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3855 | 2025.07.23 21:44:34.628452 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
3856 | 2025.07.23 21:44:34.628496 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
3857 | 2025.07.23 21:44:34.628535 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
3858 | 2025.07.23 21:44:34.628573 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
3859 | 2025.07.23 21:44:34.629292 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.0011919 sec., 100679.58721369242 rows/sec., 8.74 MiB/sec. | ||
3860 | 2025.07.23 21:44:34.629300 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2025.07.23 21:44:34.629349 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3862 | 2025.07.23 21:44:34.629415 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3863 | 2025.07.23 21:44:34.629693 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2025.07.23 21:44:34.629758 [ 195 ] {6b6df956-440e-455a-b3e4-d2c744e86bdc::all_1_5_1} <Trace> oximeter.fields_i16 (6b6df956-440e-455a-b3e4-d2c744e86bdc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3865 | 2025.07.23 21:44:34.629819 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3866 | 2025.07.23 21:44:34.629824 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3867 | 2025.07.23 21:44:34.630056 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3868 | 2025.07.23 21:44:34.630196 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Debug> executeQuery: Read 1316 rows, 112.43 KiB in 0.001929 sec., 682218.7662001037 rows/sec., 56.92 MiB/sec. | ||
3869 | 2025.07.23 21:44:34.630195 [ 94 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
3870 | 2025.07.23 21:44:34.630236 [ 276 ] {7444fbd3-d4ba-49f9-b27c-afaea8f5319f} <Debug> TCPHandler: Processed in 0.002119009 sec. | ||
3871 | 2025.07.23 21:44:34.630256 [ 94 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3872 | 2025.07.23 21:44:34.630285 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3873 | 2025.07.23 21:44:34.630346 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2025.07.23 21:44:34.630375 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
3875 | 2025.07.23 21:44:34.630447 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3876 | 2025.07.23 21:44:34.630492 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3877 | 2025.07.23 21:44:34.630501 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3878 | 2025.07.23 21:44:34.630538 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1409 rows starting from the beginning of the part | ||
3879 | 2025.07.23 21:44:34.630614 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
3880 | 2025.07.23 21:44:34.630654 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 141 rows starting from the beginning of the part | ||
3881 | 2025.07.23 21:44:34.630692 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
3882 | 2025.07.23 21:44:34.630730 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part | ||
3883 | 2025.07.23 21:44:34.630772 [ 190 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1316 rows starting from the beginning of the part | ||
3884 | 2025.07.23 21:44:34.630892 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3885 | 2025.07.23 21:44:34.630933 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3886 | 2025.07.23 21:44:34.631247 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3887 | 2025.07.23 21:44:34.631478 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2025.07.23 21:44:34.631619 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001194 sec., 10050.251256281408 rows/sec., 804.81 KiB/sec. | ||
3889 | 2025.07.23 21:44:34.631657 [ 276 ] {b9a824dd-3e60-4614-8a5b-06480cd2e95e} <Debug> TCPHandler: Processed in 0.001359012 sec. | ||
3890 | 2025.07.23 21:44:34.631756 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3891 | 2025.07.23 21:44:34.631850 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3892 | 2025.07.23 21:44:34.631888 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3893 | 2025.07.23 21:44:34.632201 [ 195 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001866917 sec., 1670133.16607005 rows/sec., 146.20 MiB/sec. | ||
3894 | 2025.07.23 21:44:34.632342 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2025.07.23 21:44:34.632384 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3896 | 2025.07.23 21:44:34.632394 [ 195 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
3897 | 2025.07.23 21:44:34.632677 [ 195 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2025.07.23 21:44:34.632740 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3899 | 2025.07.23 21:44:34.632752 [ 195 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_35_7} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
3900 | 2025.07.23 21:44:34.632836 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3901 | 2025.07.23 21:44:34.632981 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3902 | 2025.07.23 21:44:34.633105 [ 94 ] {} <Debug> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3903 | 2025.07.23 21:44:34.633117 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001286 sec., 195956.45412130636 rows/sec., 13.55 MiB/sec. | ||
3904 | 2025.07.23 21:44:34.633146 [ 94 ] {} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2025.07.23 21:44:34.633168 [ 276 ] {5ebb6b2a-91ae-44e6-80ef-98f4602f8a0b} <Debug> TCPHandler: Processed in 0.001458722 sec. | ||
3906 | 2025.07.23 21:44:34.633171 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3907 | 2025.07.23 21:44:34.633264 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3908 | 2025.07.23 21:44:34.633286 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3909 | 2025.07.23 21:44:34.633364 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3910 | 2025.07.23 21:44:34.633380 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3911 | 2025.07.23 21:44:34.633392 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part | ||
3912 | 2025.07.23 21:44:34.633420 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3913 | 2025.07.23 21:44:34.633463 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 252 rows starting from the beginning of the part | ||
3914 | 2025.07.23 21:44:34.633510 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
3915 | 2025.07.23 21:44:34.633552 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part | ||
3916 | 2025.07.23 21:44:34.633595 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
3917 | 2025.07.23 21:44:34.633809 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2025.07.23 21:44:34.633842 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3919 | 2025.07.23 21:44:34.634131 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3920 | 2025.07.23 21:44:34.634339 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3921 | 2025.07.23 21:44:34.634459 [ 94 ] {} <Debug> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3922 | 2025.07.23 21:44:34.634468 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. | ||
3923 | 2025.07.23 21:44:34.634492 [ 190 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259211 sec., 1000626.5828363951 rows/sec., 73.02 MiB/sec. | ||
3924 | 2025.07.23 21:44:34.634499 [ 94 ] {} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3925 | 2025.07.23 21:44:34.634524 [ 276 ] {c2098e88-fa34-4b07-9ee1-d230f5d49f29} <Debug> TCPHandler: Processed in 0.001284511 sec. | ||
3926 | 2025.07.23 21:44:34.634541 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3927 | 2025.07.23 21:44:34.634612 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3928 | 2025.07.23 21:44:34.634627 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3929 | 2025.07.23 21:44:34.634632 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3930 | 2025.07.23 21:44:34.634693 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3931 | 2025.07.23 21:44:34.634722 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
3932 | 2025.07.23 21:44:34.634735 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3933 | 2025.07.23 21:44:34.634769 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
3934 | 2025.07.23 21:44:34.634779 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3935 | 2025.07.23 21:44:34.634814 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3936 | 2025.07.23 21:44:34.634853 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
3937 | 2025.07.23 21:44:34.634883 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3938 | 2025.07.23 21:44:34.634888 [ 195 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
3939 | 2025.07.23 21:44:34.634948 [ 188 ] {7d4026c4-b11e-4b82-9a37-562d5bfd3fc6::all_1_5_1} <Trace> oximeter.fields_u32 (7d4026c4-b11e-4b82-9a37-562d5bfd3fc6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3940 | 2025.07.23 21:44:34.635010 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3941 | 2025.07.23 21:44:34.635336 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3942 | 2025.07.23 21:44:34.635372 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3943 | 2025.07.23 21:44:34.635469 [ 192 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000882988 sec., 67951.09333309173 rows/sec., 5.44 MiB/sec. | ||
3944 | 2025.07.23 21:44:34.635582 [ 188 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3945 | 2025.07.23 21:44:34.635707 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3946 | 2025.07.23 21:44:34.635816 [ 188 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3947 | 2025.07.23 21:44:34.635874 [ 188 ] {38b81270-9116-4b00-b2e4-98a93394bb7a::all_1_5_1} <Trace> oximeter.fields_u8 (38b81270-9116-4b00-b2e4-98a93394bb7a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3948 | 2025.07.23 21:44:34.635915 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3949 | 2025.07.23 21:44:34.635937 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3950 | 2025.07.23 21:44:34.636042 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001325 sec., 419622.641509434 rows/sec., 31.44 MiB/sec. | ||
3951 | 2025.07.23 21:44:34.636042 [ 94 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
3952 | 2025.07.23 21:44:34.636080 [ 276 ] {af4e3216-acee-4b51-bc36-eeefcccbb6ff} <Debug> TCPHandler: Processed in 0.001496393 sec. | ||
3953 | 2025.07.23 21:44:34.636093 [ 94 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3954 | 2025.07.23 21:44:34.636117 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3955 | 2025.07.23 21:44:34.636180 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
3956 | 2025.07.23 21:44:34.636195 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3957 | 2025.07.23 21:44:34.636266 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3958 | 2025.07.23 21:44:34.636292 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 634 rows starting from the beginning of the part | ||
3959 | 2025.07.23 21:44:34.636297 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3960 | 2025.07.23 21:44:34.636335 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
3961 | 2025.07.23 21:44:34.636344 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3962 | 2025.07.23 21:44:34.636377 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 108 rows starting from the beginning of the part | ||
3963 | 2025.07.23 21:44:34.636416 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
3964 | 2025.07.23 21:44:34.636447 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 106 rows starting from the beginning of the part | ||
3965 | 2025.07.23 21:44:34.636479 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 556 rows starting from the beginning of the part | ||
3966 | 2025.07.23 21:44:34.636898 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3967 | 2025.07.23 21:44:34.636938 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3968 | 2025.07.23 21:44:34.637335 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3969 | 2025.07.23 21:44:34.637374 [ 196 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122109 sec., 1254616.7768141578 rows/sec., 99.92 MiB/sec. | ||
3970 | 2025.07.23 21:44:34.637523 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
3971 | 2025.07.23 21:44:34.637580 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3972 | 2025.07.23 21:44:34.637722 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Debug> executeQuery: Read 978 rows, 67.67 KiB in 0.001443 sec., 677754.6777546777 rows/sec., 45.79 MiB/sec. | ||
3973 | 2025.07.23 21:44:34.637760 [ 276 ] {1e46b82d-16a3-462b-a332-00124499828e} <Debug> TCPHandler: Processed in 0.001612024 sec. | ||
3974 | 2025.07.23 21:44:34.637777 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2025.07.23 21:44:34.637843 [ 195 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_35_7} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
3976 | 2025.07.23 21:44:34.637869 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3977 | 2025.07.23 21:44:34.637899 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3978 | 2025.07.23 21:44:34.637965 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3979 | 2025.07.23 21:44:34.638010 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3980 | 2025.07.23 21:44:34.638335 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3981 | 2025.07.23 21:44:34.638371 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3982 | 2025.07.23 21:44:34.638677 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
3983 | 2025.07.23 21:44:34.638892 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3984 | 2025.07.23 21:44:34.639018 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001071 sec., 33613.445378151264 rows/sec., 2.27 MiB/sec. | ||
3985 | 2025.07.23 21:44:34.639053 [ 276 ] {4926c6f3-a0a5-46fb-91f5-20f7eee97cd0} <Debug> TCPHandler: Processed in 0.001231171 sec. | ||
3986 | 2025.07.23 21:44:34.811492 [ 94 ] {} <Debug> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3987 | 2025.07.23 21:44:34.811555 [ 94 ] {} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3988 | 2025.07.23 21:44:34.811580 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
3989 | 2025.07.23 21:44:34.811711 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3990 | 2025.07.23 21:44:34.811836 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3991 | 2025.07.23 21:44:34.811868 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
3992 | 2025.07.23 21:44:34.811933 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3993 | 2025.07.23 21:44:34.811981 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3994 | 2025.07.23 21:44:34.812027 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
3995 | 2025.07.23 21:44:34.812068 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3996 | 2025.07.23 21:44:34.812790 [ 195 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114207 sec., 26268.092148467258 rows/sec., 2.19 MiB/sec. | ||
3997 | 2025.07.23 21:44:34.812915 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3998 | 2025.07.23 21:44:34.813149 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3999 | 2025.07.23 21:44:34.813208 [ 192 ] {b38936a7-2854-43ce-a2a1-64b5eab85205::all_1_5_1} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4000 | 2025.07.23 21:44:34.813263 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4001 | 2025.07.23 21:44:37.300061 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4002 | 2025.07.23 21:44:37.300274 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4003 | 2025.07.23 21:44:37.300344 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4004 | 2025.07.23 21:44:37.301161 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4005 | 2025.07.23 21:44:37.301204 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4006 | 2025.07.23 21:44:37.301586 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4007 | 2025.07.23 21:44:37.301810 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4008 | 2025.07.23 21:44:37.301965 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001742 sec., 32146.957520091848 rows/sec., 2.47 MiB/sec. | ||
4009 | 2025.07.23 21:44:37.302006 [ 276 ] {78302f42-b14b-4ed0-9e06-e5738cec1995} <Debug> TCPHandler: Processed in 0.002082538 sec. | ||
4010 | 2025.07.23 21:44:37.302134 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4011 | 2025.07.23 21:44:37.302229 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4012 | 2025.07.23 21:44:37.302268 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4013 | 2025.07.23 21:44:37.302747 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4014 | 2025.07.23 21:44:37.302785 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4015 | 2025.07.23 21:44:37.303099 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4016 | 2025.07.23 21:44:37.303308 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4017 | 2025.07.23 21:44:37.303434 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. | ||
4018 | 2025.07.23 21:44:37.303473 [ 276 ] {73a5b2f3-bcd5-4972-a5ae-4664ecb106ff} <Debug> TCPHandler: Processed in 0.001388742 sec. | ||
4019 | 2025.07.23 21:44:37.303599 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4020 | 2025.07.23 21:44:37.303695 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4021 | 2025.07.23 21:44:37.303738 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4022 | 2025.07.23 21:44:37.304143 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4023 | 2025.07.23 21:44:37.304179 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4024 | 2025.07.23 21:44:37.304512 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4025 | 2025.07.23 21:44:37.304727 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4026 | 2025.07.23 21:44:37.304855 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 3.78 MiB/sec. | ||
4027 | 2025.07.23 21:44:37.304861 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4028 | 2025.07.23 21:44:37.304891 [ 276 ] {581c00f8-9a59-4620-940a-8a6b40ee5043} <Debug> TCPHandler: Processed in 0.001342112 sec. | ||
4029 | 2025.07.23 21:44:37.304935 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4030 | 2025.07.23 21:44:37.304960 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4031 | 2025.07.23 21:44:37.305034 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4032 | 2025.07.23 21:44:37.305078 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4033 | 2025.07.23 21:44:37.305134 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4034 | 2025.07.23 21:44:37.305187 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4035 | 2025.07.23 21:44:37.305244 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4036 | 2025.07.23 21:44:37.305291 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9462 rows starting from the beginning of the part | ||
4037 | 2025.07.23 21:44:37.305358 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
4038 | 2025.07.23 21:44:37.305406 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
4039 | 2025.07.23 21:44:37.305448 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
4040 | 2025.07.23 21:44:37.305496 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 978 rows starting from the beginning of the part | ||
4041 | 2025.07.23 21:44:37.305544 [ 189 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
4042 | 2025.07.23 21:44:37.305554 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4043 | 2025.07.23 21:44:37.305600 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4044 | 2025.07.23 21:44:37.305943 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4045 | 2025.07.23 21:44:37.306156 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4046 | 2025.07.23 21:44:37.306284 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001171 sec., 20495.303159692572 rows/sec., 1.38 MiB/sec. | ||
4047 | 2025.07.23 21:44:37.306293 [ 89 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4048 | 2025.07.23 21:44:37.306322 [ 276 ] {7ab53729-3d10-41c3-a8d7-6e2af637b92f} <Debug> TCPHandler: Processed in 0.001339541 sec. | ||
4049 | 2025.07.23 21:44:37.306348 [ 89 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4050 | 2025.07.23 21:44:37.306372 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4051 | 2025.07.23 21:44:37.306497 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4052 | 2025.07.23 21:44:37.306589 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4053 | 2025.07.23 21:44:37.306625 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part | ||
4054 | 2025.07.23 21:44:37.306678 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
4055 | 2025.07.23 21:44:37.306721 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
4056 | 2025.07.23 21:44:37.306757 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
4057 | 2025.07.23 21:44:37.306794 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
4058 | 2025.07.23 21:44:37.306830 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
4059 | 2025.07.23 21:44:37.307852 [ 195 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.001406842 sec., 1313580.345198679 rows/sec., 88.53 MiB/sec. | ||
4060 | 2025.07.23 21:44:37.308082 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4061 | 2025.07.23 21:44:37.308297 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4062 | 2025.07.23 21:44:37.308352 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_36_7} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4063 | 2025.07.23 21:44:37.308407 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4064 | 2025.07.23 21:44:37.309468 [ 192 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10985 rows, containing 5 columns (5 merged, 0 gathered) in 0.004444349 sec., 2471678.0792867527 rows/sec., 169.22 MiB/sec. | ||
4065 | 2025.07.23 21:44:37.309822 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4066 | 2025.07.23 21:44:37.310134 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4067 | 2025.07.23 21:44:37.310206 [ 186 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4068 | 2025.07.23 21:44:37.310296 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
4069 | 2025.07.23 21:44:38.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.52 MiB, peak 231.22 MiB, free memory in arenas 0.00 B, will set to 225.66 MiB (RSS), difference: 1.15 MiB | ||
4070 | 2025.07.23 21:44:40.526515 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4071 | 2025.07.23 21:44:40.526616 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4072 | 2025.07.23 21:44:40.611136 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
4073 | 2025.07.23 21:44:40.611623 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4074 | 2025.07.23 21:44:40.611663 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4075 | 2025.07.23 21:44:40.612178 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4076 | 2025.07.23 21:44:40.612418 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4077 | 2025.07.23 21:44:40.612548 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4078 | 2025.07.23 21:44:40.636151 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 560 | ||
4079 | 2025.07.23 21:44:40.638591 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4080 | 2025.07.23 21:44:40.638634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4081 | 2025.07.23 21:44:40.639830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4082 | 2025.07.23 21:44:40.640122 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4083 | 2025.07.23 21:44:40.640383 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 560 | ||
4084 | 2025.07.23 21:44:41.215778 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4085 | 2025.07.23 21:44:41.232467 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4086 | 2025.07.23 21:44:41.232529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4087 | 2025.07.23 21:44:41.238196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4088 | 2025.07.23 21:44:41.238923 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2025.07.23 21:44:41.241873 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4090 | 2025.07.23 21:44:42.306342 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4091 | 2025.07.23 21:44:42.306516 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4092 | 2025.07.23 21:44:42.306576 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4093 | 2025.07.23 21:44:42.307279 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4094 | 2025.07.23 21:44:42.307315 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4095 | 2025.07.23 21:44:42.307706 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4096 | 2025.07.23 21:44:42.307930 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4097 | 2025.07.23 21:44:42.308073 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001605 sec., 87227.41433021806 rows/sec., 7.57 MiB/sec. | ||
4098 | 2025.07.23 21:44:42.308114 [ 276 ] {e32ae43a-c477-4105-b9f4-fbe1f5d3c80c} <Debug> TCPHandler: Processed in 0.001897617 sec. | ||
4099 | 2025.07.23 21:44:42.308246 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4100 | 2025.07.23 21:44:42.308341 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4101 | 2025.07.23 21:44:42.308380 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4102 | 2025.07.23 21:44:42.308790 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4103 | 2025.07.23 21:44:42.308824 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4104 | 2025.07.23 21:44:42.309144 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4105 | 2025.07.23 21:44:42.309351 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4106 | 2025.07.23 21:44:42.309473 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.00115 sec., 36521.739130434784 rows/sec., 2.68 MiB/sec. | ||
4107 | 2025.07.23 21:44:42.309509 [ 276 ] {3bd3acc2-064b-45e4-90f0-a993de8b41ae} <Debug> TCPHandler: Processed in 0.001318581 sec. | ||
4108 | 2025.07.23 21:44:42.309626 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4109 | 2025.07.23 21:44:42.309718 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4110 | 2025.07.23 21:44:42.309757 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4111 | 2025.07.23 21:44:42.310163 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4112 | 2025.07.23 21:44:42.310197 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4113 | 2025.07.23 21:44:42.310503 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4114 | 2025.07.23 21:44:42.310712 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4115 | 2025.07.23 21:44:42.310837 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001137 sec., 93227.79243623572 rows/sec., 7.28 MiB/sec. | ||
4116 | 2025.07.23 21:44:42.310873 [ 276 ] {afb099bd-d537-498d-ba58-d62b22b68250} <Debug> TCPHandler: Processed in 0.001302691 sec. | ||
4117 | 2025.07.23 21:44:42.310992 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4118 | 2025.07.23 21:44:42.311086 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4119 | 2025.07.23 21:44:42.311128 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4120 | 2025.07.23 21:44:42.311516 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4121 | 2025.07.23 21:44:42.311550 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4122 | 2025.07.23 21:44:42.311875 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4123 | 2025.07.23 21:44:42.312074 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4124 | 2025.07.23 21:44:42.312192 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. | ||
4125 | 2025.07.23 21:44:42.312225 [ 276 ] {da429496-a819-447a-aab6-da898cf96aa6} <Debug> TCPHandler: Processed in 0.001324541 sec. | ||
4126 | 2025.07.23 21:44:42.312325 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4127 | 2025.07.23 21:44:42.312411 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4128 | 2025.07.23 21:44:42.312459 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <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 | ||
4129 | 2025.07.23 21:44:42.313292 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2025.07.23 21:44:42.313327 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4131 | 2025.07.23 21:44:42.313881 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4132 | 2025.07.23 21:44:42.314122 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4133 | 2025.07.23 21:44:42.314252 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001809 sec., 23217.247097844112 rows/sec., 41.60 MiB/sec. | ||
4134 | 2025.07.23 21:44:42.314301 [ 276 ] {fe012480-7a1f-471e-94eb-31e816c7ac91} <Debug> TCPHandler: Processed in 0.001977968 sec. | ||
4135 | 2025.07.23 21:44:42.314413 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4136 | 2025.07.23 21:44:42.314506 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4137 | 2025.07.23 21:44:42.314546 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4138 | 2025.07.23 21:44:42.314878 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4139 | 2025.07.23 21:44:42.314912 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4140 | 2025.07.23 21:44:42.315216 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4141 | 2025.07.23 21:44:42.315420 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4142 | 2025.07.23 21:44:42.315547 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
4143 | 2025.07.23 21:44:42.315581 [ 276 ] {98b9769d-053c-45a6-b774-76dd8f8b15a5} <Debug> TCPHandler: Processed in 0.001215871 sec. | ||
4144 | 2025.07.23 21:44:47.304664 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2025.07.23 21:44:47.304861 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4146 | 2025.07.23 21:44:47.304926 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4147 | 2025.07.23 21:44:47.305545 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4148 | 2025.07.23 21:44:47.305599 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4149 | 2025.07.23 21:44:47.306005 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4150 | 2025.07.23 21:44:47.306239 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4151 | 2025.07.23 21:44:47.306408 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.70 MiB/sec. | ||
4152 | 2025.07.23 21:44:47.306457 [ 276 ] {de571858-c8c7-4db8-a9de-8a1f96190fa5} <Debug> TCPHandler: Processed in 0.001921657 sec. | ||
4153 | 2025.07.23 21:44:47.306573 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4154 | 2025.07.23 21:44:47.306677 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4155 | 2025.07.23 21:44:47.306718 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4156 | 2025.07.23 21:44:47.307141 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2025.07.23 21:44:47.307180 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4158 | 2025.07.23 21:44:47.307497 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4159 | 2025.07.23 21:44:47.307741 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2025.07.23 21:44:47.307888 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001235 sec., 51821.86234817814 rows/sec., 4.04 MiB/sec. | ||
4161 | 2025.07.23 21:44:47.307928 [ 276 ] {b00b5a1c-4fb2-4919-900c-5b8a7631d22d} <Debug> TCPHandler: Processed in 0.001407393 sec. | ||
4162 | 2025.07.23 21:44:47.308040 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2025.07.23 21:44:47.308136 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4164 | 2025.07.23 21:44:47.308179 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4165 | 2025.07.23 21:44:47.308576 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2025.07.23 21:44:47.308614 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4167 | 2025.07.23 21:44:47.308946 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4168 | 2025.07.23 21:44:47.309156 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2025.07.23 21:44:47.309300 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. | ||
4170 | 2025.07.23 21:44:47.309337 [ 276 ] {ed166700-678e-476a-b3f5-1be1b52f9467} <Debug> TCPHandler: Processed in 0.001347142 sec. | ||
4171 | 2025.07.23 21:44:47.309439 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4172 | 2025.07.23 21:44:47.309533 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4173 | 2025.07.23 21:44:47.309574 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4174 | 2025.07.23 21:44:47.309905 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4175 | 2025.07.23 21:44:47.309942 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4176 | 2025.07.23 21:44:47.310245 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4177 | 2025.07.23 21:44:47.310453 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4178 | 2025.07.23 21:44:47.310589 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
4179 | 2025.07.23 21:44:47.310625 [ 276 ] {064c7c72-cc89-46f7-8cf8-1cc0f66dabf5} <Debug> TCPHandler: Processed in 0.001235701 sec. | ||
4180 | 2025.07.23 21:44:48.112853 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
4181 | 2025.07.23 21:44:48.113390 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4182 | 2025.07.23 21:44:48.113442 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4183 | 2025.07.23 21:44:48.113976 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4184 | 2025.07.23 21:44:48.114239 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4185 | 2025.07.23 21:44:48.114411 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
4186 | 2025.07.23 21:44:48.742180 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4187 | 2025.07.23 21:44:48.760768 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4188 | 2025.07.23 21:44:48.760823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4189 | 2025.07.23 21:44:48.766334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4190 | 2025.07.23 21:44:48.767137 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4191 | 2025.07.23 21:44:48.770557 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4192 | 2025.07.23 21:44:50.640928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 580 | ||
4193 | 2025.07.23 21:44:50.643483 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2025.07.23 21:44:50.643525 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4195 | 2025.07.23 21:44:50.644687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4196 | 2025.07.23 21:44:50.644957 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2025.07.23 21:44:50.645229 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580 | ||
4198 | 2025.07.23 21:44:52.307059 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4199 | 2025.07.23 21:44:52.307348 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4200 | 2025.07.23 21:44:52.307452 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4201 | 2025.07.23 21:44:52.308264 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4202 | 2025.07.23 21:44:52.308319 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4203 | 2025.07.23 21:44:52.308741 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4204 | 2025.07.23 21:44:52.308966 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Trace> oximeter.fields_ipaddr (b38936a7-2854-43ce-a2a1-64b5eab85205): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4205 | 2025.07.23 21:44:52.309122 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00185 sec., 3243.243243243243 rows/sec., 264.46 KiB/sec. | ||
4206 | 2025.07.23 21:44:52.309168 [ 276 ] {07f11ddb-6e88-473c-8a62-a15678a2aecb} <Debug> TCPHandler: Processed in 0.002292481 sec. | ||
4207 | 2025.07.23 21:44:52.309299 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4208 | 2025.07.23 21:44:52.309400 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4209 | 2025.07.23 21:44:52.309442 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4210 | 2025.07.23 21:44:52.309965 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4211 | 2025.07.23 21:44:52.310002 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4212 | 2025.07.23 21:44:52.310330 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4213 | 2025.07.23 21:44:52.310533 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4214 | 2025.07.23 21:44:52.310662 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Debug> executeQuery: Read 143 rows, 12.66 KiB in 0.001285 sec., 111284.04669260701 rows/sec., 9.62 MiB/sec. | ||
4215 | 2025.07.23 21:44:52.310699 [ 276 ] {880ed89b-4106-4006-a5bb-25dfe5c8d623} <Debug> TCPHandler: Processed in 0.001453073 sec. | ||
4216 | 2025.07.23 21:44:52.310815 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4217 | 2025.07.23 21:44:52.310916 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4218 | 2025.07.23 21:44:52.310957 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4219 | 2025.07.23 21:44:52.311389 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4220 | 2025.07.23 21:44:52.311427 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4221 | 2025.07.23 21:44:52.311735 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4222 | 2025.07.23 21:44:52.311944 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4223 | 2025.07.23 21:44:52.312074 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Debug> executeQuery: Read 48 rows, 3.58 KiB in 0.001176 sec., 40816.32653061225 rows/sec., 2.97 MiB/sec. | ||
4224 | 2025.07.23 21:44:52.312113 [ 276 ] {1a0320cf-9819-44f9-8418-9b2b8d073b02} <Debug> TCPHandler: Processed in 0.001357242 sec. | ||
4225 | 2025.07.23 21:44:52.312220 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4226 | 2025.07.23 21:44:52.312323 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4227 | 2025.07.23 21:44:52.312365 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4228 | 2025.07.23 21:44:52.312813 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4229 | 2025.07.23 21:44:52.312850 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4230 | 2025.07.23 21:44:52.313169 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4231 | 2025.07.23 21:44:52.313378 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4232 | 2025.07.23 21:44:52.313506 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001202 sec., 93178.03660565724 rows/sec., 7.29 MiB/sec. | ||
4233 | 2025.07.23 21:44:52.313545 [ 276 ] {94a03ff6-dd59-437c-b1fb-36fd6b47cf6a} <Debug> TCPHandler: Processed in 0.001375062 sec. | ||
4234 | 2025.07.23 21:44:52.313655 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4235 | 2025.07.23 21:44:52.313751 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4236 | 2025.07.23 21:44:52.313794 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4237 | 2025.07.23 21:44:52.314243 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4238 | 2025.07.23 21:44:52.314288 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4239 | 2025.07.23 21:44:52.314691 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4240 | 2025.07.23 21:44:52.314900 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4241 | 2025.07.23 21:44:52.315028 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001297 sec., 125674.63377023902 rows/sec., 8.75 MiB/sec. | ||
4242 | 2025.07.23 21:44:52.315064 [ 276 ] {084ba472-740c-4592-a8ed-32b544c1f994} <Debug> TCPHandler: Processed in 0.001459513 sec. | ||
4243 | 2025.07.23 21:44:52.315167 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4244 | 2025.07.23 21:44:52.315266 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4245 | 2025.07.23 21:44:52.315321 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <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 | ||
4246 | 2025.07.23 21:44:52.316174 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4247 | 2025.07.23 21:44:52.316212 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4248 | 2025.07.23 21:44:52.316792 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4249 | 2025.07.23 21:44:52.317039 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4250 | 2025.07.23 21:44:52.317181 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.001933 sec., 21727.88411795137 rows/sec., 38.94 MiB/sec. | ||
4251 | 2025.07.23 21:44:52.317242 [ 276 ] {593e4634-33d0-484d-b59d-368e53f11938} <Debug> TCPHandler: Processed in 0.002124359 sec. | ||
4252 | 2025.07.23 21:44:52.317354 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4253 | 2025.07.23 21:44:52.317450 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4254 | 2025.07.23 21:44:52.317491 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4255 | 2025.07.23 21:44:52.317822 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2025.07.23 21:44:52.317859 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
4257 | 2025.07.23 21:44:52.318166 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4258 | 2025.07.23 21:44:52.318372 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2025.07.23 21:44:52.318498 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
4260 | 2025.07.23 21:44:52.318535 [ 276 ] {9249d689-89e5-489b-8f84-adcfa2009bda} <Debug> TCPHandler: Processed in 0.001230141 sec. | ||
4261 | 2025.07.23 21:44:55.526870 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4262 | 2025.07.23 21:44:55.526943 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4263 | 2025.07.23 21:44:55.614614 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
4264 | 2025.07.23 21:44:55.615175 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4265 | 2025.07.23 21:44:55.615230 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4266 | 2025.07.23 21:44:55.615808 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4267 | 2025.07.23 21:44:55.616043 [ 245 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4268 | 2025.07.23 21:44:55.616182 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4269 | 2025.07.23 21:44:55.616226 [ 67 ] {} <Debug> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4270 | 2025.07.23 21:44:55.616306 [ 67 ] {} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4271 | 2025.07.23 21:44:55.616342 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4272 | 2025.07.23 21:44:55.616502 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4273 | 2025.07.23 21:44:55.616696 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4274 | 2025.07.23 21:44:55.616759 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
4275 | 2025.07.23 21:44:55.616822 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
4276 | 2025.07.23 21:44:55.616869 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
4277 | 2025.07.23 21:44:55.616908 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
4278 | 2025.07.23 21:44:55.616944 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
4279 | 2025.07.23 21:44:55.616983 [ 195 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
4280 | 2025.07.23 21:44:55.622001 [ 192 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005568138 sec., 2147216.8972823587 rows/sec., 30.72 MiB/sec. | ||
4281 | 2025.07.23 21:44:55.622472 [ 189 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4282 | 2025.07.23 21:44:55.622752 [ 189 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4283 | 2025.07.23 21:44:55.622819 [ 189 ] {35a6a067-5348-43ec-a635-32edec6d2606::all_1_26_5} <Trace> system.asynchronous_metric_log (35a6a067-5348-43ec-a635-32edec6d2606) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4284 | 2025.07.23 21:44:55.622911 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
4285 | 2025.07.23 21:44:56.270728 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4286 | 2025.07.23 21:44:56.286977 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4287 | 2025.07.23 21:44:56.287041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4288 | 2025.07.23 21:44:56.292886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4289 | 2025.07.23 21:44:56.293641 [ 244 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4290 | 2025.07.23 21:44:56.293942 [ 67 ] {} <Debug> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4291 | 2025.07.23 21:44:56.294005 [ 67 ] {} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4292 | 2025.07.23 21:44:56.294025 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4293 | 2025.07.23 21:44:56.294145 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4294 | 2025.07.23 21:44:56.297259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4295 | 2025.07.23 21:44:56.298140 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4296 | 2025.07.23 21:44:56.299580 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
4297 | 2025.07.23 21:44:56.304467 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
4298 | 2025.07.23 21:44:56.308955 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
4299 | 2025.07.23 21:44:56.313143 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
4300 | 2025.07.23 21:44:56.317433 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
4301 | 2025.07.23 21:44:56.321714 [ 189 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
4302 | 2025.07.23 21:44:56.376224 [ 192 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.082131343 sec., 2386.421466406558 rows/sec., 12.34 MiB/sec. | ||
4303 | 2025.07.23 21:44:56.378109 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4304 | 2025.07.23 21:44:56.379824 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2025.07.23 21:44:56.379915 [ 193 ] {ce33b993-16bd-44d6-b26f-ba7f709997bb::all_1_26_5} <Trace> system.metric_log (ce33b993-16bd-44d6-b26f-ba7f709997bb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4306 | 2025.07.23 21:44:56.381418 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
4307 | 2025.07.23 21:44:57.000311 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.71 MiB, peak 238.25 MiB, free memory in arenas 0.00 B, will set to 234.07 MiB (RSS), difference: 6.35 MiB | ||
4308 | 2025.07.23 21:44:57.304754 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2025.07.23 21:44:57.304956 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4310 | 2025.07.23 21:44:57.305030 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4311 | 2025.07.23 21:44:57.305727 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4312 | 2025.07.23 21:44:57.305783 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4313 | 2025.07.23 21:44:57.306186 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4314 | 2025.07.23 21:44:57.306417 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4315 | 2025.07.23 21:44:57.306566 [ 67 ] {} <Debug> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
4316 | 2025.07.23 21:44:57.306577 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.57 MiB/sec. | ||
4317 | 2025.07.23 21:44:57.306633 [ 67 ] {} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4318 | 2025.07.23 21:44:57.306653 [ 276 ] {07e3185d-2fbd-40be-8213-a22364a685dc} <Debug> TCPHandler: Processed in 0.002037368 sec. | ||
4319 | 2025.07.23 21:44:57.306660 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4320 | 2025.07.23 21:44:57.306772 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
4321 | 2025.07.23 21:44:57.306779 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4322 | 2025.07.23 21:44:57.306895 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4323 | 2025.07.23 21:44:57.306903 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4324 | 2025.07.23 21:44:57.306934 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1409 rows starting from the beginning of the part | ||
4325 | 2025.07.23 21:44:57.306958 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4326 | 2025.07.23 21:44:57.307030 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
4327 | 2025.07.23 21:44:57.307085 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 140 rows starting from the beginning of the part | ||
4328 | 2025.07.23 21:44:57.307125 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
4329 | 2025.07.23 21:44:57.307164 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 143 rows starting from the beginning of the part | ||
4330 | 2025.07.23 21:44:57.307201 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
4331 | 2025.07.23 21:44:57.307403 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4332 | 2025.07.23 21:44:57.307446 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4333 | 2025.07.23 21:44:57.307928 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4334 | 2025.07.23 21:44:57.308162 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2025.07.23 21:44:57.308283 [ 67 ] {} <Debug> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
4336 | 2025.07.23 21:44:57.308299 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001421 sec., 45038.705137227305 rows/sec., 3.52 MiB/sec. | ||
4337 | 2025.07.23 21:44:57.308316 [ 67 ] {} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4338 | 2025.07.23 21:44:57.308342 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4339 | 2025.07.23 21:44:57.308346 [ 276 ] {636f016a-0363-4664-b9cd-31a5b31d3e21} <Debug> TCPHandler: Processed in 0.001619784 sec. | ||
4340 | 2025.07.23 21:44:57.308394 [ 191 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 5 columns (5 merged, 0 gathered) in 0.001666564 sec., 1116068.74983499 rows/sec., 97.68 MiB/sec. | ||
4341 | 2025.07.23 21:44:57.308418 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
4342 | 2025.07.23 21:44:57.308471 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4343 | 2025.07.23 21:44:57.308511 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4344 | 2025.07.23 21:44:57.308540 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 634 rows starting from the beginning of the part | ||
4345 | 2025.07.23 21:44:57.308566 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4346 | 2025.07.23 21:44:57.308599 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
4347 | 2025.07.23 21:44:57.308611 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4348 | 2025.07.23 21:44:57.308645 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part | ||
4349 | 2025.07.23 21:44:57.308690 [ 199 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
4350 | 2025.07.23 21:44:57.308693 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
4351 | 2025.07.23 21:44:57.308754 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
4352 | 2025.07.23 21:44:57.308792 [ 192 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
4353 | 2025.07.23 21:44:57.309013 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4354 | 2025.07.23 21:44:57.309028 [ 199 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4355 | 2025.07.23 21:44:57.309053 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4356 | 2025.07.23 21:44:57.309115 [ 199 ] {17d02a6c-e9c1-490d-9585-2352035eb9ea::all_1_40_8} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
4357 | 2025.07.23 21:44:57.309193 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
4358 | 2025.07.23 21:44:57.309428 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4359 | 2025.07.23 21:44:57.309653 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4360 | 2025.07.23 21:44:57.309669 [ 199 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1044 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288072 sec., 810513.6979920377 rows/sec., 65.06 MiB/sec. | ||
4361 | 2025.07.23 21:44:57.309791 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. | ||
4362 | 2025.07.23 21:44:57.309834 [ 276 ] {863fa612-e0f9-4b4d-ba0c-746436cdfbd7} <Debug> TCPHandler: Processed in 0.001412032 sec. | ||
4363 | 2025.07.23 21:44:57.309853 [ 191 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
4364 | 2025.07.23 21:44:57.309947 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4365 | 2025.07.23 21:44:57.310047 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4366 | 2025.07.23 21:44:57.310093 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4367 | 2025.07.23 21:44:57.310121 [ 191 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4368 | 2025.07.23 21:44:57.310193 [ 191 ] {704b2009-78f8-4a75-b652-db065cddc09a::all_1_40_8} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
4369 | 2025.07.23 21:44:57.310265 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
4370 | 2025.07.23 21:44:57.310435 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2025.07.23 21:44:57.310476 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4372 | 2025.07.23 21:44:57.310810 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4373 | 2025.07.23 21:44:57.311046 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4374 | 2025.07.23 21:44:57.311195 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. | ||
4375 | 2025.07.23 21:44:57.311233 [ 276 ] {d7deab5f-6a34-4f3b-9125-5e1ff88cf2b0} <Debug> TCPHandler: Processed in 0.001334682 sec. | ||
4376 | 2025.07.23 21:45:00.646302 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 602 | ||
4377 | 2025.07.23 21:45:00.648594 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4378 | 2025.07.23 21:45:00.649245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4379 | 2025.07.23 21:45:00.650690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4380 | 2025.07.23 21:45:00.650994 [ 243 ] {} <Trace> system.query_log (7dce5b21-5504-41f8-8164-88603c9b9e87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4381 | 2025.07.23 21:45:00.651383 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
4382 | 2025.07.23 21:45:02.307752 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4383 | 2025.07.23 21:45:02.307930 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4384 | 2025.07.23 21:45:02.308009 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4385 | 2025.07.23 21:45:02.308692 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4386 | 2025.07.23 21:45:02.308737 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4387 | 2025.07.23 21:45:02.309180 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4388 | 2025.07.23 21:45:02.309427 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Trace> oximeter.fields_string (17d02a6c-e9c1-490d-9585-2352035eb9ea): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4389 | 2025.07.23 21:45:02.309604 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Debug> executeQuery: Read 140 rows, 12.44 KiB in 0.001723 sec., 81253.62739408009 rows/sec., 7.05 MiB/sec. | ||
4390 | 2025.07.23 21:45:02.309659 [ 276 ] {92657211-495f-4468-a8ae-5cf9358bcd34} <Debug> TCPHandler: Processed in 0.002036508 sec. | ||
4391 | 2025.07.23 21:45:02.309795 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4392 | 2025.07.23 21:45:02.309920 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4393 | 2025.07.23 21:45:02.309978 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4394 | 2025.07.23 21:45:02.310525 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4395 | 2025.07.23 21:45:02.310574 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4396 | 2025.07.23 21:45:02.310919 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4397 | 2025.07.23 21:45:02.311196 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4398 | 2025.07.23 21:45:02.311320 [ 58 ] {} <Debug> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4399 | 2025.07.23 21:45:02.311354 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.001463 sec., 28708.133971291863 rows/sec., 2.11 MiB/sec. | ||
4400 | 2025.07.23 21:45:02.311392 [ 58 ] {} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4401 | 2025.07.23 21:45:02.311406 [ 276 ] {ea99baa0-691a-4cda-a20b-a6528e11e50f} <Debug> TCPHandler: Processed in 0.001675775 sec. | ||
4402 | 2025.07.23 21:45:02.311437 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4403 | 2025.07.23 21:45:02.311557 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4404 | 2025.07.23 21:45:02.311569 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
4405 | 2025.07.23 21:45:02.311684 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4406 | 2025.07.23 21:45:02.311699 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4407 | 2025.07.23 21:45:02.311737 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 72 rows starting from the beginning of the part | ||
4408 | 2025.07.23 21:45:02.311740 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4409 | 2025.07.23 21:45:02.311818 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
4410 | 2025.07.23 21:45:02.311891 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
4411 | 2025.07.23 21:45:02.311962 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
4412 | 2025.07.23 21:45:02.312037 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
4413 | 2025.07.23 21:45:02.312084 [ 192 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
4414 | 2025.07.23 21:45:02.312286 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4415 | 2025.07.23 21:45:02.312325 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4416 | 2025.07.23 21:45:02.312707 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4417 | 2025.07.23 21:45:02.312871 [ 191 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348252 sec., 191358.8854309135 rows/sec., 14.77 MiB/sec. | ||
4418 | 2025.07.23 21:45:02.312971 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Trace> oximeter.fields_uuid (704b2009-78f8-4a75-b652-db065cddc09a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4419 | 2025.07.23 21:45:02.313096 [ 191 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4420 | 2025.07.23 21:45:02.313129 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001472 sec., 72010.86956521739 rows/sec., 5.62 MiB/sec. | ||
4421 | 2025.07.23 21:45:02.313173 [ 276 ] {52200a7e-0984-4224-abdc-8597cb93ea00} <Debug> TCPHandler: Processed in 0.001673655 sec. | ||
4422 | 2025.07.23 21:45:02.313298 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4423 | 2025.07.23 21:45:02.313408 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4424 | 2025.07.23 21:45:02.313427 [ 191 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4425 | 2025.07.23 21:45:02.313456 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4426 | 2025.07.23 21:45:02.313513 [ 191 ] {bd9bbb80-25f9-4c4c-8308-4f9f2544ef31::all_1_21_4} <Trace> oximeter.fields_u16 (bd9bbb80-25f9-4c4c-8308-4f9f2544ef31) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4427 | 2025.07.23 21:45:02.313618 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
4428 | 2025.07.23 21:45:02.313917 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4429 | 2025.07.23 21:45:02.313965 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4430 | 2025.07.23 21:45:02.314327 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4431 | 2025.07.23 21:45:02.314553 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4432 | 2025.07.23 21:45:02.314678 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4433 | 2025.07.23 21:45:02.314695 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001307 sec., 122417.75057383321 rows/sec., 8.53 MiB/sec. | ||
4434 | 2025.07.23 21:45:02.314742 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4435 | 2025.07.23 21:45:02.314756 [ 276 ] {20428c56-e284-4c2f-98c3-bccfa3fe18ca} <Debug> TCPHandler: Processed in 0.001508493 sec. | ||
4436 | 2025.07.23 21:45:02.314784 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4437 | 2025.07.23 21:45:02.314889 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
4438 | 2025.07.23 21:45:02.314896 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4439 | 2025.07.23 21:45:02.315016 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4440 | 2025.07.23 21:45:02.315018 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4441 | 2025.07.23 21:45:02.315073 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <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 | ||
4442 | 2025.07.23 21:45:02.315080 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10985 rows starting from the beginning of the part | ||
4443 | 2025.07.23 21:45:02.315162 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
4444 | 2025.07.23 21:45:02.315211 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
4445 | 2025.07.23 21:45:02.315269 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 163 rows starting from the beginning of the part | ||
4446 | 2025.07.23 21:45:02.315343 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
4447 | 2025.07.23 21:45:02.315410 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
4448 | 2025.07.23 21:45:02.315917 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4449 | 2025.07.23 21:45:02.315961 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4450 | 2025.07.23 21:45:02.316715 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4451 | 2025.07.23 21:45:02.317073 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4452 | 2025.07.23 21:45:02.317214 [ 58 ] {} <Debug> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4453 | 2025.07.23 21:45:02.317256 [ 58 ] {} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4454 | 2025.07.23 21:45:02.317256 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002259 sec., 18592.297476759628 rows/sec., 33.32 MiB/sec. | ||
4455 | 2025.07.23 21:45:02.317279 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4456 | 2025.07.23 21:45:02.317347 [ 276 ] {51cd4ef2-1464-47f7-8c3e-4ad76da885d4} <Debug> TCPHandler: Processed in 0.002502862 sec. | ||
4457 | 2025.07.23 21:45:02.317372 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
4458 | 2025.07.23 21:45:02.317489 [ 276 ] {} <Trace> TCP-Session: 50596e61-083b-4ea3-854b-ef22b6281bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4459 | 2025.07.23 21:45:02.317574 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4460 | 2025.07.23 21:45:02.317604 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34278) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4461 | 2025.07.23 21:45:02.317637 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 366 rows starting from the beginning of the part | ||
4462 | 2025.07.23 21:45:02.317665 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4463 | 2025.07.23 21:45:02.317789 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
4464 | 2025.07.23 21:45:02.317923 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
4465 | 2025.07.23 21:45:02.318054 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part | ||
4466 | 2025.07.23 21:45:02.318082 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4467 | 2025.07.23 21:45:02.318133 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4468 | 2025.07.23 21:45:02.318205 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
4469 | 2025.07.23 21:45:02.318341 [ 191 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
4470 | 2025.07.23 21:45:02.318613 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4471 | 2025.07.23 21:45:02.318951 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4472 | 2025.07.23 21:45:02.319092 [ 58 ] {} <Debug> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4473 | 2025.07.23 21:45:02.319104 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
4474 | 2025.07.23 21:45:02.319137 [ 58 ] {} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2025.07.23 21:45:02.319163 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. | ||
4476 | 2025.07.23 21:45:02.319164 [ 276 ] {b91515b2-a547-49b8-b6e1-998aeae917d6} <Debug> TCPHandler: Processed in 0.001733076 sec. | ||
4477 | 2025.07.23 21:45:02.319265 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
4478 | 2025.07.23 21:45:02.319359 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4479 | 2025.07.23 21:45:02.319407 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part | ||
4480 | 2025.07.23 21:45:02.319462 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
4481 | 2025.07.23 21:45:02.319515 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
4482 | 2025.07.23 21:45:02.319569 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
4483 | 2025.07.23 21:45:02.319612 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
4484 | 2025.07.23 21:45:02.319649 [ 192 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
4485 | 2025.07.23 21:45:02.320975 [ 187 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11788 rows, containing 5 columns (5 merged, 0 gathered) in 0.006123694 sec., 1924981.8818510526 rows/sec., 131.94 MiB/sec. | ||
4486 | 2025.07.23 21:45:02.321127 [ 197 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.001885557 sec., 1139185.9275535028 rows/sec., 76.77 MiB/sec. | ||
4487 | 2025.07.23 21:45:02.321393 [ 192 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4488 | 2025.07.23 21:45:02.321598 [ 197 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4489 | 2025.07.23 21:45:02.321712 [ 192 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4490 | 2025.07.23 21:45:02.321800 [ 192 ] {b564c98f-70c1-40b8-b203-c4baf1059382::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b564c98f-70c1-40b8-b203-c4baf1059382) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4491 | 2025.07.23 21:45:02.321892 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
4492 | 2025.07.23 21:45:02.321949 [ 190 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4493 | 2025.07.23 21:45:02.322062 [ 190 ] {9b3041d5-a769-4c1a-a192-f87c8bea4cee::all_1_41_8} <Trace> oximeter.measurements_u64 (9b3041d5-a769-4c1a-a192-f87c8bea4cee) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4494 | 2025.07.23 21:45:02.322175 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
4495 | 2025.07.23 21:45:02.323143 [ 190 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 19 columns (19 merged, 0 gathered) in 0.005803751 sec., 99246.1599403558 rows/sec., 177.84 MiB/sec. | ||
4496 | 2025.07.23 21:45:02.324268 [ 197 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4497 | 2025.07.23 21:45:02.324643 [ 197 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4498 | 2025.07.23 21:45:02.324730 [ 197 ] {8ee31a03-ea0e-46bd-8991-361df77e7752::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8ee31a03-ea0e-46bd-8991-361df77e7752) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4499 | 2025.07.23 21:45:02.324904 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. |