1 | [ Jul 18 19:44:23 Enabled. ] | ||
2 | [ Jul 18 19:44:23 Rereading configuration. ] | ||
3 | [ Jul 18 19:44:24 Rereading configuration. ] | ||
4 | [ Jul 18 19:44:26 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 18 19:44:26 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.18 19:44:28.350173 [ 1 ] {} <Information> Application: Will watch for the process with pid 25045 | ||
29 | 2025.07.18 19:44:28.350543 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.18 19:44:28.835601 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 25045 | ||
31 | 2025.07.18 19:44:28.838898 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.18 19:44:28.839067 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.18 19:44:29.054590 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.18 19:44:29.092920 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.18 19:44:29.093034 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.18 19:44:29.093056 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.18 19:44:29.093137 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.18 19:44:29.094076 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.18 19:44:29.099032 [ 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.18 19:44:29.100241 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.18 19:44:29.101327 [ 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.18 19:44:29.101405 [ 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.18 19:44:29.101457 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.18 19:44:29.102375 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.18 19:44:29.103632 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.18 19:44:29.111365 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.18 19:44:29.112303 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.18 19:44:29.113878 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.18 19:44:29.114020 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.18 19:44:29.115310 [ 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.18 19:44:29.115902 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.18 19:44:29.123942 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.18 19:44:29.125130 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.18 19:44:29.131325 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.18 19:44:29.131798 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.18 19:44:29.132664 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.18 19:44:29.133233 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.18 19:44:29.135081 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.18 19:44:29.135112 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.18 19:44:29.135237 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.18 19:44:29.135361 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.18 19:44:29.145409 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.18 19:44:29.145441 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000194803 sec | ||
68 | 2025.07.18 19:44:29.145501 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.18 19:44:29.145548 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.18 19:44:29.146380 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.18 19:44:29.147106 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.18 19:44:29.166545 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.18 19:44:29.166608 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.18 19:44:29.166755 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.18 19:44:29.166773 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.18 19:44:29.166818 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.18 19:44:29.166902 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.18 19:44:29.169624 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.18 19:44:29.169688 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.18 19:44:29.169760 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.18 19:44:29.169988 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.18 19:44:29.170045 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.18 19:44:29.170061 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.18 19:44:29.170244 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.18 19:44:29.170266 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.18 19:44:29.170307 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.18 19:44:29.170427 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.18 19:44:29.204279 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.18 19:44:29.206732 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.18 19:44:29.206885 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000185753 sec | ||
91 | 2025.07.18 19:44:29.206904 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.18 19:44:29.206918 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.18 19:44:29.206953 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.18 19:44:29.207328 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.18 19:44:29.207484 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.18 19:44:29.207505 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.18 19:44:29.207519 [ 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.18 19:44:29.207533 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.18 19:44:29.257988 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.18 19:44:29.258234 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.84 MiB (RSS), difference: 92.06 MiB | ||
101 | 2025.07.18 19:44:29.260415 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.899e-05 sec. | ||
102 | 2025.07.18 19:44:29.261036 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.18 19:44:29.262788 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.18 19:44:29.262816 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.18 19:44:29.273339 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63013 | ||
106 | 2025.07.18 19:44:29.274480 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.18 19:44:29.274576 [ 3 ] {} <Debug> TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Authenticating user 'default' from [fd00:1122:3344:101::a]:63013 | ||
108 | 2025.07.18 19:44:29.274617 [ 3 ] {} <Debug> TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.18 19:44:29.274741 [ 3 ] {} <Debug> TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.18 19:44:29.274863 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.18 19:44:29.274895 [ 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.18 19:44:29.275017 [ 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.18 19:44:29.278341 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62221 | ||
114 | 2025.07.18 19:44:29.278488 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46833 | ||
115 | 2025.07.18 19:44:29.278505 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
116 | 2025.07.18 19:44:29.278508 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43243 | ||
117 | 2025.07.18 19:44:29.278586 [ 4 ] {} <Debug> TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:62221 | ||
118 | 2025.07.18 19:44:29.278696 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
119 | 2025.07.18 19:44:29.278736 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46757 | ||
120 | 2025.07.18 19:44:29.278750 [ 4 ] {} <Debug> TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
121 | 2025.07.18 19:44:29.278825 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64328 | ||
122 | 2025.07.18 19:44:29.278757 [ 254 ] {} <Debug> TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Authenticating user 'default' from [fd00:1122:3344:101::a]:46833 | ||
123 | 2025.07.18 19:44:29.278945 [ 4 ] {} <Debug> TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
124 | 2025.07.18 19:44:29.278984 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.07.18 19:44:29.278961 [ 254 ] {} <Debug> TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.07.18 19:44:29.279108 [ 254 ] {} <Debug> TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
127 | 2025.07.18 19:44:29.279143 [ 5 ] {} <Debug> TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Authenticating user 'default' from [fd00:1122:3344:101::a]:43243 | ||
128 | 2025.07.18 19:44:29.279142 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40903 | ||
129 | 2025.07.18 19:44:29.279239 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38690 | ||
130 | 2025.07.18 19:44:29.279281 [ 5 ] {} <Debug> TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.07.18 19:44:29.279400 [ 5 ] {} <Debug> TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
132 | 2025.07.18 19:44:29.279638 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
133 | 2025.07.18 19:44:29.279681 [ 256 ] {} <Debug> TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:64328 | ||
134 | 2025.07.18 19:44:29.279802 [ 256 ] {} <Debug> TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.07.18 19:44:29.279850 [ 256 ] {} <Debug> TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.07.18 19:44:29.285436 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
137 | 2025.07.18 19:44:29.285572 [ 258 ] {} <Debug> TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Authenticating user 'default' from [fd00:1122:3344:101::a]:38690 | ||
138 | 2025.07.18 19:44:29.285624 [ 258 ] {} <Debug> TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.07.18 19:44:29.285641 [ 258 ] {} <Debug> TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.18 19:44:29.287940 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
141 | 2025.07.18 19:44:29.288000 [ 255 ] {} <Debug> TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Authenticating user 'default' from [fd00:1122:3344:101::a]:46757 | ||
142 | 2025.07.18 19:44:29.288024 [ 255 ] {} <Debug> TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.07.18 19:44:29.288084 [ 255 ] {} <Debug> TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.18 19:44:29.290911 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.07.18 19:44:29.290971 [ 257 ] {} <Debug> TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Authenticating user 'default' from [fd00:1122:3344:101::a]:40903 | ||
146 | 2025.07.18 19:44:29.290993 [ 257 ] {} <Debug> TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.18 19:44:29.291096 [ 257 ] {} <Debug> TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.18 19:44:29.625028 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61603 | ||
149 | 2025.07.18 19:44:29.625229 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
150 | 2025.07.18 19:44:29.625418 [ 259 ] {} <Debug> TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:61603 | ||
151 | 2025.07.18 19:44:29.625456 [ 259 ] {} <Debug> TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.07.18 19:44:29.625476 [ 259 ] {} <Debug> TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.18 19:44:29.625672 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
154 | 2025.07.18 19:44:29.625736 [ 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 | ||
155 | 2025.07.18 19:44:29.625870 [ 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 | ||
156 | 2025.07.18 19:44:29.629326 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38581 | ||
157 | 2025.07.18 19:44:29.629451 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50703 | ||
158 | 2025.07.18 19:44:29.629661 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58942 | ||
159 | 2025.07.18 19:44:29.629675 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54663 | ||
160 | 2025.07.18 19:44:29.629687 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
161 | 2025.07.18 19:44:29.629791 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
162 | 2025.07.18 19:44:29.629810 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45662 | ||
163 | 2025.07.18 19:44:29.629873 [ 260 ] {} <Debug> TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Authenticating user 'default' from [fd00:1122:3344:101::c]:38581 | ||
164 | 2025.07.18 19:44:29.629934 [ 261 ] {} <Debug> TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Authenticating user 'default' from [fd00:1122:3344:101::c]:50703 | ||
165 | 2025.07.18 19:44:29.629976 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64790 | ||
166 | 2025.07.18 19:44:29.629935 [ 260 ] {} <Debug> TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
167 | 2025.07.18 19:44:29.630083 [ 261 ] {} <Debug> TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
168 | 2025.07.18 19:44:29.630102 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
169 | 2025.07.18 19:44:29.630149 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51525 | ||
170 | 2025.07.18 19:44:29.630197 [ 261 ] {} <Debug> TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
171 | 2025.07.18 19:44:29.630090 [ 260 ] {} <Debug> TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
172 | 2025.07.18 19:44:29.630256 [ 262 ] {} <Debug> TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Authenticating user 'default' from [fd00:1122:3344:101::c]:54663 | ||
173 | 2025.07.18 19:44:29.630419 [ 262 ] {} <Debug> TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
174 | 2025.07.18 19:44:29.630452 [ 262 ] {} <Debug> TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.07.18 19:44:29.634265 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
176 | 2025.07.18 19:44:29.634322 [ 263 ] {} <Debug> TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Authenticating user 'default' from [fd00:1122:3344:101::c]:58942 | ||
177 | 2025.07.18 19:44:29.634352 [ 263 ] {} <Debug> TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.07.18 19:44:29.634503 [ 263 ] {} <Debug> TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.07.18 19:44:29.637015 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
180 | 2025.07.18 19:44:29.637086 [ 265 ] {} <Debug> TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Authenticating user 'default' from [fd00:1122:3344:101::c]:64790 | ||
181 | 2025.07.18 19:44:29.637270 [ 265 ] {} <Debug> TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.07.18 19:44:29.637291 [ 265 ] {} <Debug> TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
183 | 2025.07.18 19:44:29.639716 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
184 | 2025.07.18 19:44:29.639871 [ 266 ] {} <Debug> TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Authenticating user 'default' from [fd00:1122:3344:101::c]:51525 | ||
185 | 2025.07.18 19:44:29.639900 [ 266 ] {} <Debug> TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
186 | 2025.07.18 19:44:29.639914 [ 266 ] {} <Debug> TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
187 | 2025.07.18 19:44:29.642391 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
188 | 2025.07.18 19:44:29.642488 [ 264 ] {} <Debug> TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Authenticating user 'default' from [fd00:1122:3344:101::c]:45662 | ||
189 | 2025.07.18 19:44:29.642525 [ 264 ] {} <Debug> TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.07.18 19:44:29.642719 [ 264 ] {} <Debug> TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.18 19:44:30.000273 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.94 MiB, peak 116.94 MiB, free memory in arenas 0.00 B, will set to 119.56 MiB (RSS), difference: 2.62 MiB | ||
192 | 2025.07.18 19:44:30.152905 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37335 | ||
193 | 2025.07.18 19:44:30.153154 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.07.18 19:44:30.153244 [ 267 ] {} <Debug> TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:37335 | ||
195 | 2025.07.18 19:44:30.153269 [ 267 ] {} <Debug> TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.18 19:44:30.153285 [ 267 ] {} <Debug> TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.18 19:44:30.153469 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.07.18 19:44:30.153504 [ 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.18 19:44:30.153647 [ 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.18 19:44:30.155032 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54389 | ||
201 | 2025.07.18 19:44:30.155161 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60316 | ||
202 | 2025.07.18 19:44:30.155235 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
203 | 2025.07.18 19:44:30.155277 [ 268 ] {} <Debug> TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Authenticating user 'default' from [fd00:1122:3344:101::b]:54389 | ||
204 | 2025.07.18 19:44:30.155323 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60806 | ||
205 | 2025.07.18 19:44:30.155446 [ 268 ] {} <Debug> TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
206 | 2025.07.18 19:44:30.155470 [ 268 ] {} <Debug> TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
207 | 2025.07.18 19:44:30.155494 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39209 | ||
208 | 2025.07.18 19:44:30.155665 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64271 | ||
209 | 2025.07.18 19:44:30.155849 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59109 | ||
210 | 2025.07.18 19:44:30.155960 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58101 | ||
211 | 2025.07.18 19:44:30.158077 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
212 | 2025.07.18 19:44:30.158262 [ 270 ] {} <Debug> TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Authenticating user 'default' from [fd00:1122:3344:101::b]:60806 | ||
213 | 2025.07.18 19:44:30.158292 [ 270 ] {} <Debug> TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
214 | 2025.07.18 19:44:30.158308 [ 270 ] {} <Debug> TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
215 | 2025.07.18 19:44:30.167145 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
216 | 2025.07.18 19:44:30.167195 [ 273 ] {} <Debug> TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Authenticating user 'default' from [fd00:1122:3344:101::b]:59109 | ||
217 | 2025.07.18 19:44:30.167219 [ 273 ] {} <Debug> TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
218 | 2025.07.18 19:44:30.167339 [ 273 ] {} <Debug> TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
219 | 2025.07.18 19:44:30.169877 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
220 | 2025.07.18 19:44:30.169916 [ 269 ] {} <Debug> TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Authenticating user 'default' from [fd00:1122:3344:101::b]:60316 | ||
221 | 2025.07.18 19:44:30.170052 [ 269 ] {} <Debug> TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
222 | 2025.07.18 19:44:30.170070 [ 269 ] {} <Debug> TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.07.18 19:44:30.172334 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
224 | 2025.07.18 19:44:30.172348 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
225 | 2025.07.18 19:44:30.172506 [ 274 ] {} <Debug> TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Authenticating user 'default' from [fd00:1122:3344:101::b]:58101 | ||
226 | 2025.07.18 19:44:30.172586 [ 272 ] {} <Debug> TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:64271 | ||
227 | 2025.07.18 19:44:30.172596 [ 274 ] {} <Debug> TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
228 | 2025.07.18 19:44:30.172623 [ 272 ] {} <Debug> TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
229 | 2025.07.18 19:44:30.172738 [ 274 ] {} <Debug> TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.07.18 19:44:30.172756 [ 272 ] {} <Debug> TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.07.18 19:44:30.199036 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
232 | 2025.07.18 19:44:30.199127 [ 271 ] {} <Debug> TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:39209 | ||
233 | 2025.07.18 19:44:30.199156 [ 271 ] {} <Debug> TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.07.18 19:44:30.199299 [ 271 ] {} <Debug> TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.07.18 19:44:30.939111 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64961 | ||
236 | 2025.07.18 19:44:30.939327 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.07.18 19:44:30.939464 [ 275 ] {} <Debug> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64961 | ||
238 | 2025.07.18 19:44:30.939490 [ 275 ] {} <Debug> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.07.18 19:44:30.939510 [ 275 ] {} <Debug> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.07.18 19:44:30.939687 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.07.18 19:44:30.939740 [ 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.18 19:44:30.939844 [ 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.18 19:44:30.943415 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59103 | ||
244 | 2025.07.18 19:44:30.943536 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62124 | ||
245 | 2025.07.18 19:44:30.943713 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56453 | ||
246 | 2025.07.18 19:44:30.943748 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56823 | ||
247 | 2025.07.18 19:44:30.944957 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63718 | ||
248 | 2025.07.18 19:44:30.944989 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
249 | 2025.07.18 19:44:30.945078 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
250 | 2025.07.18 19:44:30.944961 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41779 | ||
251 | 2025.07.18 19:44:30.945173 [ 279 ] {} <Debug> TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56823 | ||
252 | 2025.07.18 19:44:30.945196 [ 278 ] {} <Debug> TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56453 | ||
253 | 2025.07.18 19:44:30.945328 [ 279 ] {} <Debug> TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
254 | 2025.07.18 19:44:30.945353 [ 279 ] {} <Debug> TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2025.07.18 19:44:30.945353 [ 278 ] {} <Debug> TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2025.07.18 19:44:30.945486 [ 278 ] {} <Debug> TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2025.07.18 19:44:30.946532 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49175 | ||
258 | 2025.07.18 19:44:30.948986 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
259 | 2025.07.18 19:44:30.949130 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45573 | ||
260 | 2025.07.18 19:44:30.949149 [ 277 ] {} <Debug> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62124 | ||
261 | 2025.07.18 19:44:30.949199 [ 277 ] {} <Debug> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.07.18 19:44:30.949324 [ 277 ] {} <Debug> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
263 | 2025.07.18 19:44:30.951526 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
264 | 2025.07.18 19:44:30.951613 [ 282 ] {} <Debug> TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49175 | ||
265 | 2025.07.18 19:44:30.951691 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
266 | 2025.07.18 19:44:30.951697 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
267 | 2025.07.18 19:44:30.951732 [ 282 ] {} <Debug> TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
268 | 2025.07.18 19:44:30.951762 [ 283 ] {} <Debug> TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Authenticating user 'default' from [fd00:1122:3344:101::d]:45573 | ||
269 | 2025.07.18 19:44:30.951804 [ 282 ] {} <Debug> TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
270 | 2025.07.18 19:44:30.951746 [ 280 ] {} <Debug> TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41779 | ||
271 | 2025.07.18 19:44:30.951881 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
272 | 2025.07.18 19:44:30.951935 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
273 | 2025.07.18 19:44:30.951929 [ 280 ] {} <Debug> TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2025.07.18 19:44:30.952048 [ 276 ] {} <Debug> TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Authenticating user 'default' from [fd00:1122:3344:101::d]:59103 | ||
275 | 2025.07.18 19:44:30.952074 [ 280 ] {} <Debug> TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2025.07.18 19:44:30.951922 [ 283 ] {} <Debug> TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
277 | 2025.07.18 19:44:30.952162 [ 276 ] {} <Debug> TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.07.18 19:44:30.952199 [ 283 ] {} <Debug> TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.07.18 19:44:30.951902 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
280 | 2025.07.18 19:44:30.952264 [ 276 ] {} <Debug> TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
281 | 2025.07.18 19:44:30.952287 [ 281 ] {} <Debug> TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63718 | ||
282 | 2025.07.18 19:44:30.952447 [ 281 ] {} <Debug> TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.07.18 19:44:30.952462 [ 281 ] {} <Debug> TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
284 | 2025.07.18 19:44:30.955408 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.07.18 19:44:31.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 119.66 MiB, peak 119.66 MiB, free memory in arenas 0.00 B, will set to 122.92 MiB (RSS), difference: 3.26 MiB | ||
286 | 2025.07.18 19:44:31.084206 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64961) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
287 | |||
288 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
289 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
290 | 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 | ||
291 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
292 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
293 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
294 | 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 | ||
295 | 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 | ||
296 | 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 | ||
297 | 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 | ||
298 | 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 | ||
299 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
300 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
301 | 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 | ||
302 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
303 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
304 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
305 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
306 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
307 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
308 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
309 | |||
310 | 2025.07.18 19:44:31.085406 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
311 | |||
312 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
313 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
314 | 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 | ||
315 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
316 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
317 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
318 | 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 | ||
319 | 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 | ||
320 | 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 | ||
321 | 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 | ||
322 | 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 | ||
323 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
324 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
325 | 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 | ||
326 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
327 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
328 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
329 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
330 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
331 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
332 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
333 | |||
334 | 2025.07.18 19:44:31.085654 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} <Debug> TCPHandler: Processed in 0.141899902 sec. | ||
335 | 2025.07.18 19:44:31.086222 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
336 | 2025.07.18 19:44:31.086632 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
337 | 2025.07.18 19:44:31.087119 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62124) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
338 | |||
339 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
340 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
341 | 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 | ||
342 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
343 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
344 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
345 | 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 | ||
346 | 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 | ||
347 | 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 | ||
348 | 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 | ||
349 | 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 | ||
350 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
351 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
352 | 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 | ||
353 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
354 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
355 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
356 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
357 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
358 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
359 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
360 | |||
361 | 2025.07.18 19:44:31.087424 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
362 | |||
363 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
364 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
365 | 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 | ||
366 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
367 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
368 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
369 | 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 | ||
370 | 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 | ||
371 | 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 | ||
372 | 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 | ||
373 | 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 | ||
374 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
375 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
376 | 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 | ||
377 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
378 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
379 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
380 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
381 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
382 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
383 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
384 | |||
385 | 2025.07.18 19:44:31.087688 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} <Debug> TCPHandler: Processed in 0.001675203 sec. | ||
386 | 2025.07.18 19:44:31.090192 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.07.18 19:44:31.091145 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
388 | 2025.07.18 19:44:31.091896 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
389 | 2025.07.18 19:44:31.093669 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
390 | 2025.07.18 19:44:31.093699 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.881e-05 sec | ||
391 | 2025.07.18 19:44:31.093714 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Trace> ReferentialDeps: No tables | ||
392 | 2025.07.18 19:44:31.093809 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Trace> LoadingDeps: No tables | ||
393 | 2025.07.18 19:44:31.093842 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
394 | 2025.07.18 19:44:31.094605 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} <Debug> TCPHandler: Processed in 0.004541354 sec. | ||
395 | 2025.07.18 19:44:31.094792 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
396 | 2025.07.18 19:44:31.095061 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) /* The version table contains metadata about the `oximeter` database */ | ||
397 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
398 | 2025.07.18 19:44:31.095197 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
399 | 2025.07.18 19:44:31.102863 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
400 | 2025.07.18 19:44:31.104879 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Debug> oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): Loading data parts | ||
401 | 2025.07.18 19:44:31.107757 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Debug> oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): There are no data parts | ||
402 | 2025.07.18 19:44:31.111564 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} <Debug> TCPHandler: Processed in 0.016830449 sec. | ||
403 | 2025.07.18 19:44:31.111762 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
404 | 2025.07.18 19:44:31.111970 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.18 19:44:31.112151 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
416 | 2025.07.18 19:44:31.130446 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} <Debug> oximeter.measurements_bool (0b9376ca-4437-4659-9ac2-9c50c25fa2fb): Loading data parts | ||
417 | 2025.07.18 19:44:31.130684 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} <Debug> oximeter.measurements_bool (0b9376ca-4437-4659-9ac2-9c50c25fa2fb): There are no data parts | ||
418 | 2025.07.18 19:44:31.132185 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} <Debug> TCPHandler: Processed in 0.0204819 sec. | ||
419 | 2025.07.18 19:44:31.132486 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
420 | 2025.07.18 19:44:31.132741 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.132931 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
422 | 2025.07.18 19:44:31.134763 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} <Debug> oximeter.measurements_i8 (87ee9161-5a0f-45a0-b5fc-307d37ee2f26): Loading data parts | ||
423 | 2025.07.18 19:44:31.134952 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} <Debug> oximeter.measurements_i8 (87ee9161-5a0f-45a0-b5fc-307d37ee2f26): There are no data parts | ||
424 | 2025.07.18 19:44:31.136648 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} <Debug> TCPHandler: Processed in 0.00426352 sec. | ||
425 | 2025.07.18 19:44:31.137801 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
426 | 2025.07.18 19:44:31.137995 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.138143 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
428 | 2025.07.18 19:44:31.140312 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} <Debug> oximeter.measurements_u8 (15bc86f0-c3e9-4203-8b42-2b2a16ace365): Loading data parts | ||
429 | 2025.07.18 19:44:31.140487 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} <Debug> oximeter.measurements_u8 (15bc86f0-c3e9-4203-8b42-2b2a16ace365): There are no data parts | ||
430 | 2025.07.18 19:44:31.141801 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} <Debug> TCPHandler: Processed in 0.004058007 sec. | ||
431 | 2025.07.18 19:44:31.142059 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
432 | 2025.07.18 19:44:31.142301 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.142450 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
434 | 2025.07.18 19:44:31.144626 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} <Debug> oximeter.measurements_i16 (22f481ba-ea57-4acf-9f5c-fb2dfdb76c84): Loading data parts | ||
435 | 2025.07.18 19:44:31.144785 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} <Debug> oximeter.measurements_i16 (22f481ba-ea57-4acf-9f5c-fb2dfdb76c84): There are no data parts | ||
436 | 2025.07.18 19:44:31.146291 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} <Debug> TCPHandler: Processed in 0.004295911 sec. | ||
437 | 2025.07.18 19:44:31.146460 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
438 | 2025.07.18 19:44:31.146638 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.146774 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
440 | 2025.07.18 19:44:31.148846 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} <Debug> oximeter.measurements_u16 (e59e53d2-39bb-46af-b1f6-89435527ca78): Loading data parts | ||
441 | 2025.07.18 19:44:31.149012 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} <Debug> oximeter.measurements_u16 (e59e53d2-39bb-46af-b1f6-89435527ca78): There are no data parts | ||
442 | 2025.07.18 19:44:31.150210 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} <Debug> TCPHandler: Processed in 0.003802223 sec. | ||
443 | 2025.07.18 19:44:31.150382 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
444 | 2025.07.18 19:44:31.150656 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.150791 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
446 | 2025.07.18 19:44:31.152523 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} <Debug> oximeter.measurements_i32 (ad7fcd58-75cb-461a-8657-56d048327597): Loading data parts | ||
447 | 2025.07.18 19:44:31.152684 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} <Debug> oximeter.measurements_i32 (ad7fcd58-75cb-461a-8657-56d048327597): There are no data parts | ||
448 | 2025.07.18 19:44:31.154148 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} <Debug> TCPHandler: Processed in 0.003817074 sec. | ||
449 | 2025.07.18 19:44:31.154311 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
450 | 2025.07.18 19:44:31.154488 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.154632 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
452 | 2025.07.18 19:44:31.156572 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} <Debug> oximeter.measurements_u32 (004ae167-0c2b-4251-a77e-3426eefc3187): Loading data parts | ||
453 | 2025.07.18 19:44:31.156770 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} <Debug> oximeter.measurements_u32 (004ae167-0c2b-4251-a77e-3426eefc3187): There are no data parts | ||
454 | 2025.07.18 19:44:31.158108 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} <Debug> TCPHandler: Processed in 0.003854464 sec. | ||
455 | 2025.07.18 19:44:31.158286 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
456 | 2025.07.18 19:44:31.158614 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.158755 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
458 | 2025.07.18 19:44:31.160904 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} <Debug> oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Loading data parts | ||
459 | 2025.07.18 19:44:31.161080 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} <Debug> oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): There are no data parts | ||
460 | 2025.07.18 19:44:31.162417 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} <Debug> TCPHandler: Processed in 0.004187779 sec. | ||
461 | 2025.07.18 19:44:31.162596 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2025.07.18 19:44:31.162777 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.162915 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
464 | 2025.07.18 19:44:31.164777 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} <Debug> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Loading data parts | ||
465 | 2025.07.18 19:44:31.165059 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} <Debug> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): There are no data parts | ||
466 | 2025.07.18 19:44:31.166345 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} <Debug> TCPHandler: Processed in 0.003822504 sec. | ||
467 | 2025.07.18 19:44:31.166528 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
468 | 2025.07.18 19:44:31.166849 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.167017 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
470 | 2025.07.18 19:44:31.168889 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} <Debug> oximeter.measurements_f32 (939c994c-a6be-4417-844f-9204bc04c057): Loading data parts | ||
471 | 2025.07.18 19:44:31.169056 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} <Debug> oximeter.measurements_f32 (939c994c-a6be-4417-844f-9204bc04c057): There are no data parts | ||
472 | 2025.07.18 19:44:31.170542 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} <Debug> TCPHandler: Processed in 0.004081878 sec. | ||
473 | 2025.07.18 19:44:31.170709 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
474 | 2025.07.18 19:44:31.170888 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.171027 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
476 | 2025.07.18 19:44:31.173029 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} <Debug> oximeter.measurements_f64 (94251380-b42d-4b6a-a7c6-e2f9fa31c8b7): Loading data parts | ||
477 | 2025.07.18 19:44:31.173250 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} <Debug> oximeter.measurements_f64 (94251380-b42d-4b6a-a7c6-e2f9fa31c8b7): There are no data parts | ||
478 | 2025.07.18 19:44:31.174735 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} <Debug> TCPHandler: Processed in 0.004080238 sec. | ||
479 | 2025.07.18 19:44:31.174902 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
480 | 2025.07.18 19:44:31.175215 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.175349 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
482 | 2025.07.18 19:44:31.177432 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} <Debug> oximeter.measurements_string (1497aad6-816c-4d75-8fa5-da537cce61b5): Loading data parts | ||
483 | 2025.07.18 19:44:31.177587 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} <Debug> oximeter.measurements_string (1497aad6-816c-4d75-8fa5-da537cce61b5): There are no data parts | ||
484 | 2025.07.18 19:44:31.178828 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} <Debug> TCPHandler: Processed in 0.003980456 sec. | ||
485 | 2025.07.18 19:44:31.179023 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
486 | 2025.07.18 19:44:31.179203 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.179339 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
495 | 2025.07.18 19:44:31.181194 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} <Debug> oximeter.measurements_bytes (680cd68d-d8da-47ee-b20f-a4ff42c097bc): Loading data parts | ||
496 | 2025.07.18 19:44:31.181366 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} <Debug> oximeter.measurements_bytes (680cd68d-d8da-47ee-b20f-a4ff42c097bc): There are no data parts | ||
497 | 2025.07.18 19:44:31.182778 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} <Debug> TCPHandler: Processed in 0.003808244 sec. | ||
498 | 2025.07.18 19:44:31.182947 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
499 | 2025.07.18 19:44:31.183132 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.183264 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
501 | 2025.07.18 19:44:31.185132 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} <Debug> oximeter.measurements_cumulativei64 (ad37e0b0-b7f8-4089-ad82-eaa35e510529): Loading data parts | ||
502 | 2025.07.18 19:44:31.185296 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} <Debug> oximeter.measurements_cumulativei64 (ad37e0b0-b7f8-4089-ad82-eaa35e510529): There are no data parts | ||
503 | 2025.07.18 19:44:31.186756 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} <Debug> TCPHandler: Processed in 0.003861514 sec. | ||
504 | 2025.07.18 19:44:31.187070 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
505 | 2025.07.18 19:44:31.187302 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.187521 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
507 | 2025.07.18 19:44:31.189501 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} <Debug> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Loading data parts | ||
508 | 2025.07.18 19:44:31.189924 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} <Debug> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): There are no data parts | ||
509 | 2025.07.18 19:44:31.191261 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} <Debug> TCPHandler: Processed in 0.00424571 sec. | ||
510 | 2025.07.18 19:44:31.191443 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
511 | 2025.07.18 19:44:31.191727 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.191890 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
513 | 2025.07.18 19:44:31.193927 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} <Debug> oximeter.measurements_cumulativef32 (09ca3ff4-d089-455e-b325-211831f7ca49): Loading data parts | ||
514 | 2025.07.18 19:44:31.194098 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} <Debug> oximeter.measurements_cumulativef32 (09ca3ff4-d089-455e-b325-211831f7ca49): There are no data parts | ||
515 | 2025.07.18 19:44:31.195397 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} <Debug> TCPHandler: Processed in 0.004012827 sec. | ||
516 | 2025.07.18 19:44:31.195571 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
517 | 2025.07.18 19:44:31.195749 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.195886 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
519 | 2025.07.18 19:44:31.197887 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} <Debug> oximeter.measurements_cumulativef64 (fad857c9-779f-496e-85d7-5edf8e9d4645): Loading data parts | ||
520 | 2025.07.18 19:44:31.198105 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} <Debug> oximeter.measurements_cumulativef64 (fad857c9-779f-496e-85d7-5edf8e9d4645): There are no data parts | ||
521 | 2025.07.18 19:44:31.199510 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} <Debug> TCPHandler: Processed in 0.003993667 sec. | ||
522 | 2025.07.18 19:44:31.199795 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
523 | 2025.07.18 19:44:31.200054 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.200210 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
535 | 2025.07.18 19:44:31.202314 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} <Debug> oximeter.measurements_histogrami8 (a9319a86-bf5a-40ba-81a6-b8cd8d680ef4): Loading data parts | ||
536 | 2025.07.18 19:44:31.202570 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} <Debug> oximeter.measurements_histogrami8 (a9319a86-bf5a-40ba-81a6-b8cd8d680ef4): There are no data parts | ||
537 | 2025.07.18 19:44:31.204635 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} <Debug> TCPHandler: Processed in 0.00490187 sec. | ||
538 | 2025.07.18 19:44:31.204830 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
539 | 2025.07.18 19:44:31.205087 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.205236 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
541 | 2025.07.18 19:44:31.207685 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} <Debug> oximeter.measurements_histogramu8 (9600afbd-e597-44d7-9e5d-d20c691a578b): Loading data parts | ||
542 | 2025.07.18 19:44:31.207863 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} <Debug> oximeter.measurements_histogramu8 (9600afbd-e597-44d7-9e5d-d20c691a578b): There are no data parts | ||
543 | 2025.07.18 19:44:31.209311 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} <Debug> TCPHandler: Processed in 0.004539674 sec. | ||
544 | 2025.07.18 19:44:31.209575 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
545 | 2025.07.18 19:44:31.209895 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.210063 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
547 | 2025.07.18 19:44:31.212101 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} <Debug> oximeter.measurements_histogrami16 (ab23fe16-fd0b-4185-afb6-523df4f85b05): Loading data parts | ||
548 | 2025.07.18 19:44:31.212277 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} <Debug> oximeter.measurements_histogrami16 (ab23fe16-fd0b-4185-afb6-523df4f85b05): There are no data parts | ||
549 | 2025.07.18 19:44:31.213660 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} <Debug> TCPHandler: Processed in 0.004152078 sec. | ||
550 | 2025.07.18 19:44:31.213851 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
551 | 2025.07.18 19:44:31.214102 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.214258 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
553 | 2025.07.18 19:44:31.216417 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} <Debug> oximeter.measurements_histogramu16 (a1668d30-00f1-43d8-a2b2-bce372bc31a9): Loading data parts | ||
554 | 2025.07.18 19:44:31.216571 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} <Debug> oximeter.measurements_histogramu16 (a1668d30-00f1-43d8-a2b2-bce372bc31a9): There are no data parts | ||
555 | 2025.07.18 19:44:31.218189 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} <Debug> TCPHandler: Processed in 0.004403603 sec. | ||
556 | 2025.07.18 19:44:31.218422 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
557 | 2025.07.18 19:44:31.218715 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.218870 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
559 | 2025.07.18 19:44:31.220976 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} <Debug> oximeter.measurements_histogrami32 (30ac7d46-0fc3-4f7e-aef4-69b0efc2cd5a): Loading data parts | ||
560 | 2025.07.18 19:44:31.221143 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} <Debug> oximeter.measurements_histogrami32 (30ac7d46-0fc3-4f7e-aef4-69b0efc2cd5a): There are no data parts | ||
561 | 2025.07.18 19:44:31.222568 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} <Debug> TCPHandler: Processed in 0.00420172 sec. | ||
562 | 2025.07.18 19:44:31.222750 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
563 | 2025.07.18 19:44:31.222998 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.223150 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
565 | 2025.07.18 19:44:31.225407 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} <Debug> oximeter.measurements_histogramu32 (6e9e3b1e-ee8f-4ad4-b197-c1a7d12cd2bd): Loading data parts | ||
566 | 2025.07.18 19:44:31.225603 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} <Debug> oximeter.measurements_histogramu32 (6e9e3b1e-ee8f-4ad4-b197-c1a7d12cd2bd): There are no data parts | ||
567 | 2025.07.18 19:44:31.227077 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} <Debug> TCPHandler: Processed in 0.004381653 sec. | ||
568 | 2025.07.18 19:44:31.227247 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.18 19:44:31.227774 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.227934 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
571 | 2025.07.18 19:44:31.230142 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} <Debug> oximeter.measurements_histogrami64 (d3021ef8-367d-4a58-aaa6-ac80d6be76d0): Loading data parts | ||
572 | 2025.07.18 19:44:31.230388 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} <Debug> oximeter.measurements_histogrami64 (d3021ef8-367d-4a58-aaa6-ac80d6be76d0): There are no data parts | ||
573 | 2025.07.18 19:44:31.231751 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} <Debug> TCPHandler: Processed in 0.004561665 sec. | ||
574 | 2025.07.18 19:44:31.231919 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
575 | 2025.07.18 19:44:31.232158 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.232330 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
577 | 2025.07.18 19:44:31.234884 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} <Debug> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Loading data parts | ||
578 | 2025.07.18 19:44:31.235193 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} <Debug> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): There are no data parts | ||
579 | 2025.07.18 19:44:31.236438 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} <Debug> TCPHandler: Processed in 0.004571295 sec. | ||
580 | 2025.07.18 19:44:31.236605 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
581 | 2025.07.18 19:44:31.236947 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.237095 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
583 | 2025.07.18 19:44:31.239066 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} <Debug> oximeter.measurements_histogramf32 (6597f2ab-58ff-40c8-bb61-fd4a8e045f31): Loading data parts | ||
584 | 2025.07.18 19:44:31.239230 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} <Debug> oximeter.measurements_histogramf32 (6597f2ab-58ff-40c8-bb61-fd4a8e045f31): There are no data parts | ||
585 | 2025.07.18 19:44:31.241102 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} <Debug> TCPHandler: Processed in 0.004549504 sec. | ||
586 | 2025.07.18 19:44:31.241275 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
587 | 2025.07.18 19:44:31.241514 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.241683 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
589 | 2025.07.18 19:44:31.244029 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} <Debug> oximeter.measurements_histogramf64 (ed3e3888-8ade-49b3-86be-5ccc14f8a00b): Loading data parts | ||
590 | 2025.07.18 19:44:31.244198 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} <Debug> oximeter.measurements_histogramf64 (ed3e3888-8ade-49b3-86be-5ccc14f8a00b): There are no data parts | ||
591 | 2025.07.18 19:44:31.245503 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} <Debug> TCPHandler: Processed in 0.004283251 sec. | ||
592 | 2025.07.18 19:44:31.245674 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
593 | 2025.07.18 19:44:31.245968 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.18 19:44:31.246110 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
620 | 2025.07.18 19:44:31.248083 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} <Debug> oximeter.fields_bool (29c91cb9-3f4d-456b-9d08-72b31c4a3af8): Loading data parts | ||
621 | 2025.07.18 19:44:31.248250 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} <Debug> oximeter.fields_bool (29c91cb9-3f4d-456b-9d08-72b31c4a3af8): There are no data parts | ||
622 | 2025.07.18 19:44:31.249627 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} <Debug> TCPHandler: Processed in 0.004007457 sec. | ||
623 | 2025.07.18 19:44:31.249819 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
624 | 2025.07.18 19:44:31.249988 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.250121 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
626 | 2025.07.18 19:44:31.252003 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} <Debug> oximeter.fields_i8 (ce966c57-4dae-4892-a137-3f2aee54149e): Loading data parts | ||
627 | 2025.07.18 19:44:31.252257 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} <Debug> oximeter.fields_i8 (ce966c57-4dae-4892-a137-3f2aee54149e): There are no data parts | ||
628 | 2025.07.18 19:44:31.253453 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} <Debug> TCPHandler: Processed in 0.003678282 sec. | ||
629 | 2025.07.18 19:44:31.253615 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2025.07.18 19:44:31.253967 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.254104 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
632 | 2025.07.18 19:44:31.256206 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} <Debug> oximeter.fields_u8 (736a6c0d-6237-4cfe-9450-cd0fd9a519da): Loading data parts | ||
633 | 2025.07.18 19:44:31.256381 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} <Debug> oximeter.fields_u8 (736a6c0d-6237-4cfe-9450-cd0fd9a519da): There are no data parts | ||
634 | 2025.07.18 19:44:31.257917 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} <Debug> TCPHandler: Processed in 0.004354682 sec. | ||
635 | 2025.07.18 19:44:31.258078 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
636 | 2025.07.18 19:44:31.258257 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.258525 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
638 | 2025.07.18 19:44:31.260879 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} <Debug> oximeter.fields_i16 (9670372c-27bf-491f-9436-53745a4efd39): Loading data parts | ||
639 | 2025.07.18 19:44:31.261202 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} <Debug> oximeter.fields_i16 (9670372c-27bf-491f-9436-53745a4efd39): There are no data parts | ||
640 | 2025.07.18 19:44:31.262750 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} <Debug> TCPHandler: Processed in 0.004728897 sec. | ||
641 | 2025.07.18 19:44:31.262914 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2025.07.18 19:44:31.263187 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.263337 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
644 | 2025.07.18 19:44:31.265170 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} <Debug> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Loading data parts | ||
645 | 2025.07.18 19:44:31.265411 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} <Debug> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): There are no data parts | ||
646 | 2025.07.18 19:44:31.267039 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} <Debug> TCPHandler: Processed in 0.004179259 sec. | ||
647 | 2025.07.18 19:44:31.267202 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
648 | 2025.07.18 19:44:31.267390 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.267543 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
650 | 2025.07.18 19:44:31.271242 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} <Debug> oximeter.fields_i32 (5658f6b8-1f24-4925-a0ff-2a060bdc35c3): Loading data parts | ||
651 | 2025.07.18 19:44:31.271449 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} <Debug> oximeter.fields_i32 (5658f6b8-1f24-4925-a0ff-2a060bdc35c3): There are no data parts | ||
652 | 2025.07.18 19:44:31.273583 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} <Debug> TCPHandler: Processed in 0.006434941 sec. | ||
653 | 2025.07.18 19:44:31.273763 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
654 | 2025.07.18 19:44:31.274036 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.274166 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
656 | 2025.07.18 19:44:31.276347 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} <Debug> oximeter.fields_u32 (092cebd8-8f07-4c7b-8e29-835d97f6cd69): Loading data parts | ||
657 | 2025.07.18 19:44:31.276569 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} <Debug> oximeter.fields_u32 (092cebd8-8f07-4c7b-8e29-835d97f6cd69): There are no data parts | ||
658 | 2025.07.18 19:44:31.278534 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} <Debug> TCPHandler: Processed in 0.004825769 sec. | ||
659 | 2025.07.18 19:44:31.278717 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
660 | 2025.07.18 19:44:31.278892 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.279044 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
662 | 2025.07.18 19:44:31.281889 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} <Debug> oximeter.fields_i64 (db1445fc-c38f-44a5-979c-73eac7e56932): Loading data parts | ||
663 | 2025.07.18 19:44:31.282045 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} <Debug> oximeter.fields_i64 (db1445fc-c38f-44a5-979c-73eac7e56932): There are no data parts | ||
664 | 2025.07.18 19:44:31.283370 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} <Debug> TCPHandler: Processed in 0.004708436 sec. | ||
665 | 2025.07.18 19:44:31.283550 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
666 | 2025.07.18 19:44:31.283849 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.284004 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
668 | 2025.07.18 19:44:31.286151 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} <Debug> oximeter.fields_u64 (d88375bd-d8fc-4440-9023-5fdd11816158): Loading data parts | ||
669 | 2025.07.18 19:44:31.286310 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} <Debug> oximeter.fields_u64 (d88375bd-d8fc-4440-9023-5fdd11816158): There are no data parts | ||
670 | 2025.07.18 19:44:31.287687 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} <Debug> TCPHandler: Processed in 0.00419957 sec. | ||
671 | 2025.07.18 19:44:31.287850 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2025.07.18 19:44:31.288023 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.288165 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
674 | 2025.07.18 19:44:31.290310 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} <Debug> oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Loading data parts | ||
675 | 2025.07.18 19:44:31.290566 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} <Debug> oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): There are no data parts | ||
676 | 2025.07.18 19:44:31.291761 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} <Debug> TCPHandler: Processed in 0.003966786 sec. | ||
677 | 2025.07.18 19:44:31.292026 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
678 | 2025.07.18 19:44:31.292198 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.292345 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
680 | 2025.07.18 19:44:31.294633 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} <Debug> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Loading data parts | ||
681 | 2025.07.18 19:44:31.294914 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} <Debug> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): There are no data parts | ||
682 | 2025.07.18 19:44:31.296268 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} <Debug> TCPHandler: Processed in 0.004295991 sec. | ||
683 | 2025.07.18 19:44:31.296456 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2025.07.18 19:44:31.296770 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.18 19:44:31.296821 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
686 | 2025.07.18 19:44:31.298886 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} <Debug> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Loading data parts | ||
687 | 2025.07.18 19:44:31.299057 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} <Debug> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): There are no data parts | ||
688 | 2025.07.18 19:44:31.300399 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} <Debug> TCPHandler: Processed in 0.004008257 sec. | ||
689 | 2025.07.18 19:44:31.300748 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
690 | 2025.07.18 19:44:31.301028 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.18 19:44:31.301172 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
695 | 2025.07.18 19:44:31.303607 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Loading data parts | ||
696 | 2025.07.18 19:44:31.303779 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): There are no data parts | ||
697 | 2025.07.18 19:44:31.305629 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} <Debug> TCPHandler: Processed in 0.00495483 sec. | ||
698 | 2025.07.18 19:44:31.305988 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2025.07.18 19:44:31.306435 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
700 | 2025.07.18 19:44:31.308050 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
701 | 2025.07.18 19:44:31.334452 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Trace> oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
702 | 2025.07.18 19:44:31.334523 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
703 | 2025.07.18 19:44:31.342052 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
704 | 2025.07.18 19:44:31.342918 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Trace> oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): 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.18 19:44:31.343248 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.036966 sec., 27.051885516420494 rows/sec., 432.83 B/sec. | ||
706 | 2025.07.18 19:44:31.343697 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} <Debug> TCPHandler: Processed in 0.037855496 sec. | ||
707 | 2025.07.18 19:44:32.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 130.22 MiB, peak 130.22 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 9.51 MiB | ||
708 | 2025.07.18 19:44:36.670953 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
709 | 2025.07.18 19:44:36.671054 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
710 | 2025.07.18 19:44:36.671086 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
711 | 2025.07.18 19:44:36.671241 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
712 | 2025.07.18 19:44:36.674838 [ 245 ] {} <Debug> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Loading data parts | ||
713 | 2025.07.18 19:44:36.675156 [ 245 ] {} <Debug> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): There are no data parts | ||
714 | 2025.07.18 19:44:36.681455 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
715 | 2025.07.18 19:44:36.681494 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
716 | 2025.07.18 19:44:36.686102 [ 244 ] {} <Debug> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Loading data parts | ||
717 | 2025.07.18 19:44:36.686420 [ 244 ] {} <Debug> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): There are no data parts | ||
718 | 2025.07.18 19:44:36.689264 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
719 | 2025.07.18 19:44:36.689889 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
720 | 2025.07.18 19:44:36.690164 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
721 | 2025.07.18 19:44:36.711536 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.07.18 19:44:36.711610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
723 | 2025.07.18 19:44:36.721545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.07.18 19:44:36.723509 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): 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.18 19:44:36.729593 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.07.18 19:44:37.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 153.97 MiB (RSS), difference: 9.09 MiB | ||
727 | 2025.07.18 19:44:39.170830 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.07.18 19:44:39.170917 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.07.18 19:44:39.175217 [ 243 ] {} <Debug> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Loading data parts | ||
730 | 2025.07.18 19:44:39.175493 [ 243 ] {} <Debug> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): There are no data parts | ||
731 | 2025.07.18 19:44:39.180991 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.07.18 19:44:39.181030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
733 | 2025.07.18 19:44:39.184605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.07.18 19:44:39.185129 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): 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.18 19:44:39.185495 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.07.18 19:44:40.000253 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 158.23 MiB, free memory in arenas 0.00 B, will set to 155.06 MiB (RSS), difference: -3.17 MiB | ||
737 | 2025.07.18 19:44:44.135438 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.07.18 19:44:44.135563 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.07.18 19:44:44.190277 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
740 | 2025.07.18 19:44:44.195017 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.07.18 19:44:44.195068 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
742 | 2025.07.18 19:44:44.195821 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.07.18 19:44:44.196353 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): 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.18 19:44:44.196543 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.07.18 19:44:44.229709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.07.18 19:44:44.247437 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.07.18 19:44:44.247496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
748 | 2025.07.18 19:44:44.253989 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.07.18 19:44:44.255135 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): 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.18 19:44:44.257922 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.07.18 19:44:45.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.82 MiB, peak 159.82 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 1.94 MiB | ||
752 | 2025.07.18 19:44:50.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.77 MiB, peak 159.82 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.07.18 19:44:51.358181 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
754 | 2025.07.18 19:44:51.358431 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
755 | 2025.07.18 19:44:51.362741 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
756 | 2025.07.18 19:44:51.371652 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
757 | 2025.07.18 19:44:51.378391 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} <Debug> TCPHandler: Processed in 0.020346038 sec. | ||
758 | 2025.07.18 19:44:51.398968 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2025.07.18 19:44:51.399099 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
760 | 2025.07.18 19:44:51.405017 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
761 | 2025.07.18 19:44:51.405088 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
762 | 2025.07.18 19:44:51.405675 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} <Debug> TCPHandler: Processed in 0.006756666 sec. | ||
763 | 2025.07.18 19:44:51.405991 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
764 | 2025.07.18 19:44:51.406104 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
765 | 2025.07.18 19:44:51.410755 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
766 | 2025.07.18 19:44:51.410804 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
767 | 2025.07.18 19:44:51.411197 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} <Debug> TCPHandler: Processed in 0.005253954 sec. | ||
768 | 2025.07.18 19:44:51.411444 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
769 | 2025.07.18 19:44:51.411594 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
770 | 2025.07.18 19:44:51.411884 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
771 | 2025.07.18 19:44:51.411930 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
772 | 2025.07.18 19:44:51.412245 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} <Debug> TCPHandler: Processed in 0.000863292 sec. | ||
773 | 2025.07.18 19:44:51.412492 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
774 | 2025.07.18 19:44:51.412608 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
775 | 2025.07.18 19:44:51.412851 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
776 | 2025.07.18 19:44:51.412895 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
777 | 2025.07.18 19:44:51.413202 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} <Debug> TCPHandler: Processed in 0.00075906 sec. | ||
778 | 2025.07.18 19:44:51.413416 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2025.07.18 19:44:51.413531 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
780 | 2025.07.18 19:44:51.413779 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
781 | 2025.07.18 19:44:51.413822 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
782 | 2025.07.18 19:44:51.414129 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} <Debug> TCPHandler: Processed in 0.000761121 sec. | ||
783 | 2025.07.18 19:44:51.414321 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
784 | 2025.07.18 19:44:51.414437 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
785 | 2025.07.18 19:44:51.414676 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
786 | 2025.07.18 19:44:51.414719 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
787 | 2025.07.18 19:44:51.415031 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} <Debug> TCPHandler: Processed in 0.00075812 sec. | ||
788 | 2025.07.18 19:44:51.415222 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
789 | 2025.07.18 19:44:51.415336 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
790 | 2025.07.18 19:44:51.415572 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
791 | 2025.07.18 19:44:51.415615 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
792 | 2025.07.18 19:44:51.415921 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} <Debug> TCPHandler: Processed in 0.00074568 sec. | ||
793 | 2025.07.18 19:44:51.416122 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
794 | 2025.07.18 19:44:51.416237 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
795 | 2025.07.18 19:44:51.416475 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
796 | 2025.07.18 19:44:51.416517 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
797 | 2025.07.18 19:44:51.416821 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} <Debug> TCPHandler: Processed in 0.000747071 sec. | ||
798 | 2025.07.18 19:44:51.417010 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
799 | 2025.07.18 19:44:51.417125 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
800 | 2025.07.18 19:44:51.417368 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
801 | 2025.07.18 19:44:51.417410 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
802 | 2025.07.18 19:44:51.417711 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} <Debug> TCPHandler: Processed in 0.000748171 sec. | ||
803 | 2025.07.18 19:44:51.417904 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2025.07.18 19:44:51.418021 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
805 | 2025.07.18 19:44:51.418260 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
806 | 2025.07.18 19:44:51.418303 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
807 | 2025.07.18 19:44:51.418607 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} <Debug> TCPHandler: Processed in 0.00075006 sec. | ||
808 | 2025.07.18 19:44:51.418792 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
809 | 2025.07.18 19:44:51.418908 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
810 | 2025.07.18 19:44:51.419155 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
811 | 2025.07.18 19:44:51.419197 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
812 | 2025.07.18 19:44:51.419505 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} <Debug> TCPHandler: Processed in 0.000760151 sec. | ||
813 | 2025.07.18 19:44:51.419709 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
814 | 2025.07.18 19:44:51.419826 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
815 | 2025.07.18 19:44:51.420074 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
816 | 2025.07.18 19:44:51.420117 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
817 | 2025.07.18 19:44:51.420426 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} <Debug> TCPHandler: Processed in 0.000764591 sec. | ||
818 | 2025.07.18 19:44:51.420626 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2025.07.18 19:44:51.420743 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
820 | 2025.07.18 19:44:51.420995 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
821 | 2025.07.18 19:44:51.421037 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
822 | 2025.07.18 19:44:51.421348 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} <Debug> TCPHandler: Processed in 0.000769521 sec. | ||
823 | 2025.07.18 19:44:51.421534 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
824 | 2025.07.18 19:44:51.421653 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
825 | 2025.07.18 19:44:51.421911 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
826 | 2025.07.18 19:44:51.421954 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
827 | 2025.07.18 19:44:51.422267 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} <Debug> TCPHandler: Processed in 0.000780871 sec. | ||
828 | 2025.07.18 19:44:51.422465 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
829 | 2025.07.18 19:44:51.422583 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
830 | 2025.07.18 19:44:51.422839 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
831 | 2025.07.18 19:44:51.422882 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
832 | 2025.07.18 19:44:51.423178 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} <Debug> TCPHandler: Processed in 0.000778631 sec. | ||
833 | 2025.07.18 19:44:51.423356 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
834 | 2025.07.18 19:44:51.423467 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
835 | 2025.07.18 19:44:51.423706 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
836 | 2025.07.18 19:44:51.423745 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
837 | 2025.07.18 19:44:51.424113 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} <Debug> TCPHandler: Processed in 0.000775381 sec. | ||
838 | 2025.07.18 19:44:51.424309 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
839 | 2025.07.18 19:44:51.424429 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
840 | 2025.07.18 19:44:51.424687 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
841 | 2025.07.18 19:44:51.424728 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
842 | 2025.07.18 19:44:51.425071 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} <Debug> TCPHandler: Processed in 0.000809392 sec. | ||
843 | 2025.07.18 19:44:51.428674 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
844 | 2025.07.18 19:44:51.428781 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
845 | 2025.07.18 19:44:51.428821 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
846 | 2025.07.18 19:44:51.429435 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
847 | 2025.07.18 19:44:51.429482 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
848 | 2025.07.18 19:44:51.430119 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
849 | 2025.07.18 19:44:51.430509 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
850 | 2025.07.18 19:44:51.430656 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001905 sec., 9448.818897637795 rows/sec., 1.29 MiB/sec. | ||
851 | 2025.07.18 19:44:51.430694 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} <Debug> TCPHandler: Processed in 0.002069299 sec. | ||
852 | 2025.07.18 19:44:51.430798 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
853 | 2025.07.18 19:44:51.430893 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
854 | 2025.07.18 19:44:51.430932 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
855 | 2025.07.18 19:44:51.433416 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
856 | 2025.07.18 19:44:51.433451 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
857 | 2025.07.18 19:44:51.435870 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
858 | 2025.07.18 19:44:51.436497 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
859 | 2025.07.18 19:44:51.436649 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.005774 sec., 5195.704883962591 rows/sec., 405.91 KiB/sec. | ||
860 | 2025.07.18 19:44:51.436692 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} <Debug> TCPHandler: Processed in 0.005941894 sec. | ||
861 | 2025.07.18 19:44:51.436819 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2025.07.18 19:44:51.436912 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
863 | 2025.07.18 19:44:51.436952 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
864 | 2025.07.18 19:44:51.437350 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
865 | 2025.07.18 19:44:51.437386 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
866 | 2025.07.18 19:44:51.437929 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
867 | 2025.07.18 19:44:51.438443 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
868 | 2025.07.18 19:44:51.438567 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001672 sec., 21531.1004784689 rows/sec., 1.68 MiB/sec. | ||
869 | 2025.07.18 19:44:51.438602 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} <Debug> TCPHandler: Processed in 0.001839707 sec. | ||
870 | 2025.07.18 19:44:51.438708 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
871 | 2025.07.18 19:44:51.438801 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
872 | 2025.07.18 19:44:51.438843 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
873 | 2025.07.18 19:44:51.439294 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
874 | 2025.07.18 19:44:51.439327 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
875 | 2025.07.18 19:44:51.441814 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
876 | 2025.07.18 19:44:51.442457 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
877 | 2025.07.18 19:44:51.442604 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.00382 sec., 23036.649214659687 rows/sec., 1.61 MiB/sec. | ||
878 | 2025.07.18 19:44:51.442647 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} <Debug> TCPHandler: Processed in 0.003988037 sec. | ||
879 | 2025.07.18 19:44:51.442783 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
880 | 2025.07.18 19:44:51.442879 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
881 | 2025.07.18 19:44:51.442920 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
882 | 2025.07.18 19:44:51.443243 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
883 | 2025.07.18 19:44:51.443279 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
884 | 2025.07.18 19:44:51.443690 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
885 | 2025.07.18 19:44:51.444184 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
886 | 2025.07.18 19:44:51.444310 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.00145 sec., 22068.96551724138 rows/sec., 1.47 MiB/sec. | ||
887 | 2025.07.18 19:44:51.444345 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} <Debug> TCPHandler: Processed in 0.001621933 sec. | ||
888 | 2025.07.18 19:44:51.696787 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
889 | 2025.07.18 19:44:51.697301 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2025.07.18 19:44:51.697341 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
891 | 2025.07.18 19:44:51.698058 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
892 | 2025.07.18 19:44:51.698557 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2025.07.18 19:44:51.698680 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
894 | 2025.07.18 19:44:51.758085 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
895 | 2025.07.18 19:44:51.774363 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
896 | 2025.07.18 19:44:51.774417 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
897 | 2025.07.18 19:44:51.780887 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
898 | 2025.07.18 19:44:51.782090 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
899 | 2025.07.18 19:44:51.785005 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
900 | 2025.07.18 19:44:52.153227 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.31 MiB, peak 163.31 MiB, free memory in arenas 0.00 B, will set to 160.32 MiB (RSS), difference: 1.01 MiB | ||
901 | 2025.07.18 19:44:56.514426 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2025.07.18 19:44:56.514636 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
903 | 2025.07.18 19:44:56.514708 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
904 | 2025.07.18 19:44:56.515377 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
905 | 2025.07.18 19:44:56.515419 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
906 | 2025.07.18 19:44:56.515917 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
907 | 2025.07.18 19:44:56.516339 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
908 | 2025.07.18 19:44:56.516496 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001915 sec., 15665.796344647519 rows/sec., 1.20 MiB/sec. | ||
909 | 2025.07.18 19:44:56.516543 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} <Debug> TCPHandler: Processed in 0.002248182 sec. | ||
910 | 2025.07.18 19:44:56.516665 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
911 | 2025.07.18 19:44:56.516764 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
912 | 2025.07.18 19:44:56.516806 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
913 | 2025.07.18 19:44:56.517219 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
914 | 2025.07.18 19:44:56.517256 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
915 | 2025.07.18 19:44:56.517678 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
916 | 2025.07.18 19:44:56.518147 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
917 | 2025.07.18 19:44:56.518278 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001536 sec., 23437.5 rows/sec., 1.83 MiB/sec. | ||
918 | 2025.07.18 19:44:56.518315 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} <Debug> TCPHandler: Processed in 0.001700074 sec. | ||
919 | 2025.07.18 19:44:56.518425 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2025.07.18 19:44:56.518518 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
921 | 2025.07.18 19:44:56.518562 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
922 | 2025.07.18 19:44:56.518939 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
923 | 2025.07.18 19:44:56.518975 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
924 | 2025.07.18 19:44:56.519435 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
925 | 2025.07.18 19:44:56.519910 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
926 | 2025.07.18 19:44:56.520036 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001537 sec., 71567.9895901106 rows/sec., 4.99 MiB/sec. | ||
927 | 2025.07.18 19:44:56.520071 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} <Debug> TCPHandler: Processed in 0.001694314 sec. | ||
928 | 2025.07.18 19:44:56.520182 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
929 | 2025.07.18 19:44:56.520273 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
930 | 2025.07.18 19:44:56.520315 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
931 | 2025.07.18 19:44:56.520632 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
932 | 2025.07.18 19:44:56.520668 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
933 | 2025.07.18 19:44:56.521161 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
934 | 2025.07.18 19:44:56.521622 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
935 | 2025.07.18 19:44:56.521748 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001492 sec., 26809.65147453083 rows/sec., 1.79 MiB/sec. | ||
936 | 2025.07.18 19:44:56.521782 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} <Debug> TCPHandler: Processed in 0.001646653 sec. | ||
937 | 2025.07.18 19:44:59.135610 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
938 | 2025.07.18 19:44:59.135687 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
939 | 2025.07.18 19:44:59.341788 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
940 | 2025.07.18 19:44:59.345013 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
941 | 2025.07.18 19:44:59.345050 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
942 | 2025.07.18 19:44:59.346407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
943 | 2025.07.18 19:44:59.346989 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
944 | 2025.07.18 19:44:59.347214 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
945 | 2025.07.18 19:44:59.351906 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
946 | 2025.07.18 19:44:59.352422 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
947 | 2025.07.18 19:44:59.352465 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
948 | 2025.07.18 19:44:59.353192 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
949 | 2025.07.18 19:44:59.353647 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
950 | 2025.07.18 19:44:59.353769 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
951 | 2025.07.18 19:44:59.438237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
952 | 2025.07.18 19:44:59.455211 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
953 | 2025.07.18 19:44:59.455260 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
954 | 2025.07.18 19:44:59.461649 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
955 | 2025.07.18 19:44:59.462790 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
956 | 2025.07.18 19:44:59.465675 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
957 | 2025.07.18 19:45:01.510905 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2025.07.18 19:45:01.511187 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
959 | 2025.07.18 19:45:01.516022 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
960 | 2025.07.18 19:45:01.518274 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <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 | ||
961 | 2025.07.18 19:45:01.518721 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
962 | 2025.07.18 19:45:01.523162 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
963 | 2025.07.18 19:45:01.527917 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
964 | 2025.07.18 19:45:01.530058 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
965 | 2025.07.18 19:45:01.532555 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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 | ||
966 | 2025.07.18 19:45:01.532586 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
967 | 2025.07.18 19:45:01.534676 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <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'))" | ||
968 | 2025.07.18 19:45:01.534715 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
969 | 2025.07.18 19:45:01.564223 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.053121 sec., 338.8490427514542 rows/sec., 13.86 KiB/sec. | ||
970 | 2025.07.18 19:45:01.564335 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} <Debug> TCPHandler: Processed in 0.053504028 sec. | ||
971 | 2025.07.18 19:45:01.564905 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
972 | 2025.07.18 19:45:01.565073 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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) | ||
973 | 2025.07.18 19:45:01.565308 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
974 | 2025.07.18 19:45:01.565340 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <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 | ||
975 | 2025.07.18 19:45:01.565509 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2025.07.18 19:45:01.565560 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2025.07.18 19:45:01.565661 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
978 | 2025.07.18 19:45:01.565688 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
979 | 2025.07.18 19:45:01.565706 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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 | ||
980 | 2025.07.18 19:45:01.565720 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
981 | 2025.07.18 19:45:01.565752 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <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'))" | ||
982 | 2025.07.18 19:45:01.565769 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
983 | 2025.07.18 19:45:01.566243 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001236 sec., 14563.106796116506 rows/sec., 595.73 KiB/sec. | ||
984 | 2025.07.18 19:45:01.566323 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} <Debug> TCPHandler: Processed in 0.001479141 sec. | ||
985 | 2025.07.18 19:45:01.566527 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2025.07.18 19:45:01.566650 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
987 | 2025.07.18 19:45:01.566840 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
988 | 2025.07.18 19:45:01.566870 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
989 | 2025.07.18 19:45:01.567033 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
990 | 2025.07.18 19:45:01.567082 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
991 | 2025.07.18 19:45:01.567177 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
992 | 2025.07.18 19:45:01.567204 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
993 | 2025.07.18 19:45:01.567221 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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 | ||
994 | 2025.07.18 19:45:01.567235 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
995 | 2025.07.18 19:45:01.567265 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
996 | 2025.07.18 19:45:01.567282 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
997 | 2025.07.18 19:45:01.567721 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001118 sec., 16100.178890876565 rows/sec., 658.61 KiB/sec. | ||
998 | 2025.07.18 19:45:01.567798 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} <Debug> TCPHandler: Processed in 0.001317868 sec. | ||
999 | 2025.07.18 19:45:01.567975 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1000 | 2025.07.18 19:45:01.568097 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1001 | 2025.07.18 19:45:01.568283 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1002 | 2025.07.18 19:45:01.568313 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1003 | 2025.07.18 19:45:01.568475 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1004 | 2025.07.18 19:45:01.568524 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1005 | 2025.07.18 19:45:01.568616 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1006 | 2025.07.18 19:45:01.568642 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1007 | 2025.07.18 19:45:01.568660 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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 | ||
1008 | 2025.07.18 19:45:01.568673 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1009 | 2025.07.18 19:45:01.568703 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1010 | 2025.07.18 19:45:01.568720 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1011 | 2025.07.18 19:45:01.569140 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001089 sec., 16528.925619834714 rows/sec., 676.15 KiB/sec. | ||
1012 | 2025.07.18 19:45:01.569218 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} <Debug> TCPHandler: Processed in 0.001289309 sec. | ||
1013 | 2025.07.18 19:45:01.573826 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1014 | 2025.07.18 19:45:01.573949 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1015 | 2025.07.18 19:45:01.573997 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1016 | 2025.07.18 19:45:01.574611 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1017 | 2025.07.18 19:45:01.574654 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1018 | 2025.07.18 19:45:01.575295 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1019 | 2025.07.18 19:45:01.575679 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1020 | 2025.07.18 19:45:01.575822 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001909 sec., 2095.3378732320584 rows/sec., 221.50 KiB/sec. | ||
1021 | 2025.07.18 19:45:01.575857 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} <Debug> TCPHandler: Processed in 0.00208855 sec. | ||
1022 | 2025.07.18 19:45:01.575969 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2025.07.18 19:45:01.576060 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1024 | 2025.07.18 19:45:01.576098 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1025 | 2025.07.18 19:45:01.576527 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2025.07.18 19:45:01.576562 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1027 | 2025.07.18 19:45:01.576965 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1028 | 2025.07.18 19:45:01.577397 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2025.07.18 19:45:01.577523 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Debug> executeQuery: Read 54 rows, 4.71 KiB in 0.00148 sec., 36486.48648648649 rows/sec., 3.11 MiB/sec. | ||
1030 | 2025.07.18 19:45:01.577557 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} <Debug> TCPHandler: Processed in 0.001635444 sec. | ||
1031 | 2025.07.18 19:45:01.577668 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1032 | 2025.07.18 19:45:01.577758 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1033 | 2025.07.18 19:45:01.577795 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1034 | 2025.07.18 19:45:01.578182 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1035 | 2025.07.18 19:45:01.578217 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1036 | 2025.07.18 19:45:01.578629 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1037 | 2025.07.18 19:45:01.579162 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1038 | 2025.07.18 19:45:01.579287 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001547 sec., 7756.948933419521 rows/sec., 583.29 KiB/sec. | ||
1039 | 2025.07.18 19:45:01.579329 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} <Debug> TCPHandler: Processed in 0.001707454 sec. | ||
1040 | 2025.07.18 19:45:01.579435 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2025.07.18 19:45:01.579525 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1042 | 2025.07.18 19:45:01.579562 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1043 | 2025.07.18 19:45:01.579951 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2025.07.18 19:45:01.579986 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1045 | 2025.07.18 19:45:01.580387 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1046 | 2025.07.18 19:45:01.580850 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2025.07.18 19:45:01.580975 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Debug> executeQuery: Read 51 rows, 4.08 KiB in 0.001468 sec., 34741.14441416894 rows/sec., 2.71 MiB/sec. | ||
1048 | 2025.07.18 19:45:01.581017 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} <Debug> TCPHandler: Processed in 0.001629053 sec. | ||
1049 | 2025.07.18 19:45:01.581124 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1050 | 2025.07.18 19:45:01.581211 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1051 | 2025.07.18 19:45:01.581248 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1052 | 2025.07.18 19:45:01.581644 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1053 | 2025.07.18 19:45:01.581677 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1054 | 2025.07.18 19:45:01.582065 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1055 | 2025.07.18 19:45:01.582560 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1056 | 2025.07.18 19:45:01.582684 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001485 sec., 74074.07407407407 rows/sec., 5.17 MiB/sec. | ||
1057 | 2025.07.18 19:45:01.582719 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} <Debug> TCPHandler: Processed in 0.001641034 sec. | ||
1058 | 2025.07.18 19:45:01.582826 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2025.07.18 19:45:01.582917 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1060 | 2025.07.18 19:45:01.582967 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <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 | ||
1061 | 2025.07.18 19:45:01.583713 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1062 | 2025.07.18 19:45:01.583748 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1063 | 2025.07.18 19:45:01.589201 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1064 | 2025.07.18 19:45:01.589837 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1065 | 2025.07.18 19:45:01.590029 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007126 sec., 1683.9741790625876 rows/sec., 3.02 MiB/sec. | ||
1066 | 2025.07.18 19:45:01.590102 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} <Debug> TCPHandler: Processed in 0.007321954 sec. | ||
1067 | 2025.07.18 19:45:01.590271 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2025.07.18 19:45:01.590365 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1069 | 2025.07.18 19:45:01.590408 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1070 | 2025.07.18 19:45:01.590720 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Trace> oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1071 | 2025.07.18 19:45:01.590755 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1072 | 2025.07.18 19:45:01.591258 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1073 | 2025.07.18 19:45:01.591725 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Trace> oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1074 | 2025.07.18 19:45:01.591851 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001504 sec., 1994.68085106383 rows/sec., 140.90 KiB/sec. | ||
1075 | 2025.07.18 19:45:01.591886 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} <Debug> TCPHandler: Processed in 0.001687304 sec. | ||
1076 | 2025.07.18 19:45:01.591991 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1077 | 2025.07.18 19:45:01.592081 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1078 | 2025.07.18 19:45:01.592120 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1079 | 2025.07.18 19:45:01.592441 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1080 | 2025.07.18 19:45:01.592475 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1081 | 2025.07.18 19:45:01.592865 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1082 | 2025.07.18 19:45:01.593298 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1083 | 2025.07.18 19:45:01.593423 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001359 sec., 29433.406916850625 rows/sec., 1.96 MiB/sec. | ||
1084 | 2025.07.18 19:45:01.593457 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} <Debug> TCPHandler: Processed in 0.001511682 sec. | ||
1085 | 2025.07.18 19:45:06.513958 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1086 | 2025.07.18 19:45:06.514163 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1087 | 2025.07.18 19:45:06.514238 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1088 | 2025.07.18 19:45:06.514863 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1089 | 2025.07.18 19:45:06.514905 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1090 | 2025.07.18 19:45:06.515390 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1091 | 2025.07.18 19:45:06.515926 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1092 | 2025.07.18 19:45:06.516073 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001963 sec., 15282.730514518595 rows/sec., 1.17 MiB/sec. | ||
1093 | 2025.07.18 19:45:06.516112 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} <Debug> TCPHandler: Processed in 0.002281022 sec. | ||
1094 | 2025.07.18 19:45:06.516238 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1095 | 2025.07.18 19:45:06.516339 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1096 | 2025.07.18 19:45:06.516378 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1097 | 2025.07.18 19:45:06.516774 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1098 | 2025.07.18 19:45:06.516809 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1099 | 2025.07.18 19:45:06.517195 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1100 | 2025.07.18 19:45:06.517609 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1101 | 2025.07.18 19:45:06.517733 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001412 sec., 25495.750708215295 rows/sec., 1.99 MiB/sec. | ||
1102 | 2025.07.18 19:45:06.517768 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} <Debug> TCPHandler: Processed in 0.001578032 sec. | ||
1103 | 2025.07.18 19:45:06.517875 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2025.07.18 19:45:06.517974 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1105 | 2025.07.18 19:45:06.518016 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1106 | 2025.07.18 19:45:06.518387 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1107 | 2025.07.18 19:45:06.518422 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1108 | 2025.07.18 19:45:06.518881 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1109 | 2025.07.18 19:45:06.519291 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1110 | 2025.07.18 19:45:06.519418 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001461 sec., 75290.89664613278 rows/sec., 5.25 MiB/sec. | ||
1111 | 2025.07.18 19:45:06.519452 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} <Debug> TCPHandler: Processed in 0.001623623 sec. | ||
1112 | 2025.07.18 19:45:06.519561 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1113 | 2025.07.18 19:45:06.519660 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1114 | 2025.07.18 19:45:06.519700 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1115 | 2025.07.18 19:45:06.520012 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1116 | 2025.07.18 19:45:06.520047 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1117 | 2025.07.18 19:45:06.520433 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1118 | 2025.07.18 19:45:06.520845 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1119 | 2025.07.18 19:45:06.520969 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001327 sec., 30143.180105501127 rows/sec., 2.01 MiB/sec. | ||
1120 | 2025.07.18 19:45:06.521003 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} <Debug> TCPHandler: Processed in 0.001488641 sec. | ||
1121 | 2025.07.18 19:45:06.853936 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1122 | 2025.07.18 19:45:06.854413 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1123 | 2025.07.18 19:45:06.854457 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1124 | 2025.07.18 19:45:06.855228 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1125 | 2025.07.18 19:45:06.855758 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1126 | 2025.07.18 19:45:06.855929 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1127 | 2025.07.18 19:45:06.965829 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1128 | 2025.07.18 19:45:06.982555 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1129 | 2025.07.18 19:45:06.982612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1130 | 2025.07.18 19:45:06.988808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1131 | 2025.07.18 19:45:06.990040 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1132 | 2025.07.18 19:45:06.992937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1133 | 2025.07.18 19:45:09.347525 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 174 | ||
1134 | 2025.07.18 19:45:09.349641 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1135 | 2025.07.18 19:45:09.349689 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1136 | 2025.07.18 19:45:09.351005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1137 | 2025.07.18 19:45:09.351569 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1138 | 2025.07.18 19:45:09.351898 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 174 | ||
1139 | 2025.07.18 19:45:11.515196 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1140 | 2025.07.18 19:45:11.515397 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1141 | 2025.07.18 19:45:11.515462 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1142 | 2025.07.18 19:45:11.516095 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1143 | 2025.07.18 19:45:11.516134 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1144 | 2025.07.18 19:45:11.516676 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1145 | 2025.07.18 19:45:11.517163 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1146 | 2025.07.18 19:45:11.517330 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Debug> executeQuery: Read 54 rows, 4.71 KiB in 0.001979 sec., 27286.508337544215 rows/sec., 2.32 MiB/sec. | ||
1147 | 2025.07.18 19:45:11.517373 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} <Debug> TCPHandler: Processed in 0.002301823 sec. | ||
1148 | 2025.07.18 19:45:11.517490 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1149 | 2025.07.18 19:45:11.517583 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1150 | 2025.07.18 19:45:11.517623 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1151 | 2025.07.18 19:45:11.518025 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1152 | 2025.07.18 19:45:11.518060 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1153 | 2025.07.18 19:45:11.518500 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1154 | 2025.07.18 19:45:11.518912 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1155 | 2025.07.18 19:45:11.519037 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001472 sec., 8152.173913043478 rows/sec., 613.01 KiB/sec. | ||
1156 | 2025.07.18 19:45:11.519073 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} <Debug> TCPHandler: Processed in 0.001631193 sec. | ||
1157 | 2025.07.18 19:45:11.519179 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2025.07.18 19:45:11.519271 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1159 | 2025.07.18 19:45:11.519312 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1160 | 2025.07.18 19:45:11.519709 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1161 | 2025.07.18 19:45:11.519745 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1162 | 2025.07.18 19:45:11.520139 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1163 | 2025.07.18 19:45:11.520553 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1164 | 2025.07.18 19:45:11.520697 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Debug> executeQuery: Read 48 rows, 3.84 KiB in 0.001444 sec., 33240.997229916895 rows/sec., 2.60 MiB/sec. | ||
1165 | 2025.07.18 19:45:11.520737 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} <Debug> TCPHandler: Processed in 0.001605172 sec. | ||
1166 | 2025.07.18 19:45:11.520843 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1167 | 2025.07.18 19:45:11.520935 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1168 | 2025.07.18 19:45:11.520977 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1169 | 2025.07.18 19:45:11.521358 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1170 | 2025.07.18 19:45:11.521394 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1171 | 2025.07.18 19:45:11.521830 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1172 | 2025.07.18 19:45:11.522245 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1173 | 2025.07.18 19:45:11.522391 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001474 sec., 74626.86567164179 rows/sec., 5.21 MiB/sec. | ||
1174 | 2025.07.18 19:45:11.522430 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} <Debug> TCPHandler: Processed in 0.001632763 sec. | ||
1175 | 2025.07.18 19:45:11.522539 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1176 | 2025.07.18 19:45:11.522630 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1177 | 2025.07.18 19:45:11.522681 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <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 | ||
1178 | 2025.07.18 19:45:11.523412 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1179 | 2025.07.18 19:45:11.523449 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1180 | 2025.07.18 19:45:11.524045 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1181 | 2025.07.18 19:45:11.524495 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1182 | 2025.07.18 19:45:11.524627 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002014 sec., 5958.291956305859 rows/sec., 10.68 MiB/sec. | ||
1183 | 2025.07.18 19:45:11.524675 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} <Debug> TCPHandler: Processed in 0.002182211 sec. | ||
1184 | 2025.07.18 19:45:11.524790 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1185 | 2025.07.18 19:45:11.524882 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1186 | 2025.07.18 19:45:11.524922 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1187 | 2025.07.18 19:45:11.525244 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1188 | 2025.07.18 19:45:11.525280 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1189 | 2025.07.18 19:45:11.525671 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1190 | 2025.07.18 19:45:11.526089 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1191 | 2025.07.18 19:45:11.526236 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001372 sec., 29154.51895043732 rows/sec., 1.95 MiB/sec. | ||
1192 | 2025.07.18 19:45:11.526272 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} <Debug> TCPHandler: Processed in 0.001529812 sec. | ||
1193 | 2025.07.18 19:45:14.135738 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1194 | 2025.07.18 19:45:14.135796 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1195 | 2025.07.18 19:45:14.356100 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1196 | 2025.07.18 19:45:14.356715 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1197 | 2025.07.18 19:45:14.356769 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1198 | 2025.07.18 19:45:14.357252 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1199 | 2025.07.18 19:45:14.357474 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1200 | 2025.07.18 19:45:14.357593 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1201 | 2025.07.18 19:45:14.357587 [ 48 ] {} <Debug> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1202 | 2025.07.18 19:45:14.357680 [ 48 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1203 | 2025.07.18 19:45:14.357703 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1204 | 2025.07.18 19:45:14.360214 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::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 | ||
1205 | 2025.07.18 19:45:14.362306 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1206 | 2025.07.18 19:45:14.362464 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
1207 | 2025.07.18 19:45:14.362648 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
1208 | 2025.07.18 19:45:14.362828 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
1209 | 2025.07.18 19:45:14.362881 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
1210 | 2025.07.18 19:45:14.362927 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
1211 | 2025.07.18 19:45:14.362998 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
1212 | 2025.07.18 19:45:14.397607 [ 189 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.039788154 sec., 70523.50305068187 rows/sec., 1.01 MiB/sec. | ||
1213 | 2025.07.18 19:45:14.398541 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1214 | 2025.07.18 19:45:14.399129 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2025.07.18 19:45:14.399198 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1216 | 2025.07.18 19:45:14.399304 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1217 | 2025.07.18 19:45:14.493091 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1218 | 2025.07.18 19:45:14.510581 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1219 | 2025.07.18 19:45:14.510623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1220 | 2025.07.18 19:45:14.516974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1221 | 2025.07.18 19:45:14.518278 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): 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.18 19:45:14.518556 [ 48 ] {} <Debug> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1223 | 2025.07.18 19:45:14.518593 [ 48 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1224 | 2025.07.18 19:45:14.518614 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1225 | 2025.07.18 19:45:14.518722 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1226 | 2025.07.18 19:45:14.521806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1227 | 2025.07.18 19:45:14.523002 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1228 | 2025.07.18 19:45:14.524450 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1229 | 2025.07.18 19:45:14.529016 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1230 | 2025.07.18 19:45:14.533414 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1231 | 2025.07.18 19:45:14.537766 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1232 | 2025.07.18 19:45:14.545262 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1233 | 2025.07.18 19:45:14.549437 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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 | ||
1234 | 2025.07.18 19:45:14.608268 [ 189 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08959577 sec., 513.4170954722528 rows/sec., 2.65 MiB/sec. | ||
1235 | 2025.07.18 19:45:14.610607 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1236 | 2025.07.18 19:45:14.613115 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1237 | 2025.07.18 19:45:14.613218 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1238 | 2025.07.18 19:45:14.615360 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1239 | 2025.07.18 19:45:15.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.55 MiB, peak 175.09 MiB, free memory in arenas 0.00 B, will set to 176.16 MiB (RSS), difference: 10.61 MiB | ||
1240 | 2025.07.18 19:45:16.515049 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1241 | 2025.07.18 19:45:16.515236 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1242 | 2025.07.18 19:45:16.515301 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1243 | 2025.07.18 19:45:16.515995 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1244 | 2025.07.18 19:45:16.516040 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1245 | 2025.07.18 19:45:16.516541 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1246 | 2025.07.18 19:45:16.516973 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2025.07.18 19:45:16.517118 [ 53 ] {} <Debug> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1248 | 2025.07.18 19:45:16.517122 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001934 sec., 15511.892450879008 rows/sec., 1.18 MiB/sec. | ||
1249 | 2025.07.18 19:45:16.517200 [ 53 ] {} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1250 | 2025.07.18 19:45:16.517213 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} <Debug> TCPHandler: Processed in 0.002286072 sec. | ||
1251 | 2025.07.18 19:45:16.517231 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1252 | 2025.07.18 19:45:16.517345 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1253 | 2025.07.18 19:45:16.517380 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::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 | ||
1254 | 2025.07.18 19:45:16.517452 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1255 | 2025.07.18 19:45:16.517495 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1256 | 2025.07.18 19:45:16.517514 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1257 | 2025.07.18 19:45:16.517562 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1258 | 2025.07.18 19:45:16.517664 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1259 | 2025.07.18 19:45:16.517719 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part | ||
1260 | 2025.07.18 19:45:16.517829 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1261 | 2025.07.18 19:45:16.517887 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part | ||
1262 | 2025.07.18 19:45:16.517924 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1263 | 2025.07.18 19:45:16.517931 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1264 | 2025.07.18 19:45:16.517970 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1265 | 2025.07.18 19:45:16.518528 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1266 | 2025.07.18 19:45:16.519023 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1267 | 2025.07.18 19:45:16.519042 [ 188 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710734 sec., 133276.12592021903 rows/sec., 11.24 MiB/sec. | ||
1268 | 2025.07.18 19:45:16.519146 [ 53 ] {} <Debug> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1269 | 2025.07.18 19:45:16.519160 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001735 sec., 20749.2795389049 rows/sec., 1.62 MiB/sec. | ||
1270 | 2025.07.18 19:45:16.519185 [ 53 ] {} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1271 | 2025.07.18 19:45:16.519207 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} <Debug> TCPHandler: Processed in 0.001910847 sec. | ||
1272 | 2025.07.18 19:45:16.519211 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1273 | 2025.07.18 19:45:16.519299 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1274 | 2025.07.18 19:45:16.519310 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::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 | ||
1275 | 2025.07.18 19:45:16.519325 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1276 | 2025.07.18 19:45:16.519435 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1277 | 2025.07.18 19:45:16.519442 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1278 | 2025.07.18 19:45:16.519474 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1279 | 2025.07.18 19:45:16.519497 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1280 | 2025.07.18 19:45:16.519557 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1281 | 2025.07.18 19:45:16.519609 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 51 rows starting from the beginning of the part | ||
1282 | 2025.07.18 19:45:16.519654 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1283 | 2025.07.18 19:45:16.519713 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
1284 | 2025.07.18 19:45:16.519766 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
1285 | 2025.07.18 19:45:16.519824 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1286 | 2025.07.18 19:45:16.519893 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1287 | 2025.07.18 19:45:16.519910 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1288 | 2025.07.18 19:45:16.519952 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1289 | 2025.07.18 19:45:16.519958 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1290 | 2025.07.18 19:45:16.520492 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1291 | 2025.07.18 19:45:16.520597 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001320538 sec., 184015.90866752792 rows/sec., 15.08 MiB/sec. | ||
1292 | 2025.07.18 19:45:16.520814 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1293 | 2025.07.18 19:45:16.520981 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1294 | 2025.07.18 19:45:16.521132 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001718 sec., 64027.939464493604 rows/sec., 4.47 MiB/sec. | ||
1295 | 2025.07.18 19:45:16.521155 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1296 | 2025.07.18 19:45:16.521168 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} <Debug> TCPHandler: Processed in 0.001890437 sec. | ||
1297 | 2025.07.18 19:45:16.521213 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1298 | 2025.07.18 19:45:16.521241 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1299 | 2025.07.18 19:45:16.521315 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1300 | 2025.07.18 19:45:16.521357 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1301 | 2025.07.18 19:45:16.521374 [ 190 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1302 | 2025.07.18 19:45:16.521427 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1303 | 2025.07.18 19:45:16.521441 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1304 | 2025.07.18 19:45:16.521473 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1305 | 2025.07.18 19:45:16.521475 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1306 | 2025.07.18 19:45:16.521506 [ 190 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1307 | 2025.07.18 19:45:16.521522 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
1308 | 2025.07.18 19:45:16.521573 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part | ||
1309 | 2025.07.18 19:45:16.521621 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
1310 | 2025.07.18 19:45:16.521641 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1311 | 2025.07.18 19:45:16.521654 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part | ||
1312 | 2025.07.18 19:45:16.521699 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
1313 | 2025.07.18 19:45:16.521826 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1314 | 2025.07.18 19:45:16.521866 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1315 | 2025.07.18 19:45:16.522327 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1316 | 2025.07.18 19:45:16.522592 [ 186 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 638 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288388 sec., 495192.44202833314 rows/sec., 34.56 MiB/sec. | ||
1317 | 2025.07.18 19:45:16.522852 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1318 | 2025.07.18 19:45:16.522900 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1319 | 2025.07.18 19:45:16.523030 [ 53 ] {} <Debug> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1320 | 2025.07.18 19:45:16.523043 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001635 sec., 24464.831804281348 rows/sec., 1.63 MiB/sec. | ||
1321 | 2025.07.18 19:45:16.523070 [ 53 ] {} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1322 | 2025.07.18 19:45:16.523091 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} <Debug> TCPHandler: Processed in 0.001821996 sec. | ||
1323 | 2025.07.18 19:45:16.523093 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1324 | 2025.07.18 19:45:16.523170 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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 | ||
1325 | 2025.07.18 19:45:16.523242 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1326 | 2025.07.18 19:45:16.523264 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
1327 | 2025.07.18 19:45:16.523309 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
1328 | 2025.07.18 19:45:16.523329 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1329 | 2025.07.18 19:45:16.523342 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part | ||
1330 | 2025.07.18 19:45:16.523376 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
1331 | 2025.07.18 19:45:16.523403 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1332 | 2025.07.18 19:45:16.523414 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part | ||
1333 | 2025.07.18 19:45:16.523446 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
1334 | 2025.07.18 19:45:16.523463 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1335 | 2025.07.18 19:45:16.524127 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 4 columns (4 merged, 0 gathered) in 0.000980514 sec., 236610.59403537327 rows/sec., 15.80 MiB/sec. | ||
1336 | 2025.07.18 19:45:16.524322 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1337 | 2025.07.18 19:45:16.524764 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1338 | 2025.07.18 19:45:16.524822 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1339 | 2025.07.18 19:45:16.524870 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1340 | 2025.07.18 19:45:19.352158 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 194 | ||
1341 | 2025.07.18 19:45:19.354072 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1342 | 2025.07.18 19:45:19.354107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1343 | 2025.07.18 19:45:19.355199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1344 | 2025.07.18 19:45:19.355461 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1345 | 2025.07.18 19:45:19.355682 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194 | ||
1346 | 2025.07.18 19:45:21.517822 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1347 | 2025.07.18 19:45:21.518029 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1348 | 2025.07.18 19:45:21.518090 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1349 | 2025.07.18 19:45:21.518760 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1350 | 2025.07.18 19:45:21.518797 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1351 | 2025.07.18 19:45:21.519175 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1352 | 2025.07.18 19:45:21.519398 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1353 | 2025.07.18 19:45:21.519543 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001568 sec., 51020.40816326531 rows/sec., 4.22 MiB/sec. | ||
1354 | 2025.07.18 19:45:21.519582 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} <Debug> TCPHandler: Processed in 0.001891647 sec. | ||
1355 | 2025.07.18 19:45:21.519725 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1356 | 2025.07.18 19:45:21.519817 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1357 | 2025.07.18 19:45:21.519856 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1358 | 2025.07.18 19:45:21.520303 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1359 | 2025.07.18 19:45:21.520337 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1360 | 2025.07.18 19:45:21.520622 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1361 | 2025.07.18 19:45:21.520818 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1362 | 2025.07.18 19:45:21.520935 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 793.62 KiB/sec. | ||
1363 | 2025.07.18 19:45:21.521003 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} <Debug> TCPHandler: Processed in 0.001338439 sec. | ||
1364 | 2025.07.18 19:45:21.521135 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1365 | 2025.07.18 19:45:21.521226 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1366 | 2025.07.18 19:45:21.521265 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1367 | 2025.07.18 19:45:21.521718 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1368 | 2025.07.18 19:45:21.521751 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1369 | 2025.07.18 19:45:21.522030 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1370 | 2025.07.18 19:45:21.522215 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1371 | 2025.07.18 19:45:21.522420 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00121 sec., 62809.91735537191 rows/sec., 4.90 MiB/sec. | ||
1372 | 2025.07.18 19:45:21.522456 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} <Debug> TCPHandler: Processed in 0.00137996 sec. | ||
1373 | 2025.07.18 19:45:21.522584 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1374 | 2025.07.18 19:45:21.522677 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1375 | 2025.07.18 19:45:21.522720 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1376 | 2025.07.18 19:45:21.523160 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1377 | 2025.07.18 19:45:21.523196 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1378 | 2025.07.18 19:45:21.523517 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1379 | 2025.07.18 19:45:21.523720 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1380 | 2025.07.18 19:45:21.523844 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001186 sec., 126475.54806070826 rows/sec., 8.81 MiB/sec. | ||
1381 | 2025.07.18 19:45:21.523879 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} <Debug> TCPHandler: Processed in 0.001349729 sec. | ||
1382 | 2025.07.18 19:45:21.523994 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1383 | 2025.07.18 19:45:21.524086 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1384 | 2025.07.18 19:45:21.524138 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <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 | ||
1385 | 2025.07.18 19:45:21.524889 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1386 | 2025.07.18 19:45:21.524924 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1387 | 2025.07.18 19:45:21.525421 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1388 | 2025.07.18 19:45:21.525645 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1389 | 2025.07.18 19:45:21.525770 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001703 sec., 7046.388725778038 rows/sec., 12.63 MiB/sec. | ||
1390 | 2025.07.18 19:45:21.525817 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} <Debug> TCPHandler: Processed in 0.001877467 sec. | ||
1391 | 2025.07.18 19:45:21.525937 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1392 | 2025.07.18 19:45:21.526030 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1393 | 2025.07.18 19:45:21.526069 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1394 | 2025.07.18 19:45:21.526398 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1395 | 2025.07.18 19:45:21.526432 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1396 | 2025.07.18 19:45:21.526727 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1397 | 2025.07.18 19:45:21.526929 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1398 | 2025.07.18 19:45:21.527047 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001036 sec., 54054.05405405405 rows/sec., 3.64 MiB/sec. | ||
1399 | 2025.07.18 19:45:21.527080 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} <Debug> TCPHandler: Processed in 0.001198787 sec. | ||
1400 | 2025.07.18 19:45:21.857755 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1401 | 2025.07.18 19:45:21.858254 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1402 | 2025.07.18 19:45:21.858306 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1403 | 2025.07.18 19:45:21.858850 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1404 | 2025.07.18 19:45:21.859106 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1405 | 2025.07.18 19:45:21.859241 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1406 | 2025.07.18 19:45:22.021963 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1407 | 2025.07.18 19:45:22.041116 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1408 | 2025.07.18 19:45:22.041180 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1409 | 2025.07.18 19:45:22.046621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1410 | 2025.07.18 19:45:22.047307 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1411 | 2025.07.18 19:45:22.050603 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1412 | 2025.07.18 19:45:26.517214 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1413 | 2025.07.18 19:45:26.517449 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1414 | 2025.07.18 19:45:26.517521 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1415 | 2025.07.18 19:45:26.518269 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1416 | 2025.07.18 19:45:26.518315 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1417 | 2025.07.18 19:45:26.518698 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1418 | 2025.07.18 19:45:26.518913 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1419 | 2025.07.18 19:45:26.519064 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001671 sec., 33512.86654697786 rows/sec., 2.57 MiB/sec. | ||
1420 | 2025.07.18 19:45:26.519104 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} <Debug> TCPHandler: Processed in 0.002026939 sec. | ||
1421 | 2025.07.18 19:45:26.519247 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1422 | 2025.07.18 19:45:26.519348 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1423 | 2025.07.18 19:45:26.519388 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1424 | 2025.07.18 19:45:26.519843 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1425 | 2025.07.18 19:45:26.519879 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1426 | 2025.07.18 19:45:26.520174 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1427 | 2025.07.18 19:45:26.520378 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1428 | 2025.07.18 19:45:26.520503 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. | ||
1429 | 2025.07.18 19:45:26.520539 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} <Debug> TCPHandler: Processed in 0.001355999 sec. | ||
1430 | 2025.07.18 19:45:26.520675 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1431 | 2025.07.18 19:45:26.520767 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1432 | 2025.07.18 19:45:26.520810 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1433 | 2025.07.18 19:45:26.521235 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1434 | 2025.07.18 19:45:26.521269 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1435 | 2025.07.18 19:45:26.521580 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1436 | 2025.07.18 19:45:26.521782 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1437 | 2025.07.18 19:45:26.521903 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. | ||
1438 | 2025.07.18 19:45:26.521937 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} <Debug> TCPHandler: Processed in 0.001324799 sec. | ||
1439 | 2025.07.18 19:45:26.522062 [ 275 ] {} <Trace> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2025.07.18 19:45:26.522154 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1441 | 2025.07.18 19:45:26.522195 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1442 | 2025.07.18 19:45:26.522545 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1443 | 2025.07.18 19:45:26.522578 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1444 | 2025.07.18 19:45:26.522870 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1445 | 2025.07.18 19:45:26.523069 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1446 | 2025.07.18 19:45:26.523188 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. | ||
1447 | 2025.07.18 19:45:26.523221 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} <Debug> TCPHandler: Processed in 0.001215828 sec. | ||
1448 | 2025.07.18 19:45:29.136052 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1449 | 2025.07.18 19:45:29.136127 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1450 | 2025.07.18 19:45:29.355925 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 214 | ||
1451 | 2025.07.18 19:45:29.357902 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1452 | 2025.07.18 19:45:29.357946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1453 | 2025.07.18 19:45:29.359043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1454 | 2025.07.18 19:45:29.359304 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1455 | 2025.07.18 19:45:29.359414 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1456 | 2025.07.18 19:45:29.359546 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 214 | ||
1457 | 2025.07.18 19:45:29.360148 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2025.07.18 19:45:29.360215 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1459 | 2025.07.18 19:45:29.360707 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1460 | 2025.07.18 19:45:29.360921 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2025.07.18 19:45:29.361040 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1462 | 2025.07.18 19:45:29.550758 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1463 | 2025.07.18 19:45:29.569382 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1464 | 2025.07.18 19:45:29.569430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1465 | 2025.07.18 19:45:29.575073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1466 | 2025.07.18 19:45:29.575768 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1467 | 2025.07.18 19:45:29.578854 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1468 | 2025.07.18 19:45:31.101903 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1469 | 2025.07.18 19:45:31.102058 [ 275 ] {} <Debug> TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2025.07.18 19:45:31.518467 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2025.07.18 19:45:31.518676 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1472 | 2025.07.18 19:45:31.518749 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1473 | 2025.07.18 19:45:31.519530 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2025.07.18 19:45:31.519576 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1475 | 2025.07.18 19:45:31.519975 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1476 | 2025.07.18 19:45:31.520200 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1477 | 2025.07.18 19:45:31.520348 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001726 sec., 46349.942062572416 rows/sec., 3.83 MiB/sec. | ||
1478 | 2025.07.18 19:45:31.520388 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} <Debug> TCPHandler: Processed in 0.002051249 sec. | ||
1479 | 2025.07.18 19:45:31.520522 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1480 | 2025.07.18 19:45:31.520627 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1481 | 2025.07.18 19:45:31.520667 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1482 | 2025.07.18 19:45:31.521114 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1483 | 2025.07.18 19:45:31.521148 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1484 | 2025.07.18 19:45:31.521441 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1485 | 2025.07.18 19:45:31.521651 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1486 | 2025.07.18 19:45:31.521772 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 775.88 KiB/sec. | ||
1487 | 2025.07.18 19:45:31.521808 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} <Debug> TCPHandler: Processed in 0.001335739 sec. | ||
1488 | 2025.07.18 19:45:31.522026 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1489 | 2025.07.18 19:45:31.522121 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1490 | 2025.07.18 19:45:31.522162 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1491 | 2025.07.18 19:45:31.522613 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2025.07.18 19:45:31.522648 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1493 | 2025.07.18 19:45:31.522943 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1494 | 2025.07.18 19:45:31.523146 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2025.07.18 19:45:31.523268 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001165 sec., 65236.05150214592 rows/sec., 5.09 MiB/sec. | ||
1496 | 2025.07.18 19:45:31.523301 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} <Debug> TCPHandler: Processed in 0.001324409 sec. | ||
1497 | 2025.07.18 19:45:31.523422 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1498 | 2025.07.18 19:45:31.523517 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1499 | 2025.07.18 19:45:31.523561 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1500 | 2025.07.18 19:45:31.523981 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1501 | 2025.07.18 19:45:31.524015 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1502 | 2025.07.18 19:45:31.524356 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1503 | 2025.07.18 19:45:31.524563 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1504 | 2025.07.18 19:45:31.524692 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. | ||
1505 | 2025.07.18 19:45:31.524727 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} <Debug> TCPHandler: Processed in 0.001352649 sec. | ||
1506 | 2025.07.18 19:45:31.524827 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1507 | 2025.07.18 19:45:31.524920 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1508 | 2025.07.18 19:45:31.524975 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <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 | ||
1509 | 2025.07.18 19:45:31.525775 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1510 | 2025.07.18 19:45:31.525811 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1511 | 2025.07.18 19:45:31.526306 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1512 | 2025.07.18 19:45:31.526527 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1513 | 2025.07.18 19:45:31.526648 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001752 sec., 6849.315068493151 rows/sec., 12.27 MiB/sec. | ||
1514 | 2025.07.18 19:45:31.526694 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} <Debug> TCPHandler: Processed in 0.001924237 sec. | ||
1515 | 2025.07.18 19:45:31.526812 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1516 | 2025.07.18 19:45:31.526902 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1517 | 2025.07.18 19:45:31.526941 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1518 | 2025.07.18 19:45:31.527254 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1519 | 2025.07.18 19:45:31.527286 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1520 | 2025.07.18 19:45:31.527634 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1521 | 2025.07.18 19:45:31.527840 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1522 | 2025.07.18 19:45:31.527963 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
1523 | 2025.07.18 19:45:31.527997 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} <Debug> TCPHandler: Processed in 0.001226467 sec. | ||
1524 | 2025.07.18 19:45:32.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.20 MiB, peak 181.82 MiB, free memory in arenas 0.00 B, will set to 177.86 MiB (RSS), difference: 1.66 MiB | ||
1525 | 2025.07.18 19:45:36.517819 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1526 | 2025.07.18 19:45:36.518029 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1527 | 2025.07.18 19:45:36.518100 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1528 | 2025.07.18 19:45:36.518776 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1529 | 2025.07.18 19:45:36.518816 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1530 | 2025.07.18 19:45:36.519195 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1531 | 2025.07.18 19:45:36.519421 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1532 | 2025.07.18 19:45:36.519565 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001588 sec., 35264.48362720403 rows/sec., 2.71 MiB/sec. | ||
1533 | 2025.07.18 19:45:36.519605 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} <Debug> TCPHandler: Processed in 0.001919068 sec. | ||
1534 | 2025.07.18 19:45:36.519730 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1535 | 2025.07.18 19:45:36.519826 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1536 | 2025.07.18 19:45:36.519866 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1537 | 2025.07.18 19:45:36.520289 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1538 | 2025.07.18 19:45:36.520324 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1539 | 2025.07.18 19:45:36.520620 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1540 | 2025.07.18 19:45:36.520823 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1541 | 2025.07.18 19:45:36.520944 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. | ||
1542 | 2025.07.18 19:45:36.520982 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} <Debug> TCPHandler: Processed in 0.001301328 sec. | ||
1543 | 2025.07.18 19:45:36.521096 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1544 | 2025.07.18 19:45:36.521192 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1545 | 2025.07.18 19:45:36.521236 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1546 | 2025.07.18 19:45:36.521638 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1547 | 2025.07.18 19:45:36.521674 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1548 | 2025.07.18 19:45:36.521998 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1549 | 2025.07.18 19:45:36.522205 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1550 | 2025.07.18 19:45:36.522330 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. | ||
1551 | 2025.07.18 19:45:36.522365 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} <Debug> TCPHandler: Processed in 0.001318179 sec. | ||
1552 | 2025.07.18 19:45:36.522473 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1553 | 2025.07.18 19:45:36.522566 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1554 | 2025.07.18 19:45:36.522608 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1555 | 2025.07.18 19:45:36.522933 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1556 | 2025.07.18 19:45:36.522969 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1557 | 2025.07.18 19:45:36.523267 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1558 | 2025.07.18 19:45:36.523476 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1559 | 2025.07.18 19:45:36.523599 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. | ||
1560 | 2025.07.18 19:45:36.523633 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} <Debug> TCPHandler: Processed in 0.001207908 sec. | ||
1561 | 2025.07.18 19:45:36.861203 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1562 | 2025.07.18 19:45:36.861725 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1563 | 2025.07.18 19:45:36.861768 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1564 | 2025.07.18 19:45:36.862229 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1565 | 2025.07.18 19:45:36.862458 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2025.07.18 19:45:36.862594 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1567 | 2025.07.18 19:45:37.079008 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1568 | 2025.07.18 19:45:37.095366 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1569 | 2025.07.18 19:45:37.095418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1570 | 2025.07.18 19:45:37.101521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1571 | 2025.07.18 19:45:37.102206 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1572 | 2025.07.18 19:45:37.104926 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1573 | 2025.07.18 19:45:38.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.39 MiB, peak 182.39 MiB, free memory in arenas 0.00 B, will set to 179.57 MiB (RSS), difference: 1.18 MiB | ||
1574 | 2025.07.18 19:45:39.359780 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 234 | ||
1575 | 2025.07.18 19:45:39.361738 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1576 | 2025.07.18 19:45:39.361792 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1577 | 2025.07.18 19:45:39.362931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1578 | 2025.07.18 19:45:39.363209 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1579 | 2025.07.18 19:45:39.363362 [ 50 ] {} <Debug> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1580 | 2025.07.18 19:45:39.363426 [ 50 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1581 | 2025.07.18 19:45:39.363445 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1582 | 2025.07.18 19:45:39.363538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
1583 | 2025.07.18 19:45:39.363557 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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 | ||
1584 | 2025.07.18 19:45:39.364224 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1585 | 2025.07.18 19:45:39.364418 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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 | ||
1586 | 2025.07.18 19:45:39.364881 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
1587 | 2025.07.18 19:45:39.365232 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
1588 | 2025.07.18 19:45:39.365567 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1589 | 2025.07.18 19:45:39.365894 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
1590 | 2025.07.18 19:45:39.366219 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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 | ||
1591 | 2025.07.18 19:45:39.371439 [ 193 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 72 columns (72 merged, 0 gathered) in 0.007933463 sec., 29495.31623201621 rows/sec., 28.32 MiB/sec. | ||
1592 | 2025.07.18 19:45:39.372331 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1593 | 2025.07.18 19:45:39.373008 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1594 | 2025.07.18 19:45:39.373090 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1595 | 2025.07.18 19:45:39.373329 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
1596 | 2025.07.18 19:45:41.518402 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1597 | 2025.07.18 19:45:41.518616 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1598 | 2025.07.18 19:45:41.518687 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1599 | 2025.07.18 19:45:41.519374 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1600 | 2025.07.18 19:45:41.519414 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1601 | 2025.07.18 19:45:41.519800 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1602 | 2025.07.18 19:45:41.520025 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1603 | 2025.07.18 19:45:41.520144 [ 46 ] {} <Debug> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1604 | 2025.07.18 19:45:41.520171 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001609 sec., 49720.323182100685 rows/sec., 4.11 MiB/sec. | ||
1605 | 2025.07.18 19:45:41.520209 [ 46 ] {} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1606 | 2025.07.18 19:45:41.520228 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} <Debug> TCPHandler: Processed in 0.001957178 sec. | ||
1607 | 2025.07.18 19:45:41.520239 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1608 | 2025.07.18 19:45:41.520362 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::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 | ||
1609 | 2025.07.18 19:45:41.520377 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2025.07.18 19:45:41.520514 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1611 | 2025.07.18 19:45:41.520515 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1612 | 2025.07.18 19:45:41.520561 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1613 | 2025.07.18 19:45:41.520568 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part | ||
1614 | 2025.07.18 19:45:41.520645 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part | ||
1615 | 2025.07.18 19:45:41.520689 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
1616 | 2025.07.18 19:45:41.520734 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 80 rows starting from the beginning of the part | ||
1617 | 2025.07.18 19:45:41.520774 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
1618 | 2025.07.18 19:45:41.520856 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 80 rows starting from the beginning of the part | ||
1619 | 2025.07.18 19:45:41.521021 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1620 | 2025.07.18 19:45:41.521065 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1621 | 2025.07.18 19:45:41.521465 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1622 | 2025.07.18 19:45:41.521703 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1623 | 2025.07.18 19:45:41.521806 [ 199 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491871 sec., 272141.4921263299 rows/sec., 23.19 MiB/sec. | ||
1624 | 2025.07.18 19:45:41.521837 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001342 sec., 8941.87779433681 rows/sec., 672.39 KiB/sec. | ||
1625 | 2025.07.18 19:45:41.521845 [ 45 ] {} <Debug> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1626 | 2025.07.18 19:45:41.521890 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} <Debug> TCPHandler: Processed in 0.001562343 sec. | ||
1627 | 2025.07.18 19:45:41.521906 [ 45 ] {} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1628 | 2025.07.18 19:45:41.521935 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1629 | 2025.07.18 19:45:41.521966 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1630 | 2025.07.18 19:45:41.522003 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1631 | 2025.07.18 19:45:41.522007 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1632 | 2025.07.18 19:45:41.522111 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1633 | 2025.07.18 19:45:41.522128 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1634 | 2025.07.18 19:45:41.522142 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1635 | 2025.07.18 19:45:41.522178 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1636 | 2025.07.18 19:45:41.522231 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1637 | 2025.07.18 19:45:41.522233 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1638 | 2025.07.18 19:45:41.522282 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1639 | 2025.07.18 19:45:41.522317 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1640 | 2025.07.18 19:45:41.522323 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1641 | 2025.07.18 19:45:41.522369 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::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 | ||
1642 | 2025.07.18 19:45:41.522391 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1643 | 2025.07.18 19:45:41.522623 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1644 | 2025.07.18 19:45:41.522665 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1645 | 2025.07.18 19:45:41.522993 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1646 | 2025.07.18 19:45:41.522999 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001021114 sec., 58759.35497897394 rows/sec., 4.54 MiB/sec. | ||
1647 | 2025.07.18 19:45:41.523169 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1648 | 2025.07.18 19:45:41.523223 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1649 | 2025.07.18 19:45:41.523350 [ 45 ] {} <Debug> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1650 | 2025.07.18 19:45:41.523353 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001244 sec., 61093.247588424434 rows/sec., 4.77 MiB/sec. | ||
1651 | 2025.07.18 19:45:41.523392 [ 45 ] {} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2025.07.18 19:45:41.523415 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} <Debug> TCPHandler: Processed in 0.0014569 sec. | ||
1653 | 2025.07.18 19:45:41.523420 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1654 | 2025.07.18 19:45:41.523494 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::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 | ||
1655 | 2025.07.18 19:45:41.523517 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1656 | 2025.07.18 19:45:41.523541 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1657 | 2025.07.18 19:45:41.523564 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1658 | 2025.07.18 19:45:41.523594 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part | ||
1659 | 2025.07.18 19:45:41.523596 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1660 | 2025.07.18 19:45:41.523639 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1661 | 2025.07.18 19:45:41.523651 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 76 rows starting from the beginning of the part | ||
1662 | 2025.07.18 19:45:41.523686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1663 | 2025.07.18 19:45:41.523699 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
1664 | 2025.07.18 19:45:41.523687 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1665 | 2025.07.18 19:45:41.523750 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part | ||
1666 | 2025.07.18 19:45:41.523789 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
1667 | 2025.07.18 19:45:41.523823 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part | ||
1668 | 2025.07.18 19:45:41.524173 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1669 | 2025.07.18 19:45:41.524215 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1670 | 2025.07.18 19:45:41.524550 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 5 columns (5 merged, 0 gathered) in 0.001078955 sec., 377216.84407598095 rows/sec., 30.89 MiB/sec. | ||
1671 | 2025.07.18 19:45:41.524557 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1672 | 2025.07.18 19:45:41.524688 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1673 | 2025.07.18 19:45:41.524793 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1674 | 2025.07.18 19:45:41.524919 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1675 | 2025.07.18 19:45:41.524924 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. | ||
1676 | 2025.07.18 19:45:41.524942 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1677 | 2025.07.18 19:45:41.524960 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1678 | 2025.07.18 19:45:41.524984 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} <Debug> TCPHandler: Processed in 0.001491291 sec. | ||
1679 | 2025.07.18 19:45:41.524996 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1680 | 2025.07.18 19:45:41.525036 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1681 | 2025.07.18 19:45:41.525106 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1682 | 2025.07.18 19:45:41.525115 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1683 | 2025.07.18 19:45:41.525111 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1684 | 2025.07.18 19:45:41.525201 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1685 | 2025.07.18 19:45:41.525246 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1686 | 2025.07.18 19:45:41.525255 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <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 | ||
1687 | 2025.07.18 19:45:41.525292 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 638 rows starting from the beginning of the part | ||
1688 | 2025.07.18 19:45:41.525383 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
1689 | 2025.07.18 19:45:41.525441 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
1690 | 2025.07.18 19:45:41.525495 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1691 | 2025.07.18 19:45:41.525548 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1692 | 2025.07.18 19:45:41.525601 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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 | ||
1693 | 2025.07.18 19:45:41.526081 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1694 | 2025.07.18 19:45:41.526116 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1695 | 2025.07.18 19:45:41.526580 [ 196 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 5 columns (5 merged, 0 gathered) in 0.001512202 sec., 944318.2855200561 rows/sec., 65.83 MiB/sec. | ||
1696 | 2025.07.18 19:45:41.526625 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1697 | 2025.07.18 19:45:41.526848 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1698 | 2025.07.18 19:45:41.526871 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1699 | 2025.07.18 19:45:41.527021 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001838 sec., 6528.8356909684435 rows/sec., 11.70 MiB/sec. | ||
1700 | 2025.07.18 19:45:41.527074 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} <Debug> TCPHandler: Processed in 0.002016349 sec. | ||
1701 | 2025.07.18 19:45:41.527185 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1702 | 2025.07.18 19:45:41.527192 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1703 | 2025.07.18 19:45:41.527276 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1704 | 2025.07.18 19:45:41.527301 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1705 | 2025.07.18 19:45:41.527348 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1706 | 2025.07.18 19:45:41.527364 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
1707 | 2025.07.18 19:45:41.527687 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1708 | 2025.07.18 19:45:41.527730 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1709 | 2025.07.18 19:45:41.528046 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1710 | 2025.07.18 19:45:41.528260 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1711 | 2025.07.18 19:45:41.528383 [ 45 ] {} <Debug> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1712 | 2025.07.18 19:45:41.528387 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. | ||
1713 | 2025.07.18 19:45:41.528423 [ 45 ] {} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1714 | 2025.07.18 19:45:41.528445 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} <Debug> TCPHandler: Processed in 0.001301868 sec. | ||
1715 | 2025.07.18 19:45:41.528448 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1716 | 2025.07.18 19:45:41.528572 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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 | ||
1717 | 2025.07.18 19:45:41.528701 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1718 | 2025.07.18 19:45:41.528736 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 232 rows starting from the beginning of the part | ||
1719 | 2025.07.18 19:45:41.528815 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
1720 | 2025.07.18 19:45:41.528862 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
1721 | 2025.07.18 19:45:41.528903 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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 | ||
1722 | 2025.07.18 19:45:41.528942 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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 | ||
1723 | 2025.07.18 19:45:41.528988 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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 | ||
1724 | 2025.07.18 19:45:41.529812 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300138 sec., 406110.73593726207 rows/sec., 27.25 MiB/sec. | ||
1725 | 2025.07.18 19:45:41.529955 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1726 | 2025.07.18 19:45:41.530205 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1727 | 2025.07.18 19:45:41.530268 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1728 | 2025.07.18 19:45:41.530335 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1729 | 2025.07.18 19:45:44.136192 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1730 | 2025.07.18 19:45:44.136268 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1731 | 2025.07.18 19:45:44.362757 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1732 | 2025.07.18 19:45:44.363321 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1733 | 2025.07.18 19:45:44.363367 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1734 | 2025.07.18 19:45:44.363893 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1735 | 2025.07.18 19:45:44.364132 [ 245 ] {} <Trace> system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1736 | 2025.07.18 19:45:44.364263 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1737 | 2025.07.18 19:45:44.605101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1738 | 2025.07.18 19:45:44.622585 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2025.07.18 19:45:44.622626 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1740 | 2025.07.18 19:45:44.628804 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1741 | 2025.07.18 19:45:44.629524 [ 244 ] {} <Trace> system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1742 | 2025.07.18 19:45:44.632464 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1743 | 2025.07.18 19:45:45.000212 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.32 MiB, peak 184.32 MiB, free memory in arenas 0.00 B, will set to 182.35 MiB (RSS), difference: 2.03 MiB | ||
1744 | 2025.07.18 19:45:46.516966 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1745 | 2025.07.18 19:45:46.517197 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1746 | 2025.07.18 19:45:46.517271 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1747 | 2025.07.18 19:45:46.518029 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1748 | 2025.07.18 19:45:46.518075 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1749 | 2025.07.18 19:45:46.518476 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1750 | 2025.07.18 19:45:46.518695 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1751 | 2025.07.18 19:45:46.518853 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.52 MiB/sec. | ||
1752 | 2025.07.18 19:45:46.518900 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} <Debug> TCPHandler: Processed in 0.00209611 sec. | ||
1753 | 2025.07.18 19:45:46.519033 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2025.07.18 19:45:46.519134 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1755 | 2025.07.18 19:45:46.519177 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1756 | 2025.07.18 19:45:46.519614 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1757 | 2025.07.18 19:45:46.519651 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1758 | 2025.07.18 19:45:46.519957 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1759 | 2025.07.18 19:45:46.520166 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1760 | 2025.07.18 19:45:46.520295 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. | ||
1761 | 2025.07.18 19:45:46.520331 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} <Debug> TCPHandler: Processed in 0.001347709 sec. | ||
1762 | 2025.07.18 19:45:46.520444 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1763 | 2025.07.18 19:45:46.520539 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1764 | 2025.07.18 19:45:46.520583 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1765 | 2025.07.18 19:45:46.520991 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1766 | 2025.07.18 19:45:46.521028 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1767 | 2025.07.18 19:45:46.521356 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1768 | 2025.07.18 19:45:46.521560 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2025.07.18 19:45:46.521686 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. | ||
1770 | 2025.07.18 19:45:46.521721 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} <Debug> TCPHandler: Processed in 0.001325538 sec. | ||
1771 | 2025.07.18 19:45:46.521820 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1772 | 2025.07.18 19:45:46.521912 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1773 | 2025.07.18 19:45:46.521953 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1774 | 2025.07.18 19:45:46.522299 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2025.07.18 19:45:46.522334 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1776 | 2025.07.18 19:45:46.522648 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1777 | 2025.07.18 19:45:46.522849 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2025.07.18 19:45:46.522972 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
1779 | 2025.07.18 19:45:46.523006 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} <Debug> TCPHandler: Processed in 0.001233758 sec. | ||
1780 | 2025.07.18 19:45:49.363774 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 254 | ||
1781 | 2025.07.18 19:45:49.365719 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2025.07.18 19:45:49.365759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1783 | 2025.07.18 19:45:49.366922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1784 | 2025.07.18 19:45:49.367179 [ 243 ] {} <Trace> system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2025.07.18 19:45:49.367408 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 254 | ||
1786 | 2025.07.18 19:45:51.511156 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1787 | 2025.07.18 19:45:51.511421 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1788 | 2025.07.18 19:45:51.511790 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1789 | 2025.07.18 19:45:51.511833 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1790 | 2025.07.18 19:45:51.512104 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1791 | 2025.07.18 19:45:51.512180 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1792 | 2025.07.18 19:45:51.512316 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1793 | 2025.07.18 19:45:51.512524 [ 289 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1794 | 2025.07.18 19:45:51.512617 [ 290 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1795 | 2025.07.18 19:45:51.512764 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1796 | 2025.07.18 19:45:51.512805 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1797 | 2025.07.18 19:45:51.517281 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1798 | 2025.07.18 19:45:51.517312 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1799 | 2025.07.18 19:45:51.517373 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1800 | 2025.07.18 19:45:51.517416 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1801 | 2025.07.18 19:45:51.518503 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.007185 sec., 3061.9345859429363 rows/sec., 128.17 KiB/sec. | ||
1802 | 2025.07.18 19:45:51.518601 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} <Debug> TCPHandler: Processed in 0.007566667 sec. | ||
1803 | 2025.07.18 19:45:51.526625 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1804 | 2025.07.18 19:45:51.526736 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1805 | 2025.07.18 19:45:51.526779 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1806 | 2025.07.18 19:45:51.527344 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1807 | 2025.07.18 19:45:51.527384 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1808 | 2025.07.18 19:45:51.527783 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1809 | 2025.07.18 19:45:51.527975 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Trace> oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2025.07.18 19:45:51.528114 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 160.68 KiB/sec. | ||
1811 | 2025.07.18 19:45:51.528150 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} <Debug> TCPHandler: Processed in 0.001575112 sec. | ||
1812 | 2025.07.18 19:45:51.528266 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1813 | 2025.07.18 19:45:51.528360 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
1814 | 2025.07.18 19:45:51.528399 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1815 | 2025.07.18 19:45:51.528799 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Trace> oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1816 | 2025.07.18 19:45:51.528836 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1817 | 2025.07.18 19:45:51.529119 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1818 | 2025.07.18 19:45:51.529327 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Trace> oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1819 | 2025.07.18 19:45:51.529446 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001105 sec., 7239.819004524887 rows/sec., 590.36 KiB/sec. | ||
1820 | 2025.07.18 19:45:51.529483 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} <Debug> TCPHandler: Processed in 0.001264707 sec. | ||
1821 | 2025.07.18 19:45:51.529594 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1822 | 2025.07.18 19:45:51.529687 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1823 | 2025.07.18 19:45:51.529725 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1824 | 2025.07.18 19:45:51.530148 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1825 | 2025.07.18 19:45:51.530183 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1826 | 2025.07.18 19:45:51.530478 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1827 | 2025.07.18 19:45:51.530698 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Trace> oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1828 | 2025.07.18 19:45:51.530819 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Debug> executeQuery: Read 84 rows, 7.06 KiB in 0.00115 sec., 73043.47826086957 rows/sec., 6.00 MiB/sec. | ||
1829 | 2025.07.18 19:45:51.530854 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} <Debug> TCPHandler: Processed in 0.001307329 sec. | ||
1830 | 2025.07.18 19:45:51.530966 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1831 | 2025.07.18 19:45:51.531058 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1832 | 2025.07.18 19:45:51.531097 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1833 | 2025.07.18 19:45:51.531478 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1834 | 2025.07.18 19:45:51.531513 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1835 | 2025.07.18 19:45:51.531791 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1836 | 2025.07.18 19:45:51.531996 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Trace> oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1837 | 2025.07.18 19:45:51.532115 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Debug> executeQuery: Read 20 rows, 1.46 KiB in 0.001075 sec., 18604.6511627907 rows/sec., 1.33 MiB/sec. | ||
1838 | 2025.07.18 19:45:51.532151 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} <Debug> TCPHandler: Processed in 0.001232547 sec. | ||
1839 | 2025.07.18 19:45:51.532258 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1840 | 2025.07.18 19:45:51.532349 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1841 | 2025.07.18 19:45:51.532386 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1842 | 2025.07.18 19:45:51.532785 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1843 | 2025.07.18 19:45:51.532820 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1844 | 2025.07.18 19:45:51.533106 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1845 | 2025.07.18 19:45:51.533307 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Trace> oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2025.07.18 19:45:51.533428 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Debug> executeQuery: Read 84 rows, 6.73 KiB in 0.001097 sec., 76572.47037374658 rows/sec., 5.99 MiB/sec. | ||
1847 | 2025.07.18 19:45:51.533464 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} <Debug> TCPHandler: Processed in 0.001253188 sec. | ||
1848 | 2025.07.18 19:45:51.533573 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1849 | 2025.07.18 19:45:51.533665 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1850 | 2025.07.18 19:45:51.533705 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1851 | 2025.07.18 19:45:51.534099 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2025.07.18 19:45:51.534134 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1853 | 2025.07.18 19:45:51.534447 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1854 | 2025.07.18 19:45:51.534658 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Trace> oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2025.07.18 19:45:51.534781 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001134 sec., 144620.81128747796 rows/sec., 10.07 MiB/sec. | ||
1856 | 2025.07.18 19:45:51.534816 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} <Debug> TCPHandler: Processed in 0.001289728 sec. | ||
1857 | 2025.07.18 19:45:51.534925 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1858 | 2025.07.18 19:45:51.535017 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1859 | 2025.07.18 19:45:51.535070 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <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 | ||
1860 | 2025.07.18 19:45:51.535802 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1861 | 2025.07.18 19:45:51.535838 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1862 | 2025.07.18 19:45:51.536329 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1863 | 2025.07.18 19:45:51.536540 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1864 | 2025.07.18 19:45:51.536646 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1865 | 2025.07.18 19:45:51.536669 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00167 sec., 7185.62874251497 rows/sec., 12.88 MiB/sec. | ||
1866 | 2025.07.18 19:45:51.536717 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1867 | 2025.07.18 19:45:51.536737 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} <Debug> TCPHandler: Processed in 0.001858926 sec. | ||
1868 | 2025.07.18 19:45:51.536741 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1869 | 2025.07.18 19:45:51.536856 [ 277 ] {} <Trace> TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1870 | 2025.07.18 19:45:51.536881 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::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 | ||
1871 | 2025.07.18 19:45:51.536955 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1872 | 2025.07.18 19:45:51.537001 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1873 | 2025.07.18 19:45:51.537144 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1874 | 2025.07.18 19:45:51.537216 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
1875 | 2025.07.18 19:45:51.537328 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1876 | 2025.07.18 19:45:51.537349 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::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 | ||
1877 | 2025.07.18 19:45:51.537370 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1878 | 2025.07.18 19:45:51.537467 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
1879 | 2025.07.18 19:45:51.537579 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
1880 | 2025.07.18 19:45:51.537688 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
1881 | 2025.07.18 19:45:51.537690 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1882 | 2025.07.18 19:45:51.537802 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
1883 | 2025.07.18 19:45:51.537917 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Trace> oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1884 | 2025.07.18 19:45:51.538039 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. | ||
1885 | 2025.07.18 19:45:51.538072 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} <Debug> TCPHandler: Processed in 0.001278968 sec. | ||
1886 | 2025.07.18 19:45:51.539543 [ 193 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 19 columns (19 merged, 0 gathered) in 0.002712698 sec., 26541.84136973596 rows/sec., 47.56 MiB/sec. | ||
1887 | 2025.07.18 19:45:51.539948 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1888 | 2025.07.18 19:45:51.540362 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2025.07.18 19:45:51.540434 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1890 | 2025.07.18 19:45:51.540556 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. |