1 | [ May 15 04:12:46 Enabled. ] | ||
2 | [ May 15 04:12:46 Rereading configuration. ] | ||
3 | [ May 15 04:12:47 Rereading configuration. ] | ||
4 | [ May 15 04:13:00 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 | [ May 15 04:13:00 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.05.15 04:13:01.121376 [ 1 ] {} <Information> Application: Will watch for the process with pid 24272 | ||
29 | 2025.05.15 04:13:01.121780 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.05.15 04:13:01.766750 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 24272 | ||
31 | 2025.05.15 04:13:01.767910 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.05.15 04:13:01.768173 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.05.15 04:13:01.891782 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.05.15 04:13:01.965530 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.05.15 04:13:01.965655 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.05.15 04:13:01.965698 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.05.15 04:13:01.965799 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.05.15 04:13:01.966753 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.05.15 04:13:01.969444 [ 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.05.15 04:13:01.970736 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.05.15 04:13:01.971970 [ 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.05.15 04:13:01.972034 [ 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.05.15 04:13:01.972084 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.05.15 04:13:01.972927 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.05.15 04:13:01.974237 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.05.15 04:13:01.982209 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.05.15 04:13:01.983253 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.05.15 04:13:01.985187 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.05.15 04:13:01.985320 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.05.15 04:13:01.986585 [ 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.05.15 04:13:01.987142 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.05.15 04:13:01.991351 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.05.15 04:13:01.992113 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.05.15 04:13:01.995394 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.05.15 04:13:01.995871 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.05.15 04:13:01.996523 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.05.15 04:13:01.996991 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.05.15 04:13:01.999671 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.05.15 04:13:01.999700 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.05.15 04:13:01.999801 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.05.15 04:13:01.999876 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.05.15 04:13:02.012819 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.05.15 04:13:02.012843 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171475 sec | ||
68 | 2025.05.15 04:13:02.012894 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.05.15 04:13:02.012927 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.05.15 04:13:02.013717 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.05.15 04:13:02.014363 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.05.15 04:13:02.027155 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.05.15 04:13:02.027212 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.05.15 04:13:02.027289 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.05.15 04:13:02.027303 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.05.15 04:13:02.027340 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.05.15 04:13:02.027422 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.05.15 04:13:02.032176 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.05.15 04:13:02.032231 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.05.15 04:13:02.032290 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.05.15 04:13:02.032487 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.05.15 04:13:02.032540 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.05.15 04:13:02.032554 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.05.15 04:13:02.032651 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.05.15 04:13:02.032665 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.05.15 04:13:02.032697 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.05.15 04:13:02.032786 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.05.15 04:13:02.057619 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.05.15 04:13:02.059814 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.05.15 04:13:02.059895 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000105974 sec | ||
91 | 2025.05.15 04:13:02.059909 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.05.15 04:13:02.059920 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.05.15 04:13:02.059950 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.05.15 04:13:02.060178 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.05.15 04:13:02.060289 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.05.15 04:13:02.060304 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.05.15 04:13:02.060316 [ 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.05.15 04:13:02.060327 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.05.15 04:13:02.064518 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.05.15 04:13:02.064758 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB | ||
101 | 2025.05.15 04:13:02.066314 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.568e-05 sec. | ||
102 | 2025.05.15 04:13:02.066789 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.05.15 04:13:02.068194 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.05.15 04:13:02.068217 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.05.15 04:13:02.237158 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38492 | ||
106 | 2025.05.15 04:13:02.239342 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.05.15 04:13:02.239418 [ 3 ] {} <Debug> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38492 | ||
108 | 2025.05.15 04:13:02.239450 [ 3 ] {} <Debug> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.05.15 04:13:02.239545 [ 3 ] {} <Debug> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.05.15 04:13:02.239648 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.05.15 04:13:02.239674 [ 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.05.15 04:13:02.239788 [ 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.05.15 04:13:02.246028 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45864 | ||
114 | 2025.05.15 04:13:02.246182 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55809 | ||
115 | 2025.05.15 04:13:02.246182 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59766 | ||
116 | 2025.05.15 04:13:02.246229 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
117 | 2025.05.15 04:13:02.246381 [ 4 ] {} <Debug> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Authenticating user 'default' from [fd00:1122:3344:101::d]:45864 | ||
118 | 2025.05.15 04:13:02.246394 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53992 | ||
119 | 2025.05.15 04:13:02.246408 [ 4 ] {} <Debug> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2025.05.15 04:13:02.246431 [ 4 ] {} <Debug> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
121 | 2025.05.15 04:13:02.246445 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.05.15 04:13:02.246521 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
123 | 2025.05.15 04:13:02.246563 [ 5 ] {} <Debug> TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59766 | ||
124 | 2025.05.15 04:13:02.246564 [ 254 ] {} <Debug> TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Authenticating user 'default' from [fd00:1122:3344:101::d]:55809 | ||
125 | 2025.05.15 04:13:02.246644 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
126 | 2025.05.15 04:13:02.246669 [ 254 ] {} <Debug> TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
127 | 2025.05.15 04:13:02.246660 [ 5 ] {} <Debug> TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.05.15 04:13:02.246647 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64558 | ||
129 | 2025.05.15 04:13:02.247392 [ 255 ] {} <Debug> TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:53992 | ||
130 | 2025.05.15 04:13:02.247471 [ 5 ] {} <Debug> TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.05.15 04:13:02.247484 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45963 | ||
132 | 2025.05.15 04:13:02.247495 [ 255 ] {} <Debug> TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
133 | 2025.05.15 04:13:02.247562 [ 255 ] {} <Debug> TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.05.15 04:13:02.247604 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
135 | 2025.05.15 04:13:02.247618 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60698 | ||
136 | 2025.05.15 04:13:02.247571 [ 254 ] {} <Debug> TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
137 | 2025.05.15 04:13:02.247715 [ 256 ] {} <Debug> TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64558 | ||
138 | 2025.05.15 04:13:02.247778 [ 256 ] {} <Debug> TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.05.15 04:13:02.247793 [ 256 ] {} <Debug> TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.05.15 04:13:02.248370 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35797 | ||
141 | 2025.05.15 04:13:02.248999 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
142 | 2025.05.15 04:13:02.249048 [ 257 ] {} <Debug> TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Authenticating user 'default' from [fd00:1122:3344:101::d]:45963 | ||
143 | 2025.05.15 04:13:02.249071 [ 257 ] {} <Debug> TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.05.15 04:13:02.249192 [ 257 ] {} <Debug> TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.05.15 04:13:02.249163 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
146 | 2025.05.15 04:13:02.249217 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
147 | 2025.05.15 04:13:02.249261 [ 259 ] {} <Debug> TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Authenticating user 'default' from [fd00:1122:3344:101::d]:35797 | ||
148 | 2025.05.15 04:13:02.249234 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
149 | 2025.05.15 04:13:02.249364 [ 258 ] {} <Debug> TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Authenticating user 'default' from [fd00:1122:3344:101::d]:60698 | ||
150 | 2025.05.15 04:13:02.249370 [ 259 ] {} <Debug> TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
151 | 2025.05.15 04:13:02.249478 [ 258 ] {} <Debug> TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.05.15 04:13:02.249499 [ 259 ] {} <Debug> TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.05.15 04:13:02.249502 [ 258 ] {} <Debug> TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.05.15 04:13:02.252254 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
155 | 2025.05.15 04:13:02.319362 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38492) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
156 | |||
157 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
171 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
172 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
173 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
175 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
177 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
178 | |||
179 | 2025.05.15 04:13:02.320429 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
180 | |||
181 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
195 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
196 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
197 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
199 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
201 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
202 | |||
203 | 2025.05.15 04:13:02.320670 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} <Debug> TCPHandler: Processed in 0.074265226 sec. | ||
204 | 2025.05.15 04:13:02.321133 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
205 | 2025.05.15 04:13:02.321440 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
206 | 2025.05.15 04:13:02.321917 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45864) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
207 | |||
208 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
222 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
223 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
224 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
226 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
228 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
229 | |||
230 | 2025.05.15 04:13:02.322240 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
231 | |||
232 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
246 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
247 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
248 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
250 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
252 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
253 | |||
254 | 2025.05.15 04:13:02.322443 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} <Debug> TCPHandler: Processed in 0.001489747 sec. | ||
255 | 2025.05.15 04:13:02.324616 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
256 | 2025.05.15 04:13:02.325486 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
257 | 2025.05.15 04:13:02.326166 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
258 | 2025.05.15 04:13:02.328480 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
259 | 2025.05.15 04:13:02.328504 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8612e-05 sec | ||
260 | 2025.05.15 04:13:02.328518 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Trace> ReferentialDeps: No tables | ||
261 | 2025.05.15 04:13:02.328567 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Trace> LoadingDeps: No tables | ||
262 | 2025.05.15 04:13:02.328619 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
263 | 2025.05.15 04:13:02.329306 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} <Debug> TCPHandler: Processed in 0.004811172 sec. | ||
264 | 2025.05.15 04:13:02.329468 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
265 | 2025.05.15 04:13:02.329701 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) /* The version table contains metadata about the `oximeter` database */ | ||
266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
267 | 2025.05.15 04:13:02.329754 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
268 | 2025.05.15 04:13:02.334856 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
269 | 2025.05.15 04:13:02.336928 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Debug> oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Loading data parts | ||
270 | 2025.05.15 04:13:02.338085 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Debug> oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): There are no data parts | ||
271 | 2025.05.15 04:13:02.342029 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} <Debug> TCPHandler: Processed in 0.012611338 sec. | ||
272 | 2025.05.15 04:13:02.342195 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
273 | 2025.05.15 04:13:02.342378 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) /* The measurement tables contain all individual samples from each timeseries. | ||
274 | * | ||
275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
278 | * by all samples from the same timeseries. | ||
279 | * | ||
280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
281 | * and then uses that to index quickly into the measurements tables. | ||
282 | */ | ||
283 | 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) | ||
284 | 2025.05.15 04:13:02.342503 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
285 | 2025.05.15 04:13:02.352943 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} <Debug> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Loading data parts | ||
286 | 2025.05.15 04:13:02.353222 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} <Debug> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): There are no data parts | ||
287 | 2025.05.15 04:13:02.356052 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} <Debug> TCPHandler: Processed in 0.013914259 sec. | ||
288 | 2025.05.15 04:13:02.356212 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
289 | 2025.05.15 04:13:02.356451 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
290 | 2025.05.15 04:13:02.356565 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
291 | 2025.05.15 04:13:02.361417 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} <Debug> oximeter.measurements_i8 (e7ce2920-6a4a-4f72-81a9-6fc7c6d253fe): Loading data parts | ||
292 | 2025.05.15 04:13:02.361576 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} <Debug> oximeter.measurements_i8 (e7ce2920-6a4a-4f72-81a9-6fc7c6d253fe): There are no data parts | ||
293 | 2025.05.15 04:13:02.365041 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} <Debug> TCPHandler: Processed in 0.008890241 sec. | ||
294 | 2025.05.15 04:13:02.365235 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
295 | 2025.05.15 04:13:02.365434 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
296 | 2025.05.15 04:13:02.365559 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
297 | 2025.05.15 04:13:02.370643 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} <Debug> oximeter.measurements_u8 (73ade803-092c-4d40-b10b-6df3c17c3df1): Loading data parts | ||
298 | 2025.05.15 04:13:02.370875 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} <Debug> oximeter.measurements_u8 (73ade803-092c-4d40-b10b-6df3c17c3df1): There are no data parts | ||
299 | 2025.05.15 04:13:02.374680 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} <Debug> TCPHandler: Processed in 0.00950526 sec. | ||
300 | 2025.05.15 04:13:02.374844 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
301 | 2025.05.15 04:13:02.375135 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
302 | 2025.05.15 04:13:02.375189 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
303 | 2025.05.15 04:13:02.379371 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} <Debug> oximeter.measurements_i16 (1fe1684a-ae9f-4258-be4a-e63417634da3): Loading data parts | ||
304 | 2025.05.15 04:13:02.379540 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} <Debug> oximeter.measurements_i16 (1fe1684a-ae9f-4258-be4a-e63417634da3): There are no data parts | ||
305 | 2025.05.15 04:13:02.381322 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} <Debug> TCPHandler: Processed in 0.006537516 sec. | ||
306 | 2025.05.15 04:13:02.381569 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
307 | 2025.05.15 04:13:02.381740 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
308 | 2025.05.15 04:13:02.381848 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
309 | 2025.05.15 04:13:02.384817 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} <Debug> oximeter.measurements_u16 (e5f265ad-0055-43ae-8217-23bd542de9d8): Loading data parts | ||
310 | 2025.05.15 04:13:02.385029 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} <Debug> oximeter.measurements_u16 (e5f265ad-0055-43ae-8217-23bd542de9d8): There are no data parts | ||
311 | 2025.05.15 04:13:02.386850 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} <Debug> TCPHandler: Processed in 0.005349519 sec. | ||
312 | 2025.05.15 04:13:02.386992 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2025.05.15 04:13:02.387218 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
314 | 2025.05.15 04:13:02.387261 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
315 | 2025.05.15 04:13:02.389163 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} <Debug> oximeter.measurements_i32 (fa72012a-0f6f-40a0-af30-2dcb8923f0e9): Loading data parts | ||
316 | 2025.05.15 04:13:02.389305 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} <Debug> oximeter.measurements_i32 (fa72012a-0f6f-40a0-af30-2dcb8923f0e9): There are no data parts | ||
317 | 2025.05.15 04:13:02.391756 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} <Debug> TCPHandler: Processed in 0.004813702 sec. | ||
318 | 2025.05.15 04:13:02.391972 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
319 | 2025.05.15 04:13:02.392125 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
320 | 2025.05.15 04:13:02.392237 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
321 | 2025.05.15 04:13:02.394753 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} <Debug> oximeter.measurements_u32 (b9a85aa3-0938-41c1-8ed4-dca11e316835): Loading data parts | ||
322 | 2025.05.15 04:13:02.394941 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} <Debug> oximeter.measurements_u32 (b9a85aa3-0938-41c1-8ed4-dca11e316835): There are no data parts | ||
323 | 2025.05.15 04:13:02.397133 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} <Debug> TCPHandler: Processed in 0.005210815 sec. | ||
324 | 2025.05.15 04:13:02.397277 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2025.05.15 04:13:02.397477 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
326 | 2025.05.15 04:13:02.397560 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
327 | 2025.05.15 04:13:02.399616 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} <Debug> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Loading data parts | ||
328 | 2025.05.15 04:13:02.399764 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} <Debug> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): There are no data parts | ||
329 | 2025.05.15 04:13:02.401269 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} <Debug> TCPHandler: Processed in 0.004042247 sec. | ||
330 | 2025.05.15 04:13:02.401479 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
331 | 2025.05.15 04:13:02.401633 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
332 | 2025.05.15 04:13:02.401747 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
333 | 2025.05.15 04:13:02.404614 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Loading data parts | ||
334 | 2025.05.15 04:13:02.404887 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): There are no data parts | ||
335 | 2025.05.15 04:13:02.406383 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} <Debug> TCPHandler: Processed in 0.004953757 sec. | ||
336 | 2025.05.15 04:13:02.406527 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2025.05.15 04:13:02.406680 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
338 | 2025.05.15 04:13:02.406799 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
339 | 2025.05.15 04:13:02.408613 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} <Debug> oximeter.measurements_f32 (d6aa9197-1ba7-4bc3-a714-6b9e3d8e9b73): Loading data parts | ||
340 | 2025.05.15 04:13:02.408770 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} <Debug> oximeter.measurements_f32 (d6aa9197-1ba7-4bc3-a714-6b9e3d8e9b73): There are no data parts | ||
341 | 2025.05.15 04:13:02.410041 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} <Debug> TCPHandler: Processed in 0.003568782 sec. | ||
342 | 2025.05.15 04:13:02.410182 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
343 | 2025.05.15 04:13:02.410443 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
344 | 2025.05.15 04:13:02.410565 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
345 | 2025.05.15 04:13:02.412593 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} <Debug> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Loading data parts | ||
346 | 2025.05.15 04:13:02.412742 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} <Debug> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): There are no data parts | ||
347 | 2025.05.15 04:13:02.414262 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} <Debug> TCPHandler: Processed in 0.004129881 sec. | ||
348 | 2025.05.15 04:13:02.414398 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2025.05.15 04:13:02.414553 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
350 | 2025.05.15 04:13:02.414673 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
351 | 2025.05.15 04:13:02.416411 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} <Debug> oximeter.measurements_string (9008a141-857b-43e1-9833-cff18a13610d): Loading data parts | ||
352 | 2025.05.15 04:13:02.416654 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} <Debug> oximeter.measurements_string (9008a141-857b-43e1-9833-cff18a13610d): There are no data parts | ||
353 | 2025.05.15 04:13:02.417981 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} <Debug> TCPHandler: Processed in 0.003631824 sec. | ||
354 | 2025.05.15 04:13:02.418142 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
355 | 2025.05.15 04:13:02.418375 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
358 | * a string isn't palatable for a few reasons. | ||
359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
360 | * details. | ||
361 | */ | ||
362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
363 | 2025.05.15 04:13:02.418512 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
364 | 2025.05.15 04:13:02.420199 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} <Debug> oximeter.measurements_bytes (ec2f537d-f821-4971-ba3f-2bbeba6ce060): Loading data parts | ||
365 | 2025.05.15 04:13:02.420430 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} <Debug> oximeter.measurements_bytes (ec2f537d-f821-4971-ba3f-2bbeba6ce060): There are no data parts | ||
366 | 2025.05.15 04:13:02.421574 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} <Debug> TCPHandler: Processed in 0.00348315 sec. | ||
367 | 2025.05.15 04:13:02.421816 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
368 | 2025.05.15 04:13:02.422019 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
369 | 2025.05.15 04:13:02.422137 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
370 | 2025.05.15 04:13:02.423799 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} <Debug> oximeter.measurements_cumulativei64 (62d77774-04c5-42e9-9261-85b129b3a43a): Loading data parts | ||
371 | 2025.05.15 04:13:02.424084 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} <Debug> oximeter.measurements_cumulativei64 (62d77774-04c5-42e9-9261-85b129b3a43a): There are no data parts | ||
372 | 2025.05.15 04:13:02.425343 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} <Debug> TCPHandler: Processed in 0.003576433 sec. | ||
373 | 2025.05.15 04:13:02.425489 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
374 | 2025.05.15 04:13:02.425731 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
375 | 2025.05.15 04:13:02.425820 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
376 | 2025.05.15 04:13:02.427673 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Loading data parts | ||
377 | 2025.05.15 04:13:02.427839 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): There are no data parts | ||
378 | 2025.05.15 04:13:02.430688 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} <Debug> TCPHandler: Processed in 0.005247895 sec. | ||
379 | 2025.05.15 04:13:02.430873 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
380 | 2025.05.15 04:13:02.431034 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
381 | 2025.05.15 04:13:02.431150 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
382 | 2025.05.15 04:13:02.433543 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} <Debug> oximeter.measurements_cumulativef32 (b5d8f2c2-8ad5-4466-8a22-c8e953ea73fe): Loading data parts | ||
383 | 2025.05.15 04:13:02.433760 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} <Debug> oximeter.measurements_cumulativef32 (b5d8f2c2-8ad5-4466-8a22-c8e953ea73fe): There are no data parts | ||
384 | 2025.05.15 04:13:02.434933 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} <Debug> TCPHandler: Processed in 0.00410976 sec. | ||
385 | 2025.05.15 04:13:02.435073 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.05.15 04:13:02.435319 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
387 | 2025.05.15 04:13:02.435454 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
388 | 2025.05.15 04:13:02.437690 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} <Debug> oximeter.measurements_cumulativef64 (344f2635-716d-4a87-8802-93e702c09dbf): Loading data parts | ||
389 | 2025.05.15 04:13:02.437891 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} <Debug> oximeter.measurements_cumulativef64 (344f2635-716d-4a87-8802-93e702c09dbf): There are no data parts | ||
390 | 2025.05.15 04:13:02.439294 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} <Debug> TCPHandler: Processed in 0.004271485 sec. | ||
391 | 2025.05.15 04:13:02.439444 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
392 | 2025.05.15 04:13:02.439668 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
393 | * NOTE: Array types cannot be Nullable, see | ||
394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
395 | * for more details. | ||
396 | * | ||
397 | * This means we need to use empty arrays to indicate a missing value. This | ||
398 | * is unfortunate, and at this point relies on the fact that an | ||
399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
400 | * to figure out another way to represent missing samples here. | ||
401 | */ | ||
402 | 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) | ||
403 | 2025.05.15 04:13:02.439842 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
404 | 2025.05.15 04:13:02.441873 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} <Debug> oximeter.measurements_histogrami8 (f3afefcd-528c-4174-8e9b-d3ec075f4ed2): Loading data parts | ||
405 | 2025.05.15 04:13:02.442130 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} <Debug> oximeter.measurements_histogrami8 (f3afefcd-528c-4174-8e9b-d3ec075f4ed2): There are no data parts | ||
406 | 2025.05.15 04:13:02.443451 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} <Debug> TCPHandler: Processed in 0.004062079 sec. | ||
407 | 2025.05.15 04:13:02.443592 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
408 | 2025.05.15 04:13:02.443899 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
409 | 2025.05.15 04:13:02.444031 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
410 | 2025.05.15 04:13:02.445915 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} <Debug> oximeter.measurements_histogramu8 (d76a30c6-c4f0-44af-9b0e-94f4c1a11748): Loading data parts | ||
411 | 2025.05.15 04:13:02.446069 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} <Debug> oximeter.measurements_histogramu8 (d76a30c6-c4f0-44af-9b0e-94f4c1a11748): There are no data parts | ||
412 | 2025.05.15 04:13:02.447550 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} <Debug> TCPHandler: Processed in 0.004008457 sec. | ||
413 | 2025.05.15 04:13:02.447688 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
414 | 2025.05.15 04:13:02.447905 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
415 | 2025.05.15 04:13:02.448030 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
416 | 2025.05.15 04:13:02.449881 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} <Debug> oximeter.measurements_histogrami16 (c5578210-4def-4f56-af59-8908417da03d): Loading data parts | ||
417 | 2025.05.15 04:13:02.450105 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} <Debug> oximeter.measurements_histogrami16 (c5578210-4def-4f56-af59-8908417da03d): There are no data parts | ||
418 | 2025.05.15 04:13:02.451381 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} <Debug> TCPHandler: Processed in 0.003741608 sec. | ||
419 | 2025.05.15 04:13:02.451528 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
420 | 2025.05.15 04:13:02.451878 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
421 | 2025.05.15 04:13:02.452007 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
422 | 2025.05.15 04:13:02.454043 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} <Debug> oximeter.measurements_histogramu16 (3e4d6acd-8921-4e94-9eb5-0c2e8184c303): Loading data parts | ||
423 | 2025.05.15 04:13:02.454193 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} <Debug> oximeter.measurements_histogramu16 (3e4d6acd-8921-4e94-9eb5-0c2e8184c303): There are no data parts | ||
424 | 2025.05.15 04:13:02.455624 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} <Debug> TCPHandler: Processed in 0.004145551 sec. | ||
425 | 2025.05.15 04:13:02.455765 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
426 | 2025.05.15 04:13:02.455980 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
427 | 2025.05.15 04:13:02.456153 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
428 | 2025.05.15 04:13:02.458079 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} <Debug> oximeter.measurements_histogrami32 (395ba92d-c7e7-48c3-8b27-256b35aafed3): Loading data parts | ||
429 | 2025.05.15 04:13:02.458290 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} <Debug> oximeter.measurements_histogrami32 (395ba92d-c7e7-48c3-8b27-256b35aafed3): There are no data parts | ||
430 | 2025.05.15 04:13:02.459424 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} <Debug> TCPHandler: Processed in 0.003708267 sec. | ||
431 | 2025.05.15 04:13:02.459560 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
432 | 2025.05.15 04:13:02.459848 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
433 | 2025.05.15 04:13:02.459971 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
434 | 2025.05.15 04:13:02.461967 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} <Debug> oximeter.measurements_histogramu32 (09dc239c-a8ac-4100-9e38-9536694cc865): Loading data parts | ||
435 | 2025.05.15 04:13:02.462108 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} <Debug> oximeter.measurements_histogramu32 (09dc239c-a8ac-4100-9e38-9536694cc865): There are no data parts | ||
436 | 2025.05.15 04:13:02.463756 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} <Debug> TCPHandler: Processed in 0.004245504 sec. | ||
437 | 2025.05.15 04:13:02.463923 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
438 | 2025.05.15 04:13:02.464143 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
439 | 2025.05.15 04:13:02.464268 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
440 | 2025.05.15 04:13:02.466176 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} <Debug> oximeter.measurements_histogrami64 (91e2a852-cb35-436c-b11d-39820ed78cd2): Loading data parts | ||
441 | 2025.05.15 04:13:02.466385 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} <Debug> oximeter.measurements_histogrami64 (91e2a852-cb35-436c-b11d-39820ed78cd2): There are no data parts | ||
442 | 2025.05.15 04:13:02.467622 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} <Debug> TCPHandler: Processed in 0.003748028 sec. | ||
443 | 2025.05.15 04:13:02.467769 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
444 | 2025.05.15 04:13:02.468058 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
445 | 2025.05.15 04:13:02.468241 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
446 | 2025.05.15 04:13:02.470093 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} <Debug> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Loading data parts | ||
447 | 2025.05.15 04:13:02.470253 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} <Debug> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): There are no data parts | ||
448 | 2025.05.15 04:13:02.471721 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} <Debug> TCPHandler: Processed in 0.004001517 sec. | ||
449 | 2025.05.15 04:13:02.471952 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
450 | 2025.05.15 04:13:02.472249 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
451 | 2025.05.15 04:13:02.472416 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
452 | 2025.05.15 04:13:02.475071 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} <Debug> oximeter.measurements_histogramf32 (febd95da-d715-4ac6-a00b-5d5c8daf0c60): Loading data parts | ||
453 | 2025.05.15 04:13:02.475301 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} <Debug> oximeter.measurements_histogramf32 (febd95da-d715-4ac6-a00b-5d5c8daf0c60): There are no data parts | ||
454 | 2025.05.15 04:13:02.476690 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} <Debug> TCPHandler: Processed in 0.004793911 sec. | ||
455 | 2025.05.15 04:13:02.476844 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
456 | 2025.05.15 04:13:02.477145 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
457 | 2025.05.15 04:13:02.477277 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
458 | 2025.05.15 04:13:02.479286 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} <Debug> oximeter.measurements_histogramf64 (a2b0d140-3c89-40cf-88c7-ac270d6dad88): Loading data parts | ||
459 | 2025.05.15 04:13:02.479435 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} <Debug> oximeter.measurements_histogramf64 (a2b0d140-3c89-40cf-88c7-ac270d6dad88): There are no data parts | ||
460 | 2025.05.15 04:13:02.480764 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} <Debug> TCPHandler: Processed in 0.003978036 sec. | ||
461 | 2025.05.15 04:13:02.480993 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2025.05.15 04:13:02.481208 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) /* The field tables store named dimensions of each timeseries. | ||
463 | * | ||
464 | * As with the measurement tables, there is one field table for each field data | ||
465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
466 | * this behavior **must not** be relied upon for query correctness. | ||
467 | * | ||
468 | * The index for the fields differs from the measurements, however. Rows are | ||
469 | * sorted by timeseries name, then field name, field value, and finally | ||
470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
472 | * usually then used to look up measurements. | ||
473 | * | ||
474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
475 | * timeseries name and then key, since it would improve lookups where one | ||
476 | * already has the key. Realistically though, these tables are quite small and | ||
477 | * so performance benefits will be low in absolute terms. | ||
478 | * | ||
479 | * TTL: We use a materialized column to expire old field table records. This | ||
480 | * column is generated automatically by the database whenever a new row is | ||
481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
483 | * record will remain during a deduplication, which will have the last | ||
484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
485 | * measurement tables. | ||
486 | */ | ||
487 | 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) | ||
488 | 2025.05.15 04:13:02.481364 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
489 | 2025.05.15 04:13:02.483438 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} <Debug> oximeter.fields_bool (28f5f176-350e-44fb-b4a6-c866e0fdb954): Loading data parts | ||
490 | 2025.05.15 04:13:02.483586 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} <Debug> oximeter.fields_bool (28f5f176-350e-44fb-b4a6-c866e0fdb954): There are no data parts | ||
491 | 2025.05.15 04:13:02.484836 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} <Debug> TCPHandler: Processed in 0.003895503 sec. | ||
492 | 2025.05.15 04:13:02.484972 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
493 | 2025.05.15 04:13:02.485126 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
494 | 2025.05.15 04:13:02.485326 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
495 | 2025.05.15 04:13:02.487529 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} <Debug> oximeter.fields_i8 (894cdc0b-2f43-4e9d-800a-3bc1b167d867): Loading data parts | ||
496 | 2025.05.15 04:13:02.487681 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} <Debug> oximeter.fields_i8 (894cdc0b-2f43-4e9d-800a-3bc1b167d867): There are no data parts | ||
497 | 2025.05.15 04:13:02.489357 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} <Debug> TCPHandler: Processed in 0.00443458 sec. | ||
498 | 2025.05.15 04:13:02.489505 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
499 | 2025.05.15 04:13:02.489774 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
500 | 2025.05.15 04:13:02.489905 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
501 | 2025.05.15 04:13:02.491998 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} <Debug> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Loading data parts | ||
502 | 2025.05.15 04:13:02.492225 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} <Debug> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): There are no data parts | ||
503 | 2025.05.15 04:13:02.494128 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} <Debug> TCPHandler: Processed in 0.004682018 sec. | ||
504 | 2025.05.15 04:13:02.494262 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
505 | 2025.05.15 04:13:02.494420 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
506 | 2025.05.15 04:13:02.494547 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
507 | 2025.05.15 04:13:02.496288 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} <Debug> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Loading data parts | ||
508 | 2025.05.15 04:13:02.496476 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} <Debug> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): There are no data parts | ||
509 | 2025.05.15 04:13:02.497828 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} <Debug> TCPHandler: Processed in 0.003614984 sec. | ||
510 | 2025.05.15 04:13:02.497965 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
511 | 2025.05.15 04:13:02.498212 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
512 | 2025.05.15 04:13:02.498330 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
513 | 2025.05.15 04:13:02.500044 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} <Debug> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Loading data parts | ||
514 | 2025.05.15 04:13:02.500224 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} <Debug> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): There are no data parts | ||
515 | 2025.05.15 04:13:02.501491 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} <Debug> TCPHandler: Processed in 0.003575433 sec. | ||
516 | 2025.05.15 04:13:02.501622 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
517 | 2025.05.15 04:13:02.501776 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
518 | 2025.05.15 04:13:02.501885 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
519 | 2025.05.15 04:13:02.503691 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} <Debug> oximeter.fields_i32 (81dd04b8-088a-46ad-99f5-32185c2bf059): Loading data parts | ||
520 | 2025.05.15 04:13:02.503838 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} <Debug> oximeter.fields_i32 (81dd04b8-088a-46ad-99f5-32185c2bf059): There are no data parts | ||
521 | 2025.05.15 04:13:02.505031 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} <Debug> TCPHandler: Processed in 0.00346198 sec. | ||
522 | 2025.05.15 04:13:02.505167 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
523 | 2025.05.15 04:13:02.505404 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
524 | 2025.05.15 04:13:02.505529 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
525 | 2025.05.15 04:13:02.507298 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} <Debug> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Loading data parts | ||
526 | 2025.05.15 04:13:02.507446 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} <Debug> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): There are no data parts | ||
527 | 2025.05.15 04:13:02.508632 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} <Debug> TCPHandler: Processed in 0.003513241 sec. | ||
528 | 2025.05.15 04:13:02.508777 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
529 | 2025.05.15 04:13:02.508931 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
530 | 2025.05.15 04:13:02.509089 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
531 | 2025.05.15 04:13:02.511265 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} <Debug> oximeter.fields_i64 (11b3f997-7538-4c06-86dd-a9f68bfefd88): Loading data parts | ||
532 | 2025.05.15 04:13:02.511411 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} <Debug> oximeter.fields_i64 (11b3f997-7538-4c06-86dd-a9f68bfefd88): There are no data parts | ||
533 | 2025.05.15 04:13:02.512519 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} <Debug> TCPHandler: Processed in 0.00379696 sec. | ||
534 | 2025.05.15 04:13:02.512656 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2025.05.15 04:13:02.512909 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
536 | 2025.05.15 04:13:02.513036 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
537 | 2025.05.15 04:13:02.515189 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} <Debug> oximeter.fields_u64 (6ea65d89-b03c-45fb-b4e7-173af1255dbf): Loading data parts | ||
538 | 2025.05.15 04:13:02.515342 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} <Debug> oximeter.fields_u64 (6ea65d89-b03c-45fb-b4e7-173af1255dbf): There are no data parts | ||
539 | 2025.05.15 04:13:02.516872 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} <Debug> TCPHandler: Processed in 0.004264525 sec. | ||
540 | 2025.05.15 04:13:02.517021 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
541 | 2025.05.15 04:13:02.517191 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
542 | 2025.05.15 04:13:02.517308 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
543 | 2025.05.15 04:13:02.519228 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} <Debug> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Loading data parts | ||
544 | 2025.05.15 04:13:02.519377 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} <Debug> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): There are no data parts | ||
545 | 2025.05.15 04:13:02.520547 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} <Debug> TCPHandler: Processed in 0.003576353 sec. | ||
546 | 2025.05.15 04:13:02.520681 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2025.05.15 04:13:02.520969 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
548 | 2025.05.15 04:13:02.521086 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
549 | 2025.05.15 04:13:02.522858 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Loading data parts | ||
550 | 2025.05.15 04:13:02.523007 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): There are no data parts | ||
551 | 2025.05.15 04:13:02.524167 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} <Debug> TCPHandler: Processed in 0.003535012 sec. | ||
552 | 2025.05.15 04:13:02.524296 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
553 | 2025.05.15 04:13:02.524451 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
554 | 2025.05.15 04:13:02.524571 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
555 | 2025.05.15 04:13:02.526343 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Loading data parts | ||
556 | 2025.05.15 04:13:02.526478 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): There are no data parts | ||
557 | 2025.05.15 04:13:02.527931 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} <Debug> TCPHandler: Processed in 0.003686256 sec. | ||
558 | 2025.05.15 04:13:02.528140 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2025.05.15 04:13:02.528446 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) /* The timeseries schema table stores the extracted schema for the samples | ||
560 | * oximeter collects. | ||
561 | */ | ||
562 | 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) | ||
563 | 2025.05.15 04:13:02.528579 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
564 | 2025.05.15 04:13:02.530311 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Loading data parts | ||
565 | 2025.05.15 04:13:02.530537 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): There are no data parts | ||
566 | 2025.05.15 04:13:02.531802 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} <Debug> TCPHandler: Processed in 0.003712887 sec. | ||
567 | 2025.05.15 04:13:02.532057 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
568 | 2025.05.15 04:13:02.532493 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
569 | 2025.05.15 04:13:02.533848 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
570 | 2025.05.15 04:13:02.541640 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Trace> oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
571 | 2025.05.15 04:13:02.541811 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
572 | 2025.05.15 04:13:02.546344 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
573 | 2025.05.15 04:13:02.547161 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Trace> oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
574 | 2025.05.15 04:13:02.547532 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015182 sec., 65.86747464102227 rows/sec., 1.03 KiB/sec. | ||
575 | 2025.05.15 04:13:02.547791 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} <Debug> TCPHandler: Processed in 0.015865121 sec. | ||
576 | 2025.05.15 04:13:03.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.15 MiB, peak 124.15 MiB, free memory in arenas 0.00 B, will set to 138.00 MiB (RSS), difference: 13.85 MiB | ||
577 | 2025.05.15 04:13:03.435599 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55629 | ||
578 | 2025.05.15 04:13:03.435735 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
579 | 2025.05.15 04:13:03.435768 [ 262 ] {} <Debug> TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Authenticating user 'default' from [fd00:1122:3344:101::c]:55629 | ||
580 | 2025.05.15 04:13:03.435899 [ 262 ] {} <Debug> TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2025.05.15 04:13:03.435914 [ 262 ] {} <Debug> TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2025.05.15 04:13:03.435995 [ 262 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
583 | 2025.05.15 04:13:03.436109 [ 262 ] {} <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 | ||
584 | 2025.05.15 04:13:03.436126 [ 262 ] {} <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 | ||
585 | 2025.05.15 04:13:03.437274 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40599 | ||
586 | 2025.05.15 04:13:03.437350 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50513 | ||
587 | 2025.05.15 04:13:03.437448 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
588 | 2025.05.15 04:13:03.437521 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35291 | ||
589 | 2025.05.15 04:13:03.437530 [ 263 ] {} <Debug> TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Authenticating user 'default' from [fd00:1122:3344:101::c]:40599 | ||
590 | 2025.05.15 04:13:03.437599 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43526 | ||
591 | 2025.05.15 04:13:03.437621 [ 263 ] {} <Debug> TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2025.05.15 04:13:03.437537 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51345 | ||
593 | 2025.05.15 04:13:03.437659 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
594 | 2025.05.15 04:13:03.437713 [ 263 ] {} <Debug> TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
595 | 2025.05.15 04:13:03.437777 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
596 | 2025.05.15 04:13:03.437847 [ 264 ] {} <Debug> TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Authenticating user 'default' from [fd00:1122:3344:101::c]:50513 | ||
597 | 2025.05.15 04:13:03.437871 [ 266 ] {} <Debug> TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Authenticating user 'default' from [fd00:1122:3344:101::c]:35291 | ||
598 | 2025.05.15 04:13:03.437938 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
599 | 2025.05.15 04:13:03.437946 [ 264 ] {} <Debug> TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2025.05.15 04:13:03.437962 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49681 | ||
601 | 2025.05.15 04:13:03.438020 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
602 | 2025.05.15 04:13:03.438043 [ 267 ] {} <Debug> TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Authenticating user 'default' from [fd00:1122:3344:101::c]:43526 | ||
603 | 2025.05.15 04:13:03.438019 [ 264 ] {} <Debug> TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2025.05.15 04:13:03.438152 [ 265 ] {} <Debug> TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Authenticating user 'default' from [fd00:1122:3344:101::c]:51345 | ||
605 | 2025.05.15 04:13:03.438121 [ 267 ] {} <Debug> TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2025.05.15 04:13:03.438192 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
607 | 2025.05.15 04:13:03.438247 [ 265 ] {} <Debug> TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2025.05.15 04:13:03.438223 [ 267 ] {} <Debug> TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2025.05.15 04:13:03.438007 [ 266 ] {} <Debug> TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
610 | 2025.05.15 04:13:03.438330 [ 269 ] {} <Debug> TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:49681 | ||
611 | 2025.05.15 04:13:03.438363 [ 266 ] {} <Debug> TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2025.05.15 04:13:03.437988 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58968 | ||
613 | 2025.05.15 04:13:03.438430 [ 265 ] {} <Debug> TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
614 | 2025.05.15 04:13:03.438465 [ 269 ] {} <Debug> TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
615 | 2025.05.15 04:13:03.438557 [ 269 ] {} <Debug> TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2025.05.15 04:13:03.438585 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
617 | 2025.05.15 04:13:03.438705 [ 268 ] {} <Debug> TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Authenticating user 'default' from [fd00:1122:3344:101::c]:58968 | ||
618 | 2025.05.15 04:13:03.438723 [ 268 ] {} <Debug> TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
619 | 2025.05.15 04:13:03.438734 [ 268 ] {} <Debug> TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2025.05.15 04:13:03.792498 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48533 | ||
621 | 2025.05.15 04:13:03.792685 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
622 | 2025.05.15 04:13:03.792721 [ 270 ] {} <Debug> TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Authenticating user 'default' from [fd00:1122:3344:101::a]:48533 | ||
623 | 2025.05.15 04:13:03.792896 [ 270 ] {} <Debug> TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2025.05.15 04:13:03.792910 [ 270 ] {} <Debug> TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2025.05.15 04:13:03.792973 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
626 | 2025.05.15 04:13:03.793081 [ 270 ] {} <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 | ||
627 | 2025.05.15 04:13:03.793098 [ 270 ] {} <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 | ||
628 | 2025.05.15 04:13:03.794247 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63098 | ||
629 | 2025.05.15 04:13:03.794475 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50743 | ||
630 | 2025.05.15 04:13:03.794500 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39477 | ||
631 | 2025.05.15 04:13:03.794565 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33723 | ||
632 | 2025.05.15 04:13:03.794476 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
633 | 2025.05.15 04:13:03.794683 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41843 | ||
634 | 2025.05.15 04:13:03.794718 [ 271 ] {} <Debug> TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Authenticating user 'default' from [fd00:1122:3344:101::a]:63098 | ||
635 | 2025.05.15 04:13:03.794752 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
636 | 2025.05.15 04:13:03.794860 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40080 | ||
637 | 2025.05.15 04:13:03.794884 [ 271 ] {} <Debug> TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
638 | 2025.05.15 04:13:03.794905 [ 273 ] {} <Debug> TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Authenticating user 'default' from [fd00:1122:3344:101::a]:50743 | ||
639 | 2025.05.15 04:13:03.795010 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58182 | ||
640 | 2025.05.15 04:13:03.795019 [ 271 ] {} <Debug> TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2025.05.15 04:13:03.795042 [ 273 ] {} <Debug> TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2025.05.15 04:13:03.795083 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
643 | 2025.05.15 04:13:03.795064 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
644 | 2025.05.15 04:13:03.795149 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
645 | 2025.05.15 04:13:03.795210 [ 272 ] {} <Debug> TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39477 | ||
646 | 2025.05.15 04:13:03.795249 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
647 | 2025.05.15 04:13:03.795220 [ 275 ] {} <Debug> TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Authenticating user 'default' from [fd00:1122:3344:101::a]:41843 | ||
648 | 2025.05.15 04:13:03.795334 [ 272 ] {} <Debug> TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
649 | 2025.05.15 04:13:03.795304 [ 274 ] {} <Debug> TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:33723 | ||
650 | 2025.05.15 04:13:03.795180 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
651 | 2025.05.15 04:13:03.795451 [ 272 ] {} <Debug> TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
652 | 2025.05.15 04:13:03.795527 [ 276 ] {} <Debug> TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Authenticating user 'default' from [fd00:1122:3344:101::a]:40080 | ||
653 | 2025.05.15 04:13:03.795439 [ 274 ] {} <Debug> TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
654 | 2025.05.15 04:13:03.795427 [ 275 ] {} <Debug> TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
655 | 2025.05.15 04:13:03.795615 [ 276 ] {} <Debug> TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
656 | 2025.05.15 04:13:03.795620 [ 274 ] {} <Debug> TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2025.05.15 04:13:03.795172 [ 273 ] {} <Debug> TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
658 | 2025.05.15 04:13:03.795730 [ 276 ] {} <Debug> TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2025.05.15 04:13:03.795706 [ 275 ] {} <Debug> TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
660 | 2025.05.15 04:13:03.795323 [ 277 ] {} <Debug> TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Authenticating user 'default' from [fd00:1122:3344:101::a]:58182 | ||
661 | 2025.05.15 04:13:03.795900 [ 277 ] {} <Debug> TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2025.05.15 04:13:03.795915 [ 277 ] {} <Debug> TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2025.05.15 04:13:03.937574 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42764 | ||
664 | 2025.05.15 04:13:03.937836 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
665 | 2025.05.15 04:13:03.937870 [ 278 ] {} <Debug> TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Authenticating user 'default' from [fd00:1122:3344:101::b]:42764 | ||
666 | 2025.05.15 04:13:03.937898 [ 278 ] {} <Debug> TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
667 | 2025.05.15 04:13:03.938016 [ 278 ] {} <Debug> TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2025.05.15 04:13:03.938101 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
669 | 2025.05.15 04:13:03.938127 [ 278 ] {} <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 | ||
670 | 2025.05.15 04:13:03.938225 [ 278 ] {} <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 | ||
671 | 2025.05.15 04:13:03.940780 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49631 | ||
672 | 2025.05.15 04:13:03.940907 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34104 | ||
673 | 2025.05.15 04:13:03.941003 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
674 | 2025.05.15 04:13:03.941022 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37302 | ||
675 | 2025.05.15 04:13:03.941123 [ 279 ] {} <Debug> TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Authenticating user 'default' from [fd00:1122:3344:101::b]:49631 | ||
676 | 2025.05.15 04:13:03.941154 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
677 | 2025.05.15 04:13:03.941157 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46231 | ||
678 | 2025.05.15 04:13:03.941264 [ 280 ] {} <Debug> TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:34104 | ||
679 | 2025.05.15 04:13:03.941265 [ 279 ] {} <Debug> TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
680 | 2025.05.15 04:13:03.941266 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47012 | ||
681 | 2025.05.15 04:13:03.941321 [ 279 ] {} <Debug> TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2025.05.15 04:13:03.941355 [ 280 ] {} <Debug> TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2025.05.15 04:13:03.941440 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47403 | ||
684 | 2025.05.15 04:13:03.941479 [ 280 ] {} <Debug> TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2025.05.15 04:13:03.941517 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
686 | 2025.05.15 04:13:03.941641 [ 281 ] {} <Debug> TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Authenticating user 'default' from [fd00:1122:3344:101::b]:37302 | ||
687 | 2025.05.15 04:13:03.941667 [ 281 ] {} <Debug> TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
688 | 2025.05.15 04:13:03.941798 [ 281 ] {} <Debug> TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2025.05.15 04:13:03.941829 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34772 | ||
690 | 2025.05.15 04:13:03.941938 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
691 | 2025.05.15 04:13:03.942003 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
692 | 2025.05.15 04:13:03.942035 [ 284 ] {} <Debug> TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Authenticating user 'default' from [fd00:1122:3344:101::b]:47403 | ||
693 | 2025.05.15 04:13:03.941947 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
694 | 2025.05.15 04:13:03.942117 [ 284 ] {} <Debug> TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2025.05.15 04:13:03.942128 [ 282 ] {} <Debug> TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Authenticating user 'default' from [fd00:1122:3344:101::b]:46231 | ||
696 | 2025.05.15 04:13:03.942125 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
697 | 2025.05.15 04:13:03.942229 [ 284 ] {} <Debug> TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2025.05.15 04:13:03.942258 [ 282 ] {} <Debug> TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2025.05.15 04:13:03.942269 [ 285 ] {} <Debug> TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Authenticating user 'default' from [fd00:1122:3344:101::b]:34772 | ||
700 | 2025.05.15 04:13:03.942122 [ 283 ] {} <Debug> TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Authenticating user 'default' from [fd00:1122:3344:101::b]:47012 | ||
701 | 2025.05.15 04:13:03.942377 [ 282 ] {} <Debug> TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2025.05.15 04:13:03.942344 [ 285 ] {} <Debug> TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
703 | 2025.05.15 04:13:03.942494 [ 283 ] {} <Debug> TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
704 | 2025.05.15 04:13:03.942501 [ 285 ] {} <Debug> TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2025.05.15 04:13:03.942624 [ 283 ] {} <Debug> TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2025.05.15 04:13:04.000149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.15 MiB, peak 138.15 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 1.59 MiB | ||
707 | 2025.05.15 04:13:09.533146 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
708 | 2025.05.15 04:13:09.533248 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
709 | 2025.05.15 04:13:09.533260 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
710 | 2025.05.15 04:13:09.533350 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
711 | 2025.05.15 04:13:09.536997 [ 245 ] {} <Debug> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Loading data parts | ||
712 | 2025.05.15 04:13:09.537217 [ 245 ] {} <Debug> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): There are no data parts | ||
713 | 2025.05.15 04:13:09.540769 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
714 | 2025.05.15 04:13:09.540893 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
715 | 2025.05.15 04:13:09.546567 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
716 | 2025.05.15 04:13:09.547161 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
717 | 2025.05.15 04:13:09.547378 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
718 | 2025.05.15 04:13:09.550861 [ 244 ] {} <Debug> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Loading data parts | ||
719 | 2025.05.15 04:13:09.551021 [ 244 ] {} <Debug> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): There are no data parts | ||
720 | 2025.05.15 04:13:09.575108 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.05.15 04:13:09.575257 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
722 | 2025.05.15 04:13:09.581515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.05.15 04:13:09.582692 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
724 | 2025.05.15 04:13:09.585841 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.05.15 04:13:10.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.08 MiB | ||
726 | 2025.05.15 04:13:12.033068 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.05.15 04:13:12.033221 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.05.15 04:13:12.037468 [ 243 ] {} <Debug> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Loading data parts | ||
729 | 2025.05.15 04:13:12.037647 [ 243 ] {} <Debug> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): There are no data parts | ||
730 | 2025.05.15 04:13:12.043149 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.05.15 04:13:12.043294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
732 | 2025.05.15 04:13:12.045008 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.05.15 04:13:12.045522 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
734 | 2025.05.15 04:13:12.045793 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.05.15 04:13:13.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.13 MiB, peak 158.13 MiB, free memory in arenas 0.00 B, will set to 155.10 MiB (RSS), difference: -3.02 MiB | ||
736 | 2025.05.15 04:13:16.999916 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.05.15 04:13:16.999972 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.05.15 04:13:17.047432 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
739 | 2025.05.15 04:13:17.048268 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.05.15 04:13:17.048310 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
741 | 2025.05.15 04:13:17.048962 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.05.15 04:13:17.049499 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
743 | 2025.05.15 04:13:17.049706 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.05.15 04:13:17.085892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.05.15 04:13:17.104048 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.05.15 04:13:17.104209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
747 | 2025.05.15 04:13:17.111134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.05.15 04:13:17.112270 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
749 | 2025.05.15 04:13:17.115453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.05.15 04:13:18.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.81 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 157.62 MiB (RSS), difference: 1.81 MiB | ||
751 | 2025.05.15 04:13:22.564034 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
752 | 2025.05.15 04:13:22.564361 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
753 | 2025.05.15 04:13:22.564748 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
754 | 2025.05.15 04:13:22.565089 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
755 | 2025.05.15 04:13:22.565851 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} <Debug> TCPHandler: Processed in 0.001961522 sec. | ||
756 | 2025.05.15 04:13:22.573029 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
757 | 2025.05.15 04:13:22.573170 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
758 | 2025.05.15 04:13:22.577806 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
759 | 2025.05.15 04:13:22.577871 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
760 | 2025.05.15 04:13:22.578448 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} <Debug> TCPHandler: Processed in 0.005470173 sec. | ||
761 | 2025.05.15 04:13:22.578908 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
762 | 2025.05.15 04:13:22.579037 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
763 | 2025.05.15 04:13:22.579341 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
764 | 2025.05.15 04:13:22.579387 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
765 | 2025.05.15 04:13:22.579775 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} <Debug> TCPHandler: Processed in 0.000919379 sec. | ||
766 | 2025.05.15 04:13:22.580004 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2025.05.15 04:13:22.580127 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
768 | 2025.05.15 04:13:22.580373 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
769 | 2025.05.15 04:13:22.580417 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
770 | 2025.05.15 04:13:22.580815 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} <Debug> TCPHandler: Processed in 0.000861697 sec. | ||
771 | 2025.05.15 04:13:22.581062 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
772 | 2025.05.15 04:13:22.581185 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
773 | 2025.05.15 04:13:22.581443 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
774 | 2025.05.15 04:13:22.581490 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
775 | 2025.05.15 04:13:22.581834 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} <Debug> TCPHandler: Processed in 0.000821596 sec. | ||
776 | 2025.05.15 04:13:22.582095 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
777 | 2025.05.15 04:13:22.582218 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
778 | 2025.05.15 04:13:22.582477 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
779 | 2025.05.15 04:13:22.582532 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
780 | 2025.05.15 04:13:22.582946 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} <Debug> TCPHandler: Processed in 0.000928359 sec. | ||
781 | 2025.05.15 04:13:22.583155 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
782 | 2025.05.15 04:13:22.583274 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
783 | 2025.05.15 04:13:22.583556 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
784 | 2025.05.15 04:13:22.583603 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
785 | 2025.05.15 04:13:22.583961 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} <Debug> TCPHandler: Processed in 0.000855987 sec. | ||
786 | 2025.05.15 04:13:22.584156 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
787 | 2025.05.15 04:13:22.584275 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
788 | 2025.05.15 04:13:22.584527 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
789 | 2025.05.15 04:13:22.584570 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
790 | 2025.05.15 04:13:22.584900 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} <Debug> TCPHandler: Processed in 0.000793495 sec. | ||
791 | 2025.05.15 04:13:22.585143 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2025.05.15 04:13:22.585262 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
793 | 2025.05.15 04:13:22.585538 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
794 | 2025.05.15 04:13:22.585584 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
795 | 2025.05.15 04:13:22.585980 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} <Debug> TCPHandler: Processed in 0.000895098 sec. | ||
796 | 2025.05.15 04:13:22.586184 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
797 | 2025.05.15 04:13:22.586327 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
798 | 2025.05.15 04:13:22.586594 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
799 | 2025.05.15 04:13:22.586639 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
800 | 2025.05.15 04:13:22.586979 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} <Debug> TCPHandler: Processed in 0.000847687 sec. | ||
801 | 2025.05.15 04:13:22.587194 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
802 | 2025.05.15 04:13:22.587322 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
803 | 2025.05.15 04:13:22.587572 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
804 | 2025.05.15 04:13:22.587622 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
805 | 2025.05.15 04:13:22.587946 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} <Debug> TCPHandler: Processed in 0.000802275 sec. | ||
806 | 2025.05.15 04:13:22.588142 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
807 | 2025.05.15 04:13:22.588261 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
808 | 2025.05.15 04:13:22.588552 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
809 | 2025.05.15 04:13:22.588602 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
810 | 2025.05.15 04:13:22.588970 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} <Debug> TCPHandler: Processed in 0.000882167 sec. | ||
811 | 2025.05.15 04:13:22.589201 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
812 | 2025.05.15 04:13:22.589320 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
813 | 2025.05.15 04:13:22.589588 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
814 | 2025.05.15 04:13:22.589633 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
815 | 2025.05.15 04:13:22.589956 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} <Debug> TCPHandler: Processed in 0.000802376 sec. | ||
816 | 2025.05.15 04:13:22.590164 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
817 | 2025.05.15 04:13:22.590290 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
818 | 2025.05.15 04:13:22.590552 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
819 | 2025.05.15 04:13:22.590608 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
820 | 2025.05.15 04:13:22.590972 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} <Debug> TCPHandler: Processed in 0.000858027 sec. | ||
821 | 2025.05.15 04:13:22.591167 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
822 | 2025.05.15 04:13:22.591285 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
823 | 2025.05.15 04:13:22.591544 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
824 | 2025.05.15 04:13:22.591587 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
825 | 2025.05.15 04:13:22.591915 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} <Debug> TCPHandler: Processed in 0.000796125 sec. | ||
826 | 2025.05.15 04:13:22.592123 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
827 | 2025.05.15 04:13:22.592264 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
828 | 2025.05.15 04:13:22.592535 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
829 | 2025.05.15 04:13:22.592581 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
830 | 2025.05.15 04:13:22.592936 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} <Debug> TCPHandler: Processed in 0.000866037 sec. | ||
831 | 2025.05.15 04:13:22.593142 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
832 | 2025.05.15 04:13:22.593288 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
833 | 2025.05.15 04:13:22.593615 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
834 | 2025.05.15 04:13:22.593666 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
835 | 2025.05.15 04:13:22.594079 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} <Debug> TCPHandler: Processed in 0.000990571 sec. | ||
836 | 2025.05.15 04:13:22.594346 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2025.05.15 04:13:22.594507 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
838 | 2025.05.15 04:13:22.594836 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2025.05.15 04:13:22.594883 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2025.05.15 04:13:22.595274 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} <Debug> TCPHandler: Processed in 0.000985972 sec. | ||
841 | 2025.05.15 04:13:22.602243 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
842 | 2025.05.15 04:13:22.602361 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
843 | 2025.05.15 04:13:22.602405 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
844 | 2025.05.15 04:13:22.603073 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
845 | 2025.05.15 04:13:22.603122 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
846 | 2025.05.15 04:13:22.603775 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
847 | 2025.05.15 04:13:22.604248 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
848 | 2025.05.15 04:13:22.604435 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002105 sec., 8551.068883610451 rows/sec., 1.17 MiB/sec. | ||
849 | 2025.05.15 04:13:22.604482 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} <Debug> TCPHandler: Processed in 0.002294443 sec. | ||
850 | 2025.05.15 04:13:22.604644 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2025.05.15 04:13:22.604760 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
852 | 2025.05.15 04:13:22.604803 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
853 | 2025.05.15 04:13:22.607527 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
854 | 2025.05.15 04:13:22.607564 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
855 | 2025.05.15 04:13:22.608108 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
856 | 2025.05.15 04:13:22.608599 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
857 | 2025.05.15 04:13:22.608739 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.004003 sec., 13989.507869098177 rows/sec., 1.07 MiB/sec. | ||
858 | 2025.05.15 04:13:22.608778 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} <Debug> TCPHandler: Processed in 0.004196602 sec. | ||
859 | 2025.05.15 04:13:22.608905 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
860 | 2025.05.15 04:13:22.609006 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
861 | 2025.05.15 04:13:22.609047 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
862 | 2025.05.15 04:13:22.609472 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
863 | 2025.05.15 04:13:22.609511 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
864 | 2025.05.15 04:13:22.609941 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
865 | 2025.05.15 04:13:22.610444 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
866 | 2025.05.15 04:13:22.610580 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001596 sec., 40100.25062656642 rows/sec., 3.13 MiB/sec. | ||
867 | 2025.05.15 04:13:22.610616 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} <Debug> TCPHandler: Processed in 0.001761045 sec. | ||
868 | 2025.05.15 04:13:22.610731 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
869 | 2025.05.15 04:13:22.610828 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
870 | 2025.05.15 04:13:22.610873 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
871 | 2025.05.15 04:13:22.611327 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
872 | 2025.05.15 04:13:22.611358 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
873 | 2025.05.15 04:13:22.611876 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
874 | 2025.05.15 04:13:22.612378 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
875 | 2025.05.15 04:13:22.612507 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001699 sec., 75338.43437316068 rows/sec., 5.25 MiB/sec. | ||
876 | 2025.05.15 04:13:22.612543 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} <Debug> TCPHandler: Processed in 0.001862779 sec. | ||
877 | 2025.05.15 04:13:22.612653 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2025.05.15 04:13:22.612749 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
879 | 2025.05.15 04:13:22.612790 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
880 | 2025.05.15 04:13:22.613119 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
881 | 2025.05.15 04:13:22.613154 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
882 | 2025.05.15 04:13:22.613589 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
883 | 2025.05.15 04:13:22.614051 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
884 | 2025.05.15 04:13:22.614181 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001451 sec., 33080.63404548587 rows/sec., 2.23 MiB/sec. | ||
885 | 2025.05.15 04:13:22.614217 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} <Debug> TCPHandler: Processed in 0.001615121 sec. | ||
886 | 2025.05.15 04:13:23.000210 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.64 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 159.01 MiB (RSS), difference: 4.36 MiB | ||
887 | 2025.05.15 04:13:24.550671 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
888 | 2025.05.15 04:13:24.551149 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2025.05.15 04:13:24.551201 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
890 | 2025.05.15 04:13:24.551791 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
891 | 2025.05.15 04:13:24.552049 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
892 | 2025.05.15 04:13:24.552194 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
893 | 2025.05.15 04:13:24.616402 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
894 | 2025.05.15 04:13:24.633319 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.05.15 04:13:24.633384 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
896 | 2025.05.15 04:13:24.639665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
897 | 2025.05.15 04:13:24.640395 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.05.15 04:13:24.643409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
899 | 2025.05.15 04:13:27.569195 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
900 | 2025.05.15 04:13:27.569479 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
901 | 2025.05.15 04:13:27.569584 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
902 | 2025.05.15 04:13:27.570428 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
903 | 2025.05.15 04:13:27.570477 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
904 | 2025.05.15 04:13:27.570883 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
905 | 2025.05.15 04:13:27.571115 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
906 | 2025.05.15 04:13:27.571268 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.31 MiB/sec. | ||
907 | 2025.05.15 04:13:27.571314 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} <Debug> TCPHandler: Processed in 0.002299373 sec. | ||
908 | 2025.05.15 04:13:27.571437 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2025.05.15 04:13:27.571540 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
910 | 2025.05.15 04:13:27.571585 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
911 | 2025.05.15 04:13:27.572005 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
912 | 2025.05.15 04:13:27.572043 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
913 | 2025.05.15 04:13:27.572353 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
914 | 2025.05.15 04:13:27.572577 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
915 | 2025.05.15 04:13:27.572707 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. | ||
916 | 2025.05.15 04:13:27.572744 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} <Debug> TCPHandler: Processed in 0.001360963 sec. | ||
917 | 2025.05.15 04:13:27.572857 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
918 | 2025.05.15 04:13:27.572955 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
919 | 2025.05.15 04:13:27.572998 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
920 | 2025.05.15 04:13:27.573473 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
921 | 2025.05.15 04:13:27.573524 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
922 | 2025.05.15 04:13:27.573976 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
923 | 2025.05.15 04:13:27.574219 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
924 | 2025.05.15 04:13:27.574352 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
925 | 2025.05.15 04:13:27.574388 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} <Debug> TCPHandler: Processed in 0.00158316 sec. | ||
926 | 2025.05.15 04:13:27.574495 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
927 | 2025.05.15 04:13:27.574598 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
928 | 2025.05.15 04:13:27.574643 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
929 | 2025.05.15 04:13:27.574988 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
930 | 2025.05.15 04:13:27.575029 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
931 | 2025.05.15 04:13:27.575370 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
932 | 2025.05.15 04:13:27.575597 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
933 | 2025.05.15 04:13:27.575726 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. | ||
934 | 2025.05.15 04:13:27.575763 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} <Debug> TCPHandler: Processed in 0.001320661 sec. | ||
935 | 2025.05.15 04:13:32.000222 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
936 | 2025.05.15 04:13:32.000300 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
937 | 2025.05.15 04:13:32.047998 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
938 | 2025.05.15 04:13:32.051852 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
939 | 2025.05.15 04:13:32.051919 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
940 | 2025.05.15 04:13:32.053205 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
941 | 2025.05.15 04:13:32.053412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
942 | 2025.05.15 04:13:32.053743 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
943 | 2025.05.15 04:13:32.053753 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
944 | 2025.05.15 04:13:32.053817 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
945 | 2025.05.15 04:13:32.054135 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
946 | 2025.05.15 04:13:32.054460 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
947 | 2025.05.15 04:13:32.054762 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
948 | 2025.05.15 04:13:32.054938 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
949 | 2025.05.15 04:13:32.144416 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
950 | 2025.05.15 04:13:32.163017 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
951 | 2025.05.15 04:13:32.163081 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
952 | 2025.05.15 04:13:32.170235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
953 | 2025.05.15 04:13:32.171078 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
954 | 2025.05.15 04:13:32.174552 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
955 | 2025.05.15 04:13:32.564239 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
956 | 2025.05.15 04:13:32.564583 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
957 | 2025.05.15 04:13:32.570584 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
958 | 2025.05.15 04:13:32.576180 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <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 | ||
959 | 2025.05.15 04:13:32.576636 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
960 | 2025.05.15 04:13:32.581966 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
961 | 2025.05.15 04:13:32.587763 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
962 | 2025.05.15 04:13:32.592981 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
963 | 2025.05.15 04:13:32.593064 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
964 | 2025.05.15 04:13:32.593090 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
965 | 2025.05.15 04:13:32.596095 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <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'))" | ||
966 | 2025.05.15 04:13:32.596140 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
967 | 2025.05.15 04:13:32.619347 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.054893 sec., 327.910662561711 rows/sec., 13.41 KiB/sec. | ||
968 | 2025.05.15 04:13:32.619517 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} <Debug> TCPHandler: Processed in 0.055475341 sec. | ||
969 | 2025.05.15 04:13:32.626507 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2025.05.15 04:13:32.626762 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) 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) | ||
971 | 2025.05.15 04:13:32.627151 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
972 | 2025.05.15 04:13:32.627206 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <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 | ||
973 | 2025.05.15 04:13:32.627456 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
974 | 2025.05.15 04:13:32.627534 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
975 | 2025.05.15 04:13:32.627682 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
976 | 2025.05.15 04:13:32.627719 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
977 | 2025.05.15 04:13:32.627744 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
978 | 2025.05.15 04:13:32.627763 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
979 | 2025.05.15 04:13:32.627806 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <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'))" | ||
980 | 2025.05.15 04:13:32.627833 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
981 | 2025.05.15 04:13:32.628621 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00197 sec., 9137.055837563452 rows/sec., 373.77 KiB/sec. | ||
982 | 2025.05.15 04:13:32.628761 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} <Debug> TCPHandler: Processed in 0.002370184 sec. | ||
983 | 2025.05.15 04:13:32.632248 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
984 | 2025.05.15 04:13:32.632464 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
985 | 2025.05.15 04:13:32.632811 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
986 | 2025.05.15 04:13:32.632866 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
987 | 2025.05.15 04:13:32.633165 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2025.05.15 04:13:32.633255 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
989 | 2025.05.15 04:13:32.633397 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
990 | 2025.05.15 04:13:32.633436 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
991 | 2025.05.15 04:13:32.633463 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
992 | 2025.05.15 04:13:32.633481 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
993 | 2025.05.15 04:13:32.633525 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
994 | 2025.05.15 04:13:32.633548 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
995 | 2025.05.15 04:13:32.634204 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00183 sec., 9836.065573770491 rows/sec., 402.37 KiB/sec. | ||
996 | 2025.05.15 04:13:32.634311 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} <Debug> TCPHandler: Processed in 0.002142618 sec. | ||
997 | 2025.05.15 04:13:32.635131 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
998 | 2025.05.15 04:13:32.635293 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
999 | 2025.05.15 04:13:32.635537 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1000 | 2025.05.15 04:13:32.635585 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1001 | 2025.05.15 04:13:32.635800 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1002 | 2025.05.15 04:13:32.635867 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1003 | 2025.05.15 04:13:32.635995 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1004 | 2025.05.15 04:13:32.636033 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1005 | 2025.05.15 04:13:32.636057 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1006 | 2025.05.15 04:13:32.636075 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1007 | 2025.05.15 04:13:32.636118 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1008 | 2025.05.15 04:13:32.636142 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1009 | 2025.05.15 04:13:32.636769 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001537 sec., 11711.125569290827 rows/sec., 479.07 KiB/sec. | ||
1010 | 2025.05.15 04:13:32.636873 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} <Debug> TCPHandler: Processed in 0.001806267 sec. | ||
1011 | 2025.05.15 04:13:32.637179 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1012 | 2025.05.15 04:13:32.637338 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1013 | 2025.05.15 04:13:32.637587 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1014 | 2025.05.15 04:13:32.637625 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1015 | 2025.05.15 04:13:32.637839 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1016 | 2025.05.15 04:13:32.637907 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1017 | 2025.05.15 04:13:32.638030 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1018 | 2025.05.15 04:13:32.638065 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1019 | 2025.05.15 04:13:32.638089 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1020 | 2025.05.15 04:13:32.638107 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1021 | 2025.05.15 04:13:32.638149 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1022 | 2025.05.15 04:13:32.638171 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1023 | 2025.05.15 04:13:32.638840 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001563 sec., 11516.314779270633 rows/sec., 471.10 KiB/sec. | ||
1024 | 2025.05.15 04:13:32.638941 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} <Debug> TCPHandler: Processed in 0.001824788 sec. | ||
1025 | 2025.05.15 04:13:32.639239 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1026 | 2025.05.15 04:13:32.639397 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1027 | 2025.05.15 04:13:32.639645 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1028 | 2025.05.15 04:13:32.639686 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1029 | 2025.05.15 04:13:32.639902 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1030 | 2025.05.15 04:13:32.639966 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1031 | 2025.05.15 04:13:32.640092 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1032 | 2025.05.15 04:13:32.640129 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1033 | 2025.05.15 04:13:32.640152 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1034 | 2025.05.15 04:13:32.640171 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1035 | 2025.05.15 04:13:32.640213 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1036 | 2025.05.15 04:13:32.640237 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1037 | 2025.05.15 04:13:32.640825 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001486 sec., 12113.055181695829 rows/sec., 495.51 KiB/sec. | ||
1038 | 2025.05.15 04:13:32.640924 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} <Debug> TCPHandler: Processed in 0.001746665 sec. | ||
1039 | 2025.05.15 04:13:32.641215 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2025.05.15 04:13:32.641376 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1041 | 2025.05.15 04:13:32.641616 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1042 | 2025.05.15 04:13:32.641658 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1043 | 2025.05.15 04:13:32.641871 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1044 | 2025.05.15 04:13:32.641937 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1045 | 2025.05.15 04:13:32.642065 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1046 | 2025.05.15 04:13:32.642102 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1047 | 2025.05.15 04:13:32.642124 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1048 | 2025.05.15 04:13:32.642142 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1049 | 2025.05.15 04:13:32.642181 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1050 | 2025.05.15 04:13:32.642204 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1051 | 2025.05.15 04:13:32.642762 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001448 sec., 12430.939226519336 rows/sec., 508.51 KiB/sec. | ||
1052 | 2025.05.15 04:13:32.642875 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} <Debug> TCPHandler: Processed in 0.001723354 sec. | ||
1053 | 2025.05.15 04:13:32.643183 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1054 | 2025.05.15 04:13:32.643344 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1055 | 2025.05.15 04:13:32.643584 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1056 | 2025.05.15 04:13:32.643623 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1057 | 2025.05.15 04:13:32.643839 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1058 | 2025.05.15 04:13:32.643906 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1059 | 2025.05.15 04:13:32.644032 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1060 | 2025.05.15 04:13:32.644067 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1061 | 2025.05.15 04:13:32.644092 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1062 | 2025.05.15 04:13:32.644109 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1063 | 2025.05.15 04:13:32.644151 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1064 | 2025.05.15 04:13:32.644172 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1065 | 2025.05.15 04:13:32.644779 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001497 sec., 12024.048096192384 rows/sec., 491.87 KiB/sec. | ||
1066 | 2025.05.15 04:13:32.644890 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} <Debug> TCPHandler: Processed in 0.001770316 sec. | ||
1067 | 2025.05.15 04:13:32.645205 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2025.05.15 04:13:32.645362 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1069 | 2025.05.15 04:13:32.645613 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1070 | 2025.05.15 04:13:32.645656 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1071 | 2025.05.15 04:13:32.645874 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1072 | 2025.05.15 04:13:32.645940 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1073 | 2025.05.15 04:13:32.646066 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1074 | 2025.05.15 04:13:32.646101 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1075 | 2025.05.15 04:13:32.646124 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1076 | 2025.05.15 04:13:32.646143 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1077 | 2025.05.15 04:13:32.646183 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1078 | 2025.05.15 04:13:32.646205 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1079 | 2025.05.15 04:13:32.646865 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00156 sec., 11538.461538461539 rows/sec., 472.01 KiB/sec. | ||
1080 | 2025.05.15 04:13:32.646965 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} <Debug> TCPHandler: Processed in 0.001824627 sec. | ||
1081 | 2025.05.15 04:13:32.647258 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1082 | 2025.05.15 04:13:32.647422 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1083 | 2025.05.15 04:13:32.647668 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1084 | 2025.05.15 04:13:32.647709 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1085 | 2025.05.15 04:13:32.647927 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1086 | 2025.05.15 04:13:32.647994 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1087 | 2025.05.15 04:13:32.648117 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1088 | 2025.05.15 04:13:32.648152 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1089 | 2025.05.15 04:13:32.648174 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1090 | 2025.05.15 04:13:32.648194 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1091 | 2025.05.15 04:13:32.648235 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1092 | 2025.05.15 04:13:32.648259 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1093 | 2025.05.15 04:13:32.648823 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001466 sec., 12278.308321964529 rows/sec., 502.27 KiB/sec. | ||
1094 | 2025.05.15 04:13:32.648925 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} <Debug> TCPHandler: Processed in 0.001728604 sec. | ||
1095 | 2025.05.15 04:13:32.649219 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1096 | 2025.05.15 04:13:32.649376 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1097 | 2025.05.15 04:13:32.649622 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1098 | 2025.05.15 04:13:32.649664 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1099 | 2025.05.15 04:13:32.649885 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1100 | 2025.05.15 04:13:32.649953 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1101 | 2025.05.15 04:13:32.650074 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1102 | 2025.05.15 04:13:32.650109 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1103 | 2025.05.15 04:13:32.650132 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1104 | 2025.05.15 04:13:32.650151 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1105 | 2025.05.15 04:13:32.650193 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1106 | 2025.05.15 04:13:32.650218 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1107 | 2025.05.15 04:13:32.650834 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001519 sec., 11849.90125082291 rows/sec., 484.75 KiB/sec. | ||
1108 | 2025.05.15 04:13:32.650938 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} <Debug> TCPHandler: Processed in 0.001781306 sec. | ||
1109 | 2025.05.15 04:13:32.651222 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1110 | 2025.05.15 04:13:32.651380 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1111 | 2025.05.15 04:13:32.651630 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1112 | 2025.05.15 04:13:32.651671 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1113 | 2025.05.15 04:13:32.651893 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1114 | 2025.05.15 04:13:32.651957 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1115 | 2025.05.15 04:13:32.652077 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1116 | 2025.05.15 04:13:32.652111 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1117 | 2025.05.15 04:13:32.652134 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1118 | 2025.05.15 04:13:32.652152 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1119 | 2025.05.15 04:13:32.652193 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1120 | 2025.05.15 04:13:32.652216 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1121 | 2025.05.15 04:13:32.652783 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001464 sec., 12295.081967213115 rows/sec., 502.96 KiB/sec. | ||
1122 | 2025.05.15 04:13:32.652883 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} <Debug> TCPHandler: Processed in 0.001723185 sec. | ||
1123 | 2025.05.15 04:13:32.660838 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1124 | 2025.05.15 04:13:32.661001 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1125 | 2025.05.15 04:13:32.661250 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1126 | 2025.05.15 04:13:32.661294 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1127 | 2025.05.15 04:13:32.661520 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1128 | 2025.05.15 04:13:32.661588 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1129 | 2025.05.15 04:13:32.661710 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1130 | 2025.05.15 04:13:32.661747 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1131 | 2025.05.15 04:13:32.661769 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1132 | 2025.05.15 04:13:32.661785 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1133 | 2025.05.15 04:13:32.661829 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1134 | 2025.05.15 04:13:32.661851 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1135 | 2025.05.15 04:13:32.662476 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00154 sec., 11688.311688311689 rows/sec., 478.14 KiB/sec. | ||
1136 | 2025.05.15 04:13:32.662573 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} <Debug> TCPHandler: Processed in 0.001798357 sec. | ||
1137 | 2025.05.15 04:13:32.671474 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2025.05.15 04:13:32.671609 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1139 | 2025.05.15 04:13:32.671663 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1140 | 2025.05.15 04:13:32.672348 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1141 | 2025.05.15 04:13:32.672398 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1142 | 2025.05.15 04:13:32.672928 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1143 | 2025.05.15 04:13:32.673170 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1144 | 2025.05.15 04:13:32.673338 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001769 sec., 7348.784624081402 rows/sec., 2.50 MiB/sec. | ||
1145 | 2025.05.15 04:13:32.673385 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} <Debug> TCPHandler: Processed in 0.001975182 sec. | ||
1146 | 2025.05.15 04:13:32.673555 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1147 | 2025.05.15 04:13:32.673672 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1148 | 2025.05.15 04:13:32.673725 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1149 | 2025.05.15 04:13:32.676879 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1150 | 2025.05.15 04:13:32.676934 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1151 | 2025.05.15 04:13:32.677394 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1152 | 2025.05.15 04:13:32.677684 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1153 | 2025.05.15 04:13:32.677838 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004189 sec., 50608.73716877536 rows/sec., 3.22 MiB/sec. | ||
1154 | 2025.05.15 04:13:32.677883 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} <Debug> TCPHandler: Processed in 0.004390638 sec. | ||
1155 | 2025.05.15 04:13:32.678028 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1156 | 2025.05.15 04:13:32.678145 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1157 | 2025.05.15 04:13:32.678194 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1158 | 2025.05.15 04:13:32.679085 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2025.05.15 04:13:32.679131 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1160 | 2025.05.15 04:13:32.679599 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1161 | 2025.05.15 04:13:32.679876 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2025.05.15 04:13:32.680030 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001909 sec., 331587.21843897324 rows/sec., 26.08 MiB/sec. | ||
1163 | 2025.05.15 04:13:32.680075 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} <Debug> TCPHandler: Processed in 0.002109987 sec. | ||
1164 | 2025.05.15 04:13:32.680209 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1165 | 2025.05.15 04:13:32.680330 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1166 | 2025.05.15 04:13:32.680380 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1167 | 2025.05.15 04:13:32.681072 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1168 | 2025.05.15 04:13:32.681117 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1169 | 2025.05.15 04:13:32.681540 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1170 | 2025.05.15 04:13:32.681812 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1171 | 2025.05.15 04:13:32.681961 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001655 sec., 68882.1752265861 rows/sec., 4.12 MiB/sec. | ||
1172 | 2025.05.15 04:13:32.682008 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} <Debug> TCPHandler: Processed in 0.001862979 sec. | ||
1173 | 2025.05.15 04:13:32.682152 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1174 | 2025.05.15 04:13:32.682270 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1175 | 2025.05.15 04:13:32.682319 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1176 | 2025.05.15 04:13:32.682889 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1177 | 2025.05.15 04:13:32.682931 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1178 | 2025.05.15 04:13:32.683304 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1179 | 2025.05.15 04:13:32.683592 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1180 | 2025.05.15 04:13:32.683747 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001503 sec., 75182.96739853626 rows/sec., 4.87 MiB/sec. | ||
1181 | 2025.05.15 04:13:32.683793 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} <Debug> TCPHandler: Processed in 0.001702164 sec. | ||
1182 | 2025.05.15 04:13:32.683927 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1183 | 2025.05.15 04:13:32.684043 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1184 | 2025.05.15 04:13:32.684093 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1185 | 2025.05.15 04:13:32.684624 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1186 | 2025.05.15 04:13:32.684668 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1187 | 2025.05.15 04:13:32.685058 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1188 | 2025.05.15 04:13:32.685340 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1189 | 2025.05.15 04:13:32.685494 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001474 sec., 75983.71777476255 rows/sec., 4.33 MiB/sec. | ||
1190 | 2025.05.15 04:13:32.685539 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} <Debug> TCPHandler: Processed in 0.001672463 sec. | ||
1191 | 2025.05.15 04:13:32.685674 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2025.05.15 04:13:32.685792 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1193 | 2025.05.15 04:13:32.685841 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1194 | 2025.05.15 04:13:32.686517 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1195 | 2025.05.15 04:13:32.686562 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1196 | 2025.05.15 04:13:32.686991 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1197 | 2025.05.15 04:13:32.687270 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1198 | 2025.05.15 04:13:32.687425 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001656 sec., 235507.2463768116 rows/sec., 16.64 MiB/sec. | ||
1199 | 2025.05.15 04:13:32.687478 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} <Debug> TCPHandler: Processed in 0.001865119 sec. | ||
1200 | 2025.05.15 04:13:32.687615 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1201 | 2025.05.15 04:13:32.687734 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1202 | 2025.05.15 04:13:32.687785 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1203 | 2025.05.15 04:13:32.688187 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1204 | 2025.05.15 04:13:32.688231 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1205 | 2025.05.15 04:13:32.688694 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1206 | 2025.05.15 04:13:32.688968 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1207 | 2025.05.15 04:13:32.689121 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001412 sec., 4249.291784702549 rows/sec., 222.01 KiB/sec. | ||
1208 | 2025.05.15 04:13:32.689174 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} <Debug> TCPHandler: Processed in 0.001619751 sec. | ||
1209 | 2025.05.15 04:13:32.689312 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1210 | 2025.05.15 04:13:32.689428 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1211 | 2025.05.15 04:13:32.689482 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1212 | 2025.05.15 04:13:32.690007 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1213 | 2025.05.15 04:13:32.690051 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1214 | 2025.05.15 04:13:32.690469 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1215 | 2025.05.15 04:13:32.690737 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1216 | 2025.05.15 04:13:32.690901 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001495 sec., 158528.4280936455 rows/sec., 10.63 MiB/sec. | ||
1217 | 2025.05.15 04:13:32.690958 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} <Debug> TCPHandler: Processed in 0.001712344 sec. | ||
1218 | 2025.05.15 04:13:32.691102 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1219 | 2025.05.15 04:13:32.691227 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1220 | 2025.05.15 04:13:32.691286 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1221 | 2025.05.15 04:13:32.691720 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1222 | 2025.05.15 04:13:32.691770 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1223 | 2025.05.15 04:13:32.692195 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1224 | 2025.05.15 04:13:32.692516 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1225 | 2025.05.15 04:13:32.692690 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
1226 | 2025.05.15 04:13:32.692748 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} <Debug> TCPHandler: Processed in 0.001715214 sec. | ||
1227 | 2025.05.15 04:13:32.692891 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1228 | 2025.05.15 04:13:32.693020 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1229 | 2025.05.15 04:13:32.693093 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <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 | ||
1230 | 2025.05.15 04:13:32.694039 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1231 | 2025.05.15 04:13:32.694096 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1232 | 2025.05.15 04:13:32.698218 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1233 | 2025.05.15 04:13:32.698558 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1234 | 2025.05.15 04:13:32.698765 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005773 sec., 1385.7613026156243 rows/sec., 2.48 MiB/sec. | ||
1235 | 2025.05.15 04:13:32.698845 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} <Debug> TCPHandler: Processed in 0.00602219 sec. | ||
1236 | 2025.05.15 04:13:32.699008 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2025.05.15 04:13:32.699143 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1238 | 2025.05.15 04:13:32.699201 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1239 | 2025.05.15 04:13:32.699673 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1240 | 2025.05.15 04:13:32.699722 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1241 | 2025.05.15 04:13:32.700170 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1242 | 2025.05.15 04:13:32.700488 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1243 | 2025.05.15 04:13:32.700688 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. | ||
1244 | 2025.05.15 04:13:32.700749 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} <Debug> TCPHandler: Processed in 0.001813037 sec. | ||
1245 | 2025.05.15 04:13:33.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.51 MiB, peak 164.97 MiB, free memory in arenas 0.00 B, will set to 163.76 MiB (RSS), difference: 1.24 MiB | ||
1246 | 2025.05.15 04:13:37.568071 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1247 | 2025.05.15 04:13:37.568266 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1248 | 2025.05.15 04:13:37.568329 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1249 | 2025.05.15 04:13:37.568959 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1250 | 2025.05.15 04:13:37.569003 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1251 | 2025.05.15 04:13:37.569388 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1252 | 2025.05.15 04:13:37.569628 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1253 | 2025.05.15 04:13:37.569788 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00157 sec., 35668.789808917194 rows/sec., 2.74 MiB/sec. | ||
1254 | 2025.05.15 04:13:37.569829 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} <Debug> TCPHandler: Processed in 0.00188326 sec. | ||
1255 | 2025.05.15 04:13:37.569942 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1256 | 2025.05.15 04:13:37.570037 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1257 | 2025.05.15 04:13:37.570077 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1258 | 2025.05.15 04:13:37.570503 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1259 | 2025.05.15 04:13:37.570540 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1260 | 2025.05.15 04:13:37.570845 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1261 | 2025.05.15 04:13:37.571070 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1262 | 2025.05.15 04:13:37.571203 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. | ||
1263 | 2025.05.15 04:13:37.571241 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} <Debug> TCPHandler: Processed in 0.001348122 sec. | ||
1264 | 2025.05.15 04:13:37.571362 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1265 | 2025.05.15 04:13:37.571456 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1266 | 2025.05.15 04:13:37.571498 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1267 | 2025.05.15 04:13:37.571922 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1268 | 2025.05.15 04:13:37.571959 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1269 | 2025.05.15 04:13:37.572302 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1270 | 2025.05.15 04:13:37.572534 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1271 | 2025.05.15 04:13:37.572668 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. | ||
1272 | 2025.05.15 04:13:37.572704 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} <Debug> TCPHandler: Processed in 0.001390234 sec. | ||
1273 | 2025.05.15 04:13:37.572817 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1274 | 2025.05.15 04:13:37.572909 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1275 | 2025.05.15 04:13:37.572950 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1276 | 2025.05.15 04:13:37.573292 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1277 | 2025.05.15 04:13:37.573327 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1278 | 2025.05.15 04:13:37.573630 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1279 | 2025.05.15 04:13:37.573854 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1280 | 2025.05.15 04:13:37.573985 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. | ||
1281 | 2025.05.15 04:13:37.574020 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} <Debug> TCPHandler: Processed in 0.001253439 sec. | ||
1282 | 2025.05.15 04:13:39.555980 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1283 | 2025.05.15 04:13:39.556472 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1284 | 2025.05.15 04:13:39.556522 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1285 | 2025.05.15 04:13:39.557070 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1286 | 2025.05.15 04:13:39.557306 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1287 | 2025.05.15 04:13:39.557458 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1288 | 2025.05.15 04:13:39.675583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1289 | 2025.05.15 04:13:39.692313 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1290 | 2025.05.15 04:13:39.692356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1291 | 2025.05.15 04:13:39.698300 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1292 | 2025.05.15 04:13:39.699040 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1293 | 2025.05.15 04:13:39.701859 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1294 | 2025.05.15 04:13:42.054334 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
1295 | 2025.05.15 04:13:42.056915 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1296 | 2025.05.15 04:13:42.056962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1297 | 2025.05.15 04:13:42.058167 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1298 | 2025.05.15 04:13:42.058437 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1299 | 2025.05.15 04:13:42.058670 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
1300 | 2025.05.15 04:13:42.575357 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1301 | 2025.05.15 04:13:42.575556 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1302 | 2025.05.15 04:13:42.575627 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1303 | 2025.05.15 04:13:42.576287 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2025.05.15 04:13:42.576331 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1305 | 2025.05.15 04:13:42.576754 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1306 | 2025.05.15 04:13:42.577005 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1307 | 2025.05.15 04:13:42.577156 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001654 sec., 128174.12333736396 rows/sec., 8.15 MiB/sec. | ||
1308 | 2025.05.15 04:13:42.577199 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} <Debug> TCPHandler: Processed in 0.001978142 sec. | ||
1309 | 2025.05.15 04:13:42.577314 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1310 | 2025.05.15 04:13:42.577413 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1311 | 2025.05.15 04:13:42.577456 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1312 | 2025.05.15 04:13:42.578113 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1313 | 2025.05.15 04:13:42.578151 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1314 | 2025.05.15 04:13:42.578515 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1315 | 2025.05.15 04:13:42.578776 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1316 | 2025.05.15 04:13:42.578910 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001519 sec., 416721.5273206057 rows/sec., 32.77 MiB/sec. | ||
1317 | 2025.05.15 04:13:42.578948 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} <Debug> TCPHandler: Processed in 0.001685103 sec. | ||
1318 | 2025.05.15 04:13:42.579057 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1319 | 2025.05.15 04:13:42.579153 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1320 | 2025.05.15 04:13:42.579193 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1321 | 2025.05.15 04:13:42.579613 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1322 | 2025.05.15 04:13:42.579651 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1323 | 2025.05.15 04:13:42.579964 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1324 | 2025.05.15 04:13:42.580195 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1325 | 2025.05.15 04:13:42.580320 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001187 sec., 96040.43807919124 rows/sec., 5.75 MiB/sec. | ||
1326 | 2025.05.15 04:13:42.580358 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} <Debug> TCPHandler: Processed in 0.001352333 sec. | ||
1327 | 2025.05.15 04:13:42.580470 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1328 | 2025.05.15 04:13:42.580566 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1329 | 2025.05.15 04:13:42.580606 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1330 | 2025.05.15 04:13:42.581022 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1331 | 2025.05.15 04:13:42.581060 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1332 | 2025.05.15 04:13:42.581374 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1333 | 2025.05.15 04:13:42.581606 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1334 | 2025.05.15 04:13:42.581731 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001183 sec., 95519.86475063398 rows/sec., 6.18 MiB/sec. | ||
1335 | 2025.05.15 04:13:42.581768 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} <Debug> TCPHandler: Processed in 0.001347213 sec. | ||
1336 | 2025.05.15 04:13:42.581874 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1337 | 2025.05.15 04:13:42.581966 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1338 | 2025.05.15 04:13:42.582006 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1339 | 2025.05.15 04:13:42.582416 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1340 | 2025.05.15 04:13:42.582453 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1341 | 2025.05.15 04:13:42.582764 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1342 | 2025.05.15 04:13:42.583012 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1343 | 2025.05.15 04:13:42.583138 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00119 sec., 94117.64705882352 rows/sec., 5.36 MiB/sec. | ||
1344 | 2025.05.15 04:13:42.583175 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} <Debug> TCPHandler: Processed in 0.001352143 sec. | ||
1345 | 2025.05.15 04:13:42.583278 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1346 | 2025.05.15 04:13:42.583370 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1347 | 2025.05.15 04:13:42.583411 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1348 | 2025.05.15 04:13:42.583933 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1349 | 2025.05.15 04:13:42.583971 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1350 | 2025.05.15 04:13:42.584316 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1351 | 2025.05.15 04:13:42.584546 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1352 | 2025.05.15 04:13:42.584678 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001325 sec., 294339.62264150946 rows/sec., 20.80 MiB/sec. | ||
1353 | 2025.05.15 04:13:42.584715 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} <Debug> TCPHandler: Processed in 0.001485847 sec. | ||
1354 | 2025.05.15 04:13:42.584827 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1355 | 2025.05.15 04:13:42.584922 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1356 | 2025.05.15 04:13:42.584963 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1357 | 2025.05.15 04:13:42.585280 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1358 | 2025.05.15 04:13:42.585324 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1359 | 2025.05.15 04:13:42.585636 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1360 | 2025.05.15 04:13:42.585866 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1361 | 2025.05.15 04:13:42.585991 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. | ||
1362 | 2025.05.15 04:13:42.586027 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} <Debug> TCPHandler: Processed in 0.001249339 sec. | ||
1363 | 2025.05.15 04:13:42.586132 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1364 | 2025.05.15 04:13:42.586225 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1365 | 2025.05.15 04:13:42.586268 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1366 | 2025.05.15 04:13:42.586664 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1367 | 2025.05.15 04:13:42.586703 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1368 | 2025.05.15 04:13:42.587057 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1369 | 2025.05.15 04:13:42.587290 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1370 | 2025.05.15 04:13:42.587423 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001216 sec., 194901.31578947368 rows/sec., 13.06 MiB/sec. | ||
1371 | 2025.05.15 04:13:42.587459 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} <Debug> TCPHandler: Processed in 0.001376703 sec. | ||
1372 | 2025.05.15 04:13:42.587564 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1373 | 2025.05.15 04:13:42.587658 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1374 | 2025.05.15 04:13:42.587700 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1375 | 2025.05.15 04:13:42.587997 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1376 | 2025.05.15 04:13:42.588034 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1377 | 2025.05.15 04:13:42.588346 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1378 | 2025.05.15 04:13:42.588573 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1379 | 2025.05.15 04:13:42.588697 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. | ||
1380 | 2025.05.15 04:13:42.588734 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} <Debug> TCPHandler: Processed in 0.001218599 sec. | ||
1381 | 2025.05.15 04:13:42.588833 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1382 | 2025.05.15 04:13:42.588927 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1383 | 2025.05.15 04:13:42.588981 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <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 | ||
1384 | 2025.05.15 04:13:42.589714 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1385 | 2025.05.15 04:13:42.589750 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1386 | 2025.05.15 04:13:42.590298 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1387 | 2025.05.15 04:13:42.590542 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1388 | 2025.05.15 04:13:42.590677 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001768 sec., 4524.886877828054 rows/sec., 8.11 MiB/sec. | ||
1389 | 2025.05.15 04:13:42.590733 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} <Debug> TCPHandler: Processed in 0.001947942 sec. | ||
1390 | 2025.05.15 04:13:42.590842 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1391 | 2025.05.15 04:13:42.590936 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1392 | 2025.05.15 04:13:42.590978 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1393 | 2025.05.15 04:13:42.591305 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1394 | 2025.05.15 04:13:42.591340 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
1395 | 2025.05.15 04:13:42.591655 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1396 | 2025.05.15 04:13:42.591887 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1397 | 2025.05.15 04:13:42.592016 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001098 sec., 74681.23861566484 rows/sec., 4.74 MiB/sec. | ||
1398 | 2025.05.15 04:13:42.592052 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} <Debug> TCPHandler: Processed in 0.001259569 sec. | ||
1399 | 2025.05.15 04:13:47.001341 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1400 | 2025.05.15 04:13:47.001408 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1401 | 2025.05.15 04:13:47.058435 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1402 | 2025.05.15 04:13:47.058963 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1403 | 2025.05.15 04:13:47.059007 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1404 | 2025.05.15 04:13:47.059526 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1405 | 2025.05.15 04:13:47.059760 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1406 | 2025.05.15 04:13:47.059886 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1407 | 2025.05.15 04:13:47.059888 [ 87 ] {} <Debug> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1408 | 2025.05.15 04:13:47.059962 [ 87 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1409 | 2025.05.15 04:13:47.059984 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1410 | 2025.05.15 04:13:47.060246 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1411 | 2025.05.15 04:13:47.060490 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1412 | 2025.05.15 04:13:47.060584 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1413 | 2025.05.15 04:13:47.060691 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1414 | 2025.05.15 04:13:47.060777 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1415 | 2025.05.15 04:13:47.060822 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1416 | 2025.05.15 04:13:47.060908 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1417 | 2025.05.15 04:13:47.060978 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
1418 | 2025.05.15 04:13:47.083047 [ 187 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022976606 sec., 122124.21625717916 rows/sec., 1.75 MiB/sec. | ||
1419 | 2025.05.15 04:13:47.083789 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1420 | 2025.05.15 04:13:47.084092 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1421 | 2025.05.15 04:13:47.084158 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1422 | 2025.05.15 04:13:47.084265 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1423 | 2025.05.15 04:13:47.202835 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1424 | 2025.05.15 04:13:47.219557 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1425 | 2025.05.15 04:13:47.219596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1426 | 2025.05.15 04:13:47.225764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1427 | 2025.05.15 04:13:47.226469 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1428 | 2025.05.15 04:13:47.226720 [ 84 ] {} <Debug> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1429 | 2025.05.15 04:13:47.226757 [ 84 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1430 | 2025.05.15 04:13:47.226774 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1431 | 2025.05.15 04:13:47.226888 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1432 | 2025.05.15 04:13:47.229766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1433 | 2025.05.15 04:13:47.231473 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1434 | 2025.05.15 04:13:47.232939 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1435 | 2025.05.15 04:13:47.237523 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1436 | 2025.05.15 04:13:47.241850 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1437 | 2025.05.15 04:13:47.245912 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1438 | 2025.05.15 04:13:47.253066 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1439 | 2025.05.15 04:13:47.257147 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
1440 | 2025.05.15 04:13:47.318491 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091670475 sec., 501.79733441983365 rows/sec., 2.59 MiB/sec. | ||
1441 | 2025.05.15 04:13:47.320388 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1442 | 2025.05.15 04:13:47.322307 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1443 | 2025.05.15 04:13:47.322414 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1444 | 2025.05.15 04:13:47.323817 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1445 | 2025.05.15 04:13:47.568342 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1446 | 2025.05.15 04:13:47.568522 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1447 | 2025.05.15 04:13:47.568588 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1448 | 2025.05.15 04:13:47.569179 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1449 | 2025.05.15 04:13:47.569214 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1450 | 2025.05.15 04:13:47.569582 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1451 | 2025.05.15 04:13:47.569802 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1452 | 2025.05.15 04:13:47.569913 [ 84 ] {} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1453 | 2025.05.15 04:13:47.569939 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001468 sec., 38147.13896457766 rows/sec., 2.93 MiB/sec. | ||
1454 | 2025.05.15 04:13:47.569951 [ 84 ] {} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1455 | 2025.05.15 04:13:47.569973 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1456 | 2025.05.15 04:13:47.569977 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} <Debug> TCPHandler: Processed in 0.001761335 sec. | ||
1457 | 2025.05.15 04:13:47.570129 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1458 | 2025.05.15 04:13:47.570171 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::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 | ||
1459 | 2025.05.15 04:13:47.570248 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1460 | 2025.05.15 04:13:47.570308 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1461 | 2025.05.15 04:13:47.570410 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1462 | 2025.05.15 04:13:47.570491 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1463 | 2025.05.15 04:13:47.570650 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1464 | 2025.05.15 04:13:47.570744 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
1465 | 2025.05.15 04:13:47.570799 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1466 | 2025.05.15 04:13:47.570815 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1467 | 2025.05.15 04:13:47.570843 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
1468 | 2025.05.15 04:13:47.570857 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1469 | 2025.05.15 04:13:47.570895 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1470 | 2025.05.15 04:13:47.571190 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1471 | 2025.05.15 04:13:47.571449 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1472 | 2025.05.15 04:13:47.571540 [ 84 ] {} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1473 | 2025.05.15 04:13:47.571567 [ 84 ] {} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2025.05.15 04:13:47.571578 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001355 sec., 47232.47232472325 rows/sec., 3.69 MiB/sec. | ||
1475 | 2025.05.15 04:13:47.571589 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1476 | 2025.05.15 04:13:47.571615 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} <Debug> TCPHandler: Processed in 0.001560139 sec. | ||
1477 | 2025.05.15 04:13:47.571700 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1478 | 2025.05.15 04:13:47.571726 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1479 | 2025.05.15 04:13:47.571837 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1480 | 2025.05.15 04:13:47.571878 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1481 | 2025.05.15 04:13:47.571887 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1482 | 2025.05.15 04:13:47.571933 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
1483 | 2025.05.15 04:13:47.572032 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1484 | 2025.05.15 04:13:47.572091 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
1485 | 2025.05.15 04:13:47.572141 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1486 | 2025.05.15 04:13:47.572190 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
1487 | 2025.05.15 04:13:47.572252 [ 191 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.002185009 sec., 681919.387975061 rows/sec., 56.04 MiB/sec. | ||
1488 | 2025.05.15 04:13:47.572258 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1489 | 2025.05.15 04:13:47.572300 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1490 | 2025.05.15 04:13:47.572346 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1491 | 2025.05.15 04:13:47.572446 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1492 | 2025.05.15 04:13:47.572848 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1493 | 2025.05.15 04:13:47.572921 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1494 | 2025.05.15 04:13:47.572927 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1495 | 2025.05.15 04:13:47.573016 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
1496 | 2025.05.15 04:13:47.573173 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2025.05.15 04:13:47.573290 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1498 | 2025.05.15 04:13:47.573317 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1499 | 2025.05.15 04:13:47.573318 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. | ||
1500 | 2025.05.15 04:13:47.573334 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1501 | 2025.05.15 04:13:47.573358 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} <Debug> TCPHandler: Processed in 0.001681503 sec. | ||
1502 | 2025.05.15 04:13:47.573437 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::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 | ||
1503 | 2025.05.15 04:13:47.573467 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1504 | 2025.05.15 04:13:47.573541 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1505 | 2025.05.15 04:13:47.573568 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1506 | 2025.05.15 04:13:47.573584 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
1507 | 2025.05.15 04:13:47.573585 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.001947141 sec., 532062.1362294769 rows/sec., 40.60 MiB/sec. | ||
1508 | 2025.05.15 04:13:47.573609 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1509 | 2025.05.15 04:13:47.573682 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
1510 | 2025.05.15 04:13:47.573736 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
1511 | 2025.05.15 04:13:47.573747 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1512 | 2025.05.15 04:13:47.573781 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1513 | 2025.05.15 04:13:47.573829 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
1514 | 2025.05.15 04:13:47.573886 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1515 | 2025.05.15 04:13:47.573965 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1516 | 2025.05.15 04:13:47.574004 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1517 | 2025.05.15 04:13:47.574009 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1518 | 2025.05.15 04:13:47.574092 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1519 | 2025.05.15 04:13:47.574162 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
1520 | 2025.05.15 04:13:47.574351 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1521 | 2025.05.15 04:13:47.574588 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1522 | 2025.05.15 04:13:47.574693 [ 84 ] {} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1523 | 2025.05.15 04:13:47.574730 [ 84 ] {} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1524 | 2025.05.15 04:13:47.574739 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. | ||
1525 | 2025.05.15 04:13:47.574758 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1526 | 2025.05.15 04:13:47.574784 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} <Debug> TCPHandler: Processed in 0.001365703 sec. | ||
1527 | 2025.05.15 04:13:47.574837 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::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 | ||
1528 | 2025.05.15 04:13:47.574962 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1529 | 2025.05.15 04:13:47.574996 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
1530 | 2025.05.15 04:13:47.575024 [ 186 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001624651 sec., 665989.1878317251 rows/sec., 45.62 MiB/sec. | ||
1531 | 2025.05.15 04:13:47.575068 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1532 | 2025.05.15 04:13:47.575126 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
1533 | 2025.05.15 04:13:47.575181 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1534 | 2025.05.15 04:13:47.575228 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
1535 | 2025.05.15 04:13:47.575237 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1536 | 2025.05.15 04:13:47.575274 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1537 | 2025.05.15 04:13:47.575481 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1538 | 2025.05.15 04:13:47.575547 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1539 | 2025.05.15 04:13:47.575611 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
1540 | 2025.05.15 04:13:47.576124 [ 189 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001317991 sec., 297422.36479611776 rows/sec., 19.56 MiB/sec. | ||
1541 | 2025.05.15 04:13:47.576254 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1542 | 2025.05.15 04:13:47.576476 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1543 | 2025.05.15 04:13:47.576530 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1544 | 2025.05.15 04:13:47.576577 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1545 | 2025.05.15 04:13:48.001069 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.62 MiB, peak 175.73 MiB, free memory in arenas 0.00 B, will set to 177.13 MiB (RSS), difference: 10.51 MiB | ||
1546 | 2025.05.15 04:13:52.059249 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 230 | ||
1547 | 2025.05.15 04:13:52.061433 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1548 | 2025.05.15 04:13:52.061489 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1549 | 2025.05.15 04:13:52.062674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1550 | 2025.05.15 04:13:52.062943 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1551 | 2025.05.15 04:13:52.063254 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
1552 | 2025.05.15 04:13:52.574813 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1553 | 2025.05.15 04:13:52.575016 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1554 | 2025.05.15 04:13:52.575091 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1555 | 2025.05.15 04:13:52.575943 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1556 | 2025.05.15 04:13:52.575990 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1557 | 2025.05.15 04:13:52.576394 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1558 | 2025.05.15 04:13:52.576627 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1559 | 2025.05.15 04:13:52.576813 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001853 sec., 114409.06637884512 rows/sec., 7.28 MiB/sec. | ||
1560 | 2025.05.15 04:13:52.576861 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} <Debug> TCPHandler: Processed in 0.00222134 sec. | ||
1561 | 2025.05.15 04:13:52.576988 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2025.05.15 04:13:52.577096 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1563 | 2025.05.15 04:13:52.577139 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1564 | 2025.05.15 04:13:52.577904 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1565 | 2025.05.15 04:13:52.577942 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1566 | 2025.05.15 04:13:52.578291 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1567 | 2025.05.15 04:13:52.578499 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1568 | 2025.05.15 04:13:52.578637 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001564 sec., 404731.4578005115 rows/sec., 31.83 MiB/sec. | ||
1569 | 2025.05.15 04:13:52.578674 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} <Debug> TCPHandler: Processed in 0.001736285 sec. | ||
1570 | 2025.05.15 04:13:52.578783 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1571 | 2025.05.15 04:13:52.578876 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1572 | 2025.05.15 04:13:52.578915 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1573 | 2025.05.15 04:13:52.579420 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1574 | 2025.05.15 04:13:52.579465 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1575 | 2025.05.15 04:13:52.579839 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1576 | 2025.05.15 04:13:52.580095 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1577 | 2025.05.15 04:13:52.580251 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001391 sec., 81955.42774982027 rows/sec., 4.91 MiB/sec. | ||
1578 | 2025.05.15 04:13:52.580296 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} <Debug> TCPHandler: Processed in 0.001560699 sec. | ||
1579 | 2025.05.15 04:13:52.580412 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1580 | 2025.05.15 04:13:52.580509 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1581 | 2025.05.15 04:13:52.580551 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1582 | 2025.05.15 04:13:52.580999 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1583 | 2025.05.15 04:13:52.581037 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1584 | 2025.05.15 04:13:52.581346 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1585 | 2025.05.15 04:13:52.581569 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1586 | 2025.05.15 04:13:52.581703 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001212 sec., 93234.32343234324 rows/sec., 6.04 MiB/sec. | ||
1587 | 2025.05.15 04:13:52.581743 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} <Debug> TCPHandler: Processed in 0.001382363 sec. | ||
1588 | 2025.05.15 04:13:52.581853 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1589 | 2025.05.15 04:13:52.581947 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1590 | 2025.05.15 04:13:52.581989 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1591 | 2025.05.15 04:13:52.582420 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1592 | 2025.05.15 04:13:52.582457 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1593 | 2025.05.15 04:13:52.582758 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1594 | 2025.05.15 04:13:52.582979 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1595 | 2025.05.15 04:13:52.583110 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. | ||
1596 | 2025.05.15 04:13:52.583151 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} <Debug> TCPHandler: Processed in 0.001348003 sec. | ||
1597 | 2025.05.15 04:13:52.583261 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1598 | 2025.05.15 04:13:52.583356 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1599 | 2025.05.15 04:13:52.583397 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1600 | 2025.05.15 04:13:52.583985 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1601 | 2025.05.15 04:13:52.584030 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1602 | 2025.05.15 04:13:52.584422 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1603 | 2025.05.15 04:13:52.584634 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1604 | 2025.05.15 04:13:52.584760 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001422 sec., 274261.6033755274 rows/sec., 19.38 MiB/sec. | ||
1605 | 2025.05.15 04:13:52.584797 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} <Debug> TCPHandler: Processed in 0.001585779 sec. | ||
1606 | 2025.05.15 04:13:52.584902 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1607 | 2025.05.15 04:13:52.584995 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1608 | 2025.05.15 04:13:52.585035 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1609 | 2025.05.15 04:13:52.585353 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1610 | 2025.05.15 04:13:52.585389 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1611 | 2025.05.15 04:13:52.585679 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1612 | 2025.05.15 04:13:52.585874 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1613 | 2025.05.15 04:13:52.585996 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001021 sec., 5876.5915768854065 rows/sec., 307.03 KiB/sec. | ||
1614 | 2025.05.15 04:13:52.586031 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} <Debug> TCPHandler: Processed in 0.001177997 sec. | ||
1615 | 2025.05.15 04:13:52.586161 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1616 | 2025.05.15 04:13:52.586279 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1617 | 2025.05.15 04:13:52.586329 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1618 | 2025.05.15 04:13:52.586832 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1619 | 2025.05.15 04:13:52.586878 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1620 | 2025.05.15 04:13:52.587279 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1621 | 2025.05.15 04:13:52.587504 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1622 | 2025.05.15 04:13:52.587631 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001377 sec., 172113.2897603486 rows/sec., 11.54 MiB/sec. | ||
1623 | 2025.05.15 04:13:52.587666 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} <Debug> TCPHandler: Processed in 0.001564379 sec. | ||
1624 | 2025.05.15 04:13:52.587769 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1625 | 2025.05.15 04:13:52.587865 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1626 | 2025.05.15 04:13:52.587905 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1627 | 2025.05.15 04:13:52.588202 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1628 | 2025.05.15 04:13:52.588238 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1629 | 2025.05.15 04:13:52.588524 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1630 | 2025.05.15 04:13:52.588730 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1631 | 2025.05.15 04:13:52.588854 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. | ||
1632 | 2025.05.15 04:13:52.588888 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} <Debug> TCPHandler: Processed in 0.001166097 sec. | ||
1633 | 2025.05.15 04:13:52.588991 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1634 | 2025.05.15 04:13:52.589084 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1635 | 2025.05.15 04:13:52.589137 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <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 | ||
1636 | 2025.05.15 04:13:52.589885 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1637 | 2025.05.15 04:13:52.589920 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1638 | 2025.05.15 04:13:52.590427 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1639 | 2025.05.15 04:13:52.590644 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1640 | 2025.05.15 04:13:52.590779 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001713 sec., 4670.1692936368945 rows/sec., 8.37 MiB/sec. | ||
1641 | 2025.05.15 04:13:52.590827 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} <Debug> TCPHandler: Processed in 0.00188359 sec. | ||
1642 | 2025.05.15 04:13:52.590931 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1643 | 2025.05.15 04:13:52.591023 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1644 | 2025.05.15 04:13:52.591063 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1645 | 2025.05.15 04:13:52.591393 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1646 | 2025.05.15 04:13:52.591430 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1647 | 2025.05.15 04:13:52.591727 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1648 | 2025.05.15 04:13:52.591929 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1649 | 2025.05.15 04:13:52.592051 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001047 sec., 78319.00668576887 rows/sec., 4.97 MiB/sec. | ||
1650 | 2025.05.15 04:13:52.592085 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} <Debug> TCPHandler: Processed in 0.001200788 sec. | ||
1651 | 2025.05.15 04:13:54.560250 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1652 | 2025.05.15 04:13:54.560748 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1653 | 2025.05.15 04:13:54.560797 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1654 | 2025.05.15 04:13:54.561281 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1655 | 2025.05.15 04:13:54.561512 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1656 | 2025.05.15 04:13:54.561653 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1657 | 2025.05.15 04:13:54.730137 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1658 | 2025.05.15 04:13:54.748507 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1659 | 2025.05.15 04:13:54.748565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1660 | 2025.05.15 04:13:54.754295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1661 | 2025.05.15 04:13:54.755004 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1662 | 2025.05.15 04:13:54.758377 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1663 | 2025.05.15 04:13:57.568724 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1664 | 2025.05.15 04:13:57.568917 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1665 | 2025.05.15 04:13:57.568986 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1666 | 2025.05.15 04:13:57.569736 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1667 | 2025.05.15 04:13:57.569775 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1668 | 2025.05.15 04:13:57.570138 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1669 | 2025.05.15 04:13:57.570372 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1670 | 2025.05.15 04:13:57.570520 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.60 MiB/sec. | ||
1671 | 2025.05.15 04:13:57.570559 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} <Debug> TCPHandler: Processed in 0.001970572 sec. | ||
1672 | 2025.05.15 04:13:57.570684 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1673 | 2025.05.15 04:13:57.570786 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1674 | 2025.05.15 04:13:57.570825 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1675 | 2025.05.15 04:13:57.571280 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1676 | 2025.05.15 04:13:57.571313 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1677 | 2025.05.15 04:13:57.571596 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1678 | 2025.05.15 04:13:57.571798 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1679 | 2025.05.15 04:13:57.571917 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. | ||
1680 | 2025.05.15 04:13:57.571951 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} <Debug> TCPHandler: Processed in 0.001314682 sec. | ||
1681 | 2025.05.15 04:13:57.572085 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1682 | 2025.05.15 04:13:57.572184 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1683 | 2025.05.15 04:13:57.572226 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1684 | 2025.05.15 04:13:57.572720 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1685 | 2025.05.15 04:13:57.572755 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1686 | 2025.05.15 04:13:57.573073 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1687 | 2025.05.15 04:13:57.573273 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1688 | 2025.05.15 04:13:57.573394 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. | ||
1689 | 2025.05.15 04:13:57.573429 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} <Debug> TCPHandler: Processed in 0.001400894 sec. | ||
1690 | 2025.05.15 04:13:57.573542 [ 3 ] {} <Trace> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1691 | 2025.05.15 04:13:57.573652 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1692 | 2025.05.15 04:13:57.573692 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1693 | 2025.05.15 04:13:57.574041 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1694 | 2025.05.15 04:13:57.574074 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1695 | 2025.05.15 04:13:57.574365 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1696 | 2025.05.15 04:13:57.574575 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1697 | 2025.05.15 04:13:57.574695 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. | ||
1698 | 2025.05.15 04:13:57.574728 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} <Debug> TCPHandler: Processed in 0.001234289 sec. | ||
1699 | 2025.05.15 04:14:02.001448 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1700 | 2025.05.15 04:14:02.001518 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1701 | 2025.05.15 04:14:02.062706 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1702 | 2025.05.15 04:14:02.063199 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1703 | 2025.05.15 04:14:02.063244 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1704 | 2025.05.15 04:14:02.063748 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1705 | 2025.05.15 04:14:02.063990 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1706 | 2025.05.15 04:14:02.064117 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1707 | 2025.05.15 04:14:02.064152 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 260 | ||
1708 | 2025.05.15 04:14:02.066490 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1709 | 2025.05.15 04:14:02.066541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1710 | 2025.05.15 04:14:02.067750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1711 | 2025.05.15 04:14:02.068051 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1712 | 2025.05.15 04:14:02.068369 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
1713 | 2025.05.15 04:14:02.247443 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
1714 | 2025.05.15 04:14:02.247534 [ 3 ] {} <Debug> TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2025.05.15 04:14:02.259415 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1716 | 2025.05.15 04:14:02.280380 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1717 | 2025.05.15 04:14:02.280450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1718 | 2025.05.15 04:14:02.286883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1719 | 2025.05.15 04:14:02.287687 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1720 | 2025.05.15 04:14:02.291607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1721 | 2025.05.15 04:14:02.571527 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1722 | 2025.05.15 04:14:02.571770 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1723 | 2025.05.15 04:14:02.572154 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1724 | 2025.05.15 04:14:02.572197 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1725 | 2025.05.15 04:14:02.572457 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1726 | 2025.05.15 04:14:02.572532 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1727 | 2025.05.15 04:14:02.572677 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1728 | 2025.05.15 04:14:02.572909 [ 288 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1729 | 2025.05.15 04:14:02.572983 [ 289 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1730 | 2025.05.15 04:14:02.573096 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1731 | 2025.05.15 04:14:02.573129 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1732 | 2025.05.15 04:14:02.577083 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1733 | 2025.05.15 04:14:02.577115 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1734 | 2025.05.15 04:14:02.577177 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1735 | 2025.05.15 04:14:02.577217 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1736 | 2025.05.15 04:14:02.578178 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.006511 sec., 4761.173398863461 rows/sec., 179.68 KiB/sec. | ||
1737 | 2025.05.15 04:14:02.578306 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} <Debug> TCPHandler: Processed in 0.006912769 sec. | ||
1738 | 2025.05.15 04:14:02.578542 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1739 | 2025.05.15 04:14:02.578690 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1740 | 2025.05.15 04:14:02.578939 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1741 | 2025.05.15 04:14:02.578977 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1742 | 2025.05.15 04:14:02.579182 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1743 | 2025.05.15 04:14:02.579241 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1744 | 2025.05.15 04:14:02.579351 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1745 | 2025.05.15 04:14:02.579424 [ 289 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1746 | 2025.05.15 04:14:02.579423 [ 290 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1747 | 2025.05.15 04:14:02.579562 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1748 | 2025.05.15 04:14:02.579589 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1749 | 2025.05.15 04:14:02.579650 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1750 | 2025.05.15 04:14:02.579668 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1751 | 2025.05.15 04:14:02.579699 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1752 | 2025.05.15 04:14:02.579731 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1753 | 2025.05.15 04:14:02.580421 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001796 sec., 17260.57906458797 rows/sec., 651.40 KiB/sec. | ||
1754 | 2025.05.15 04:14:02.580519 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} <Debug> TCPHandler: Processed in 0.002033725 sec. | ||
1755 | 2025.05.15 04:14:02.580734 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1756 | 2025.05.15 04:14:02.580879 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1757 | 2025.05.15 04:14:02.581125 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1758 | 2025.05.15 04:14:02.581162 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1759 | 2025.05.15 04:14:02.581382 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1760 | 2025.05.15 04:14:02.581440 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1761 | 2025.05.15 04:14:02.581547 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1762 | 2025.05.15 04:14:02.581611 [ 290 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1763 | 2025.05.15 04:14:02.581619 [ 288 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1764 | 2025.05.15 04:14:02.581719 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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 | ||
1765 | 2025.05.15 04:14:02.581739 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1766 | 2025.05.15 04:14:02.581794 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1767 | 2025.05.15 04:14:02.581812 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1768 | 2025.05.15 04:14:02.581842 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1769 | 2025.05.15 04:14:02.581890 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1770 | 2025.05.15 04:14:02.582499 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001682 sec., 18430.439952437577 rows/sec., 695.55 KiB/sec. | ||
1771 | 2025.05.15 04:14:02.582608 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} <Debug> TCPHandler: Processed in 0.001926491 sec. | ||
1772 | 2025.05.15 04:14:02.589679 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1773 | 2025.05.15 04:14:02.589795 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1774 | 2025.05.15 04:14:02.589840 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1775 | 2025.05.15 04:14:02.590428 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1776 | 2025.05.15 04:14:02.590475 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1777 | 2025.05.15 04:14:02.590897 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1778 | 2025.05.15 04:14:02.591099 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1779 | 2025.05.15 04:14:02.591247 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001485 sec., 2020.2020202020203 rows/sec., 184.13 KiB/sec. | ||
1780 | 2025.05.15 04:14:02.591288 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} <Debug> TCPHandler: Processed in 0.001665013 sec. | ||
1781 | 2025.05.15 04:14:02.591407 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1782 | 2025.05.15 04:14:02.591507 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1783 | 2025.05.15 04:14:02.591551 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1784 | 2025.05.15 04:14:02.592041 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1785 | 2025.05.15 04:14:02.592080 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1786 | 2025.05.15 04:14:02.592410 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1787 | 2025.05.15 04:14:02.592686 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1788 | 2025.05.15 04:14:02.592823 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001339 sec., 158327.10978342048 rows/sec., 10.07 MiB/sec. | ||
1789 | 2025.05.15 04:14:02.592862 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} <Debug> TCPHandler: Processed in 0.001507118 sec. | ||
1790 | 2025.05.15 04:14:02.592985 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1791 | 2025.05.15 04:14:02.593081 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1792 | 2025.05.15 04:14:02.593122 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1793 | 2025.05.15 04:14:02.593807 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1794 | 2025.05.15 04:14:02.593845 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1795 | 2025.05.15 04:14:02.594250 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1796 | 2025.05.15 04:14:02.594466 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1797 | 2025.05.15 04:14:02.594594 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Debug> executeQuery: Read 687 rows, 56.03 KiB in 0.001532 sec., 448433.42036553525 rows/sec., 35.71 MiB/sec. | ||
1798 | 2025.05.15 04:14:02.594632 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} <Debug> TCPHandler: Processed in 0.001697803 sec. | ||
1799 | 2025.05.15 04:14:02.594766 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1800 | 2025.05.15 04:14:02.594862 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1801 | 2025.05.15 04:14:02.594903 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1802 | 2025.05.15 04:14:02.595349 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1803 | 2025.05.15 04:14:02.595386 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1804 | 2025.05.15 04:14:02.595688 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1805 | 2025.05.15 04:14:02.595899 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1806 | 2025.05.15 04:14:02.596022 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001178 sec., 119694.3972835314 rows/sec., 7.48 MiB/sec. | ||
1807 | 2025.05.15 04:14:02.596061 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} <Debug> TCPHandler: Processed in 0.001345812 sec. | ||
1808 | 2025.05.15 04:14:02.596191 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1809 | 2025.05.15 04:14:02.596285 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1810 | 2025.05.15 04:14:02.596325 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1811 | 2025.05.15 04:14:02.596754 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1812 | 2025.05.15 04:14:02.596792 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1813 | 2025.05.15 04:14:02.597095 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1814 | 2025.05.15 04:14:02.597317 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1815 | 2025.05.15 04:14:02.597443 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001175 sec., 96170.21276595745 rows/sec., 6.23 MiB/sec. | ||
1816 | 2025.05.15 04:14:02.597480 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} <Debug> TCPHandler: Processed in 0.001338142 sec. | ||
1817 | 2025.05.15 04:14:02.597604 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1818 | 2025.05.15 04:14:02.597701 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1819 | 2025.05.15 04:14:02.597743 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1820 | 2025.05.15 04:14:02.598189 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1821 | 2025.05.15 04:14:02.598227 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1822 | 2025.05.15 04:14:02.598529 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1823 | 2025.05.15 04:14:02.598736 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1824 | 2025.05.15 04:14:02.598862 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001178 sec., 95076.40067911714 rows/sec., 5.42 MiB/sec. | ||
1825 | 2025.05.15 04:14:02.598900 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} <Debug> TCPHandler: Processed in 0.001352612 sec. | ||
1826 | 2025.05.15 04:14:02.599023 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1827 | 2025.05.15 04:14:02.599119 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1828 | 2025.05.15 04:14:02.599159 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1829 | 2025.05.15 04:14:02.599689 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1830 | 2025.05.15 04:14:02.599727 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1831 | 2025.05.15 04:14:02.600057 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1832 | 2025.05.15 04:14:02.600264 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1833 | 2025.05.15 04:14:02.600398 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Debug> executeQuery: Read 427 rows, 31.20 KiB in 0.001297 sec., 329221.2798766384 rows/sec., 23.49 MiB/sec. | ||
1834 | 2025.05.15 04:14:02.600435 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} <Debug> TCPHandler: Processed in 0.001466036 sec. | ||
1835 | 2025.05.15 04:14:02.600556 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1836 | 2025.05.15 04:14:02.600650 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1837 | 2025.05.15 04:14:02.600690 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1838 | 2025.05.15 04:14:02.601020 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1839 | 2025.05.15 04:14:02.601057 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1840 | 2025.05.15 04:14:02.601356 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1841 | 2025.05.15 04:14:02.601569 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1842 | 2025.05.15 04:14:02.601701 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. | ||
1843 | 2025.05.15 04:14:02.601748 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} <Debug> TCPHandler: Processed in 0.001240689 sec. | ||
1844 | 2025.05.15 04:14:02.601874 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1845 | 2025.05.15 04:14:02.601968 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1846 | 2025.05.15 04:14:02.602011 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1847 | 2025.05.15 04:14:02.602391 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1848 | 2025.05.15 04:14:02.602426 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1849 | 2025.05.15 04:14:02.602777 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1850 | 2025.05.15 04:14:02.602998 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1851 | 2025.05.15 04:14:02.603123 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001174 sec., 201873.93526405454 rows/sec., 13.53 MiB/sec. | ||
1852 | 2025.05.15 04:14:02.603159 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} <Debug> TCPHandler: Processed in 0.001335122 sec. | ||
1853 | 2025.05.15 04:14:02.603272 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1854 | 2025.05.15 04:14:02.603367 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1855 | 2025.05.15 04:14:02.603408 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1856 | 2025.05.15 04:14:02.603718 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1857 | 2025.05.15 04:14:02.603752 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1858 | 2025.05.15 04:14:02.604037 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1859 | 2025.05.15 04:14:02.604249 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1860 | 2025.05.15 04:14:02.604380 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. | ||
1861 | 2025.05.15 04:14:02.604416 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} <Debug> TCPHandler: Processed in 0.001192697 sec. | ||
1862 | 2025.05.15 04:14:02.604557 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1863 | 2025.05.15 04:14:02.604652 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1864 | 2025.05.15 04:14:02.604704 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <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 | ||
1865 | 2025.05.15 04:14:02.605553 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1866 | 2025.05.15 04:14:02.605592 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1867 | 2025.05.15 04:14:02.606144 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1868 | 2025.05.15 04:14:02.606368 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1869 | 2025.05.15 04:14:02.606531 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.001897 sec., 18450.18450184502 rows/sec., 33.06 MiB/sec. | ||
1870 | 2025.05.15 04:14:02.606589 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} <Debug> TCPHandler: Processed in 0.002080636 sec. | ||
1871 | 2025.05.15 04:14:02.606695 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1872 | 2025.05.15 04:14:02.606788 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1873 | 2025.05.15 04:14:02.606830 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1874 | 2025.05.15 04:14:02.607145 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Trace> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1875 | 2025.05.15 04:14:02.607180 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1876 | 2025.05.15 04:14:02.607490 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1877 | 2025.05.15 04:14:02.607706 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Trace> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1878 | 2025.05.15 04:14:02.607828 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001058 sec., 17013.232514177696 rows/sec., 1.25 MiB/sec. | ||
1879 | 2025.05.15 04:14:02.607864 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} <Debug> TCPHandler: Processed in 0.001218218 sec. | ||
1880 | 2025.05.15 04:14:02.607972 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1881 | 2025.05.15 04:14:02.608065 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1882 | 2025.05.15 04:14:02.608105 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1883 | 2025.05.15 04:14:02.608417 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2025.05.15 04:14:02.608453 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1885 | 2025.05.15 04:14:02.608751 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1886 | 2025.05.15 04:14:02.608954 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1887 | 2025.05.15 04:14:02.609077 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00103 sec., 79611.65048543688 rows/sec., 5.06 MiB/sec. | ||
1888 | 2025.05.15 04:14:02.609112 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} <Debug> TCPHandler: Processed in 0.001189218 sec. | ||
1889 | 2025.05.15 04:14:03.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.33 MiB, peak 181.88 MiB, free memory in arenas 0.00 B, will set to 179.19 MiB (RSS), difference: 1.86 MiB | ||
1890 | 2025.05.15 04:14:07.568055 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2025.05.15 04:14:07.568334 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1892 | 2025.05.15 04:14:07.568433 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1893 | 2025.05.15 04:14:07.569234 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1894 | 2025.05.15 04:14:07.569279 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1895 | 2025.05.15 04:14:07.569687 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1896 | 2025.05.15 04:14:07.569918 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1897 | 2025.05.15 04:14:07.570079 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.37 MiB/sec. | ||
1898 | 2025.05.15 04:14:07.570126 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} <Debug> TCPHandler: Processed in 0.00224042 sec. | ||
1899 | 2025.05.15 04:14:07.570243 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1900 | 2025.05.15 04:14:07.570344 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1901 | 2025.05.15 04:14:07.570387 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1902 | 2025.05.15 04:14:07.570821 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1903 | 2025.05.15 04:14:07.570856 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1904 | 2025.05.15 04:14:07.571169 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1905 | 2025.05.15 04:14:07.571393 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1906 | 2025.05.15 04:14:07.571521 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. | ||
1907 | 2025.05.15 04:14:07.571559 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} <Debug> TCPHandler: Processed in 0.001368744 sec. | ||
1908 | 2025.05.15 04:14:07.571728 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1909 | 2025.05.15 04:14:07.571823 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1910 | 2025.05.15 04:14:07.571868 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1911 | 2025.05.15 04:14:07.572279 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2025.05.15 04:14:07.572314 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1913 | 2025.05.15 04:14:07.572663 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1914 | 2025.05.15 04:14:07.572867 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2025.05.15 04:14:07.572995 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. | ||
1916 | 2025.05.15 04:14:07.573031 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} <Debug> TCPHandler: Processed in 0.001353663 sec. | ||
1917 | 2025.05.15 04:14:07.573137 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2025.05.15 04:14:07.573231 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1919 | 2025.05.15 04:14:07.573272 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1920 | 2025.05.15 04:14:07.573606 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1921 | 2025.05.15 04:14:07.573642 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1922 | 2025.05.15 04:14:07.573946 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1923 | 2025.05.15 04:14:07.574155 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1924 | 2025.05.15 04:14:07.574281 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
1925 | 2025.05.15 04:14:07.574316 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} <Debug> TCPHandler: Processed in 0.001230119 sec. | ||
1926 | 2025.05.15 04:14:09.564189 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1927 | 2025.05.15 04:14:09.564734 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1928 | 2025.05.15 04:14:09.564786 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1929 | 2025.05.15 04:14:09.565313 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1930 | 2025.05.15 04:14:09.565550 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1931 | 2025.05.15 04:14:09.565688 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1932 | 2025.05.15 04:14:09.791689 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1933 | 2025.05.15 04:14:09.808164 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1934 | 2025.05.15 04:14:09.808220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1935 | 2025.05.15 04:14:09.813810 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1936 | 2025.05.15 04:14:09.814522 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1937 | 2025.05.15 04:14:09.817313 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1938 | 2025.05.15 04:14:12.068500 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 300 | ||
1939 | 2025.05.15 04:14:12.070848 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2025.05.15 04:14:12.070895 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1941 | 2025.05.15 04:14:12.072048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1942 | 2025.05.15 04:14:12.072300 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2025.05.15 04:14:12.072444 [ 35 ] {} <Debug> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1944 | 2025.05.15 04:14:12.072489 [ 35 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1945 | 2025.05.15 04:14:12.072512 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1946 | 2025.05.15 04:14:12.072544 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 300 | ||
1947 | 2025.05.15 04:14:12.072595 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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 | ||
1948 | 2025.05.15 04:14:12.073086 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1949 | 2025.05.15 04:14:12.073248 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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 | ||
1950 | 2025.05.15 04:14:12.073653 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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 | ||
1951 | 2025.05.15 04:14:12.074039 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
1952 | 2025.05.15 04:14:12.074409 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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 | ||
1953 | 2025.05.15 04:14:12.074784 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1954 | 2025.05.15 04:14:12.075142 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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 | ||
1955 | 2025.05.15 04:14:12.081168 [ 189 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 72 columns (72 merged, 0 gathered) in 0.008603962 sec., 34867.6574815184 rows/sec., 34.26 MiB/sec. | ||
1956 | 2025.05.15 04:14:12.082367 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1957 | 2025.05.15 04:14:12.083054 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2025.05.15 04:14:12.083152 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1959 | 2025.05.15 04:14:12.083393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
1960 | 2025.05.15 04:14:12.575297 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1961 | 2025.05.15 04:14:12.575478 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1962 | 2025.05.15 04:14:12.575547 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1963 | 2025.05.15 04:14:12.576259 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1964 | 2025.05.15 04:14:12.576311 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1965 | 2025.05.15 04:14:12.576741 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1966 | 2025.05.15 04:14:12.576972 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1967 | 2025.05.15 04:14:12.577110 [ 35 ] {} <Debug> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1968 | 2025.05.15 04:14:12.577136 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001707 sec., 124194.49326303457 rows/sec., 7.90 MiB/sec. | ||
1969 | 2025.05.15 04:14:12.577175 [ 35 ] {} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1970 | 2025.05.15 04:14:12.577198 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} <Debug> TCPHandler: Processed in 0.002034044 sec. | ||
1971 | 2025.05.15 04:14:12.577202 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1972 | 2025.05.15 04:14:12.577325 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1973 | 2025.05.15 04:14:12.577335 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::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 | ||
1974 | 2025.05.15 04:14:12.577440 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1975 | 2025.05.15 04:14:12.577458 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1976 | 2025.05.15 04:14:12.577489 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1977 | 2025.05.15 04:14:12.577498 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
1978 | 2025.05.15 04:14:12.577583 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
1979 | 2025.05.15 04:14:12.577654 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
1980 | 2025.05.15 04:14:12.577702 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
1981 | 2025.05.15 04:14:12.577741 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
1982 | 2025.05.15 04:14:12.578224 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1983 | 2025.05.15 04:14:12.578263 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1984 | 2025.05.15 04:14:12.578601 [ 186 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315451 sec., 805807.2858662162 rows/sec., 54.32 MiB/sec. | ||
1985 | 2025.05.15 04:14:12.578697 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1986 | 2025.05.15 04:14:12.578883 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1987 | 2025.05.15 04:14:12.578975 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1988 | 2025.05.15 04:14:12.579110 [ 35 ] {} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1989 | 2025.05.15 04:14:12.579135 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Debug> executeQuery: Read 687 rows, 56.03 KiB in 0.001717 sec., 400116.4822364589 rows/sec., 31.87 MiB/sec. | ||
1990 | 2025.05.15 04:14:12.579157 [ 35 ] {} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1991 | 2025.05.15 04:14:12.579186 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} <Debug> TCPHandler: Processed in 0.00191237 sec. | ||
1992 | 2025.05.15 04:14:12.579186 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
1993 | 2025.05.15 04:14:12.579264 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1994 | 2025.05.15 04:14:12.579313 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1995 | 2025.05.15 04:14:12.579330 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::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 | ||
1996 | 2025.05.15 04:14:12.579358 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1997 | 2025.05.15 04:14:12.579421 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1998 | 2025.05.15 04:14:12.579445 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1999 | 2025.05.15 04:14:12.579463 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2000 | 2025.05.15 04:14:12.579471 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2001 | 2025.05.15 04:14:12.579521 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
2002 | 2025.05.15 04:14:12.579620 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 633 rows starting from the beginning of the part | ||
2003 | 2025.05.15 04:14:12.579672 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::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 | ||
2004 | 2025.05.15 04:14:12.579725 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 687 rows starting from the beginning of the part | ||
2005 | 2025.05.15 04:14:12.579769 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::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 | ||
2006 | 2025.05.15 04:14:12.579819 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 687 rows starting from the beginning of the part | ||
2007 | 2025.05.15 04:14:12.579958 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2008 | 2025.05.15 04:14:12.580003 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2009 | 2025.05.15 04:14:12.580366 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2010 | 2025.05.15 04:14:12.580620 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2011 | 2025.05.15 04:14:12.580766 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001364 sec., 103372.43401759531 rows/sec., 6.46 MiB/sec. | ||
2012 | 2025.05.15 04:14:12.580810 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} <Debug> TCPHandler: Processed in 0.001547969 sec. | ||
2013 | 2025.05.15 04:14:12.580929 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2014 | 2025.05.15 04:14:12.581027 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2015 | 2025.05.15 04:14:12.581070 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2016 | 2025.05.15 04:14:12.581496 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2017 | 2025.05.15 04:14:12.581535 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2018 | 2025.05.15 04:14:12.581640 [ 194 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.002358814 sec., 1166688.0050737362 rows/sec., 96.70 MiB/sec. | ||
2019 | 2025.05.15 04:14:12.581813 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2020 | 2025.05.15 04:14:12.581890 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2021 | 2025.05.15 04:14:12.582148 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2022 | 2025.05.15 04:14:12.582215 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2023 | 2025.05.15 04:14:12.582234 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2024 | 2025.05.15 04:14:12.582301 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2025 | 2025.05.15 04:14:12.582371 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001362 sec., 82966.2261380323 rows/sec., 5.37 MiB/sec. | ||
2026 | 2025.05.15 04:14:12.582371 [ 34 ] {} <Debug> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2027 | 2025.05.15 04:14:12.582419 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} <Debug> TCPHandler: Processed in 0.001542259 sec. | ||
2028 | 2025.05.15 04:14:12.582427 [ 34 ] {} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2029 | 2025.05.15 04:14:12.582459 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2030 | 2025.05.15 04:14:12.582528 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::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 | ||
2031 | 2025.05.15 04:14:12.582548 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2032 | 2025.05.15 04:14:12.582616 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2033 | 2025.05.15 04:14:12.582641 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
2034 | 2025.05.15 04:14:12.582648 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2035 | 2025.05.15 04:14:12.582683 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
2036 | 2025.05.15 04:14:12.582690 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2037 | 2025.05.15 04:14:12.582717 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
2038 | 2025.05.15 04:14:12.582750 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
2039 | 2025.05.15 04:14:12.582784 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
2040 | 2025.05.15 04:14:12.583109 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2041 | 2025.05.15 04:14:12.583145 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2042 | 2025.05.15 04:14:12.583425 [ 190 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.000924269 sec., 611293.8982049598 rows/sec., 41.90 MiB/sec. | ||
2043 | 2025.05.15 04:14:12.583474 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2044 | 2025.05.15 04:14:12.583548 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2045 | 2025.05.15 04:14:12.583729 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2046 | 2025.05.15 04:14:12.583789 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2047 | 2025.05.15 04:14:12.583831 [ 34 ] {} <Debug> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2048 | 2025.05.15 04:14:12.583853 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2049 | 2025.05.15 04:14:12.583863 [ 34 ] {} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2050 | 2025.05.15 04:14:12.583864 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001233 sec., 90835.36090835361 rows/sec., 5.17 MiB/sec. | ||
2051 | 2025.05.15 04:14:12.583909 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2052 | 2025.05.15 04:14:12.583915 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2053 | 2025.05.15 04:14:12.583930 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} <Debug> TCPHandler: Processed in 0.001433636 sec. | ||
2054 | 2025.05.15 04:14:12.583987 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::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 | ||
2055 | 2025.05.15 04:14:12.584050 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2056 | 2025.05.15 04:14:12.584051 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2057 | 2025.05.15 04:14:12.584072 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
2058 | 2025.05.15 04:14:12.584117 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
2059 | 2025.05.15 04:14:12.584149 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
2060 | 2025.05.15 04:14:12.584155 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2061 | 2025.05.15 04:14:12.584178 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
2062 | 2025.05.15 04:14:12.584196 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2063 | 2025.05.15 04:14:12.584209 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
2064 | 2025.05.15 04:14:12.584714 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2065 | 2025.05.15 04:14:12.584748 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2066 | 2025.05.15 04:14:12.584861 [ 195 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000891868 sec., 627895.607870223 rows/sec., 38.16 MiB/sec. | ||
2067 | 2025.05.15 04:14:12.585016 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2068 | 2025.05.15 04:14:12.585115 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2069 | 2025.05.15 04:14:12.585349 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2070 | 2025.05.15 04:14:12.585411 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2071 | 2025.05.15 04:14:12.585429 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2072 | 2025.05.15 04:14:12.585505 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2073 | 2025.05.15 04:14:12.585529 [ 34 ] {} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2074 | 2025.05.15 04:14:12.585557 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001418 sec., 294076.1636107193 rows/sec., 20.93 MiB/sec. | ||
2075 | 2025.05.15 04:14:12.585559 [ 34 ] {} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2076 | 2025.05.15 04:14:12.585602 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2077 | 2025.05.15 04:14:12.585606 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} <Debug> TCPHandler: Processed in 0.001605141 sec. | ||
2078 | 2025.05.15 04:14:12.585699 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::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 | ||
2079 | 2025.05.15 04:14:12.585741 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2080 | 2025.05.15 04:14:12.585841 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2081 | 2025.05.15 04:14:12.585850 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2082 | 2025.05.15 04:14:12.585886 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2083 | 2025.05.15 04:14:12.585904 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
2084 | 2025.05.15 04:14:12.586017 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 390 rows starting from the beginning of the part | ||
2085 | 2025.05.15 04:14:12.586069 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::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 | ||
2086 | 2025.05.15 04:14:12.586129 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
2087 | 2025.05.15 04:14:12.586180 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::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 | ||
2088 | 2025.05.15 04:14:12.586230 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 417 rows starting from the beginning of the part | ||
2089 | 2025.05.15 04:14:12.586239 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2090 | 2025.05.15 04:14:12.586281 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2091 | 2025.05.15 04:14:12.586613 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2092 | 2025.05.15 04:14:12.586864 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2093 | 2025.05.15 04:14:12.587011 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 264.09 KiB/sec. | ||
2094 | 2025.05.15 04:14:12.587053 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} <Debug> TCPHandler: Processed in 0.001363443 sec. | ||
2095 | 2025.05.15 04:14:12.587185 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2096 | 2025.05.15 04:14:12.587281 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2097 | 2025.05.15 04:14:12.587324 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2098 | 2025.05.15 04:14:12.587681 [ 199 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 5 columns (5 merged, 0 gathered) in 0.002027744 sec., 864014.39234933 rows/sec., 65.07 MiB/sec. | ||
2099 | 2025.05.15 04:14:12.587750 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2100 | 2025.05.15 04:14:12.587792 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2101 | 2025.05.15 04:14:12.587875 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2102 | 2025.05.15 04:14:12.588198 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2103 | 2025.05.15 04:14:12.588245 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2104 | 2025.05.15 04:14:12.588338 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2105 | 2025.05.15 04:14:12.588413 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
2106 | 2025.05.15 04:14:12.588470 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2107 | 2025.05.15 04:14:12.588589 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2108 | 2025.05.15 04:14:12.588613 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001348 sec., 175816.0237388724 rows/sec., 11.78 MiB/sec. | ||
2109 | 2025.05.15 04:14:12.588629 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2110 | 2025.05.15 04:14:12.588655 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2111 | 2025.05.15 04:14:12.588659 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} <Debug> TCPHandler: Processed in 0.001525518 sec. | ||
2112 | 2025.05.15 04:14:12.588726 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::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 | ||
2113 | 2025.05.15 04:14:12.588787 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2114 | 2025.05.15 04:14:12.588829 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2115 | 2025.05.15 04:14:12.588861 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
2116 | 2025.05.15 04:14:12.588889 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2117 | 2025.05.15 04:14:12.588913 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
2118 | 2025.05.15 04:14:12.588937 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2119 | 2025.05.15 04:14:12.588965 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::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 | ||
2120 | 2025.05.15 04:14:12.589008 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
2121 | 2025.05.15 04:14:12.589044 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::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 | ||
2122 | 2025.05.15 04:14:12.589078 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
2123 | 2025.05.15 04:14:12.589264 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2124 | 2025.05.15 04:14:12.589308 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2125 | 2025.05.15 04:14:12.589621 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2126 | 2025.05.15 04:14:12.589861 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2127 | 2025.05.15 04:14:12.589971 [ 34 ] {} <Debug> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2128 | 2025.05.15 04:14:12.590001 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001128 sec., 886.5248226950354 rows/sec., 59.74 KiB/sec. | ||
2129 | 2025.05.15 04:14:12.590007 [ 34 ] {} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2130 | 2025.05.15 04:14:12.590044 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2131 | 2025.05.15 04:14:12.590045 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} <Debug> TCPHandler: Processed in 0.001309191 sec. | ||
2132 | 2025.05.15 04:14:12.590142 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::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 | ||
2133 | 2025.05.15 04:14:12.590174 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2134 | 2025.05.15 04:14:12.590203 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001500898 sec., 1407823.8494554593 rows/sec., 95.98 MiB/sec. | ||
2135 | 2025.05.15 04:14:12.590268 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2136 | 2025.05.15 04:14:12.590274 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2137 | 2025.05.15 04:14:12.590321 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
2138 | 2025.05.15 04:14:12.590351 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <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 | ||
2139 | 2025.05.15 04:14:12.590418 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
2140 | 2025.05.15 04:14:12.590480 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
2141 | 2025.05.15 04:14:12.590526 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
2142 | 2025.05.15 04:14:12.590554 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2143 | 2025.05.15 04:14:12.590580 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
2144 | 2025.05.15 04:14:12.590869 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2145 | 2025.05.15 04:14:12.590950 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2146 | 2025.05.15 04:14:12.591023 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2147 | 2025.05.15 04:14:12.591221 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2148 | 2025.05.15 04:14:12.591259 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2149 | 2025.05.15 04:14:12.591394 [ 196 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129143 sec., 3871.677133100516 rows/sec., 260.88 KiB/sec. | ||
2150 | 2025.05.15 04:14:12.591510 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2151 | 2025.05.15 04:14:12.591774 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2152 | 2025.05.15 04:14:12.591836 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2153 | 2025.05.15 04:14:12.591852 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2154 | 2025.05.15 04:14:12.591900 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2155 | 2025.05.15 04:14:12.592090 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2156 | 2025.05.15 04:14:12.592240 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.001982 sec., 17658.930373360243 rows/sec., 31.64 MiB/sec. | ||
2157 | 2025.05.15 04:14:12.592313 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} <Debug> TCPHandler: Processed in 0.002188629 sec. | ||
2158 | 2025.05.15 04:14:12.592438 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2159 | 2025.05.15 04:14:12.592539 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2160 | 2025.05.15 04:14:12.592585 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2161 | 2025.05.15 04:14:12.592934 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2025.05.15 04:14:12.592972 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2163 | 2025.05.15 04:14:12.593284 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2164 | 2025.05.15 04:14:12.593508 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2025.05.15 04:14:12.593638 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00112 sec., 73214.28571428572 rows/sec., 4.65 MiB/sec. | ||
2166 | 2025.05.15 04:14:12.593641 [ 34 ] {} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2167 | 2025.05.15 04:14:12.593676 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} <Debug> TCPHandler: Processed in 0.001292801 sec. | ||
2168 | 2025.05.15 04:14:12.593706 [ 34 ] {} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2169 | 2025.05.15 04:14:12.593742 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
2170 | 2025.05.15 04:14:12.593826 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::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 | ||
2171 | 2025.05.15 04:14:12.593929 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2172 | 2025.05.15 04:14:12.593957 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
2173 | 2025.05.15 04:14:12.594003 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
2174 | 2025.05.15 04:14:12.594040 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::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 | ||
2175 | 2025.05.15 04:14:12.594074 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
2176 | 2025.05.15 04:14:12.594110 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::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 | ||
2177 | 2025.05.15 04:14:12.594145 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
2178 | 2025.05.15 04:14:12.594992 [ 201 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197718 sec., 632870.1747823779 rows/sec., 41.32 MiB/sec. | ||
2179 | 2025.05.15 04:14:12.595149 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2180 | 2025.05.15 04:14:12.595394 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2181 | 2025.05.15 04:14:12.595465 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2182 | 2025.05.15 04:14:12.595524 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2183 | 2025.05.15 04:14:17.001567 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2184 | 2025.05.15 04:14:17.001636 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2185 | 2025.05.15 04:14:17.065773 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
2186 | 2025.05.15 04:14:17.066332 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2187 | 2025.05.15 04:14:17.066383 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2188 | 2025.05.15 04:14:17.066873 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2189 | 2025.05.15 04:14:17.067108 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2190 | 2025.05.15 04:14:17.067251 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
2191 | 2025.05.15 04:14:17.317381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
2192 | 2025.05.15 04:14:17.334328 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2193 | 2025.05.15 04:14:17.334376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2194 | 2025.05.15 04:14:17.340702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2195 | 2025.05.15 04:14:17.341393 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2196 | 2025.05.15 04:14:17.344471 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
2197 | 2025.05.15 04:14:17.569506 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2025.05.15 04:14:17.569688 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2199 | 2025.05.15 04:14:17.569754 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2200 | 2025.05.15 04:14:17.570443 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2025.05.15 04:14:17.570491 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2202 | 2025.05.15 04:14:17.570898 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2203 | 2025.05.15 04:14:17.571138 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2025.05.15 04:14:17.571298 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001654 sec., 38694.07496977025 rows/sec., 3.06 MiB/sec. | ||
2205 | 2025.05.15 04:14:17.571345 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} <Debug> TCPHandler: Processed in 0.001971542 sec. | ||
2206 | 2025.05.15 04:14:17.571475 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2207 | 2025.05.15 04:14:17.571573 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2208 | 2025.05.15 04:14:17.571613 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2209 | 2025.05.15 04:14:17.572040 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2210 | 2025.05.15 04:14:17.572078 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2211 | 2025.05.15 04:14:17.572384 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2212 | 2025.05.15 04:14:17.572605 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2213 | 2025.05.15 04:14:17.572711 [ 27 ] {} <Debug> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2214 | 2025.05.15 04:14:17.572737 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001181 sec., 3386.960203217612 rows/sec., 254.68 KiB/sec. | ||
2215 | 2025.05.15 04:14:17.572776 [ 27 ] {} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2216 | 2025.05.15 04:14:17.572786 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} <Debug> TCPHandler: Processed in 0.001362593 sec. | ||
2217 | 2025.05.15 04:14:17.572804 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2218 | 2025.05.15 04:14:17.572910 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2219 | 2025.05.15 04:14:17.572942 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::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 | ||
2220 | 2025.05.15 04:14:17.573009 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2221 | 2025.05.15 04:14:17.573054 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2222 | 2025.05.15 04:14:17.573106 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2223 | 2025.05.15 04:14:17.573148 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
2224 | 2025.05.15 04:14:17.573224 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
2225 | 2025.05.15 04:14:17.573277 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
2226 | 2025.05.15 04:14:17.573323 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 141 rows starting from the beginning of the part | ||
2227 | 2025.05.15 04:14:17.573361 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 141 rows starting from the beginning of the part | ||
2228 | 2025.05.15 04:14:17.573409 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
2229 | 2025.05.15 04:14:17.573500 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2230 | 2025.05.15 04:14:17.573541 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2231 | 2025.05.15 04:14:17.573948 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2232 | 2025.05.15 04:14:17.574208 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2233 | 2025.05.15 04:14:17.574346 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001353 sec., 56910.56910569106 rows/sec., 4.45 MiB/sec. | ||
2234 | 2025.05.15 04:14:17.574386 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} <Debug> TCPHandler: Processed in 0.001527998 sec. | ||
2235 | 2025.05.15 04:14:17.574429 [ 199 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552339 sec., 404550.81010011345 rows/sec., 26.27 MiB/sec. | ||
2236 | 2025.05.15 04:14:17.574504 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2237 | 2025.05.15 04:14:17.574585 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2238 | 2025.05.15 04:14:17.574604 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2239 | 2025.05.15 04:14:17.574648 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2240 | 2025.05.15 04:14:17.574840 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2241 | 2025.05.15 04:14:17.574903 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2242 | 2025.05.15 04:14:17.574977 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2243 | 2025.05.15 04:14:17.575073 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2244 | 2025.05.15 04:14:17.575109 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2245 | 2025.05.15 04:14:17.575441 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2246 | 2025.05.15 04:14:17.575672 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2247 | 2025.05.15 04:14:17.575803 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. | ||
2248 | 2025.05.15 04:14:17.575841 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} <Debug> TCPHandler: Processed in 0.001387274 sec. | ||
2249 | 2025.05.15 04:14:17.575954 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2250 | 2025.05.15 04:14:17.576048 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2251 | 2025.05.15 04:14:17.576101 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <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 | ||
2252 | 2025.05.15 04:14:17.576826 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2025.05.15 04:14:17.576863 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2254 | 2025.05.15 04:14:17.577385 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2255 | 2025.05.15 04:14:17.577602 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2025.05.15 04:14:17.577700 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2257 | 2025.05.15 04:14:17.577730 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.001715 sec., 2332.3615160349855 rows/sec., 4.18 MiB/sec. | ||
2258 | 2025.05.15 04:14:17.577750 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2259 | 2025.05.15 04:14:17.577778 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2260 | 2025.05.15 04:14:17.577789 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} <Debug> TCPHandler: Processed in 0.00190726 sec. | ||
2261 | 2025.05.15 04:14:17.577860 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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 | ||
2262 | 2025.05.15 04:14:17.577904 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2263 | 2025.05.15 04:14:17.577998 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2264 | 2025.05.15 04:14:17.578037 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2265 | 2025.05.15 04:14:17.578083 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2266 | 2025.05.15 04:14:17.578147 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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 | ||
2267 | 2025.05.15 04:14:17.578276 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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 | ||
2268 | 2025.05.15 04:14:17.578358 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Trace> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2269 | 2025.05.15 04:14:17.578385 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
2270 | 2025.05.15 04:14:17.578397 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2271 | 2025.05.15 04:14:17.578566 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
2272 | 2025.05.15 04:14:17.578672 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
2273 | 2025.05.15 04:14:17.578772 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
2274 | 2025.05.15 04:14:17.578806 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2275 | 2025.05.15 04:14:17.579028 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Trace> oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2276 | 2025.05.15 04:14:17.579164 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001147 sec., 7846.556233653007 rows/sec., 554.27 KiB/sec. | ||
2277 | 2025.05.15 04:14:17.579202 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} <Debug> TCPHandler: Processed in 0.001318372 sec. | ||
2278 | 2025.05.15 04:14:17.579315 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2025.05.15 04:14:17.579408 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2280 | 2025.05.15 04:14:17.579450 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2281 | 2025.05.15 04:14:17.579813 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2282 | 2025.05.15 04:14:17.579851 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2283 | 2025.05.15 04:14:17.580213 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2284 | 2025.05.15 04:14:17.580440 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2285 | 2025.05.15 04:14:17.580578 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. | ||
2286 | 2025.05.15 04:14:17.580616 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} <Debug> TCPHandler: Processed in 0.001352353 sec. | ||
2287 | 2025.05.15 04:14:17.580716 [ 201 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 19 columns (19 merged, 0 gathered) in 0.002865881 sec., 34195.41844200789 rows/sec., 61.28 MiB/sec. | ||
2288 | 2025.05.15 04:14:17.581008 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2289 | 2025.05.15 04:14:17.581322 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2290 | 2025.05.15 04:14:17.581393 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2291 | 2025.05.15 04:14:17.581480 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
2292 | 2025.05.15 04:14:18.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.93 MiB, peak 187.01 MiB, free memory in arenas 0.00 B, will set to 183.08 MiB (RSS), difference: 1.15 MiB | ||
2293 | 2025.05.15 04:14:22.072698 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 336 | ||
2294 | 2025.05.15 04:14:22.074945 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2295 | 2025.05.15 04:14:22.074993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2296 | 2025.05.15 04:14:22.076158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2297 | 2025.05.15 04:14:22.076424 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2298 | 2025.05.15 04:14:22.076666 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 336 | ||
2299 | 2025.05.15 04:14:22.560952 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2025.05.15 04:14:22.561219 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2301 | 2025.05.15 04:14:22.561598 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2302 | 2025.05.15 04:14:22.561638 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2303 | 2025.05.15 04:14:22.561894 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2304 | 2025.05.15 04:14:22.561962 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2305 | 2025.05.15 04:14:22.562102 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2306 | 2025.05.15 04:14:22.562245 [ 288 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2307 | 2025.05.15 04:14:22.562282 [ 290 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2308 | 2025.05.15 04:14:22.562319 [ 292 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2309 | 2025.05.15 04:14:22.562425 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2310 | 2025.05.15 04:14:22.562456 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2311 | 2025.05.15 04:14:22.562542 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2312 | 2025.05.15 04:14:22.562564 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2313 | 2025.05.15 04:14:22.562604 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2314 | 2025.05.15 04:14:22.562648 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2315 | 2025.05.15 04:14:22.562685 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2316 | 2025.05.15 04:14:22.563646 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002541 sec., 13380.55883510429 rows/sec., 514.99 KiB/sec. | ||
2317 | 2025.05.15 04:14:22.563771 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} <Debug> TCPHandler: Processed in 0.002956183 sec. | ||
2318 | 2025.05.15 04:14:22.579033 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2319 | 2025.05.15 04:14:22.579161 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2320 | 2025.05.15 04:14:22.579214 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2321 | 2025.05.15 04:14:22.579840 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2322 | 2025.05.15 04:14:22.579884 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2323 | 2025.05.15 04:14:22.580301 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2324 | 2025.05.15 04:14:22.580509 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2325 | 2025.05.15 04:14:22.580658 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 147.89 KiB/sec. | ||
2326 | 2025.05.15 04:14:22.580699 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} <Debug> TCPHandler: Processed in 0.001727955 sec. | ||
2327 | 2025.05.15 04:14:22.580805 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2328 | 2025.05.15 04:14:22.580901 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2329 | 2025.05.15 04:14:22.580942 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2330 | 2025.05.15 04:14:22.581454 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2331 | 2025.05.15 04:14:22.581493 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2332 | 2025.05.15 04:14:22.581817 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2333 | 2025.05.15 04:14:22.582041 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2334 | 2025.05.15 04:14:22.582173 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001289 sec., 164468.58029480217 rows/sec., 10.46 MiB/sec. | ||
2335 | 2025.05.15 04:14:22.582210 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} <Debug> TCPHandler: Processed in 0.001455495 sec. | ||
2336 | 2025.05.15 04:14:22.582324 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2337 | 2025.05.15 04:14:22.582420 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2338 | 2025.05.15 04:14:22.582461 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2339 | 2025.05.15 04:14:22.582860 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Trace> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2340 | 2025.05.15 04:14:22.582897 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2341 | 2025.05.15 04:14:22.583205 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2342 | 2025.05.15 04:14:22.583422 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Trace> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2343 | 2025.05.15 04:14:22.583553 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001149 sec., 8703.220191470844 rows/sec., 709.69 KiB/sec. | ||
2344 | 2025.05.15 04:14:22.583591 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} <Debug> TCPHandler: Processed in 0.001317732 sec. | ||
2345 | 2025.05.15 04:14:22.583702 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2346 | 2025.05.15 04:14:22.583799 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2347 | 2025.05.15 04:14:22.583838 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2348 | 2025.05.15 04:14:22.584544 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2349 | 2025.05.15 04:14:22.584582 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2350 | 2025.05.15 04:14:22.584942 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2351 | 2025.05.15 04:14:22.585166 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2352 | 2025.05.15 04:14:22.585295 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Debug> executeQuery: Read 692 rows, 56.39 KiB in 0.001513 sec., 457369.4646397885 rows/sec., 36.40 MiB/sec. | ||
2353 | 2025.05.15 04:14:22.585334 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} <Debug> TCPHandler: Processed in 0.001682923 sec. | ||
2354 | 2025.05.15 04:14:22.585448 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2355 | 2025.05.15 04:14:22.585549 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2356 | 2025.05.15 04:14:22.585591 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2357 | 2025.05.15 04:14:22.586029 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2358 | 2025.05.15 04:14:22.586066 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2359 | 2025.05.15 04:14:22.586373 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2360 | 2025.05.15 04:14:22.586591 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2361 | 2025.05.15 04:14:22.586719 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Debug> executeQuery: Read 151 rows, 9.72 KiB in 0.001187 sec., 127211.45745577085 rows/sec., 7.99 MiB/sec. | ||
2362 | 2025.05.15 04:14:22.586759 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} <Debug> TCPHandler: Processed in 0.001361253 sec. | ||
2363 | 2025.05.15 04:14:22.586870 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2364 | 2025.05.15 04:14:22.586965 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2365 | 2025.05.15 04:14:22.587005 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2366 | 2025.05.15 04:14:22.587424 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2367 | 2025.05.15 04:14:22.587462 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2368 | 2025.05.15 04:14:22.587760 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2369 | 2025.05.15 04:14:22.588003 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2370 | 2025.05.15 04:14:22.588134 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001185 sec., 95358.64978902953 rows/sec., 6.17 MiB/sec. | ||
2371 | 2025.05.15 04:14:22.588174 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} <Debug> TCPHandler: Processed in 0.001353633 sec. | ||
2372 | 2025.05.15 04:14:22.588286 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2373 | 2025.05.15 04:14:22.588382 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2374 | 2025.05.15 04:14:22.588423 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2375 | 2025.05.15 04:14:22.588838 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2376 | 2025.05.15 04:14:22.588875 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2377 | 2025.05.15 04:14:22.589171 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2378 | 2025.05.15 04:14:22.589385 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2379 | 2025.05.15 04:14:22.589512 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001147 sec., 97646.0331299041 rows/sec., 5.56 MiB/sec. | ||
2380 | 2025.05.15 04:14:22.589551 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} <Debug> TCPHandler: Processed in 0.001315101 sec. | ||
2381 | 2025.05.15 04:14:22.589664 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2382 | 2025.05.15 04:14:22.589758 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2383 | 2025.05.15 04:14:22.589798 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2384 | 2025.05.15 04:14:22.590330 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2385 | 2025.05.15 04:14:22.590365 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2386 | 2025.05.15 04:14:22.590691 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2387 | 2025.05.15 04:14:22.590911 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2388 | 2025.05.15 04:14:22.591048 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Debug> executeQuery: Read 427 rows, 31.20 KiB in 0.001305 sec., 327203.0651340996 rows/sec., 23.35 MiB/sec. | ||
2389 | 2025.05.15 04:14:22.591086 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} <Debug> TCPHandler: Processed in 0.001473147 sec. | ||
2390 | 2025.05.15 04:14:22.591203 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2391 | 2025.05.15 04:14:22.591298 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2392 | 2025.05.15 04:14:22.591340 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2393 | 2025.05.15 04:14:22.591674 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2394 | 2025.05.15 04:14:22.591711 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2395 | 2025.05.15 04:14:22.592017 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2396 | 2025.05.15 04:14:22.592254 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2397 | 2025.05.15 04:14:22.592341 [ 113 ] {} <Debug> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2398 | 2025.05.15 04:14:22.592377 [ 113 ] {} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2399 | 2025.05.15 04:14:22.592380 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. | ||
2400 | 2025.05.15 04:14:22.592397 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2401 | 2025.05.15 04:14:22.592421 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} <Debug> TCPHandler: Processed in 0.00126838 sec. | ||
2402 | 2025.05.15 04:14:22.592505 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::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 | ||
2403 | 2025.05.15 04:14:22.592534 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2404 | 2025.05.15 04:14:22.592639 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2405 | 2025.05.15 04:14:22.592642 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2406 | 2025.05.15 04:14:22.592688 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2407 | 2025.05.15 04:14:22.592689 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
2408 | 2025.05.15 04:14:22.592763 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
2409 | 2025.05.15 04:14:22.592808 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2410 | 2025.05.15 04:14:22.592845 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
2411 | 2025.05.15 04:14:22.592879 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
2412 | 2025.05.15 04:14:22.592916 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
2413 | 2025.05.15 04:14:22.593113 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2414 | 2025.05.15 04:14:22.593156 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2415 | 2025.05.15 04:14:22.593512 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2416 | 2025.05.15 04:14:22.593672 [ 197 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001218938 sec., 29533.905744180593 rows/sec., 1.51 MiB/sec. | ||
2417 | 2025.05.15 04:14:22.593745 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2418 | 2025.05.15 04:14:22.593793 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2419 | 2025.05.15 04:14:22.593884 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001262 sec., 191759.1125198098 rows/sec., 12.86 MiB/sec. | ||
2420 | 2025.05.15 04:14:22.593928 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} <Debug> TCPHandler: Processed in 0.001444835 sec. | ||
2421 | 2025.05.15 04:14:22.594046 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2422 | 2025.05.15 04:14:22.594049 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2423 | 2025.05.15 04:14:22.594133 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2424 | 2025.05.15 04:14:22.594145 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2425 | 2025.05.15 04:14:22.594194 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2426 | 2025.05.15 04:14:22.594198 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2427 | 2025.05.15 04:14:22.594528 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2428 | 2025.05.15 04:14:22.594576 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2429 | 2025.05.15 04:14:22.594886 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2430 | 2025.05.15 04:14:22.595108 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2431 | 2025.05.15 04:14:22.595240 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. | ||
2432 | 2025.05.15 04:14:22.595276 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} <Debug> TCPHandler: Processed in 0.00128052 sec. | ||
2433 | 2025.05.15 04:14:22.595385 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2434 | 2025.05.15 04:14:22.595479 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2435 | 2025.05.15 04:14:22.595533 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <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 | ||
2436 | 2025.05.15 04:14:22.596353 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2437 | 2025.05.15 04:14:22.596389 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2438 | 2025.05.15 04:14:22.596948 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2439 | 2025.05.15 04:14:22.597205 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2440 | 2025.05.15 04:14:22.597346 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.001884 sec., 18577.494692144373 rows/sec., 33.29 MiB/sec. | ||
2441 | 2025.05.15 04:14:22.597404 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} <Debug> TCPHandler: Processed in 0.002069425 sec. | ||
2442 | 2025.05.15 04:14:22.597518 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2443 | 2025.05.15 04:14:22.597615 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2444 | 2025.05.15 04:14:22.597657 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2445 | 2025.05.15 04:14:22.597992 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2025.05.15 04:14:22.598028 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2447 | 2025.05.15 04:14:22.598347 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2448 | 2025.05.15 04:14:22.598579 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2449 | 2025.05.15 04:14:22.598709 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001111 sec., 73807.3807380738 rows/sec., 4.69 MiB/sec. | ||
2450 | 2025.05.15 04:14:22.598746 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} <Debug> TCPHandler: Processed in 0.001278981 sec. | ||
2451 | 2025.05.15 04:14:24.568292 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
2452 | 2025.05.15 04:14:24.568805 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2453 | 2025.05.15 04:14:24.568842 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2454 | 2025.05.15 04:14:24.569318 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2455 | 2025.05.15 04:14:24.569550 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2456 | 2025.05.15 04:14:24.569674 [ 125 ] {} <Debug> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2457 | 2025.05.15 04:14:24.569690 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
2458 | 2025.05.15 04:14:24.569721 [ 125 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2025.05.15 04:14:24.569744 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2460 | 2025.05.15 04:14:24.569829 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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 | ||
2461 | 2025.05.15 04:14:24.569901 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2462 | 2025.05.15 04:14:24.569930 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
2463 | 2025.05.15 04:14:24.570008 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
2464 | 2025.05.15 04:14:24.570051 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
2465 | 2025.05.15 04:14:24.570093 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
2466 | 2025.05.15 04:14:24.570134 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
2467 | 2025.05.15 04:14:24.570170 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
2468 | 2025.05.15 04:14:24.571466 [ 198 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001665122 sec., 3040618.0448039244 rows/sec., 43.50 MiB/sec. | ||
2469 | 2025.05.15 04:14:24.571846 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2470 | 2025.05.15 04:14:24.572087 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2471 | 2025.05.15 04:14:24.572151 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2472 | 2025.05.15 04:14:24.572215 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2473 | 2025.05.15 04:14:24.845509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2474 | 2025.05.15 04:14:24.864261 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2475 | 2025.05.15 04:14:24.864329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2476 | 2025.05.15 04:14:24.870428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2477 | 2025.05.15 04:14:24.871151 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2478 | 2025.05.15 04:14:24.871442 [ 125 ] {} <Debug> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2479 | 2025.05.15 04:14:24.871520 [ 125 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2480 | 2025.05.15 04:14:24.871554 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2481 | 2025.05.15 04:14:24.871696 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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 | ||
2482 | 2025.05.15 04:14:24.874655 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2483 | 2025.05.15 04:14:24.875384 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2484 | 2025.05.15 04:14:24.876738 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
2485 | 2025.05.15 04:14:24.881446 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
2486 | 2025.05.15 04:14:24.885776 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
2487 | 2025.05.15 04:14:24.890060 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
2488 | 2025.05.15 04:14:24.894578 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
2489 | 2025.05.15 04:14:24.898416 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
2490 | 2025.05.15 04:14:24.950809 [ 200 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079175801 sec., 1048.3000986627214 rows/sec., 5.42 MiB/sec. | ||
2491 | 2025.05.15 04:14:24.953342 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2492 | 2025.05.15 04:14:24.955563 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2493 | 2025.05.15 04:14:24.955681 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2494 | 2025.05.15 04:14:24.958111 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2495 | 2025.05.15 04:14:25.001164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.31 MiB, peak 194.20 MiB, free memory in arenas 0.00 B, will set to 193.41 MiB (RSS), difference: 9.11 MiB | ||
2496 | 2025.05.15 04:14:27.568295 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2497 | 2025.05.15 04:14:27.568498 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2498 | 2025.05.15 04:14:27.568572 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2499 | 2025.05.15 04:14:27.569206 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2500 | 2025.05.15 04:14:27.569256 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2501 | 2025.05.15 04:14:27.569674 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2502 | 2025.05.15 04:14:27.569918 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2503 | 2025.05.15 04:14:27.570077 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001629 sec., 39287.90669122161 rows/sec., 3.11 MiB/sec. | ||
2504 | 2025.05.15 04:14:27.570120 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} <Debug> TCPHandler: Processed in 0.001962292 sec. | ||
2505 | 2025.05.15 04:14:27.570232 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2025.05.15 04:14:27.570328 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2507 | 2025.05.15 04:14:27.570370 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2508 | 2025.05.15 04:14:27.570766 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2025.05.15 04:14:27.570803 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2510 | 2025.05.15 04:14:27.571107 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2511 | 2025.05.15 04:14:27.571332 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2512 | 2025.05.15 04:14:27.571460 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001149 sec., 3481.2880765883374 rows/sec., 261.78 KiB/sec. | ||
2513 | 2025.05.15 04:14:27.571499 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} <Debug> TCPHandler: Processed in 0.001316822 sec. | ||
2514 | 2025.05.15 04:14:27.571638 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2515 | 2025.05.15 04:14:27.571733 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2516 | 2025.05.15 04:14:27.571772 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2517 | 2025.05.15 04:14:27.572184 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2025.05.15 04:14:27.572241 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2519 | 2025.05.15 04:14:27.572577 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2520 | 2025.05.15 04:14:27.572820 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2521 | 2025.05.15 04:14:27.572948 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001231 sec., 55239.64256701868 rows/sec., 4.31 MiB/sec. | ||
2522 | 2025.05.15 04:14:27.573012 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} <Debug> TCPHandler: Processed in 0.001425045 sec. | ||
2523 | 2025.05.15 04:14:27.573128 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2524 | 2025.05.15 04:14:27.573223 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2525 | 2025.05.15 04:14:27.573266 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2526 | 2025.05.15 04:14:27.573667 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2527 | 2025.05.15 04:14:27.573704 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2528 | 2025.05.15 04:14:27.574045 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2529 | 2025.05.15 04:14:27.574290 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2530 | 2025.05.15 04:14:27.574422 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. | ||
2531 | 2025.05.15 04:14:27.574461 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} <Debug> TCPHandler: Processed in 0.001382544 sec. | ||
2532 | 2025.05.15 04:14:27.574564 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2533 | 2025.05.15 04:14:27.574659 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2534 | 2025.05.15 04:14:27.574714 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <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 | ||
2535 | 2025.05.15 04:14:27.575413 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2536 | 2025.05.15 04:14:27.575452 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2537 | 2025.05.15 04:14:27.575946 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2538 | 2025.05.15 04:14:27.576176 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2539 | 2025.05.15 04:14:27.576315 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.001672 sec., 2392.3444976076553 rows/sec., 4.29 MiB/sec. | ||
2540 | 2025.05.15 04:14:27.576372 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} <Debug> TCPHandler: Processed in 0.001857748 sec. | ||
2541 | 2025.05.15 04:14:27.576485 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2542 | 2025.05.15 04:14:27.576581 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2543 | 2025.05.15 04:14:27.576622 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2544 | 2025.05.15 04:14:27.576976 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2545 | 2025.05.15 04:14:27.577014 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2546 | 2025.05.15 04:14:27.577330 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2547 | 2025.05.15 04:14:27.577561 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2548 | 2025.05.15 04:14:27.577692 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. | ||
2549 | 2025.05.15 04:14:27.577731 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} <Debug> TCPHandler: Processed in 0.001292531 sec. | ||
2550 | 2025.05.15 04:14:32.001875 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2551 | 2025.05.15 04:14:32.001940 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2552 | 2025.05.15 04:14:32.069904 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2553 | 2025.05.15 04:14:32.070411 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2554 | 2025.05.15 04:14:32.070460 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2555 | 2025.05.15 04:14:32.071042 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2556 | 2025.05.15 04:14:32.071289 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2557 | 2025.05.15 04:14:32.071433 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2558 | 2025.05.15 04:14:32.076915 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 376 | ||
2559 | 2025.05.15 04:14:32.079345 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2560 | 2025.05.15 04:14:32.079404 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2561 | 2025.05.15 04:14:32.080664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2562 | 2025.05.15 04:14:32.080946 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2563 | 2025.05.15 04:14:32.081290 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 376 | ||
2564 | 2025.05.15 04:14:32.374871 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2565 | 2025.05.15 04:14:32.393239 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2566 | 2025.05.15 04:14:32.393297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2567 | 2025.05.15 04:14:32.398962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2568 | 2025.05.15 04:14:32.399672 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2569 | 2025.05.15 04:14:32.402893 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2570 | 2025.05.15 04:14:32.575967 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2571 | 2025.05.15 04:14:32.576156 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2572 | 2025.05.15 04:14:32.576225 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2573 | 2025.05.15 04:14:32.576993 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2574 | 2025.05.15 04:14:32.577043 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2575 | 2025.05.15 04:14:32.577457 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2576 | 2025.05.15 04:14:32.577704 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2577 | 2025.05.15 04:14:32.577860 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001753 sec., 120935.53907586994 rows/sec., 7.69 MiB/sec. | ||
2578 | 2025.05.15 04:14:32.577903 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} <Debug> TCPHandler: Processed in 0.002063266 sec. | ||
2579 | 2025.05.15 04:14:32.578034 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2580 | 2025.05.15 04:14:32.578132 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2581 | 2025.05.15 04:14:32.578174 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2582 | 2025.05.15 04:14:32.578990 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2583 | 2025.05.15 04:14:32.579030 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2584 | 2025.05.15 04:14:32.579414 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2585 | 2025.05.15 04:14:32.579646 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2586 | 2025.05.15 04:14:32.579777 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Debug> executeQuery: Read 687 rows, 56.03 KiB in 0.001663 sec., 413108.83944678295 rows/sec., 32.90 MiB/sec. | ||
2587 | 2025.05.15 04:14:32.579817 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} <Debug> TCPHandler: Processed in 0.001834598 sec. | ||
2588 | 2025.05.15 04:14:32.579940 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2025.05.15 04:14:32.580039 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2590 | 2025.05.15 04:14:32.580080 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2591 | 2025.05.15 04:14:32.580515 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2592 | 2025.05.15 04:14:32.580553 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2593 | 2025.05.15 04:14:32.580861 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2594 | 2025.05.15 04:14:32.581094 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2595 | 2025.05.15 04:14:32.581222 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001201 sec., 117402.16486261449 rows/sec., 7.33 MiB/sec. | ||
2596 | 2025.05.15 04:14:32.581261 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} <Debug> TCPHandler: Processed in 0.001369883 sec. | ||
2597 | 2025.05.15 04:14:32.581379 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2598 | 2025.05.15 04:14:32.581473 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2599 | 2025.05.15 04:14:32.581513 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2600 | 2025.05.15 04:14:32.581946 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2601 | 2025.05.15 04:14:32.581984 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2602 | 2025.05.15 04:14:32.582292 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2603 | 2025.05.15 04:14:32.582514 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2604 | 2025.05.15 04:14:32.582659 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. | ||
2605 | 2025.05.15 04:14:32.582706 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} <Debug> TCPHandler: Processed in 0.001376833 sec. | ||
2606 | 2025.05.15 04:14:32.582820 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2607 | 2025.05.15 04:14:32.582913 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2608 | 2025.05.15 04:14:32.582951 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2609 | 2025.05.15 04:14:32.583367 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2025.05.15 04:14:32.583403 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2611 | 2025.05.15 04:14:32.583728 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2612 | 2025.05.15 04:14:32.583961 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2025.05.15 04:14:32.584091 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001197 sec., 93567.25146198831 rows/sec., 5.33 MiB/sec. | ||
2614 | 2025.05.15 04:14:32.584128 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} <Debug> TCPHandler: Processed in 0.001355533 sec. | ||
2615 | 2025.05.15 04:14:32.584237 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2025.05.15 04:14:32.584330 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2617 | 2025.05.15 04:14:32.584368 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2618 | 2025.05.15 04:14:32.584862 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2619 | 2025.05.15 04:14:32.584896 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2620 | 2025.05.15 04:14:32.585193 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2621 | 2025.05.15 04:14:32.585385 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2622 | 2025.05.15 04:14:32.585500 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.001248 sec., 334134.6153846154 rows/sec., 23.78 MiB/sec. | ||
2623 | 2025.05.15 04:14:32.585534 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} <Debug> TCPHandler: Processed in 0.001405805 sec. | ||
2624 | 2025.05.15 04:14:32.585707 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2025.05.15 04:14:32.585799 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2626 | 2025.05.15 04:14:32.585838 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2627 | 2025.05.15 04:14:32.586163 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2628 | 2025.05.15 04:14:32.586199 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2629 | 2025.05.15 04:14:32.586488 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2630 | 2025.05.15 04:14:32.586690 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2631 | 2025.05.15 04:14:32.586812 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. | ||
2632 | 2025.05.15 04:14:32.586846 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} <Debug> TCPHandler: Processed in 0.001185867 sec. | ||
2633 | 2025.05.15 04:14:32.586947 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2634 | 2025.05.15 04:14:32.587038 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2635 | 2025.05.15 04:14:32.587080 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2636 | 2025.05.15 04:14:32.587466 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2025.05.15 04:14:32.587501 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2638 | 2025.05.15 04:14:32.587824 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2639 | 2025.05.15 04:14:32.588025 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2025.05.15 04:14:32.588146 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001125 sec., 210666.6666666667 rows/sec., 14.12 MiB/sec. | ||
2641 | 2025.05.15 04:14:32.588181 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} <Debug> TCPHandler: Processed in 0.00128028 sec. | ||
2642 | 2025.05.15 04:14:32.588289 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2025.05.15 04:14:32.588381 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2644 | 2025.05.15 04:14:32.588420 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2645 | 2025.05.15 04:14:32.588727 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2025.05.15 04:14:32.588762 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2647 | 2025.05.15 04:14:32.589048 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2648 | 2025.05.15 04:14:32.589255 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2025.05.15 04:14:32.589378 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. | ||
2650 | 2025.05.15 04:14:32.589413 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} <Debug> TCPHandler: Processed in 0.001170107 sec. | ||
2651 | 2025.05.15 04:14:32.589521 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2652 | 2025.05.15 04:14:32.589612 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2653 | 2025.05.15 04:14:32.589662 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <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 | ||
2654 | 2025.05.15 04:14:32.590456 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2655 | 2025.05.15 04:14:32.590492 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2656 | 2025.05.15 04:14:32.591042 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2657 | 2025.05.15 04:14:32.591261 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2658 | 2025.05.15 04:14:32.591392 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.001797 sec., 19476.90595436839 rows/sec., 34.90 MiB/sec. | ||
2659 | 2025.05.15 04:14:32.591452 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} <Debug> TCPHandler: Processed in 0.001976583 sec. | ||
2660 | 2025.05.15 04:14:32.591624 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2661 | 2025.05.15 04:14:32.591749 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2662 | 2025.05.15 04:14:32.591801 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2663 | 2025.05.15 04:14:32.592139 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2664 | 2025.05.15 04:14:32.592175 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2665 | 2025.05.15 04:14:32.592473 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2666 | 2025.05.15 04:14:32.592685 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2667 | 2025.05.15 04:14:32.592806 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001079 sec., 75996.29286376273 rows/sec., 4.83 MiB/sec. | ||
2668 | 2025.05.15 04:14:32.592840 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} <Debug> TCPHandler: Processed in 0.00127029 sec. | ||
2669 | 2025.05.15 04:14:32.990557 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2670 | 2025.05.15 04:14:32.990785 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2671 | 2025.05.15 04:14:32.991122 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2672 | 2025.05.15 04:14:32.991162 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2673 | 2025.05.15 04:14:32.991405 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2674 | 2025.05.15 04:14:32.991475 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2675 | 2025.05.15 04:14:32.991613 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2676 | 2025.05.15 04:14:32.991712 [ 288 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2677 | 2025.05.15 04:14:32.991745 [ 292 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2678 | 2025.05.15 04:14:32.991755 [ 293 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2679 | 2025.05.15 04:14:32.991762 [ 290 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2680 | 2025.05.15 04:14:32.991938 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2681 | 2025.05.15 04:14:32.991966 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2682 | 2025.05.15 04:14:32.992047 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2683 | 2025.05.15 04:14:32.992068 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2684 | 2025.05.15 04:14:32.992102 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2685 | 2025.05.15 04:14:32.992145 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2686 | 2025.05.15 04:14:32.992181 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2687 | 2025.05.15 04:14:32.992961 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002272 sec., 14964.788732394365 rows/sec., 575.97 KiB/sec. | ||
2688 | 2025.05.15 04:14:32.993092 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} <Debug> TCPHandler: Processed in 0.002662793 sec. | ||
2689 | 2025.05.15 04:14:32.993383 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2690 | 2025.05.15 04:14:32.993531 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2691 | 2025.05.15 04:14:32.993759 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2692 | 2025.05.15 04:14:32.993794 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2693 | 2025.05.15 04:14:32.993994 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2694 | 2025.05.15 04:14:32.994049 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2695 | 2025.05.15 04:14:32.994160 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2696 | 2025.05.15 04:14:32.994217 [ 288 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2697 | 2025.05.15 04:14:32.994229 [ 292 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2698 | 2025.05.15 04:14:32.994237 [ 293 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2699 | 2025.05.15 04:14:32.994237 [ 290 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2700 | 2025.05.15 04:14:32.994365 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2701 | 2025.05.15 04:14:32.994390 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2702 | 2025.05.15 04:14:32.994460 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2703 | 2025.05.15 04:14:32.994480 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2704 | 2025.05.15 04:14:32.994511 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2705 | 2025.05.15 04:14:32.994543 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2706 | 2025.05.15 04:14:32.994572 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2707 | 2025.05.15 04:14:32.995236 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001771 sec., 19198.19311123659 rows/sec., 738.90 KiB/sec. | ||
2708 | 2025.05.15 04:14:32.995363 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} <Debug> TCPHandler: Processed in 0.002031844 sec. | ||
2709 | 2025.05.15 04:14:32.995587 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2025.05.15 04:14:32.995727 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2711 | 2025.05.15 04:14:32.995946 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2712 | 2025.05.15 04:14:32.995981 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2713 | 2025.05.15 04:14:32.996179 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2714 | 2025.05.15 04:14:32.996232 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2715 | 2025.05.15 04:14:32.996332 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2716 | 2025.05.15 04:14:32.996400 [ 293 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2717 | 2025.05.15 04:14:32.996409 [ 292 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2718 | 2025.05.15 04:14:32.996420 [ 288 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2719 | 2025.05.15 04:14:32.996416 [ 290 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2720 | 2025.05.15 04:14:32.996560 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2721 | 2025.05.15 04:14:32.996586 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2722 | 2025.05.15 04:14:32.996653 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2723 | 2025.05.15 04:14:32.996670 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2724 | 2025.05.15 04:14:32.996697 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2725 | 2025.05.15 04:14:32.996726 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2726 | 2025.05.15 04:14:32.996754 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2727 | 2025.05.15 04:14:32.997361 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001743 sec., 19506.59781985083 rows/sec., 750.77 KiB/sec. | ||
2728 | 2025.05.15 04:14:32.997467 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} <Debug> TCPHandler: Processed in 0.001986233 sec. | ||
2729 | 2025.05.15 04:14:32.997757 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2730 | 2025.05.15 04:14:32.997895 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2731 | 2025.05.15 04:14:32.998108 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2732 | 2025.05.15 04:14:32.998144 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2733 | 2025.05.15 04:14:32.998346 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2734 | 2025.05.15 04:14:32.998398 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2735 | 2025.05.15 04:14:32.998495 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2736 | 2025.05.15 04:14:32.998561 [ 292 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2737 | 2025.05.15 04:14:32.998571 [ 293 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2738 | 2025.05.15 04:14:32.998574 [ 288 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2739 | 2025.05.15 04:14:32.998576 [ 290 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2740 | 2025.05.15 04:14:32.998712 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2741 | 2025.05.15 04:14:32.998737 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2742 | 2025.05.15 04:14:32.998803 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2743 | 2025.05.15 04:14:32.998821 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2744 | 2025.05.15 04:14:32.998851 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2745 | 2025.05.15 04:14:32.998881 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2746 | 2025.05.15 04:14:32.998908 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2747 | 2025.05.15 04:14:32.999477 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00164 sec., 20731.70731707317 rows/sec., 797.92 KiB/sec. | ||
2748 | 2025.05.15 04:14:32.999592 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} <Debug> TCPHandler: Processed in 0.0018846 sec. | ||
2749 | 2025.05.15 04:14:32.999814 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2750 | 2025.05.15 04:14:32.999951 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2751 | 2025.05.15 04:14:33.000165 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2752 | 2025.05.15 04:14:33.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.00 MiB, peak 197.96 MiB, free memory in arenas 0.00 B, will set to 193.55 MiB (RSS), difference: -1.45 MiB | ||
2753 | 2025.05.15 04:14:33.000201 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2754 | 2025.05.15 04:14:33.000433 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2755 | 2025.05.15 04:14:33.000486 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2756 | 2025.05.15 04:14:33.000584 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2757 | 2025.05.15 04:14:33.000653 [ 293 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2758 | 2025.05.15 04:14:33.000654 [ 292 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2759 | 2025.05.15 04:14:33.000661 [ 290 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2760 | 2025.05.15 04:14:33.000660 [ 288 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2761 | 2025.05.15 04:14:33.000802 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2762 | 2025.05.15 04:14:33.000824 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2763 | 2025.05.15 04:14:33.000890 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2764 | 2025.05.15 04:14:33.000908 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2765 | 2025.05.15 04:14:33.000939 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2766 | 2025.05.15 04:14:33.000973 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2767 | 2025.05.15 04:14:33.001004 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2768 | 2025.05.15 04:14:33.001582 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001689 sec., 20130.254588513915 rows/sec., 774.77 KiB/sec. | ||
2769 | 2025.05.15 04:14:33.001702 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} <Debug> TCPHandler: Processed in 0.001937431 sec. | ||
2770 | 2025.05.15 04:14:33.001929 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2771 | 2025.05.15 04:14:33.002067 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2772 | 2025.05.15 04:14:33.002279 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2773 | 2025.05.15 04:14:33.002315 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2774 | 2025.05.15 04:14:33.002515 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2775 | 2025.05.15 04:14:33.002567 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2776 | 2025.05.15 04:14:33.002665 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2777 | 2025.05.15 04:14:33.002734 [ 292 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2778 | 2025.05.15 04:14:33.002743 [ 293 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2779 | 2025.05.15 04:14:33.002741 [ 290 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2780 | 2025.05.15 04:14:33.002734 [ 288 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2781 | 2025.05.15 04:14:33.002891 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2782 | 2025.05.15 04:14:33.002913 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2783 | 2025.05.15 04:14:33.002979 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2784 | 2025.05.15 04:14:33.002998 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2785 | 2025.05.15 04:14:33.003027 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2786 | 2025.05.15 04:14:33.003058 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2787 | 2025.05.15 04:14:33.003085 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2788 | 2025.05.15 04:14:33.003663 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001653 sec., 20568.663036902602 rows/sec., 791.65 KiB/sec. | ||
2789 | 2025.05.15 04:14:33.003783 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} <Debug> TCPHandler: Processed in 0.00190137 sec. | ||
2790 | 2025.05.15 04:14:33.148650 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2791 | 2025.05.15 04:14:33.148840 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2792 | 2025.05.15 04:14:33.148914 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2793 | 2025.05.15 04:14:33.149621 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2794 | 2025.05.15 04:14:33.149675 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2795 | 2025.05.15 04:14:33.150130 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2796 | 2025.05.15 04:14:33.150331 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2797 | 2025.05.15 04:14:33.150490 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001698 sec., 3533.568904593639 rows/sec., 786.77 KiB/sec. | ||
2798 | 2025.05.15 04:14:33.150542 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} <Debug> TCPHandler: Processed in 0.002016993 sec. | ||
2799 | 2025.05.15 04:14:33.150660 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2800 | 2025.05.15 04:14:33.150757 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2801 | 2025.05.15 04:14:33.150798 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2802 | 2025.05.15 04:14:33.151892 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2803 | 2025.05.15 04:14:33.151932 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2804 | 2025.05.15 04:14:33.152341 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2805 | 2025.05.15 04:14:33.152562 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2806 | 2025.05.15 04:14:33.152677 [ 144 ] {} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2807 | 2025.05.15 04:14:33.152699 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Debug> executeQuery: Read 1204 rows, 101.75 KiB in 0.001955 sec., 615856.7774936061 rows/sec., 50.83 MiB/sec. | ||
2808 | 2025.05.15 04:14:33.152734 [ 144 ] {} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2809 | 2025.05.15 04:14:33.152748 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} <Debug> TCPHandler: Processed in 0.002136137 sec. | ||
2810 | 2025.05.15 04:14:33.152762 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2811 | 2025.05.15 04:14:33.152876 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2812 | 2025.05.15 04:14:33.152919 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2813 | 2025.05.15 04:14:33.152988 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2814 | 2025.05.15 04:14:33.153037 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2815 | 2025.05.15 04:14:33.153109 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2816 | 2025.05.15 04:14:33.153156 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 687 rows starting from the beginning of the part | ||
2817 | 2025.05.15 04:14:33.153229 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
2818 | 2025.05.15 04:14:33.153288 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 692 rows starting from the beginning of the part | ||
2819 | 2025.05.15 04:14:33.153334 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
2820 | 2025.05.15 04:14:33.153379 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 687 rows starting from the beginning of the part | ||
2821 | 2025.05.15 04:14:33.153430 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1204 rows starting from the beginning of the part | ||
2822 | 2025.05.15 04:14:33.153547 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2025.05.15 04:14:33.153600 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2824 | 2025.05.15 04:14:33.153986 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2825 | 2025.05.15 04:14:33.154234 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2826 | 2025.05.15 04:14:33.154373 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 214.08 KiB/sec. | ||
2827 | 2025.05.15 04:14:33.154412 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} <Debug> TCPHandler: Processed in 0.001588179 sec. | ||
2828 | 2025.05.15 04:14:33.154512 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2829 | 2025.05.15 04:14:33.154608 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2830 | 2025.05.15 04:14:33.154649 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2831 | 2025.05.15 04:14:33.154989 [ 187 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3398 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147237 sec., 1582498.8112630323 rows/sec., 133.64 MiB/sec. | ||
2832 | 2025.05.15 04:14:33.155117 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2833 | 2025.05.15 04:14:33.155159 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2834 | 2025.05.15 04:14:33.155326 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2835 | 2025.05.15 04:14:33.155497 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2836 | 2025.05.15 04:14:33.155726 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2837 | 2025.05.15 04:14:33.155782 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2838 | 2025.05.15 04:14:33.155830 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2839 | 2025.05.15 04:14:33.155923 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001333 sec., 171042.76069017255 rows/sec., 11.58 MiB/sec. | ||
2840 | 2025.05.15 04:14:33.155938 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
2841 | 2025.05.15 04:14:33.155968 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} <Debug> TCPHandler: Processed in 0.001505368 sec. | ||
2842 | 2025.05.15 04:14:33.156074 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2843 | 2025.05.15 04:14:33.156169 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2844 | 2025.05.15 04:14:33.156209 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2845 | 2025.05.15 04:14:33.156786 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2846 | 2025.05.15 04:14:33.156823 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2847 | 2025.05.15 04:14:33.157141 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2848 | 2025.05.15 04:14:33.157357 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2849 | 2025.05.15 04:14:33.157456 [ 144 ] {} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2850 | 2025.05.15 04:14:33.157484 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.001333 sec., 393098.27456864214 rows/sec., 29.10 MiB/sec. | ||
2851 | 2025.05.15 04:14:33.157489 [ 144 ] {} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2025.05.15 04:14:33.157526 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2853 | 2025.05.15 04:14:33.157530 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} <Debug> TCPHandler: Processed in 0.001502978 sec. | ||
2854 | 2025.05.15 04:14:33.157615 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2855 | 2025.05.15 04:14:33.157665 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2856 | 2025.05.15 04:14:33.157718 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2857 | 2025.05.15 04:14:33.157748 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part | ||
2858 | 2025.05.15 04:14:33.157761 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2859 | 2025.05.15 04:14:33.157804 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2860 | 2025.05.15 04:14:33.157810 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
2861 | 2025.05.15 04:14:33.157857 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
2862 | 2025.05.15 04:14:33.157899 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part | ||
2863 | 2025.05.15 04:14:33.157938 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 417 rows starting from the beginning of the part | ||
2864 | 2025.05.15 04:14:33.157976 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 524 rows starting from the beginning of the part | ||
2865 | 2025.05.15 04:14:33.159009 [ 191 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.001433416 sec., 1353410.3149399755 rows/sec., 103.34 MiB/sec. | ||
2866 | 2025.05.15 04:14:33.159190 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2867 | 2025.05.15 04:14:33.159268 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2868 | 2025.05.15 04:14:33.159312 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2869 | 2025.05.15 04:14:33.159485 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2870 | 2025.05.15 04:14:33.159557 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2871 | 2025.05.15 04:14:33.159633 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
2872 | 2025.05.15 04:14:33.159990 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2873 | 2025.05.15 04:14:33.160212 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2874 | 2025.05.15 04:14:33.160318 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2875 | 2025.05.15 04:14:33.160344 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Debug> executeQuery: Read 4064 rows, 277.91 KiB in 0.002602 sec., 1561875.4803996924 rows/sec., 104.30 MiB/sec. | ||
2876 | 2025.05.15 04:14:33.160353 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2877 | 2025.05.15 04:14:33.160388 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2878 | 2025.05.15 04:14:33.160389 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} <Debug> TCPHandler: Processed in 0.002773897 sec. | ||
2879 | 2025.05.15 04:14:33.160470 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2880 | 2025.05.15 04:14:33.160512 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2881 | 2025.05.15 04:14:33.160586 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2882 | 2025.05.15 04:14:33.160618 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2883 | 2025.05.15 04:14:33.160624 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2113 rows starting from the beginning of the part | ||
2884 | 2025.05.15 04:14:33.160679 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <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 | ||
2885 | 2025.05.15 04:14:33.160706 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2886 | 2025.05.15 04:14:33.160754 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part | ||
2887 | 2025.05.15 04:14:33.160792 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
2888 | 2025.05.15 04:14:33.160828 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
2889 | 2025.05.15 04:14:33.160864 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4064 rows starting from the beginning of the part | ||
2890 | 2025.05.15 04:14:33.161394 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2891 | 2025.05.15 04:14:33.161437 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2892 | 2025.05.15 04:14:33.161935 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2893 | 2025.05.15 04:14:33.162157 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2894 | 2025.05.15 04:14:33.162297 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.001699 sec., 2354.326074161271 rows/sec., 4.22 MiB/sec. | ||
2895 | 2025.05.15 04:14:33.162355 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} <Debug> TCPHandler: Processed in 0.00189309 sec. | ||
2896 | 2025.05.15 04:14:33.162468 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2025.05.15 04:14:33.162565 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2898 | 2025.05.15 04:14:33.162607 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2899 | 2025.05.15 04:14:33.162924 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2900 | 2025.05.15 04:14:33.162961 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2901 | 2025.05.15 04:14:33.167738 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2902 | 2025.05.15 04:14:33.167960 [ 186 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6976 rows, containing 5 columns (5 merged, 0 gathered) in 0.007520367 sec., 927614.3039295821 rows/sec., 62.48 MiB/sec. | ||
2903 | 2025.05.15 04:14:33.168122 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2025.05.15 04:14:33.168263 [ 107 ] {} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2905 | 2025.05.15 04:14:33.168268 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005722 sec., 2097.1688220901783 rows/sec., 144.73 KiB/sec. | ||
2906 | 2025.05.15 04:14:33.168319 [ 107 ] {} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2907 | 2025.05.15 04:14:33.168327 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} <Debug> TCPHandler: Processed in 0.005910106 sec. | ||
2908 | 2025.05.15 04:14:33.168350 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2909 | 2025.05.15 04:14:33.168450 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
2910 | 2025.05.15 04:14:33.168526 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2911 | 2025.05.15 04:14:33.168575 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2912 | 2025.05.15 04:14:33.168617 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 758 rows starting from the beginning of the part | ||
2913 | 2025.05.15 04:14:33.168695 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2914 | 2025.05.15 04:14:33.168749 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
2915 | 2025.05.15 04:14:33.168801 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
2916 | 2025.05.15 04:14:33.168815 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2917 | 2025.05.15 04:14:33.168848 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
2918 | 2025.05.15 04:14:33.168896 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2919 | 2025.05.15 04:14:33.168910 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
2920 | 2025.05.15 04:14:33.168975 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
2921 | 2025.05.15 04:14:33.170071 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 4 columns (4 merged, 0 gathered) in 0.001664452 sec., 633241.4512404082 rows/sec., 41.34 MiB/sec. | ||
2922 | 2025.05.15 04:14:33.170332 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2923 | 2025.05.15 04:14:33.170669 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2924 | 2025.05.15 04:14:33.170758 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2925 | 2025.05.15 04:14:33.170852 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2926 | 2025.05.15 04:14:37.567027 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2927 | 2025.05.15 04:14:37.567241 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2928 | 2025.05.15 04:14:37.567315 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2929 | 2025.05.15 04:14:37.568031 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2930 | 2025.05.15 04:14:37.568093 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2931 | 2025.05.15 04:14:37.568567 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2932 | 2025.05.15 04:14:37.568809 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2933 | 2025.05.15 04:14:37.568987 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.40 MiB/sec. | ||
2934 | 2025.05.15 04:14:37.569038 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} <Debug> TCPHandler: Processed in 0.002144898 sec. | ||
2935 | 2025.05.15 04:14:37.569174 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2936 | 2025.05.15 04:14:37.569276 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2937 | 2025.05.15 04:14:37.569321 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2938 | 2025.05.15 04:14:37.569789 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2939 | 2025.05.15 04:14:37.569828 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2940 | 2025.05.15 04:14:37.570141 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2941 | 2025.05.15 04:14:37.570396 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2942 | 2025.05.15 04:14:37.570538 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001282 sec., 49921.996879875194 rows/sec., 3.90 MiB/sec. | ||
2943 | 2025.05.15 04:14:37.570579 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} <Debug> TCPHandler: Processed in 0.001458486 sec. | ||
2944 | 2025.05.15 04:14:37.570699 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2945 | 2025.05.15 04:14:37.570797 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2946 | 2025.05.15 04:14:37.570842 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2947 | 2025.05.15 04:14:37.571264 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2948 | 2025.05.15 04:14:37.571302 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2949 | 2025.05.15 04:14:37.571641 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2950 | 2025.05.15 04:14:37.571863 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2951 | 2025.05.15 04:14:37.572007 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001228 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
2952 | 2025.05.15 04:14:37.572046 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} <Debug> TCPHandler: Processed in 0.001396994 sec. | ||
2953 | 2025.05.15 04:14:37.572165 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2954 | 2025.05.15 04:14:37.572262 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2955 | 2025.05.15 04:14:37.572304 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2956 | 2025.05.15 04:14:37.572674 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2957 | 2025.05.15 04:14:37.572711 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2958 | 2025.05.15 04:14:37.573044 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2959 | 2025.05.15 04:14:37.573264 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2960 | 2025.05.15 04:14:37.573406 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00116 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
2961 | 2025.05.15 04:14:37.573443 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} <Debug> TCPHandler: Processed in 0.001329762 sec. | ||
2962 | 2025.05.15 04:14:39.571697 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2963 | 2025.05.15 04:14:39.572481 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2964 | 2025.05.15 04:14:39.572551 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2965 | 2025.05.15 04:14:39.573016 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2966 | 2025.05.15 04:14:39.573237 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2967 | 2025.05.15 04:14:39.573364 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2968 | 2025.05.15 04:14:39.903122 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2969 | 2025.05.15 04:14:39.920941 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2970 | 2025.05.15 04:14:39.920996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2971 | 2025.05.15 04:14:39.927255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2972 | 2025.05.15 04:14:39.927969 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2973 | 2025.05.15 04:14:39.930990 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2974 | 2025.05.15 04:14:40.000197 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.61 MiB, peak 199.61 MiB, free memory in arenas 0.00 B, will set to 197.16 MiB (RSS), difference: 1.56 MiB | ||
2975 | 2025.05.15 04:14:42.081624 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 434 | ||
2976 | 2025.05.15 04:14:42.084609 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2977 | 2025.05.15 04:14:42.084664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2978 | 2025.05.15 04:14:42.085871 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2979 | 2025.05.15 04:14:42.086154 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2980 | 2025.05.15 04:14:42.086423 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
2981 | 2025.05.15 04:14:42.575218 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2982 | 2025.05.15 04:14:42.575400 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2983 | 2025.05.15 04:14:42.575466 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2984 | 2025.05.15 04:14:42.576224 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2985 | 2025.05.15 04:14:42.576280 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2986 | 2025.05.15 04:14:42.576714 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2987 | 2025.05.15 04:14:42.576952 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2988 | 2025.05.15 04:14:42.577100 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001748 sec., 121281.46453089245 rows/sec., 7.71 MiB/sec. | ||
2989 | 2025.05.15 04:14:42.577141 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} <Debug> TCPHandler: Processed in 0.002051304 sec. | ||
2990 | 2025.05.15 04:14:42.577263 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2991 | 2025.05.15 04:14:42.577357 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2992 | 2025.05.15 04:14:42.577461 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2993 | 2025.05.15 04:14:42.578232 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2994 | 2025.05.15 04:14:42.578269 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
2995 | 2025.05.15 04:14:42.578626 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2996 | 2025.05.15 04:14:42.578835 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2025.05.15 04:14:42.578971 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Debug> executeQuery: Read 687 rows, 56.03 KiB in 0.001633 sec., 420698.10165339865 rows/sec., 33.51 MiB/sec. | ||
2998 | 2025.05.15 04:14:42.579008 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} <Debug> TCPHandler: Processed in 0.001792266 sec. | ||
2999 | 2025.05.15 04:14:42.579119 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3000 | 2025.05.15 04:14:42.579211 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3001 | 2025.05.15 04:14:42.579336 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3002 | 2025.05.15 04:14:42.579788 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3003 | 2025.05.15 04:14:42.579824 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3004 | 2025.05.15 04:14:42.580125 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3005 | 2025.05.15 04:14:42.580337 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3006 | 2025.05.15 04:14:42.580440 [ 151 ] {} <Debug> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3007 | 2025.05.15 04:14:42.580461 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001268 sec., 111198.738170347 rows/sec., 6.94 MiB/sec. | ||
3008 | 2025.05.15 04:14:42.580507 [ 151 ] {} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3009 | 2025.05.15 04:14:42.580516 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} <Debug> TCPHandler: Processed in 0.001443326 sec. | ||
3010 | 2025.05.15 04:14:42.580535 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3011 | 2025.05.15 04:14:42.580637 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3012 | 2025.05.15 04:14:42.580660 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::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 | ||
3013 | 2025.05.15 04:14:42.580733 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3014 | 2025.05.15 04:14:42.580776 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3015 | 2025.05.15 04:14:42.580820 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3016 | 2025.05.15 04:14:42.580862 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part | ||
3017 | 2025.05.15 04:14:42.580962 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 151 rows starting from the beginning of the part | ||
3018 | 2025.05.15 04:14:42.581017 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
3019 | 2025.05.15 04:14:42.581063 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 141 rows starting from the beginning of the part | ||
3020 | 2025.05.15 04:14:42.581107 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
3021 | 2025.05.15 04:14:42.581151 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 141 rows starting from the beginning of the part | ||
3022 | 2025.05.15 04:14:42.581195 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2025.05.15 04:14:42.581236 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3024 | 2025.05.15 04:14:42.581738 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3025 | 2025.05.15 04:14:42.581973 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3026 | 2025.05.15 04:14:42.582104 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001388 sec., 81412.1037463977 rows/sec., 5.27 MiB/sec. | ||
3027 | 2025.05.15 04:14:42.582139 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} <Debug> TCPHandler: Processed in 0.001549649 sec. | ||
3028 | 2025.05.15 04:14:42.582178 [ 200 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157088 sec., 373039.31554288045 rows/sec., 24.84 MiB/sec. | ||
3029 | 2025.05.15 04:14:42.582247 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3030 | 2025.05.15 04:14:42.582344 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3031 | 2025.05.15 04:14:42.582368 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3032 | 2025.05.15 04:14:42.582382 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3033 | 2025.05.15 04:14:42.582620 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3034 | 2025.05.15 04:14:42.582694 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3035 | 2025.05.15 04:14:42.582771 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3036 | 2025.05.15 04:14:42.582803 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3037 | 2025.05.15 04:14:42.582837 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3038 | 2025.05.15 04:14:42.583151 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3039 | 2025.05.15 04:14:42.583356 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3040 | 2025.05.15 04:14:42.583474 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001149 sec., 97476.06614447344 rows/sec., 5.55 MiB/sec. | ||
3041 | 2025.05.15 04:14:42.583509 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} <Debug> TCPHandler: Processed in 0.001308381 sec. | ||
3042 | 2025.05.15 04:14:42.583616 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3043 | 2025.05.15 04:14:42.583708 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3044 | 2025.05.15 04:14:42.583745 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3045 | 2025.05.15 04:14:42.584295 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3046 | 2025.05.15 04:14:42.584329 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3047 | 2025.05.15 04:14:42.584651 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3048 | 2025.05.15 04:14:42.584859 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3049 | 2025.05.15 04:14:42.584991 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.0013 sec., 320769.2307692308 rows/sec., 22.83 MiB/sec. | ||
3050 | 2025.05.15 04:14:42.585026 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} <Debug> TCPHandler: Processed in 0.001456266 sec. | ||
3051 | 2025.05.15 04:14:42.585135 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3052 | 2025.05.15 04:14:42.585226 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3053 | 2025.05.15 04:14:42.585264 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3054 | 2025.05.15 04:14:42.585585 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3055 | 2025.05.15 04:14:42.585617 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3056 | 2025.05.15 04:14:42.585902 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3057 | 2025.05.15 04:14:42.586108 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3058 | 2025.05.15 04:14:42.586228 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00102 sec., 5882.35294117647 rows/sec., 307.33 KiB/sec. | ||
3059 | 2025.05.15 04:14:42.586262 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} <Debug> TCPHandler: Processed in 0.001174067 sec. | ||
3060 | 2025.05.15 04:14:42.586363 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3061 | 2025.05.15 04:14:42.586453 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3062 | 2025.05.15 04:14:42.586494 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3063 | 2025.05.15 04:14:42.586901 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3064 | 2025.05.15 04:14:42.586935 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3065 | 2025.05.15 04:14:42.587279 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3066 | 2025.05.15 04:14:42.587484 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3067 | 2025.05.15 04:14:42.587611 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001176 sec., 201530.61224489796 rows/sec., 13.51 MiB/sec. | ||
3068 | 2025.05.15 04:14:42.587646 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} <Debug> TCPHandler: Processed in 0.001329012 sec. | ||
3069 | 2025.05.15 04:14:42.587754 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3070 | 2025.05.15 04:14:42.587846 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3071 | 2025.05.15 04:14:42.587885 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3072 | 2025.05.15 04:14:42.588181 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3073 | 2025.05.15 04:14:42.588214 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3074 | 2025.05.15 04:14:42.588496 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3075 | 2025.05.15 04:14:42.588697 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3076 | 2025.05.15 04:14:42.588815 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.000987 sec., 1013.1712259371834 rows/sec., 68.27 KiB/sec. | ||
3077 | 2025.05.15 04:14:42.588848 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} <Debug> TCPHandler: Processed in 0.001140206 sec. | ||
3078 | 2025.05.15 04:14:42.588949 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3079 | 2025.05.15 04:14:42.589052 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3080 | 2025.05.15 04:14:42.589106 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <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 | ||
3081 | 2025.05.15 04:14:42.589971 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3082 | 2025.05.15 04:14:42.590009 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3083 | 2025.05.15 04:14:42.590569 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3084 | 2025.05.15 04:14:42.590788 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2025.05.15 04:14:42.590892 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3086 | 2025.05.15 04:14:42.590922 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.001888 sec., 18538.13559322034 rows/sec., 33.22 MiB/sec. | ||
3087 | 2025.05.15 04:14:42.590936 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2025.05.15 04:14:42.590959 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3089 | 2025.05.15 04:14:42.590973 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} <Debug> TCPHandler: Processed in 0.002072025 sec. | ||
3090 | 2025.05.15 04:14:42.591042 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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 | ||
3091 | 2025.05.15 04:14:42.591096 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3092 | 2025.05.15 04:14:42.591197 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3093 | 2025.05.15 04:14:42.591240 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3094 | 2025.05.15 04:14:42.591290 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3095 | 2025.05.15 04:14:42.591359 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 98 rows starting from the beginning of the part | ||
3096 | 2025.05.15 04:14:42.591525 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part | ||
3097 | 2025.05.15 04:14:42.591582 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3098 | 2025.05.15 04:14:42.591623 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3099 | 2025.05.15 04:14:42.591655 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
3100 | 2025.05.15 04:14:42.591765 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part | ||
3101 | 2025.05.15 04:14:42.591873 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
3102 | 2025.05.15 04:14:42.591947 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3103 | 2025.05.15 04:14:42.591984 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part | ||
3104 | 2025.05.15 04:14:42.592175 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2025.05.15 04:14:42.592311 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001133 sec., 72374.22771403355 rows/sec., 4.60 MiB/sec. | ||
3106 | 2025.05.15 04:14:42.592349 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} <Debug> TCPHandler: Processed in 0.00130227 sec. | ||
3107 | 2025.05.15 04:14:42.594489 [ 189 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 19 columns (19 merged, 0 gathered) in 0.00348543 sec., 60537.72418324282 rows/sec., 108.48 MiB/sec. | ||
3108 | 2025.05.15 04:14:42.595076 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3109 | 2025.05.15 04:14:42.595533 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3110 | 2025.05.15 04:14:42.595637 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3111 | 2025.05.15 04:14:42.595775 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
3112 | 2025.05.15 04:14:44.199492 [ 143 ] {} <Debug> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3113 | 2025.05.15 04:14:44.199559 [ 143 ] {} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3114 | 2025.05.15 04:14:44.199579 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3115 | 2025.05.15 04:14:44.199702 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::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 | ||
3116 | 2025.05.15 04:14:44.199994 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3117 | 2025.05.15 04:14:44.200032 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3118 | 2025.05.15 04:14:44.200107 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
3119 | 2025.05.15 04:14:44.200169 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
3120 | 2025.05.15 04:14:44.200227 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3121 | 2025.05.15 04:14:44.200283 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3122 | 2025.05.15 04:14:44.201770 [ 200 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002122377 sec., 19317.962831297173 rows/sec., 4.08 MiB/sec. | ||
3123 | 2025.05.15 04:14:44.202005 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3124 | 2025.05.15 04:14:44.202422 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3125 | 2025.05.15 04:14:44.202499 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} <Trace> oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3126 | 2025.05.15 04:14:44.202592 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3127 | 2025.05.15 04:14:47.001993 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3128 | 2025.05.15 04:14:47.002060 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3129 | 2025.05.15 04:14:47.073443 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
3130 | 2025.05.15 04:14:47.073923 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3131 | 2025.05.15 04:14:47.073965 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3132 | 2025.05.15 04:14:47.074424 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3133 | 2025.05.15 04:14:47.074647 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3134 | 2025.05.15 04:14:47.074769 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
3135 | 2025.05.15 04:14:47.431068 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
3136 | 2025.05.15 04:14:47.447828 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2025.05.15 04:14:47.447878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3138 | 2025.05.15 04:14:47.453255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3139 | 2025.05.15 04:14:47.453950 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2025.05.15 04:14:47.457092 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
3141 | 2025.05.15 04:14:47.568562 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3142 | 2025.05.15 04:14:47.568847 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3143 | 2025.05.15 04:14:47.568938 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3144 | 2025.05.15 04:14:47.569629 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3145 | 2025.05.15 04:14:47.569680 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3146 | 2025.05.15 04:14:47.570122 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3147 | 2025.05.15 04:14:47.570356 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3148 | 2025.05.15 04:14:47.570518 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001746 sec., 36655.21191294387 rows/sec., 2.90 MiB/sec. | ||
3149 | 2025.05.15 04:14:47.570566 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} <Debug> TCPHandler: Processed in 0.002188059 sec. | ||
3150 | 2025.05.15 04:14:47.570693 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3151 | 2025.05.15 04:14:47.570795 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3152 | 2025.05.15 04:14:47.570838 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3153 | 2025.05.15 04:14:47.571250 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3154 | 2025.05.15 04:14:47.571289 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3155 | 2025.05.15 04:14:47.571605 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3156 | 2025.05.15 04:14:47.571815 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3157 | 2025.05.15 04:14:47.571946 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001173 sec., 3410.059676044331 rows/sec., 256.42 KiB/sec. | ||
3158 | 2025.05.15 04:14:47.571983 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} <Debug> TCPHandler: Processed in 0.001340722 sec. | ||
3159 | 2025.05.15 04:14:47.572088 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3160 | 2025.05.15 04:14:47.572183 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3161 | 2025.05.15 04:14:47.572224 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3162 | 2025.05.15 04:14:47.572632 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3163 | 2025.05.15 04:14:47.572669 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3164 | 2025.05.15 04:14:47.572980 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3165 | 2025.05.15 04:14:47.573201 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3166 | 2025.05.15 04:14:47.573330 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001166 sec., 58319.03945111493 rows/sec., 4.55 MiB/sec. | ||
3167 | 2025.05.15 04:14:47.573367 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} <Debug> TCPHandler: Processed in 0.001329022 sec. | ||
3168 | 2025.05.15 04:14:47.573480 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3169 | 2025.05.15 04:14:47.573574 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3170 | 2025.05.15 04:14:47.573618 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3171 | 2025.05.15 04:14:47.574025 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3172 | 2025.05.15 04:14:47.574061 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3173 | 2025.05.15 04:14:47.574390 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3174 | 2025.05.15 04:14:47.574599 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3175 | 2025.05.15 04:14:47.574726 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. | ||
3176 | 2025.05.15 04:14:47.574762 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} <Debug> TCPHandler: Processed in 0.001331022 sec. | ||
3177 | 2025.05.15 04:14:47.574870 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3178 | 2025.05.15 04:14:47.574964 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3179 | 2025.05.15 04:14:47.575018 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <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 | ||
3180 | 2025.05.15 04:14:47.575744 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3181 | 2025.05.15 04:14:47.575781 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3182 | 2025.05.15 04:14:47.576290 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3183 | 2025.05.15 04:14:47.576527 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3184 | 2025.05.15 04:14:47.576666 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00172 sec., 2325.5813953488373 rows/sec., 4.17 MiB/sec. | ||
3185 | 2025.05.15 04:14:47.576725 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} <Debug> TCPHandler: Processed in 0.001903149 sec. | ||
3186 | 2025.05.15 04:14:47.576838 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3187 | 2025.05.15 04:14:47.576932 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3188 | 2025.05.15 04:14:47.576974 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3189 | 2025.05.15 04:14:47.577315 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3190 | 2025.05.15 04:14:47.577351 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3191 | 2025.05.15 04:14:47.577656 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3192 | 2025.05.15 04:14:47.577866 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3193 | 2025.05.15 04:14:47.577992 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
3194 | 2025.05.15 04:14:47.578028 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} <Debug> TCPHandler: Processed in 0.001239619 sec. | ||
3195 | 2025.05.15 04:14:52.086667 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 468 | ||
3196 | 2025.05.15 04:14:52.088970 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3197 | 2025.05.15 04:14:52.089028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3198 | 2025.05.15 04:14:52.090228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3199 | 2025.05.15 04:14:52.090513 [ 243 ] {} <Trace> system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3200 | 2025.05.15 04:14:52.090865 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
3201 | 2025.05.15 04:14:52.575366 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3202 | 2025.05.15 04:14:52.575549 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3203 | 2025.05.15 04:14:52.575615 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3204 | 2025.05.15 04:14:52.576298 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3205 | 2025.05.15 04:14:52.576339 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3206 | 2025.05.15 04:14:52.576746 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3207 | 2025.05.15 04:14:52.576988 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3208 | 2025.05.15 04:14:52.577100 [ 137 ] {} <Debug> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
3209 | 2025.05.15 04:14:52.577138 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001638 sec., 129426.12942612944 rows/sec., 8.23 MiB/sec. | ||
3210 | 2025.05.15 04:14:52.577140 [ 137 ] {} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3211 | 2025.05.15 04:14:52.577171 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3212 | 2025.05.15 04:14:52.577186 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} <Debug> TCPHandler: Processed in 0.001945081 sec. | ||
3213 | 2025.05.15 04:14:52.577304 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3214 | 2025.05.15 04:14:52.577300 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
3215 | 2025.05.15 04:14:52.577406 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3216 | 2025.05.15 04:14:52.577456 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3217 | 2025.05.15 04:14:52.577457 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3218 | 2025.05.15 04:14:52.577506 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
3219 | 2025.05.15 04:14:52.577574 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
3220 | 2025.05.15 04:14:52.577618 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
3221 | 2025.05.15 04:14:52.577659 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
3222 | 2025.05.15 04:14:52.577700 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
3223 | 2025.05.15 04:14:52.577861 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Trace> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3224 | 2025.05.15 04:14:52.577904 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3225 | 2025.05.15 04:14:52.578222 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3226 | 2025.05.15 04:14:52.578460 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Trace> oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3227 | 2025.05.15 04:14:52.578586 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 135.68 KiB/sec. | ||
3228 | 2025.05.15 04:14:52.578602 [ 192 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001357233 sec., 781000.7566865822 rows/sec., 52.65 MiB/sec. | ||
3229 | 2025.05.15 04:14:52.578624 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} <Debug> TCPHandler: Processed in 0.001373924 sec. | ||
3230 | 2025.05.15 04:14:52.578757 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3231 | 2025.05.15 04:14:52.578764 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3232 | 2025.05.15 04:14:52.578900 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3233 | 2025.05.15 04:14:52.578953 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3234 | 2025.05.15 04:14:52.579007 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2025.05.15 04:14:52.579078 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} <Trace> oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3236 | 2025.05.15 04:14:52.579140 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3237 | 2025.05.15 04:14:52.579643 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3238 | 2025.05.15 04:14:52.579686 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3239 | 2025.05.15 04:14:52.580067 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3240 | 2025.05.15 04:14:52.580289 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3241 | 2025.05.15 04:14:52.580424 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Debug> executeQuery: Read 690 rows, 56.30 KiB in 0.00155 sec., 445161.29032258067 rows/sec., 35.47 MiB/sec. | ||
3242 | 2025.05.15 04:14:52.580463 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} <Debug> TCPHandler: Processed in 0.001761545 sec. | ||
3243 | 2025.05.15 04:14:52.580574 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3244 | 2025.05.15 04:14:52.580671 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3245 | 2025.05.15 04:14:52.580712 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3246 | 2025.05.15 04:14:52.581132 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3247 | 2025.05.15 04:14:52.581168 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3248 | 2025.05.15 04:14:52.581487 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3249 | 2025.05.15 04:14:52.581701 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3250 | 2025.05.15 04:14:52.581829 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Debug> executeQuery: Read 144 rows, 9.23 KiB in 0.001177 sec., 122344.9447748513 rows/sec., 7.66 MiB/sec. | ||
3251 | 2025.05.15 04:14:52.581866 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} <Debug> TCPHandler: Processed in 0.001342553 sec. | ||
3252 | 2025.05.15 04:14:52.581974 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3253 | 2025.05.15 04:14:52.582069 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3254 | 2025.05.15 04:14:52.582109 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3255 | 2025.05.15 04:14:52.582513 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3256 | 2025.05.15 04:14:52.582549 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3257 | 2025.05.15 04:14:52.582857 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3258 | 2025.05.15 04:14:52.583082 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3259 | 2025.05.15 04:14:52.583170 [ 133 ] {} <Debug> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3260 | 2025.05.15 04:14:52.583203 [ 133 ] {} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3261 | 2025.05.15 04:14:52.583206 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001157 sec., 97666.37856525497 rows/sec., 6.32 MiB/sec. | ||
3262 | 2025.05.15 04:14:52.583221 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3263 | 2025.05.15 04:14:52.583249 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} <Debug> TCPHandler: Processed in 0.001325221 sec. | ||
3264 | 2025.05.15 04:14:52.583319 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
3265 | 2025.05.15 04:14:52.583361 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2025.05.15 04:14:52.583458 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3267 | 2025.05.15 04:14:52.583461 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3268 | 2025.05.15 04:14:52.583503 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part | ||
3269 | 2025.05.15 04:14:52.583520 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3270 | 2025.05.15 04:14:52.583579 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
3271 | 2025.05.15 04:14:52.583633 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
3272 | 2025.05.15 04:14:52.583678 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
3273 | 2025.05.15 04:14:52.583723 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
3274 | 2025.05.15 04:14:52.583765 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
3275 | 2025.05.15 04:14:52.583937 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2025.05.15 04:14:52.583980 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3277 | 2025.05.15 04:14:52.584301 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3278 | 2025.05.15 04:14:52.584540 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3279 | 2025.05.15 04:14:52.584634 [ 133 ] {} <Debug> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
3280 | 2025.05.15 04:14:52.584662 [ 133 ] {} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3281 | 2025.05.15 04:14:52.584668 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001225 sec., 91428.57142857143 rows/sec., 5.21 MiB/sec. | ||
3282 | 2025.05.15 04:14:52.584680 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3283 | 2025.05.15 04:14:52.584706 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} <Debug> TCPHandler: Processed in 0.001395084 sec. | ||
3284 | 2025.05.15 04:14:52.584718 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.001447386 sec., 547884.2547875964 rows/sec., 38.02 MiB/sec. | ||
3285 | 2025.05.15 04:14:52.584775 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
3286 | 2025.05.15 04:14:52.584828 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3287 | 2025.05.15 04:14:52.584889 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3288 | 2025.05.15 04:14:52.584929 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3289 | 2025.05.15 04:14:52.584932 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
3290 | 2025.05.15 04:14:52.584932 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3291 | 2025.05.15 04:14:52.585014 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3292 | 2025.05.15 04:14:52.585034 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
3293 | 2025.05.15 04:14:52.585090 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
3294 | 2025.05.15 04:14:52.585154 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
3295 | 2025.05.15 04:14:52.585197 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
3296 | 2025.05.15 04:14:52.585282 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3297 | 2025.05.15 04:14:52.585368 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} <Trace> oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
3298 | 2025.05.15 04:14:52.585453 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3299 | 2025.05.15 04:14:52.585544 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3300 | 2025.05.15 04:14:52.585588 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3301 | 2025.05.15 04:14:52.585947 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3302 | 2025.05.15 04:14:52.586065 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336842 sec., 418897.67077934416 rows/sec., 25.46 MiB/sec. | ||
3303 | 2025.05.15 04:14:52.586167 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3304 | 2025.05.15 04:14:52.586211 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3305 | 2025.05.15 04:14:52.586309 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Debug> executeQuery: Read 420 rows, 30.63 KiB in 0.001397 sec., 300644.2376521117 rows/sec., 21.41 MiB/sec. | ||
3306 | 2025.05.15 04:14:52.586353 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} <Debug> TCPHandler: Processed in 0.001574929 sec. | ||
3307 | 2025.05.15 04:14:52.586463 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3308 | 2025.05.15 04:14:52.586475 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3309 | 2025.05.15 04:14:52.586536 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} <Trace> oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3310 | 2025.05.15 04:14:52.586580 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3311 | 2025.05.15 04:14:52.586598 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3312 | 2025.05.15 04:14:52.586628 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3313 | 2025.05.15 04:14:52.586974 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2025.05.15 04:14:52.587012 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3315 | 2025.05.15 04:14:52.587319 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3316 | 2025.05.15 04:14:52.587541 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Trace> oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3317 | 2025.05.15 04:14:52.587669 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. | ||
3318 | 2025.05.15 04:14:52.587706 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} <Debug> TCPHandler: Processed in 0.0012811 sec. | ||
3319 | 2025.05.15 04:14:52.587817 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3320 | 2025.05.15 04:14:52.587913 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3321 | 2025.05.15 04:14:52.587957 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3322 | 2025.05.15 04:14:52.588340 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3323 | 2025.05.15 04:14:52.588375 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3324 | 2025.05.15 04:14:52.588727 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3325 | 2025.05.15 04:14:52.588938 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3326 | 2025.05.15 04:14:52.589065 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00117 sec., 203418.8034188034 rows/sec., 13.64 MiB/sec. | ||
3327 | 2025.05.15 04:14:52.589102 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} <Debug> TCPHandler: Processed in 0.001334942 sec. | ||
3328 | 2025.05.15 04:14:52.589215 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3329 | 2025.05.15 04:14:52.589310 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3330 | 2025.05.15 04:14:52.589351 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3331 | 2025.05.15 04:14:52.589666 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3332 | 2025.05.15 04:14:52.589701 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3333 | 2025.05.15 04:14:52.589994 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3334 | 2025.05.15 04:14:52.590199 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Trace> oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3335 | 2025.05.15 04:14:52.590325 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. | ||
3336 | 2025.05.15 04:14:52.590362 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} <Debug> TCPHandler: Processed in 0.001197298 sec. | ||
3337 | 2025.05.15 04:14:52.590466 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3338 | 2025.05.15 04:14:52.590561 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3339 | 2025.05.15 04:14:52.590616 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <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 | ||
3340 | 2025.05.15 04:14:52.591390 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3341 | 2025.05.15 04:14:52.591426 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3342 | 2025.05.15 04:14:52.591974 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3343 | 2025.05.15 04:14:52.592203 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3344 | 2025.05.15 04:14:52.592343 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.0018 sec., 20000 rows/sec., 35.84 MiB/sec. | ||
3345 | 2025.05.15 04:14:52.592399 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} <Debug> TCPHandler: Processed in 0.001982803 sec. | ||
3346 | 2025.05.15 04:14:52.592514 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3347 | 2025.05.15 04:14:52.592610 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3348 | 2025.05.15 04:14:52.592652 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3349 | 2025.05.15 04:14:52.592984 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3350 | 2025.05.15 04:14:52.593019 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
3351 | 2025.05.15 04:14:52.593331 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3352 | 2025.05.15 04:14:52.593545 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3353 | 2025.05.15 04:14:52.593674 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. | ||
3354 | 2025.05.15 04:14:52.593711 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} <Debug> TCPHandler: Processed in 0.00124733 sec. | ||
3355 | 2025.05.15 04:14:54.574854 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
3356 | 2025.05.15 04:14:54.575481 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3357 | 2025.05.15 04:14:54.575522 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3358 | 2025.05.15 04:14:54.575985 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3359 | 2025.05.15 04:14:54.576227 [ 245 ] {} <Trace> system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3360 | 2025.05.15 04:14:54.576358 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
3361 | 2025.05.15 04:14:54.957157 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
3362 | 2025.05.15 04:14:54.973228 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3363 | 2025.05.15 04:14:54.973272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3364 | 2025.05.15 04:14:54.979038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3365 | 2025.05.15 04:14:54.979738 [ 244 ] {} <Trace> system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3366 | 2025.05.15 04:14:54.982545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
3367 | 2025.05.15 04:14:57.569129 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3368 | 2025.05.15 04:14:57.569386 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3369 | 2025.05.15 04:14:57.569449 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3370 | 2025.05.15 04:14:57.570076 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3371 | 2025.05.15 04:14:57.570117 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3372 | 2025.05.15 04:14:57.570515 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3373 | 2025.05.15 04:14:57.570735 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3374 | 2025.05.15 04:14:57.570879 [ 120 ] {} <Debug> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3375 | 2025.05.15 04:14:57.570887 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.26 MiB/sec. | ||
3376 | 2025.05.15 04:14:57.570956 [ 120 ] {} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3377 | 2025.05.15 04:14:57.570976 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} <Debug> TCPHandler: Processed in 0.002031595 sec. | ||
3378 | 2025.05.15 04:14:57.570985 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3379 | 2025.05.15 04:14:57.571099 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3380 | 2025.05.15 04:14:57.571107 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3381 | 2025.05.15 04:14:57.571202 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3382 | 2025.05.15 04:14:57.571249 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3383 | 2025.05.15 04:14:57.571253 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3384 | 2025.05.15 04:14:57.571301 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1840 rows starting from the beginning of the part | ||
3385 | 2025.05.15 04:14:57.571379 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3386 | 2025.05.15 04:14:57.571432 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 687 rows starting from the beginning of the part | ||
3387 | 2025.05.15 04:14:57.571488 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
3388 | 2025.05.15 04:14:57.571538 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 690 rows starting from the beginning of the part | ||
3389 | 2025.05.15 04:14:57.571587 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
3390 | 2025.05.15 04:14:57.571647 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3391 | 2025.05.15 04:14:57.571688 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3392 | 2025.05.15 04:14:57.572032 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3393 | 2025.05.15 04:14:57.572254 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Trace> oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3394 | 2025.05.15 04:14:57.572390 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001206 sec., 3316.749585406302 rows/sec., 249.40 KiB/sec. | ||
3395 | 2025.05.15 04:14:57.572427 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} <Debug> TCPHandler: Processed in 0.001378273 sec. | ||
3396 | 2025.05.15 04:14:57.572531 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3397 | 2025.05.15 04:14:57.572626 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3398 | 2025.05.15 04:14:57.572666 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3399 | 2025.05.15 04:14:57.573075 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3400 | 2025.05.15 04:14:57.573111 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3401 | 2025.05.15 04:14:57.573121 [ 192 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.002064635 sec., 1647264.5285970643 rows/sec., 139.13 MiB/sec. | ||
3402 | 2025.05.15 04:14:57.573402 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3403 | 2025.05.15 04:14:57.573458 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3404 | 2025.05.15 04:14:57.573740 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3405 | 2025.05.15 04:14:57.573760 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2025.05.15 04:14:57.573822 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} <Trace> oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3407 | 2025.05.15 04:14:57.573874 [ 120 ] {} <Debug> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3408 | 2025.05.15 04:14:57.573898 [ 120 ] {} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3409 | 2025.05.15 04:14:57.573899 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
3410 | 2025.05.15 04:14:57.573915 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3411 | 2025.05.15 04:14:57.573904 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001296 sec., 52469.135802469136 rows/sec., 4.10 MiB/sec. | ||
3412 | 2025.05.15 04:14:57.573967 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} <Debug> TCPHandler: Processed in 0.001485377 sec. | ||
3413 | 2025.05.15 04:14:57.573973 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3414 | 2025.05.15 04:14:57.574048 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3415 | 2025.05.15 04:14:57.574072 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part | ||
3416 | 2025.05.15 04:14:57.574074 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2025.05.15 04:14:57.574119 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3418 | 2025.05.15 04:14:57.574161 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 417 rows starting from the beginning of the part | ||
3419 | 2025.05.15 04:14:57.574180 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3420 | 2025.05.15 04:14:57.574195 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part | ||
3421 | 2025.05.15 04:14:57.574233 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3422 | 2025.05.15 04:14:57.574237 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 420 rows starting from the beginning of the part | ||
3423 | 2025.05.15 04:14:57.574284 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
3424 | 2025.05.15 04:14:57.574642 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3425 | 2025.05.15 04:14:57.574682 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3426 | 2025.05.15 04:14:57.575041 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3427 | 2025.05.15 04:14:57.575256 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3428 | 2025.05.15 04:14:57.575263 [ 199 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305391 sec., 1487676.8722934355 rows/sec., 113.60 MiB/sec. | ||
3429 | 2025.05.15 04:14:57.575364 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3430 | 2025.05.15 04:14:57.575391 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. | ||
3431 | 2025.05.15 04:14:57.575396 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3432 | 2025.05.15 04:14:57.575433 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3433 | 2025.05.15 04:14:57.575435 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} <Debug> TCPHandler: Processed in 0.001410485 sec. | ||
3434 | 2025.05.15 04:14:57.575453 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3435 | 2025.05.15 04:14:57.575505 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3436 | 2025.05.15 04:14:57.575575 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3437 | 2025.05.15 04:14:57.575602 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3438 | 2025.05.15 04:14:57.575640 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6976 rows starting from the beginning of the part | ||
3439 | 2025.05.15 04:14:57.575679 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3440 | 2025.05.15 04:14:57.575686 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
3441 | 2025.05.15 04:14:57.575734 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3442 | 2025.05.15 04:14:57.575744 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <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 | ||
3443 | 2025.05.15 04:14:57.575749 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
3444 | 2025.05.15 04:14:57.575801 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} <Trace> oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3445 | 2025.05.15 04:14:57.575801 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3446 | 2025.05.15 04:14:57.575847 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 238 rows starting from the beginning of the part | ||
3447 | 2025.05.15 04:14:57.575861 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3448 | 2025.05.15 04:14:57.575883 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
3449 | 2025.05.15 04:14:57.576495 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2025.05.15 04:14:57.576537 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3451 | 2025.05.15 04:14:57.577109 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3452 | 2025.05.15 04:14:57.577444 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Trace> oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2025.05.15 04:14:57.577590 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.001929 sec., 2073.613271124935 rows/sec., 3.72 MiB/sec. | ||
3454 | 2025.05.15 04:14:57.577642 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} <Debug> TCPHandler: Processed in 0.002118157 sec. | ||
3455 | 2025.05.15 04:14:57.577754 [ 4 ] {} <Trace> TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3456 | 2025.05.15 04:14:57.577850 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3457 | 2025.05.15 04:14:57.577893 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3458 | 2025.05.15 04:14:57.578227 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3459 | 2025.05.15 04:14:57.578264 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3460 | 2025.05.15 04:14:57.578471 [ 188 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7899 rows, containing 5 columns (5 merged, 0 gathered) in 0.002999714 sec., 2633251.036598822 rows/sec., 177.65 MiB/sec. | ||
3461 | 2025.05.15 04:14:57.578650 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3462 | 2025.05.15 04:14:57.578890 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3463 | 2025.05.15 04:14:57.578986 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3464 | 2025.05.15 04:14:57.578992 [ 120 ] {} <Debug> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3465 | 2025.05.15 04:14:57.579023 [ 120 ] {} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3466 | 2025.05.15 04:14:57.579025 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. | ||
3467 | 2025.05.15 04:14:57.579040 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
3468 | 2025.05.15 04:14:57.579074 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} <Debug> TCPHandler: Processed in 0.001369004 sec. | ||
3469 | 2025.05.15 04:14:57.579117 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
3470 | 2025.05.15 04:14:57.579215 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3471 | 2025.05.15 04:14:57.579239 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3472 | 2025.05.15 04:14:57.579244 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1054 rows starting from the beginning of the part | ||
3473 | 2025.05.15 04:14:57.579309 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3474 | 2025.05.15 04:14:57.579326 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
3475 | 2025.05.15 04:14:57.579366 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
3476 | 2025.05.15 04:14:57.579368 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
3477 | 2025.05.15 04:14:57.579412 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
3478 | 2025.05.15 04:14:57.579452 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
3479 | 2025.05.15 04:14:57.579489 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
3480 | 2025.05.15 04:14:57.580284 [ 188 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.001195888 sec., 1158971.4086937907 rows/sec., 75.71 MiB/sec. | ||
3481 | 2025.05.15 04:14:57.580445 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3482 | 2025.05.15 04:14:57.580679 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3483 | 2025.05.15 04:14:57.580737 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} <Trace> oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3484 | 2025.05.15 04:14:57.580788 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. |