1 | [ Jul 1 00:11:07 Enabled. ] | ||
2 | [ Jul 1 00:11:07 Rereading configuration. ] | ||
3 | [ Jul 1 00:11:09 Rereading configuration. ] | ||
4 | [ Jul 1 00:11:12 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Jul 1 00:11:12 Method "start" exited with status 0. ] | ||
25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
26 | Logging trace to /var/tmp/clickhouse-server.log | ||
27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
28 | 2025.07.01 00:11:15.434557 [ 1 ] {} <Information> Application: Will watch for the process with pid 25654 | ||
29 | 2025.07.01 00:11:15.434906 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.01 00:11:15.992002 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 25654 | ||
31 | 2025.07.01 00:11:15.992933 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.01 00:11:15.993103 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.01 00:11:16.169983 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.01 00:11:16.267667 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.01 00:11:16.267806 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.01 00:11:16.267845 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.01 00:11:16.267961 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.01 00:11:16.269002 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.01 00:11:16.271620 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
42 | 2025.07.01 00:11:16.272632 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.01 00:11:16.273632 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
44 | 2025.07.01 00:11:16.273692 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
45 | 2025.07.01 00:11:16.273744 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.01 00:11:16.276693 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.01 00:11:16.277980 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.01 00:11:16.284748 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.01 00:11:16.285497 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.01 00:11:16.287116 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.01 00:11:16.287216 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.01 00:11:16.288501 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
55 | 2025.07.01 00:11:16.289040 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.01 00:11:16.293629 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.01 00:11:16.294013 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.01 00:11:16.300338 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.01 00:11:16.300850 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.01 00:11:16.301342 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.01 00:11:16.301733 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.01 00:11:16.303362 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.01 00:11:16.303394 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.01 00:11:16.303488 [ 174 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.01 00:11:16.303617 [ 174 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.01 00:11:16.331664 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.01 00:11:16.331691 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000187686 sec | ||
68 | 2025.07.01 00:11:16.331754 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.01 00:11:16.331800 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.01 00:11:16.332590 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.01 00:11:16.333271 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.01 00:11:16.352185 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.01 00:11:16.352237 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.01 00:11:16.352325 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.01 00:11:16.352339 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.01 00:11:16.352381 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.01 00:11:16.352470 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.01 00:11:16.357103 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.01 00:11:16.357158 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.01 00:11:16.357212 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.01 00:11:16.357407 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.01 00:11:16.357456 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.01 00:11:16.357471 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.01 00:11:16.357556 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.01 00:11:16.357572 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.01 00:11:16.357610 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.01 00:11:16.357705 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.01 00:11:16.384870 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.01 00:11:16.390954 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.01 00:11:16.391032 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.8693e-05 sec | ||
91 | 2025.07.01 00:11:16.391046 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.01 00:11:16.391060 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.01 00:11:16.391084 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.01 00:11:16.391311 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.01 00:11:16.391461 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.01 00:11:16.391476 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.01 00:11:16.391489 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
98 | 2025.07.01 00:11:16.391501 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.01 00:11:16.402212 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.01 00:11:16.402464 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.77 MiB (RSS), difference: 92.00 MiB | ||
101 | 2025.07.01 00:11:16.404048 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.537e-05 sec. | ||
102 | 2025.07.01 00:11:16.404474 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.01 00:11:16.405933 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.01 00:11:16.405952 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.01 00:11:16.675846 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34262 | ||
106 | 2025.07.01 00:11:16.676889 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.01 00:11:16.676958 [ 4 ] {} <Debug> TCP-Session: 18138c4a-4af1-4394-80f6-902e225dabaf Authenticating user 'default' from [fd00:1122:3344:101::a]:34262 | ||
108 | 2025.07.01 00:11:16.676989 [ 4 ] {} <Debug> TCP-Session: 18138c4a-4af1-4394-80f6-902e225dabaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.01 00:11:16.677072 [ 4 ] {} <Debug> TCP-Session: 18138c4a-4af1-4394-80f6-902e225dabaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.01 00:11:16.677183 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.01 00:11:16.677214 [ 4 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.07.01 00:11:16.677306 [ 4 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.07.01 00:11:16.677994 [ 6 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41580 | ||
114 | 2025.07.01 00:11:16.677999 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54058 | ||
115 | 2025.07.01 00:11:16.678160 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53540 | ||
116 | 2025.07.01 00:11:16.678172 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35259 | ||
117 | 2025.07.01 00:11:16.678286 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59283 | ||
118 | 2025.07.01 00:11:16.678272 [ 6 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
119 | 2025.07.01 00:11:16.678419 [ 6 ] {} <Debug> TCP-Session: 51e2f486-0467-4651-aeee-1e81f86d7faf Authenticating user 'default' from [fd00:1122:3344:101::a]:41580 | ||
120 | 2025.07.01 00:11:16.678447 [ 6 ] {} <Debug> TCP-Session: 51e2f486-0467-4651-aeee-1e81f86d7faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
121 | 2025.07.01 00:11:16.678498 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.07.01 00:11:16.678452 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
123 | 2025.07.01 00:11:16.678548 [ 6 ] {} <Debug> TCP-Session: 51e2f486-0467-4651-aeee-1e81f86d7faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
124 | 2025.07.01 00:11:16.678589 [ 254 ] {} <Debug> TCP-Session: 11225969-4e9f-410c-8b5a-317a88a1160a Authenticating user 'default' from [fd00:1122:3344:101::a]:54058 | ||
125 | 2025.07.01 00:11:16.678572 [ 255 ] {} <Debug> TCP-Session: 29020a8f-dd42-4afc-ad80-78180619cc54 Authenticating user 'default' from [fd00:1122:3344:101::a]:53540 | ||
126 | 2025.07.01 00:11:16.678626 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34850 | ||
127 | 2025.07.01 00:11:16.678651 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
128 | 2025.07.01 00:11:16.678671 [ 254 ] {} <Debug> TCP-Session: 11225969-4e9f-410c-8b5a-317a88a1160a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
129 | 2025.07.01 00:11:16.678656 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
130 | 2025.07.01 00:11:16.678764 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46484 | ||
131 | 2025.07.01 00:11:16.678801 [ 256 ] {} <Debug> TCP-Session: 1d188de7-f24c-4e00-8558-71281be8d75c Authenticating user 'default' from [fd00:1122:3344:101::a]:59283 | ||
132 | 2025.07.01 00:11:16.678772 [ 254 ] {} <Debug> TCP-Session: 11225969-4e9f-410c-8b5a-317a88a1160a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
133 | 2025.07.01 00:11:16.678773 [ 5 ] {} <Debug> TCP-Session: b4d8d32c-3319-45cd-a447-b475967e1909 Authenticating user 'default' from [fd00:1122:3344:101::a]:35259 | ||
134 | 2025.07.01 00:11:16.678908 [ 256 ] {} <Debug> TCP-Session: 1d188de7-f24c-4e00-8558-71281be8d75c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.07.01 00:11:16.678775 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
136 | 2025.07.01 00:11:16.678646 [ 255 ] {} <Debug> TCP-Session: 29020a8f-dd42-4afc-ad80-78180619cc54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
137 | 2025.07.01 00:11:16.678993 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
138 | 2025.07.01 00:11:16.679035 [ 255 ] {} <Debug> TCP-Session: 29020a8f-dd42-4afc-ad80-78180619cc54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.07.01 00:11:16.678997 [ 256 ] {} <Debug> TCP-Session: 1d188de7-f24c-4e00-8558-71281be8d75c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.01 00:11:16.678985 [ 257 ] {} <Debug> TCP-Session: aefa0211-15f8-4ea8-aad9-6b327fb21a17 Authenticating user 'default' from [fd00:1122:3344:101::a]:34850 | ||
141 | 2025.07.01 00:11:16.679105 [ 258 ] {} <Debug> TCP-Session: 3fa0896a-7705-4e27-8b51-df7c32b6bb55 Authenticating user 'default' from [fd00:1122:3344:101::a]:46484 | ||
142 | 2025.07.01 00:11:16.678966 [ 5 ] {} <Debug> TCP-Session: b4d8d32c-3319-45cd-a447-b475967e1909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.07.01 00:11:16.679177 [ 257 ] {} <Debug> TCP-Session: aefa0211-15f8-4ea8-aad9-6b327fb21a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.01 00:11:16.679198 [ 258 ] {} <Debug> TCP-Session: 3fa0896a-7705-4e27-8b51-df7c32b6bb55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.07.01 00:11:16.679183 [ 5 ] {} <Debug> TCP-Session: b4d8d32c-3319-45cd-a447-b475967e1909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
146 | 2025.07.01 00:11:16.679271 [ 257 ] {} <Debug> TCP-Session: aefa0211-15f8-4ea8-aad9-6b327fb21a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.01 00:11:16.679290 [ 258 ] {} <Debug> TCP-Session: 3fa0896a-7705-4e27-8b51-df7c32b6bb55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.01 00:11:17.000157 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.83 MiB, peak 116.83 MiB, free memory in arenas 0.00 B, will set to 118.93 MiB (RSS), difference: 2.09 MiB | ||
149 | 2025.07.01 00:11:17.255003 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45307 | ||
150 | 2025.07.01 00:11:17.255198 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.07.01 00:11:17.255238 [ 259 ] {} <Debug> TCP-Session: c11ba0c2-64a8-4285-b1ec-c53981af457d Authenticating user 'default' from [fd00:1122:3344:101::c]:45307 | ||
152 | 2025.07.01 00:11:17.255259 [ 259 ] {} <Debug> TCP-Session: c11ba0c2-64a8-4285-b1ec-c53981af457d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.01 00:11:17.255331 [ 259 ] {} <Debug> TCP-Session: c11ba0c2-64a8-4285-b1ec-c53981af457d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.01 00:11:17.255402 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.07.01 00:11:17.255427 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.07.01 00:11:17.255497 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
157 | 2025.07.01 00:11:17.256063 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64102 | ||
158 | 2025.07.01 00:11:17.256078 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37849 | ||
159 | 2025.07.01 00:11:17.256135 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55395 | ||
160 | 2025.07.01 00:11:17.256277 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60524 | ||
161 | 2025.07.01 00:11:17.256338 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
162 | 2025.07.01 00:11:17.256380 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52781 | ||
163 | 2025.07.01 00:11:17.256426 [ 261 ] {} <Debug> TCP-Session: 01811bbe-95f4-4cee-8d19-74dd222e21f8 Authenticating user 'default' from [fd00:1122:3344:101::c]:64102 | ||
164 | 2025.07.01 00:11:17.256479 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
165 | 2025.07.01 00:11:17.256492 [ 261 ] {} <Debug> TCP-Session: 01811bbe-95f4-4cee-8d19-74dd222e21f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
166 | 2025.07.01 00:11:17.256522 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
167 | 2025.07.01 00:11:17.256546 [ 262 ] {} <Debug> TCP-Session: b8011dee-3399-4223-9571-ab3fde937a37 Authenticating user 'default' from [fd00:1122:3344:101::c]:55395 | ||
168 | 2025.07.01 00:11:17.256576 [ 260 ] {} <Debug> TCP-Session: 297e1146-d847-4d9e-9920-617768ad4156 Authenticating user 'default' from [fd00:1122:3344:101::c]:37849 | ||
169 | 2025.07.01 00:11:17.256581 [ 261 ] {} <Debug> TCP-Session: 01811bbe-95f4-4cee-8d19-74dd222e21f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
170 | 2025.07.01 00:11:17.256562 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38787 | ||
171 | 2025.07.01 00:11:17.256647 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
172 | 2025.07.01 00:11:17.256669 [ 260 ] {} <Debug> TCP-Session: 297e1146-d847-4d9e-9920-617768ad4156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2025.07.01 00:11:17.256679 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
174 | 2025.07.01 00:11:17.256736 [ 260 ] {} <Debug> TCP-Session: 297e1146-d847-4d9e-9920-617768ad4156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.07.01 00:11:17.256756 [ 264 ] {} <Debug> TCP-Session: dc36d823-3b00-40d5-893c-dfafc0d3f267 Authenticating user 'default' from [fd00:1122:3344:101::c]:52781 | ||
176 | 2025.07.01 00:11:17.256754 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46349 | ||
177 | 2025.07.01 00:11:17.256624 [ 262 ] {} <Debug> TCP-Session: b8011dee-3399-4223-9571-ab3fde937a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.07.01 00:11:17.256846 [ 264 ] {} <Debug> TCP-Session: dc36d823-3b00-40d5-893c-dfafc0d3f267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.07.01 00:11:17.256857 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
180 | 2025.07.01 00:11:17.256794 [ 263 ] {} <Debug> TCP-Session: 1774c2e5-c092-447b-bd04-c5cf771c84bb Authenticating user 'default' from [fd00:1122:3344:101::c]:60524 | ||
181 | 2025.07.01 00:11:17.256916 [ 264 ] {} <Debug> TCP-Session: dc36d823-3b00-40d5-893c-dfafc0d3f267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.07.01 00:11:17.256922 [ 265 ] {} <Debug> TCP-Session: aed05eee-6217-4b4d-babe-f638d191fe37 Authenticating user 'default' from [fd00:1122:3344:101::c]:38787 | ||
183 | 2025.07.01 00:11:17.256897 [ 262 ] {} <Debug> TCP-Session: b8011dee-3399-4223-9571-ab3fde937a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
184 | 2025.07.01 00:11:17.256994 [ 265 ] {} <Debug> TCP-Session: aed05eee-6217-4b4d-babe-f638d191fe37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
185 | 2025.07.01 00:11:17.256974 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
186 | 2025.07.01 00:11:17.256983 [ 263 ] {} <Debug> TCP-Session: 1774c2e5-c092-447b-bd04-c5cf771c84bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
187 | 2025.07.01 00:11:17.257092 [ 265 ] {} <Debug> TCP-Session: aed05eee-6217-4b4d-babe-f638d191fe37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
188 | 2025.07.01 00:11:17.257090 [ 266 ] {} <Debug> TCP-Session: 47bc0831-84e9-4c6e-8687-daef04554669 Authenticating user 'default' from [fd00:1122:3344:101::c]:46349 | ||
189 | 2025.07.01 00:11:17.257162 [ 263 ] {} <Debug> TCP-Session: 1774c2e5-c092-447b-bd04-c5cf771c84bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.07.01 00:11:17.257174 [ 266 ] {} <Debug> TCP-Session: 47bc0831-84e9-4c6e-8687-daef04554669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.01 00:11:17.257260 [ 266 ] {} <Debug> TCP-Session: 47bc0831-84e9-4c6e-8687-daef04554669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.07.01 00:11:17.426578 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33442 | ||
193 | 2025.07.01 00:11:17.426790 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.07.01 00:11:17.426864 [ 267 ] {} <Debug> TCP-Session: 4d7d06b4-d9df-4341-85b9-0938af6d46e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:33442 | ||
195 | 2025.07.01 00:11:17.426891 [ 267 ] {} <Debug> TCP-Session: 4d7d06b4-d9df-4341-85b9-0938af6d46e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.01 00:11:17.426909 [ 267 ] {} <Debug> TCP-Session: 4d7d06b4-d9df-4341-85b9-0938af6d46e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.01 00:11:17.427053 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.07.01 00:11:17.427099 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
199 | 2025.07.01 00:11:17.427189 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
200 | 2025.07.01 00:11:17.427804 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33194 | ||
201 | 2025.07.01 00:11:17.427806 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39923 | ||
202 | 2025.07.01 00:11:17.427879 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52651 | ||
203 | 2025.07.01 00:11:17.427999 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55178 | ||
204 | 2025.07.01 00:11:17.428017 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
205 | 2025.07.01 00:11:17.428151 [ 268 ] {} <Debug> TCP-Session: 87c42d2c-75be-4176-b5c6-5f3fa2327197 Authenticating user 'default' from [fd00:1122:3344:101::b]:33194 | ||
206 | 2025.07.01 00:11:17.428215 [ 268 ] {} <Debug> TCP-Session: 87c42d2c-75be-4176-b5c6-5f3fa2327197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
207 | 2025.07.01 00:11:17.428232 [ 268 ] {} <Debug> TCP-Session: 87c42d2c-75be-4176-b5c6-5f3fa2327197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
208 | 2025.07.01 00:11:17.428269 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
209 | 2025.07.01 00:11:17.428195 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62891 | ||
210 | 2025.07.01 00:11:17.428323 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
211 | 2025.07.01 00:11:17.428375 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51646 | ||
212 | 2025.07.01 00:11:17.428377 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
213 | 2025.07.01 00:11:17.428349 [ 270 ] {} <Debug> TCP-Session: 3a462c7f-d0c9-4b0c-9ce7-5455c4bea44f Authenticating user 'default' from [fd00:1122:3344:101::b]:52651 | ||
214 | 2025.07.01 00:11:17.428450 [ 269 ] {} <Debug> TCP-Session: 61314952-a025-4862-86e9-cfd8d41c038f Authenticating user 'default' from [fd00:1122:3344:101::b]:39923 | ||
215 | 2025.07.01 00:11:17.428505 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
216 | 2025.07.01 00:11:17.428538 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44205 | ||
217 | 2025.07.01 00:11:17.428465 [ 271 ] {} <Debug> TCP-Session: 051897f7-b134-4a3b-aa9e-1df1a95c9f53 Authenticating user 'default' from [fd00:1122:3344:101::b]:55178 | ||
218 | 2025.07.01 00:11:17.428586 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
219 | 2025.07.01 00:11:17.428628 [ 271 ] {} <Debug> TCP-Session: 051897f7-b134-4a3b-aa9e-1df1a95c9f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
220 | 2025.07.01 00:11:17.428577 [ 272 ] {} <Debug> TCP-Session: 2a36cf11-fbf0-4afb-b0ef-8e2acab9d198 Authenticating user 'default' from [fd00:1122:3344:101::b]:62891 | ||
221 | 2025.07.01 00:11:17.428566 [ 269 ] {} <Debug> TCP-Session: 61314952-a025-4862-86e9-cfd8d41c038f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
222 | 2025.07.01 00:11:17.428704 [ 271 ] {} <Debug> TCP-Session: 051897f7-b134-4a3b-aa9e-1df1a95c9f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.07.01 00:11:17.428696 [ 272 ] {} <Debug> TCP-Session: 2a36cf11-fbf0-4afb-b0ef-8e2acab9d198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
224 | 2025.07.01 00:11:17.428689 [ 273 ] {} <Debug> TCP-Session: 2cd10724-8f70-47c6-bf7a-ae8c8be372d3 Authenticating user 'default' from [fd00:1122:3344:101::b]:51646 | ||
225 | 2025.07.01 00:11:17.428785 [ 269 ] {} <Debug> TCP-Session: 61314952-a025-4862-86e9-cfd8d41c038f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
226 | 2025.07.01 00:11:17.428802 [ 272 ] {} <Debug> TCP-Session: 2a36cf11-fbf0-4afb-b0ef-8e2acab9d198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
227 | 2025.07.01 00:11:17.428815 [ 273 ] {} <Debug> TCP-Session: 2cd10724-8f70-47c6-bf7a-ae8c8be372d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
228 | 2025.07.01 00:11:17.428675 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
229 | 2025.07.01 00:11:17.428878 [ 273 ] {} <Debug> TCP-Session: 2cd10724-8f70-47c6-bf7a-ae8c8be372d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.07.01 00:11:17.428490 [ 270 ] {} <Debug> TCP-Session: 3a462c7f-d0c9-4b0c-9ce7-5455c4bea44f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.07.01 00:11:17.428976 [ 274 ] {} <Debug> TCP-Session: 0e749dd2-1ae5-4c23-a854-0e04fa4885f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:44205 | ||
232 | 2025.07.01 00:11:17.429012 [ 270 ] {} <Debug> TCP-Session: 3a462c7f-d0c9-4b0c-9ce7-5455c4bea44f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
233 | 2025.07.01 00:11:17.429029 [ 274 ] {} <Debug> TCP-Session: 0e749dd2-1ae5-4c23-a854-0e04fa4885f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.07.01 00:11:17.429124 [ 274 ] {} <Debug> TCP-Session: 0e749dd2-1ae5-4c23-a854-0e04fa4885f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.07.01 00:11:18.290814 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47198 | ||
236 | 2025.07.01 00:11:18.291009 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.07.01 00:11:18.291144 [ 275 ] {} <Debug> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Authenticating user 'default' from [fd00:1122:3344:101::d]:47198 | ||
238 | 2025.07.01 00:11:18.291169 [ 275 ] {} <Debug> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.07.01 00:11:18.291186 [ 275 ] {} <Debug> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.07.01 00:11:18.291347 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.07.01 00:11:18.291401 [ 275 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
242 | 2025.07.01 00:11:18.291499 [ 275 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
243 | 2025.07.01 00:11:18.292015 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38718 | ||
244 | 2025.07.01 00:11:18.292079 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60425 | ||
245 | 2025.07.01 00:11:18.292254 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47690 | ||
246 | 2025.07.01 00:11:18.292261 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62591 | ||
247 | 2025.07.01 00:11:18.292348 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33101 | ||
248 | 2025.07.01 00:11:18.292488 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
249 | 2025.07.01 00:11:18.292514 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56281 | ||
250 | 2025.07.01 00:11:18.292598 [ 277 ] {} <Debug> TCP-Session: fe01b46d-a613-49aa-8daa-a13b313e358f Authenticating user 'default' from [fd00:1122:3344:101::d]:60425 | ||
251 | 2025.07.01 00:11:18.292614 [ 277 ] {} <Debug> TCP-Session: fe01b46d-a613-49aa-8daa-a13b313e358f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2025.07.01 00:11:18.292643 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
253 | 2025.07.01 00:11:18.292697 [ 277 ] {} <Debug> TCP-Session: fe01b46d-a613-49aa-8daa-a13b313e358f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
254 | 2025.07.01 00:11:18.292727 [ 276 ] {} <Debug> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Authenticating user 'default' from [fd00:1122:3344:101::d]:38718 | ||
255 | 2025.07.01 00:11:18.292751 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51980 | ||
256 | 2025.07.01 00:11:18.292830 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
257 | 2025.07.01 00:11:18.292849 [ 276 ] {} <Debug> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
258 | 2025.07.01 00:11:18.292874 [ 276 ] {} <Debug> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2025.07.01 00:11:18.292878 [ 281 ] {} <Debug> TCP-Session: df03e27f-b1ef-44ba-ab9c-0ef35c1371e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56281 | ||
260 | 2025.07.01 00:11:18.292976 [ 281 ] {} <Debug> TCP-Session: df03e27f-b1ef-44ba-ab9c-0ef35c1371e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2025.07.01 00:11:18.292988 [ 281 ] {} <Debug> TCP-Session: df03e27f-b1ef-44ba-ab9c-0ef35c1371e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.07.01 00:11:18.302684 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
263 | 2025.07.01 00:11:18.302717 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
264 | 2025.07.01 00:11:18.302737 [ 282 ] {} <Debug> TCP-Session: 29e2dae5-fd6f-4d8d-a10f-397033d7ede2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51980 | ||
265 | 2025.07.01 00:11:18.302783 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
266 | 2025.07.01 00:11:18.302810 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
267 | 2025.07.01 00:11:18.302763 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60648 | ||
268 | 2025.07.01 00:11:18.302762 [ 280 ] {} <Debug> TCP-Session: e4640d09-01c4-48fa-8a9a-e92bf6fb55af Authenticating user 'default' from [fd00:1122:3344:101::d]:33101 | ||
269 | 2025.07.01 00:11:18.302935 [ 282 ] {} <Debug> TCP-Session: 29e2dae5-fd6f-4d8d-a10f-397033d7ede2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
270 | 2025.07.01 00:11:18.302970 [ 282 ] {} <Debug> TCP-Session: 29e2dae5-fd6f-4d8d-a10f-397033d7ede2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2025.07.01 00:11:18.302964 [ 280 ] {} <Debug> TCP-Session: e4640d09-01c4-48fa-8a9a-e92bf6fb55af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.07.01 00:11:18.303072 [ 279 ] {} <Debug> TCP-Session: 36788b11-a598-439f-9c42-c7ba67d5a10d Authenticating user 'default' from [fd00:1122:3344:101::d]:47690 | ||
273 | 2025.07.01 00:11:18.303037 [ 278 ] {} <Debug> TCP-Session: 28078a82-b70a-4e5d-acba-0654a0644bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
274 | 2025.07.01 00:11:18.303117 [ 280 ] {} <Debug> TCP-Session: e4640d09-01c4-48fa-8a9a-e92bf6fb55af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2025.07.01 00:11:18.303149 [ 279 ] {} <Debug> TCP-Session: 36788b11-a598-439f-9c42-c7ba67d5a10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2025.07.01 00:11:18.303131 [ 278 ] {} <Debug> TCP-Session: 28078a82-b70a-4e5d-acba-0654a0644bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
277 | 2025.07.01 00:11:18.303210 [ 278 ] {} <Debug> TCP-Session: 28078a82-b70a-4e5d-acba-0654a0644bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.07.01 00:11:18.303222 [ 279 ] {} <Debug> TCP-Session: 36788b11-a598-439f-9c42-c7ba67d5a10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.07.01 00:11:18.303627 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
280 | 2025.07.01 00:11:18.303656 [ 283 ] {} <Debug> TCP-Session: b953eca5-bd99-4354-aea2-36634458b44e Authenticating user 'default' from [fd00:1122:3344:101::d]:60648 | ||
281 | 2025.07.01 00:11:18.303808 [ 283 ] {} <Debug> TCP-Session: b953eca5-bd99-4354-aea2-36634458b44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2025.07.01 00:11:18.303821 [ 283 ] {} <Debug> TCP-Session: b953eca5-bd99-4354-aea2-36634458b44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.07.01 00:11:18.309053 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
284 | 2025.07.01 00:11:18.311835 [ 275 ] {ae3bdf55-009d-4463-810e-e69bb03d709f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.07.01 00:11:18.503572 [ 275 ] {ae3bdf55-009d-4463-810e-e69bb03d709f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47198) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
286 | |||
287 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
301 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
302 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
303 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
305 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
307 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
308 | |||
309 | 2025.07.01 00:11:18.504700 [ 275 ] {ae3bdf55-009d-4463-810e-e69bb03d709f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
310 | |||
311 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
325 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
326 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
327 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
329 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
331 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
332 | |||
333 | 2025.07.01 00:11:18.504941 [ 275 ] {ae3bdf55-009d-4463-810e-e69bb03d709f} <Debug> TCPHandler: Processed in 0.202180241 sec. | ||
334 | 2025.07.01 00:11:18.505475 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.07.01 00:11:18.505710 [ 276 ] {f018a588-980b-4565-ba75-9cc34ed1fd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.07.01 00:11:18.506161 [ 276 ] {f018a588-980b-4565-ba75-9cc34ed1fd53} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38718) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
337 | |||
338 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
352 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
353 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
354 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
356 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
358 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
359 | |||
360 | 2025.07.01 00:11:18.506565 [ 276 ] {f018a588-980b-4565-ba75-9cc34ed1fd53} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
361 | |||
362 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
376 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
377 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
378 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
380 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
382 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
383 | |||
384 | 2025.07.01 00:11:18.506908 [ 276 ] {f018a588-980b-4565-ba75-9cc34ed1fd53} <Debug> TCPHandler: Processed in 0.001619704 sec. | ||
385 | 2025.07.01 00:11:18.507981 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.07.01 00:11:18.509094 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.07.01 00:11:18.509869 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.07.01 00:11:18.516358 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.07.01 00:11:18.516537 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000210946 sec | ||
390 | 2025.07.01 00:11:18.516553 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Trace> ReferentialDeps: No tables | ||
391 | 2025.07.01 00:11:18.516564 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Trace> LoadingDeps: No tables | ||
392 | 2025.07.01 00:11:18.516650 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.07.01 00:11:18.517407 [ 275 ] {cd2a67ee-355a-4b7e-a047-31cf25abf9d6} <Debug> TCPHandler: Processed in 0.009595172 sec. | ||
394 | 2025.07.01 00:11:18.517562 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.07.01 00:11:18.517722 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) /* The version table contains metadata about the `oximeter` database */ | ||
396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
397 | 2025.07.01 00:11:18.517903 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.07.01 00:11:18.523240 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
399 | 2025.07.01 00:11:18.528781 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Debug> oximeter.version (c89f21b5-13b0-4848-bdd9-c1c044ea2575): Loading data parts | ||
400 | 2025.07.01 00:11:18.531379 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Debug> oximeter.version (c89f21b5-13b0-4848-bdd9-c1c044ea2575): There are no data parts | ||
401 | 2025.07.01 00:11:18.542303 [ 275 ] {281629b5-2d9d-49d3-b200-be7bc28fa2bb} <Debug> TCPHandler: Processed in 0.024789998 sec. | ||
402 | 2025.07.01 00:11:18.542627 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
403 | 2025.07.01 00:11:18.542820 [ 275 ] {022ebe29-7ccb-4be9-9e4c-1e77ca6e2316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) /* The measurement tables contain all individual samples from each timeseries. | ||
404 | * | ||
405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
408 | * by all samples from the same timeseries. | ||
409 | * | ||
410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
411 | * and then uses that to index quickly into the measurements tables. | ||
412 | */ | ||
413 | 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) | ||
414 | 2025.07.01 00:11:18.542985 [ 275 ] {022ebe29-7ccb-4be9-9e4c-1e77ca6e2316} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
415 | 2025.07.01 00:11:18.565888 [ 275 ] {022ebe29-7ccb-4be9-9e4c-1e77ca6e2316} <Debug> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Loading data parts | ||
416 | 2025.07.01 00:11:18.566205 [ 275 ] {022ebe29-7ccb-4be9-9e4c-1e77ca6e2316} <Debug> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): There are no data parts | ||
417 | 2025.07.01 00:11:18.572507 [ 275 ] {022ebe29-7ccb-4be9-9e4c-1e77ca6e2316} <Debug> TCPHandler: Processed in 0.02994779 sec. | ||
418 | 2025.07.01 00:11:18.572670 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
419 | 2025.07.01 00:11:18.572934 [ 275 ] {c2d9e491-41b4-4072-8da7-7fb1ea1d702e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
420 | 2025.07.01 00:11:18.572981 [ 275 ] {c2d9e491-41b4-4072-8da7-7fb1ea1d702e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
421 | 2025.07.01 00:11:18.580405 [ 275 ] {c2d9e491-41b4-4072-8da7-7fb1ea1d702e} <Debug> oximeter.measurements_i8 (38921870-57bd-4fc7-8272-2567811216f3): Loading data parts | ||
422 | 2025.07.01 00:11:18.580555 [ 275 ] {c2d9e491-41b4-4072-8da7-7fb1ea1d702e} <Debug> oximeter.measurements_i8 (38921870-57bd-4fc7-8272-2567811216f3): There are no data parts | ||
423 | 2025.07.01 00:11:18.592508 [ 275 ] {c2d9e491-41b4-4072-8da7-7fb1ea1d702e} <Debug> TCPHandler: Processed in 0.019895775 sec. | ||
424 | 2025.07.01 00:11:18.592807 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
425 | 2025.07.01 00:11:18.592968 [ 275 ] {fb1eb3a4-4b55-457b-a2a4-d6cac9dc91ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
426 | 2025.07.01 00:11:18.593089 [ 275 ] {fb1eb3a4-4b55-457b-a2a4-d6cac9dc91ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
427 | 2025.07.01 00:11:18.598873 [ 275 ] {fb1eb3a4-4b55-457b-a2a4-d6cac9dc91ac} <Debug> oximeter.measurements_u8 (b06d5bff-fcf1-4087-8975-2f8a6ca3de60): Loading data parts | ||
428 | 2025.07.01 00:11:18.599182 [ 275 ] {fb1eb3a4-4b55-457b-a2a4-d6cac9dc91ac} <Debug> oximeter.measurements_u8 (b06d5bff-fcf1-4087-8975-2f8a6ca3de60): There are no data parts | ||
429 | 2025.07.01 00:11:18.607678 [ 275 ] {fb1eb3a4-4b55-457b-a2a4-d6cac9dc91ac} <Debug> TCPHandler: Processed in 0.014922228 sec. | ||
430 | 2025.07.01 00:11:18.607836 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
431 | 2025.07.01 00:11:18.608043 [ 275 ] {90e68ee8-b6bd-469f-8685-fffbfc80c8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
432 | 2025.07.01 00:11:18.608124 [ 275 ] {90e68ee8-b6bd-469f-8685-fffbfc80c8b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
433 | 2025.07.01 00:11:18.619508 [ 275 ] {90e68ee8-b6bd-469f-8685-fffbfc80c8b3} <Debug> oximeter.measurements_i16 (996d7604-e48c-4663-b4d9-351d125a5f35): Loading data parts | ||
434 | 2025.07.01 00:11:18.619664 [ 275 ] {90e68ee8-b6bd-469f-8685-fffbfc80c8b3} <Debug> oximeter.measurements_i16 (996d7604-e48c-4663-b4d9-351d125a5f35): There are no data parts | ||
435 | 2025.07.01 00:11:18.624945 [ 275 ] {90e68ee8-b6bd-469f-8685-fffbfc80c8b3} <Debug> TCPHandler: Processed in 0.017166719 sec. | ||
436 | 2025.07.01 00:11:18.625263 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
437 | 2025.07.01 00:11:18.625439 [ 275 ] {3177bd9b-fcc4-4807-a14a-f3cd57f55d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
438 | 2025.07.01 00:11:18.625552 [ 275 ] {3177bd9b-fcc4-4807-a14a-f3cd57f55d36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
439 | 2025.07.01 00:11:18.644808 [ 275 ] {3177bd9b-fcc4-4807-a14a-f3cd57f55d36} <Debug> oximeter.measurements_u16 (1044f954-aebe-40f5-89da-6a58a3df368a): Loading data parts | ||
440 | 2025.07.01 00:11:18.645009 [ 275 ] {3177bd9b-fcc4-4807-a14a-f3cd57f55d36} <Debug> oximeter.measurements_u16 (1044f954-aebe-40f5-89da-6a58a3df368a): There are no data parts | ||
441 | 2025.07.01 00:11:18.651011 [ 275 ] {3177bd9b-fcc4-4807-a14a-f3cd57f55d36} <Debug> TCPHandler: Processed in 0.025815906 sec. | ||
442 | 2025.07.01 00:11:18.651161 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
443 | 2025.07.01 00:11:18.651398 [ 275 ] {b60b5411-c16b-4546-8a2a-252fa1ecb48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
444 | 2025.07.01 00:11:18.651480 [ 275 ] {b60b5411-c16b-4546-8a2a-252fa1ecb48d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
445 | 2025.07.01 00:11:18.664913 [ 275 ] {b60b5411-c16b-4546-8a2a-252fa1ecb48d} <Debug> oximeter.measurements_i32 (d2dfa9c8-3268-4964-bd27-670b330f3cfa): Loading data parts | ||
446 | 2025.07.01 00:11:18.665096 [ 275 ] {b60b5411-c16b-4546-8a2a-252fa1ecb48d} <Debug> oximeter.measurements_i32 (d2dfa9c8-3268-4964-bd27-670b330f3cfa): There are no data parts | ||
447 | 2025.07.01 00:11:18.677440 [ 275 ] {b60b5411-c16b-4546-8a2a-252fa1ecb48d} <Debug> TCPHandler: Processed in 0.0263268 sec. | ||
448 | 2025.07.01 00:11:18.677744 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
449 | 2025.07.01 00:11:18.677927 [ 275 ] {02542cc6-2623-4b80-ac0e-448174f3c663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
450 | 2025.07.01 00:11:18.678067 [ 275 ] {02542cc6-2623-4b80-ac0e-448174f3c663} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
451 | 2025.07.01 00:11:18.689066 [ 275 ] {02542cc6-2623-4b80-ac0e-448174f3c663} <Debug> oximeter.measurements_u32 (ebb1d5bb-28a2-4671-9a4f-658d07aefadf): Loading data parts | ||
452 | 2025.07.01 00:11:18.689219 [ 275 ] {02542cc6-2623-4b80-ac0e-448174f3c663} <Debug> oximeter.measurements_u32 (ebb1d5bb-28a2-4671-9a4f-658d07aefadf): There are no data parts | ||
453 | 2025.07.01 00:11:18.701713 [ 275 ] {02542cc6-2623-4b80-ac0e-448174f3c663} <Debug> TCPHandler: Processed in 0.024047848 sec. | ||
454 | 2025.07.01 00:11:18.701901 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
455 | 2025.07.01 00:11:18.702085 [ 275 ] {b2d3fbe7-f1af-4777-8c53-4e304439ae27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
456 | 2025.07.01 00:11:18.702217 [ 275 ] {b2d3fbe7-f1af-4777-8c53-4e304439ae27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
457 | 2025.07.01 00:11:18.719865 [ 275 ] {b2d3fbe7-f1af-4777-8c53-4e304439ae27} <Debug> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): Loading data parts | ||
458 | 2025.07.01 00:11:18.720041 [ 275 ] {b2d3fbe7-f1af-4777-8c53-4e304439ae27} <Debug> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): There are no data parts | ||
459 | 2025.07.01 00:11:18.742122 [ 275 ] {b2d3fbe7-f1af-4777-8c53-4e304439ae27} <Debug> TCPHandler: Processed in 0.040282172 sec. | ||
460 | 2025.07.01 00:11:18.742410 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
461 | 2025.07.01 00:11:18.742598 [ 275 ] {c5f476af-aac0-47b1-bf2d-72d332287dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
462 | 2025.07.01 00:11:18.742721 [ 275 ] {c5f476af-aac0-47b1-bf2d-72d332287dbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
463 | 2025.07.01 00:11:18.749054 [ 275 ] {c5f476af-aac0-47b1-bf2d-72d332287dbd} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Loading data parts | ||
464 | 2025.07.01 00:11:18.749280 [ 275 ] {c5f476af-aac0-47b1-bf2d-72d332287dbd} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): There are no data parts | ||
465 | 2025.07.01 00:11:18.762901 [ 275 ] {c5f476af-aac0-47b1-bf2d-72d332287dbd} <Debug> TCPHandler: Processed in 0.020575023 sec. | ||
466 | 2025.07.01 00:11:18.763068 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
467 | 2025.07.01 00:11:18.763230 [ 275 ] {c3ad9b98-144d-460a-a7e3-a44a37c64f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
468 | 2025.07.01 00:11:18.763353 [ 275 ] {c3ad9b98-144d-460a-a7e3-a44a37c64f09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
469 | 2025.07.01 00:11:18.773140 [ 275 ] {c3ad9b98-144d-460a-a7e3-a44a37c64f09} <Debug> oximeter.measurements_f32 (f8a713f0-6a17-4cea-b09b-d69539af37b4): Loading data parts | ||
470 | 2025.07.01 00:11:18.773348 [ 275 ] {c3ad9b98-144d-460a-a7e3-a44a37c64f09} <Debug> oximeter.measurements_f32 (f8a713f0-6a17-4cea-b09b-d69539af37b4): There are no data parts | ||
471 | 2025.07.01 00:11:18.778641 [ 275 ] {c3ad9b98-144d-460a-a7e3-a44a37c64f09} <Debug> TCPHandler: Processed in 0.015626258 sec. | ||
472 | 2025.07.01 00:11:18.778868 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
473 | 2025.07.01 00:11:18.779082 [ 275 ] {c23dcad7-9737-4783-9729-7be1ad90c3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
474 | 2025.07.01 00:11:18.779200 [ 275 ] {c23dcad7-9737-4783-9729-7be1ad90c3ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
475 | 2025.07.01 00:11:18.798680 [ 275 ] {c23dcad7-9737-4783-9729-7be1ad90c3ec} <Debug> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Loading data parts | ||
476 | 2025.07.01 00:11:18.798896 [ 275 ] {c23dcad7-9737-4783-9729-7be1ad90c3ec} <Debug> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): There are no data parts | ||
477 | 2025.07.01 00:11:18.804988 [ 275 ] {c23dcad7-9737-4783-9729-7be1ad90c3ec} <Debug> TCPHandler: Processed in 0.026185187 sec. | ||
478 | 2025.07.01 00:11:18.805138 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
479 | 2025.07.01 00:11:18.805298 [ 275 ] {20d633aa-359d-477f-94e2-b97f0f187471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
480 | 2025.07.01 00:11:18.805444 [ 275 ] {20d633aa-359d-477f-94e2-b97f0f187471} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
481 | 2025.07.01 00:11:18.814303 [ 275 ] {20d633aa-359d-477f-94e2-b97f0f187471} <Debug> oximeter.measurements_string (4ed04974-26b1-4353-9c0d-267384601325): Loading data parts | ||
482 | 2025.07.01 00:11:18.814456 [ 275 ] {20d633aa-359d-477f-94e2-b97f0f187471} <Debug> oximeter.measurements_string (4ed04974-26b1-4353-9c0d-267384601325): There are no data parts | ||
483 | 2025.07.01 00:11:18.828682 [ 275 ] {20d633aa-359d-477f-94e2-b97f0f187471} <Debug> TCPHandler: Processed in 0.023593265 sec. | ||
484 | 2025.07.01 00:11:18.828895 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
485 | 2025.07.01 00:11:18.829052 [ 275 ] {0c3305bf-45e6-4695-9b0a-bc32184e00ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
488 | * a string isn't palatable for a few reasons. | ||
489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
490 | * details. | ||
491 | */ | ||
492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
493 | 2025.07.01 00:11:18.829174 [ 275 ] {0c3305bf-45e6-4695-9b0a-bc32184e00ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
494 | 2025.07.01 00:11:18.842566 [ 275 ] {0c3305bf-45e6-4695-9b0a-bc32184e00ee} <Debug> oximeter.measurements_bytes (a2d2e455-221f-4fd7-84a4-cc988ede8469): Loading data parts | ||
495 | 2025.07.01 00:11:18.842714 [ 275 ] {0c3305bf-45e6-4695-9b0a-bc32184e00ee} <Debug> oximeter.measurements_bytes (a2d2e455-221f-4fd7-84a4-cc988ede8469): There are no data parts | ||
496 | 2025.07.01 00:11:18.847790 [ 275 ] {0c3305bf-45e6-4695-9b0a-bc32184e00ee} <Debug> TCPHandler: Processed in 0.018944208 sec. | ||
497 | 2025.07.01 00:11:18.848011 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
498 | 2025.07.01 00:11:18.848171 [ 275 ] {d62806aa-6cd3-448d-aaf4-65b3e25c9fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
499 | 2025.07.01 00:11:18.848371 [ 275 ] {d62806aa-6cd3-448d-aaf4-65b3e25c9fba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
500 | 2025.07.01 00:11:18.859255 [ 275 ] {d62806aa-6cd3-448d-aaf4-65b3e25c9fba} <Debug> oximeter.measurements_cumulativei64 (ece047cd-a598-4945-9cd2-6f986122db5b): Loading data parts | ||
501 | 2025.07.01 00:11:18.859490 [ 275 ] {d62806aa-6cd3-448d-aaf4-65b3e25c9fba} <Debug> oximeter.measurements_cumulativei64 (ece047cd-a598-4945-9cd2-6f986122db5b): There are no data parts | ||
502 | 2025.07.01 00:11:18.864129 [ 275 ] {d62806aa-6cd3-448d-aaf4-65b3e25c9fba} <Debug> TCPHandler: Processed in 0.016166822 sec. | ||
503 | 2025.07.01 00:11:18.864299 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
504 | 2025.07.01 00:11:18.864654 [ 275 ] {58bb077e-ce58-4e52-87e2-1de18340152a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
505 | 2025.07.01 00:11:18.864801 [ 275 ] {58bb077e-ce58-4e52-87e2-1de18340152a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
506 | 2025.07.01 00:11:18.872982 [ 275 ] {58bb077e-ce58-4e52-87e2-1de18340152a} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Loading data parts | ||
507 | 2025.07.01 00:11:18.873124 [ 275 ] {58bb077e-ce58-4e52-87e2-1de18340152a} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): There are no data parts | ||
508 | 2025.07.01 00:11:18.887306 [ 275 ] {58bb077e-ce58-4e52-87e2-1de18340152a} <Debug> TCPHandler: Processed in 0.023070231 sec. | ||
509 | 2025.07.01 00:11:18.887466 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
510 | 2025.07.01 00:11:18.887635 [ 275 ] {57b0ed05-cca3-4ddb-9d30-19333cf26119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
511 | 2025.07.01 00:11:18.887758 [ 275 ] {57b0ed05-cca3-4ddb-9d30-19333cf26119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
512 | 2025.07.01 00:11:18.900711 [ 275 ] {57b0ed05-cca3-4ddb-9d30-19333cf26119} <Debug> oximeter.measurements_cumulativef32 (8c433afc-7249-461d-9b62-f4265a31abf3): Loading data parts | ||
513 | 2025.07.01 00:11:18.900895 [ 275 ] {57b0ed05-cca3-4ddb-9d30-19333cf26119} <Debug> oximeter.measurements_cumulativef32 (8c433afc-7249-461d-9b62-f4265a31abf3): There are no data parts | ||
514 | 2025.07.01 00:11:18.905770 [ 275 ] {57b0ed05-cca3-4ddb-9d30-19333cf26119} <Debug> TCPHandler: Processed in 0.018365092 sec. | ||
515 | 2025.07.01 00:11:18.905990 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
516 | 2025.07.01 00:11:18.906150 [ 275 ] {7d09d56d-c289-48f9-91ed-fbb34d078d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
517 | 2025.07.01 00:11:18.906255 [ 275 ] {7d09d56d-c289-48f9-91ed-fbb34d078d78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
518 | 2025.07.01 00:11:18.917116 [ 275 ] {7d09d56d-c289-48f9-91ed-fbb34d078d78} <Debug> oximeter.measurements_cumulativef64 (1120794f-aede-4e6d-8e28-d3274ce133be): Loading data parts | ||
519 | 2025.07.01 00:11:18.917337 [ 275 ] {7d09d56d-c289-48f9-91ed-fbb34d078d78} <Debug> oximeter.measurements_cumulativef64 (1120794f-aede-4e6d-8e28-d3274ce133be): There are no data parts | ||
520 | 2025.07.01 00:11:18.929595 [ 275 ] {7d09d56d-c289-48f9-91ed-fbb34d078d78} <Debug> TCPHandler: Processed in 0.023650717 sec. | ||
521 | 2025.07.01 00:11:18.929758 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
522 | 2025.07.01 00:11:18.930063 [ 275 ] {b82baa84-1766-4def-b0e2-3c3659c83cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
523 | * NOTE: Array types cannot be Nullable, see | ||
524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
525 | * for more details. | ||
526 | * | ||
527 | * This means we need to use empty arrays to indicate a missing value. This | ||
528 | * is unfortunate, and at this point relies on the fact that an | ||
529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
530 | * to figure out another way to represent missing samples here. | ||
531 | */ | ||
532 | 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) | ||
533 | 2025.07.01 00:11:18.930198 [ 275 ] {b82baa84-1766-4def-b0e2-3c3659c83cd1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
534 | 2025.07.01 00:11:18.944832 [ 275 ] {b82baa84-1766-4def-b0e2-3c3659c83cd1} <Debug> oximeter.measurements_histogrami8 (5dab54bb-85a5-4696-9be0-95ab1dbabf3b): Loading data parts | ||
535 | 2025.07.01 00:11:18.944993 [ 275 ] {b82baa84-1766-4def-b0e2-3c3659c83cd1} <Debug> oximeter.measurements_histogrami8 (5dab54bb-85a5-4696-9be0-95ab1dbabf3b): There are no data parts | ||
536 | 2025.07.01 00:11:18.950245 [ 275 ] {b82baa84-1766-4def-b0e2-3c3659c83cd1} <Debug> TCPHandler: Processed in 0.020539982 sec. | ||
537 | 2025.07.01 00:11:18.950476 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
538 | 2025.07.01 00:11:18.950736 [ 275 ] {34b00494-3233-492d-aa96-fbe0444fee97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
539 | 2025.07.01 00:11:18.950928 [ 275 ] {34b00494-3233-492d-aa96-fbe0444fee97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
540 | 2025.07.01 00:11:18.958152 [ 275 ] {34b00494-3233-492d-aa96-fbe0444fee97} <Debug> oximeter.measurements_histogramu8 (3b4930fe-8d6f-44ff-b0ab-d3037391e8f3): Loading data parts | ||
541 | 2025.07.01 00:11:18.958403 [ 275 ] {34b00494-3233-492d-aa96-fbe0444fee97} <Debug> oximeter.measurements_histogramu8 (3b4930fe-8d6f-44ff-b0ab-d3037391e8f3): There are no data parts | ||
542 | 2025.07.01 00:11:18.964518 [ 275 ] {34b00494-3233-492d-aa96-fbe0444fee97} <Debug> TCPHandler: Processed in 0.014101975 sec. | ||
543 | 2025.07.01 00:11:18.964688 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
544 | 2025.07.01 00:11:18.965025 [ 275 ] {38121467-cd01-4bb6-a6cd-7bdf0c2192b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
545 | 2025.07.01 00:11:18.965146 [ 275 ] {38121467-cd01-4bb6-a6cd-7bdf0c2192b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
546 | 2025.07.01 00:11:18.977098 [ 275 ] {38121467-cd01-4bb6-a6cd-7bdf0c2192b8} <Debug> oximeter.measurements_histogrami16 (729e3588-7a74-4f1e-88b3-b75f1aef66d0): Loading data parts | ||
547 | 2025.07.01 00:11:18.977247 [ 275 ] {38121467-cd01-4bb6-a6cd-7bdf0c2192b8} <Debug> oximeter.measurements_histogrami16 (729e3588-7a74-4f1e-88b3-b75f1aef66d0): There are no data parts | ||
548 | 2025.07.01 00:11:18.982223 [ 275 ] {38121467-cd01-4bb6-a6cd-7bdf0c2192b8} <Debug> TCPHandler: Processed in 0.017593882 sec. | ||
549 | 2025.07.01 00:11:18.982481 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
550 | 2025.07.01 00:11:18.982708 [ 275 ] {d31790e4-d041-4481-9b9c-93129c4ea642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
551 | 2025.07.01 00:11:18.982843 [ 275 ] {d31790e4-d041-4481-9b9c-93129c4ea642} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
552 | 2025.07.01 00:11:19.000204 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.72 MiB, peak 125.72 MiB, free memory in arenas 0.00 B, will set to 134.11 MiB (RSS), difference: 8.39 MiB | ||
553 | 2025.07.01 00:11:19.002182 [ 275 ] {d31790e4-d041-4481-9b9c-93129c4ea642} <Debug> oximeter.measurements_histogramu16 (49110287-9f5c-4e55-a005-75128dc197a4): Loading data parts | ||
554 | 2025.07.01 00:11:19.002388 [ 275 ] {d31790e4-d041-4481-9b9c-93129c4ea642} <Debug> oximeter.measurements_histogramu16 (49110287-9f5c-4e55-a005-75128dc197a4): There are no data parts | ||
555 | 2025.07.01 00:11:19.006746 [ 275 ] {d31790e4-d041-4481-9b9c-93129c4ea642} <Debug> TCPHandler: Processed in 0.024324466 sec. | ||
556 | 2025.07.01 00:11:19.007119 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
557 | 2025.07.01 00:11:19.007440 [ 275 ] {8dab6131-ac1d-4932-9dfb-0a86c7553932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
558 | 2025.07.01 00:11:19.007595 [ 275 ] {8dab6131-ac1d-4932-9dfb-0a86c7553932} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
559 | 2025.07.01 00:11:19.019009 [ 275 ] {8dab6131-ac1d-4932-9dfb-0a86c7553932} <Debug> oximeter.measurements_histogrami32 (a9a68334-3b08-463f-8a07-71310a000f6a): Loading data parts | ||
560 | 2025.07.01 00:11:19.019183 [ 275 ] {8dab6131-ac1d-4932-9dfb-0a86c7553932} <Debug> oximeter.measurements_histogrami32 (a9a68334-3b08-463f-8a07-71310a000f6a): There are no data parts | ||
561 | 2025.07.01 00:11:19.024960 [ 275 ] {8dab6131-ac1d-4932-9dfb-0a86c7553932} <Debug> TCPHandler: Processed in 0.017952541 sec. | ||
562 | 2025.07.01 00:11:19.025170 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
563 | 2025.07.01 00:11:19.025425 [ 275 ] {e17bfa6e-11c4-40e0-9b36-ec7b28428d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
564 | 2025.07.01 00:11:19.025585 [ 275 ] {e17bfa6e-11c4-40e0-9b36-ec7b28428d71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
565 | 2025.07.01 00:11:19.047593 [ 275 ] {e17bfa6e-11c4-40e0-9b36-ec7b28428d71} <Debug> oximeter.measurements_histogramu32 (eaaaeb04-7dc6-4780-a18d-99fc9bc054cf): Loading data parts | ||
566 | 2025.07.01 00:11:19.047805 [ 275 ] {e17bfa6e-11c4-40e0-9b36-ec7b28428d71} <Debug> oximeter.measurements_histogramu32 (eaaaeb04-7dc6-4780-a18d-99fc9bc054cf): There are no data parts | ||
567 | 2025.07.01 00:11:19.053297 [ 275 ] {e17bfa6e-11c4-40e0-9b36-ec7b28428d71} <Debug> TCPHandler: Processed in 0.028219342 sec. | ||
568 | 2025.07.01 00:11:19.053986 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.01 00:11:19.054496 [ 275 ] {53f4ceae-426b-4a97-835c-0e5a9de46a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
570 | 2025.07.01 00:11:19.054687 [ 275 ] {53f4ceae-426b-4a97-835c-0e5a9de46a45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
571 | 2025.07.01 00:11:19.063938 [ 275 ] {53f4ceae-426b-4a97-835c-0e5a9de46a45} <Debug> oximeter.measurements_histogrami64 (0a46b07c-6e41-4a30-a029-b9d4e87cf761): Loading data parts | ||
572 | 2025.07.01 00:11:19.064115 [ 275 ] {53f4ceae-426b-4a97-835c-0e5a9de46a45} <Debug> oximeter.measurements_histogrami64 (0a46b07c-6e41-4a30-a029-b9d4e87cf761): There are no data parts | ||
573 | 2025.07.01 00:11:19.082884 [ 275 ] {53f4ceae-426b-4a97-835c-0e5a9de46a45} <Debug> TCPHandler: Processed in 0.029164748 sec. | ||
574 | 2025.07.01 00:11:19.083086 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
575 | 2025.07.01 00:11:19.083369 [ 275 ] {0c705fd2-9c63-4b1e-bc72-4b8e5e7afc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
576 | 2025.07.01 00:11:19.083594 [ 275 ] {0c705fd2-9c63-4b1e-bc72-4b8e5e7afc43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
577 | 2025.07.01 00:11:19.094092 [ 275 ] {0c705fd2-9c63-4b1e-bc72-4b8e5e7afc43} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Loading data parts | ||
578 | 2025.07.01 00:11:19.094358 [ 275 ] {0c705fd2-9c63-4b1e-bc72-4b8e5e7afc43} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): There are no data parts | ||
579 | 2025.07.01 00:11:19.107338 [ 275 ] {0c705fd2-9c63-4b1e-bc72-4b8e5e7afc43} <Debug> TCPHandler: Processed in 0.024339616 sec. | ||
580 | 2025.07.01 00:11:19.107493 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
581 | 2025.07.01 00:11:19.107787 [ 275 ] {11a43d24-92ec-4116-909a-344b4621035a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
582 | 2025.07.01 00:11:19.107912 [ 275 ] {11a43d24-92ec-4116-909a-344b4621035a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
583 | 2025.07.01 00:11:19.122620 [ 275 ] {11a43d24-92ec-4116-909a-344b4621035a} <Debug> oximeter.measurements_histogramf32 (f64fb4a0-2586-4807-b14d-e18af9237c69): Loading data parts | ||
584 | 2025.07.01 00:11:19.122772 [ 275 ] {11a43d24-92ec-4116-909a-344b4621035a} <Debug> oximeter.measurements_histogramf32 (f64fb4a0-2586-4807-b14d-e18af9237c69): There are no data parts | ||
585 | 2025.07.01 00:11:19.128229 [ 275 ] {11a43d24-92ec-4116-909a-344b4621035a} <Debug> TCPHandler: Processed in 0.020791159 sec. | ||
586 | 2025.07.01 00:11:19.128409 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
587 | 2025.07.01 00:11:19.128677 [ 275 ] {d5aea6f8-3170-481c-a8c4-fb64d9fd01dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
588 | 2025.07.01 00:11:19.128849 [ 275 ] {d5aea6f8-3170-481c-a8c4-fb64d9fd01dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
589 | 2025.07.01 00:11:19.135964 [ 275 ] {d5aea6f8-3170-481c-a8c4-fb64d9fd01dd} <Debug> oximeter.measurements_histogramf64 (5c807742-588b-4ab4-b890-5857134f5dfc): Loading data parts | ||
590 | 2025.07.01 00:11:19.136161 [ 275 ] {d5aea6f8-3170-481c-a8c4-fb64d9fd01dd} <Debug> oximeter.measurements_histogramf64 (5c807742-588b-4ab4-b890-5857134f5dfc): There are no data parts | ||
591 | 2025.07.01 00:11:19.141131 [ 275 ] {d5aea6f8-3170-481c-a8c4-fb64d9fd01dd} <Debug> TCPHandler: Processed in 0.012783869 sec. | ||
592 | 2025.07.01 00:11:19.141344 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
593 | 2025.07.01 00:11:19.141651 [ 275 ] {86967573-ce0b-4e12-b897-26fb560e93c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) /* The field tables store named dimensions of each timeseries. | ||
594 | * | ||
595 | * As with the measurement tables, there is one field table for each field data | ||
596 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
597 | * this behavior **must not** be relied upon for query correctness. | ||
598 | * | ||
599 | * The index for the fields differs from the measurements, however. Rows are | ||
600 | * sorted by timeseries name, then field name, field value, and finally | ||
601 | * timeseries key. This reflects the most common pattern for looking them up: | ||
602 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
603 | * usually then used to look up measurements. | ||
604 | * | ||
605 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
606 | * timeseries name and then key, since it would improve lookups where one | ||
607 | * already has the key. Realistically though, these tables are quite small and | ||
608 | * so performance benefits will be low in absolute terms. | ||
609 | * | ||
610 | * TTL: We use a materialized column to expire old field table records. This | ||
611 | * column is generated automatically by the database whenever a new row is | ||
612 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
613 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
614 | * record will remain during a deduplication, which will have the last | ||
615 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
616 | * measurement tables. | ||
617 | */ | ||
618 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2025.07.01 00:11:19.141789 [ 275 ] {86967573-ce0b-4e12-b897-26fb560e93c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
620 | 2025.07.01 00:11:19.151350 [ 275 ] {86967573-ce0b-4e12-b897-26fb560e93c1} <Debug> oximeter.fields_bool (a6b20ac7-0f20-4b0e-a216-e79fa66d61d5): Loading data parts | ||
621 | 2025.07.01 00:11:19.151484 [ 275 ] {86967573-ce0b-4e12-b897-26fb560e93c1} <Debug> oximeter.fields_bool (a6b20ac7-0f20-4b0e-a216-e79fa66d61d5): There are no data parts | ||
622 | 2025.07.01 00:11:19.162551 [ 275 ] {86967573-ce0b-4e12-b897-26fb560e93c1} <Debug> TCPHandler: Processed in 0.021284473 sec. | ||
623 | 2025.07.01 00:11:19.162792 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
624 | 2025.07.01 00:11:19.163124 [ 275 ] {7d337bc7-57ec-421f-8f52-d7429ff1a6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
625 | 2025.07.01 00:11:19.163344 [ 275 ] {7d337bc7-57ec-421f-8f52-d7429ff1a6e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
626 | 2025.07.01 00:11:19.178201 [ 275 ] {7d337bc7-57ec-421f-8f52-d7429ff1a6e6} <Debug> oximeter.fields_i8 (e06287a5-e3f7-4349-97b0-c466a4abb21b): Loading data parts | ||
627 | 2025.07.01 00:11:19.178431 [ 275 ] {7d337bc7-57ec-421f-8f52-d7429ff1a6e6} <Debug> oximeter.fields_i8 (e06287a5-e3f7-4349-97b0-c466a4abb21b): There are no data parts | ||
628 | 2025.07.01 00:11:19.191379 [ 275 ] {7d337bc7-57ec-421f-8f52-d7429ff1a6e6} <Debug> TCPHandler: Processed in 0.028678374 sec. | ||
629 | 2025.07.01 00:11:19.191549 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2025.07.01 00:11:19.191828 [ 275 ] {71d5aa43-5752-4e2a-b859-006bdedf0827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2025.07.01 00:11:19.191967 [ 275 ] {71d5aa43-5752-4e2a-b859-006bdedf0827} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
632 | 2025.07.01 00:11:19.205884 [ 275 ] {71d5aa43-5752-4e2a-b859-006bdedf0827} <Debug> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Loading data parts | ||
633 | 2025.07.01 00:11:19.206021 [ 275 ] {71d5aa43-5752-4e2a-b859-006bdedf0827} <Debug> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): There are no data parts | ||
634 | 2025.07.01 00:11:19.210980 [ 275 ] {71d5aa43-5752-4e2a-b859-006bdedf0827} <Debug> TCPHandler: Processed in 0.019491114 sec. | ||
635 | 2025.07.01 00:11:19.211158 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
636 | 2025.07.01 00:11:19.211347 [ 275 ] {7ea5d36a-da41-41b1-8ab2-0bd83f8b0cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
637 | 2025.07.01 00:11:19.211495 [ 275 ] {7ea5d36a-da41-41b1-8ab2-0bd83f8b0cdf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
638 | 2025.07.01 00:11:19.234933 [ 275 ] {7ea5d36a-da41-41b1-8ab2-0bd83f8b0cdf} <Debug> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Loading data parts | ||
639 | 2025.07.01 00:11:19.235097 [ 275 ] {7ea5d36a-da41-41b1-8ab2-0bd83f8b0cdf} <Debug> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): There are no data parts | ||
640 | 2025.07.01 00:11:19.247701 [ 275 ] {7ea5d36a-da41-41b1-8ab2-0bd83f8b0cdf} <Debug> TCPHandler: Processed in 0.036608981 sec. | ||
641 | 2025.07.01 00:11:19.247858 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2025.07.01 00:11:19.248095 [ 275 ] {5e99e053-c83e-4777-ab9e-14e0ebff644b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
643 | 2025.07.01 00:11:19.248215 [ 275 ] {5e99e053-c83e-4777-ab9e-14e0ebff644b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
644 | 2025.07.01 00:11:19.262415 [ 275 ] {5e99e053-c83e-4777-ab9e-14e0ebff644b} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Loading data parts | ||
645 | 2025.07.01 00:11:19.262606 [ 275 ] {5e99e053-c83e-4777-ab9e-14e0ebff644b} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): There are no data parts | ||
646 | 2025.07.01 00:11:19.267990 [ 275 ] {5e99e053-c83e-4777-ab9e-14e0ebff644b} <Debug> TCPHandler: Processed in 0.020182072 sec. | ||
647 | 2025.07.01 00:11:19.268166 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
648 | 2025.07.01 00:11:19.268361 [ 275 ] {4b906c55-f0c3-431e-afee-39877e1fe37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
649 | 2025.07.01 00:11:19.268506 [ 275 ] {4b906c55-f0c3-431e-afee-39877e1fe37f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
650 | 2025.07.01 00:11:19.276452 [ 275 ] {4b906c55-f0c3-431e-afee-39877e1fe37f} <Debug> oximeter.fields_i32 (a1858c67-7b0f-43e2-a607-572403b38a5d): Loading data parts | ||
651 | 2025.07.01 00:11:19.276670 [ 275 ] {4b906c55-f0c3-431e-afee-39877e1fe37f} <Debug> oximeter.fields_i32 (a1858c67-7b0f-43e2-a607-572403b38a5d): There are no data parts | ||
652 | 2025.07.01 00:11:19.290922 [ 275 ] {4b906c55-f0c3-431e-afee-39877e1fe37f} <Debug> TCPHandler: Processed in 0.022814525 sec. | ||
653 | 2025.07.01 00:11:19.291098 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
654 | 2025.07.01 00:11:19.291368 [ 275 ] {e04a805f-0fce-4572-add1-62cc8224ec58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
655 | 2025.07.01 00:11:19.291503 [ 275 ] {e04a805f-0fce-4572-add1-62cc8224ec58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
656 | 2025.07.01 00:11:19.299889 [ 275 ] {e04a805f-0fce-4572-add1-62cc8224ec58} <Debug> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Loading data parts | ||
657 | 2025.07.01 00:11:19.300109 [ 275 ] {e04a805f-0fce-4572-add1-62cc8224ec58} <Debug> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): There are no data parts | ||
658 | 2025.07.01 00:11:19.308210 [ 275 ] {e04a805f-0fce-4572-add1-62cc8224ec58} <Debug> TCPHandler: Processed in 0.01717371 sec. | ||
659 | 2025.07.01 00:11:19.308376 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
660 | 2025.07.01 00:11:19.308564 [ 275 ] {9a1d0d9e-80bd-4c2b-88d7-ac82112c9ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
661 | 2025.07.01 00:11:19.308709 [ 275 ] {9a1d0d9e-80bd-4c2b-88d7-ac82112c9ae0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
662 | 2025.07.01 00:11:19.320433 [ 275 ] {9a1d0d9e-80bd-4c2b-88d7-ac82112c9ae0} <Debug> oximeter.fields_i64 (91ae38da-fa5f-4b0c-a1a6-ad895a7c6eaf): Loading data parts | ||
663 | 2025.07.01 00:11:19.320598 [ 275 ] {9a1d0d9e-80bd-4c2b-88d7-ac82112c9ae0} <Debug> oximeter.fields_i64 (91ae38da-fa5f-4b0c-a1a6-ad895a7c6eaf): There are no data parts | ||
664 | 2025.07.01 00:11:19.330961 [ 275 ] {9a1d0d9e-80bd-4c2b-88d7-ac82112c9ae0} <Debug> TCPHandler: Processed in 0.022645539 sec. | ||
665 | 2025.07.01 00:11:19.331192 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
666 | 2025.07.01 00:11:19.331441 [ 275 ] {67d3c2e8-58b5-4ff9-91f6-85981e7c0540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
667 | 2025.07.01 00:11:19.331589 [ 275 ] {67d3c2e8-58b5-4ff9-91f6-85981e7c0540} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
668 | 2025.07.01 00:11:19.350371 [ 275 ] {67d3c2e8-58b5-4ff9-91f6-85981e7c0540} <Debug> oximeter.fields_u64 (ea685010-2a61-4595-b188-cccc1dccd2e3): Loading data parts | ||
669 | 2025.07.01 00:11:19.350540 [ 275 ] {67d3c2e8-58b5-4ff9-91f6-85981e7c0540} <Debug> oximeter.fields_u64 (ea685010-2a61-4595-b188-cccc1dccd2e3): There are no data parts | ||
670 | 2025.07.01 00:11:19.363513 [ 275 ] {67d3c2e8-58b5-4ff9-91f6-85981e7c0540} <Debug> TCPHandler: Processed in 0.032387456 sec. | ||
671 | 2025.07.01 00:11:19.363670 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2025.07.01 00:11:19.363829 [ 275 ] {33814a42-b569-4fc3-a56e-2fc80d40ca39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
673 | 2025.07.01 00:11:19.363958 [ 275 ] {33814a42-b569-4fc3-a56e-2fc80d40ca39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
674 | 2025.07.01 00:11:19.376055 [ 275 ] {33814a42-b569-4fc3-a56e-2fc80d40ca39} <Debug> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Loading data parts | ||
675 | 2025.07.01 00:11:19.376208 [ 275 ] {33814a42-b569-4fc3-a56e-2fc80d40ca39} <Debug> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): There are no data parts | ||
676 | 2025.07.01 00:11:19.381428 [ 275 ] {33814a42-b569-4fc3-a56e-2fc80d40ca39} <Debug> TCPHandler: Processed in 0.017810257 sec. | ||
677 | 2025.07.01 00:11:19.381672 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
678 | 2025.07.01 00:11:19.381866 [ 275 ] {5624ca9c-ede8-48b9-8d7b-17d996a8c2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
679 | 2025.07.01 00:11:19.381990 [ 275 ] {5624ca9c-ede8-48b9-8d7b-17d996a8c2eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
680 | 2025.07.01 00:11:19.391004 [ 275 ] {5624ca9c-ede8-48b9-8d7b-17d996a8c2eb} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Loading data parts | ||
681 | 2025.07.01 00:11:19.391280 [ 275 ] {5624ca9c-ede8-48b9-8d7b-17d996a8c2eb} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): There are no data parts | ||
682 | 2025.07.01 00:11:19.396095 [ 275 ] {5624ca9c-ede8-48b9-8d7b-17d996a8c2eb} <Debug> TCPHandler: Processed in 0.014487147 sec. | ||
683 | 2025.07.01 00:11:19.396249 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2025.07.01 00:11:19.396485 [ 275 ] {7f945457-b2fe-41af-842b-bed05b166c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
685 | 2025.07.01 00:11:19.396527 [ 275 ] {7f945457-b2fe-41af-842b-bed05b166c8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
686 | 2025.07.01 00:11:19.403595 [ 275 ] {7f945457-b2fe-41af-842b-bed05b166c8d} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Loading data parts | ||
687 | 2025.07.01 00:11:19.403760 [ 275 ] {7f945457-b2fe-41af-842b-bed05b166c8d} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): There are no data parts | ||
688 | 2025.07.01 00:11:19.408749 [ 275 ] {7f945457-b2fe-41af-842b-bed05b166c8d} <Debug> TCPHandler: Processed in 0.012549804 sec. | ||
689 | 2025.07.01 00:11:19.409005 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
690 | 2025.07.01 00:11:19.409253 [ 275 ] {bdaf2b59-a8f0-46f3-b56b-0da7ec3cae4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) /* The timeseries schema table stores the extracted schema for the samples | ||
691 | * oximeter collects. | ||
692 | */ | ||
693 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
694 | 2025.07.01 00:11:19.409384 [ 275 ] {bdaf2b59-a8f0-46f3-b56b-0da7ec3cae4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
695 | 2025.07.01 00:11:19.419745 [ 275 ] {bdaf2b59-a8f0-46f3-b56b-0da7ec3cae4d} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Loading data parts | ||
696 | 2025.07.01 00:11:19.419966 [ 275 ] {bdaf2b59-a8f0-46f3-b56b-0da7ec3cae4d} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): There are no data parts | ||
697 | 2025.07.01 00:11:19.432412 [ 275 ] {bdaf2b59-a8f0-46f3-b56b-0da7ec3cae4d} <Debug> TCPHandler: Processed in 0.023457162 sec. | ||
698 | 2025.07.01 00:11:19.434703 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2025.07.01 00:11:19.435058 [ 276 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
700 | 2025.07.01 00:11:19.436355 [ 276 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
701 | 2025.07.01 00:11:19.473522 [ 284 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Trace> oximeter.version (c89f21b5-13b0-4848-bdd9-c1c044ea2575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
702 | 2025.07.01 00:11:19.473570 [ 284 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
703 | 2025.07.01 00:11:19.477951 [ 284 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
704 | 2025.07.01 00:11:19.478556 [ 284 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Trace> oximeter.version (c89f21b5-13b0-4848-bdd9-c1c044ea2575): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
705 | 2025.07.01 00:11:19.478840 [ 276 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.04391 sec., 22.77385561375541 rows/sec., 364.38 B/sec. | ||
706 | 2025.07.01 00:11:19.479308 [ 276 ] {9b12076a-d3d9-4369-9089-ec08cc2317a9} <Debug> TCPHandler: Processed in 0.044729434 sec. | ||
707 | 2025.07.01 00:11:20.000160 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.74 MiB, peak 135.74 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 3.97 MiB | ||
708 | 2025.07.01 00:11:23.859033 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.07.01 00:11:23.859058 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
710 | 2025.07.01 00:11:23.859122 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.07.01 00:11:23.859262 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
712 | 2025.07.01 00:11:23.866218 [ 245 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Loading data parts | ||
713 | 2025.07.01 00:11:23.866450 [ 245 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): There are no data parts | ||
714 | 2025.07.01 00:11:23.872692 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
715 | 2025.07.01 00:11:23.872737 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
716 | 2025.07.01 00:11:23.877882 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
717 | 2025.07.01 00:11:23.878544 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
718 | 2025.07.01 00:11:23.878668 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
719 | 2025.07.01 00:11:23.878743 [ 244 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Loading data parts | ||
720 | 2025.07.01 00:11:23.878989 [ 244 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): There are no data parts | ||
721 | 2025.07.01 00:11:23.910311 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.07.01 00:11:23.910388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
723 | 2025.07.01 00:11:23.917801 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.07.01 00:11:23.919715 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
725 | 2025.07.01 00:11:23.925234 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.07.01 00:11:24.000255 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.76 MiB, peak 148.76 MiB, free memory in arenas 0.00 B, will set to 153.88 MiB (RSS), difference: 9.11 MiB | ||
727 | 2025.07.01 00:11:26.358879 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.07.01 00:11:26.358977 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.07.01 00:11:26.367233 [ 243 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Loading data parts | ||
730 | 2025.07.01 00:11:26.367427 [ 243 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): There are no data parts | ||
731 | 2025.07.01 00:11:26.376148 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.07.01 00:11:26.376183 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
733 | 2025.07.01 00:11:26.377815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.07.01 00:11:26.378275 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
735 | 2025.07.01 00:11:26.378640 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.07.01 00:11:27.000172 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.27 MiB, peak 158.27 MiB, free memory in arenas 0.00 B, will set to 154.95 MiB (RSS), difference: -3.32 MiB | ||
737 | 2025.07.01 00:11:31.303672 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.07.01 00:11:31.303783 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.07.01 00:11:31.378801 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
740 | 2025.07.01 00:11:31.379539 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.07.01 00:11:31.379586 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
742 | 2025.07.01 00:11:31.380388 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.07.01 00:11:31.380809 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
744 | 2025.07.01 00:11:31.380970 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.07.01 00:11:31.425372 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.07.01 00:11:31.442663 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.07.01 00:11:31.442722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
748 | 2025.07.01 00:11:31.449396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.07.01 00:11:31.450724 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
750 | 2025.07.01 00:11:31.453891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.07.01 00:11:32.000167 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.66 MiB, peak 159.66 MiB, free memory in arenas 0.00 B, will set to 157.72 MiB (RSS), difference: 2.06 MiB | ||
752 | 2025.07.01 00:11:37.000155 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.77 MiB, peak 159.66 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.07.01 00:11:38.882280 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
754 | 2025.07.01 00:11:38.882978 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
755 | 2025.07.01 00:11:38.883123 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
756 | 2025.07.01 00:11:38.884107 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
757 | 2025.07.01 00:11:38.884960 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
758 | 2025.07.01 00:11:38.885168 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
759 | 2025.07.01 00:11:38.955094 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
760 | 2025.07.01 00:11:38.971770 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
761 | 2025.07.01 00:11:38.971855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
762 | 2025.07.01 00:11:38.978330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
763 | 2025.07.01 00:11:38.979535 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
764 | 2025.07.01 00:11:38.983661 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
765 | 2025.07.01 00:11:39.503254 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.07.01 00:11:39.503436 [ 275 ] {82ad33f0-30ac-418b-bf87-d6c9330a918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.07.01 00:11:39.506171 [ 275 ] {82ad33f0-30ac-418b-bf87-d6c9330a918a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.07.01 00:11:39.508433 [ 275 ] {82ad33f0-30ac-418b-bf87-d6c9330a918a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.07.01 00:11:39.511102 [ 275 ] {82ad33f0-30ac-418b-bf87-d6c9330a918a} <Debug> TCPHandler: Processed in 0.007996459 sec. | ||
770 | 2025.07.01 00:11:39.519955 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.07.01 00:11:39.520120 [ 275 ] {9d6d1310-8c0a-4202-a5b9-97deb71ff47c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
772 | 2025.07.01 00:11:39.528046 [ 275 ] {9d6d1310-8c0a-4202-a5b9-97deb71ff47c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.07.01 00:11:39.528104 [ 275 ] {9d6d1310-8c0a-4202-a5b9-97deb71ff47c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.07.01 00:11:39.528539 [ 275 ] {9d6d1310-8c0a-4202-a5b9-97deb71ff47c} <Debug> TCPHandler: Processed in 0.008655687 sec. | ||
775 | 2025.07.01 00:11:39.528795 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.07.01 00:11:39.528923 [ 275 ] {075b1d15-7958-48f3-beab-447189de1922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
777 | 2025.07.01 00:11:39.529223 [ 275 ] {075b1d15-7958-48f3-beab-447189de1922} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.07.01 00:11:39.529268 [ 275 ] {075b1d15-7958-48f3-beab-447189de1922} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.07.01 00:11:39.529577 [ 275 ] {075b1d15-7958-48f3-beab-447189de1922} <Debug> TCPHandler: Processed in 0.000836894 sec. | ||
780 | 2025.07.01 00:11:39.529785 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.07.01 00:11:39.529904 [ 275 ] {f5d429eb-f0b4-44e0-a791-67ab5079a06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
782 | 2025.07.01 00:11:39.530140 [ 275 ] {f5d429eb-f0b4-44e0-a791-67ab5079a06c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.07.01 00:11:39.530183 [ 275 ] {f5d429eb-f0b4-44e0-a791-67ab5079a06c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.07.01 00:11:39.530549 [ 275 ] {f5d429eb-f0b4-44e0-a791-67ab5079a06c} <Debug> TCPHandler: Processed in 0.000812752 sec. | ||
785 | 2025.07.01 00:11:39.531279 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.07.01 00:11:39.531387 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
787 | 2025.07.01 00:11:39.531430 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.07.01 00:11:39.531955 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
789 | 2025.07.01 00:11:39.531999 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
790 | 2025.07.01 00:11:39.532643 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
791 | 2025.07.01 00:11:39.533062 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
792 | 2025.07.01 00:11:39.533221 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001863 sec., 2147.0746108427265 rows/sec., 273.10 KiB/sec. | ||
793 | 2025.07.01 00:11:39.533262 [ 275 ] {5f6f7055-39a9-416d-9b08-3b05eebf1e27} <Debug> TCPHandler: Processed in 0.002031335 sec. | ||
794 | 2025.07.01 00:11:39.533374 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2025.07.01 00:11:39.533473 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
796 | 2025.07.01 00:11:39.533513 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
797 | 2025.07.01 00:11:39.535974 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
798 | 2025.07.01 00:11:39.536008 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
799 | 2025.07.01 00:11:39.538913 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
800 | 2025.07.01 00:11:39.539408 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
801 | 2025.07.01 00:11:39.539566 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.006113 sec., 654.3432030099787 rows/sec., 55.11 KiB/sec. | ||
802 | 2025.07.01 00:11:39.539610 [ 275 ] {ce5ae259-cda7-43aa-8b2a-eb0537bf80bb} <Debug> TCPHandler: Processed in 0.006285792 sec. | ||
803 | 2025.07.01 00:11:39.539730 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2025.07.01 00:11:39.539826 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
805 | 2025.07.01 00:11:39.539866 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
806 | 2025.07.01 00:11:39.540252 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
807 | 2025.07.01 00:11:39.540287 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
808 | 2025.07.01 00:11:39.540728 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
809 | 2025.07.01 00:11:39.541172 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
810 | 2025.07.01 00:11:39.541297 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.00149 sec., 5369.127516778523 rows/sec., 431.26 KiB/sec. | ||
811 | 2025.07.01 00:11:39.541333 [ 275 ] {67dd7ebb-b847-48fe-85da-5a70dbaa48b5} <Debug> TCPHandler: Processed in 0.001652955 sec. | ||
812 | 2025.07.01 00:11:39.541445 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
813 | 2025.07.01 00:11:39.541541 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
814 | 2025.07.01 00:11:39.541584 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
815 | 2025.07.01 00:11:39.542025 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
816 | 2025.07.01 00:11:39.542064 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
817 | 2025.07.01 00:11:39.542669 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
818 | 2025.07.01 00:11:39.543086 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
819 | 2025.07.01 00:11:39.543225 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.001703 sec., 4697.592483852026 rows/sec., 357.82 KiB/sec. | ||
820 | 2025.07.01 00:11:39.543261 [ 275 ] {0674444c-d316-4e46-b8bc-535e98249b11} <Debug> TCPHandler: Processed in 0.001865571 sec. | ||
821 | 2025.07.01 00:11:39.543389 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
822 | 2025.07.01 00:11:39.543486 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
823 | 2025.07.01 00:11:39.543527 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
824 | 2025.07.01 00:11:39.543849 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
825 | 2025.07.01 00:11:39.543884 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
826 | 2025.07.01 00:11:39.544323 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
827 | 2025.07.01 00:11:39.544900 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
828 | 2025.07.01 00:11:39.545034 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 321.57 KiB/sec. | ||
829 | 2025.07.01 00:11:39.545072 [ 275 ] {e4884601-ff0c-4095-a12d-a33cefeca6e3} <Debug> TCPHandler: Processed in 0.001743557 sec. | ||
830 | 2025.07.01 00:11:44.499534 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.07.01 00:11:44.499729 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
832 | 2025.07.01 00:11:44.499796 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
833 | 2025.07.01 00:11:44.500426 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
834 | 2025.07.01 00:11:44.500473 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
835 | 2025.07.01 00:11:44.500846 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
836 | 2025.07.01 00:11:44.501064 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
837 | 2025.07.01 00:11:44.501218 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.00154 sec., 2597.4025974025976 rows/sec., 218.78 KiB/sec. | ||
838 | 2025.07.01 00:11:44.501267 [ 275 ] {ca933e76-9c65-4fbd-8204-77df00e1d1f1} <Debug> TCPHandler: Processed in 0.001867971 sec. | ||
839 | 2025.07.01 00:11:44.501403 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
840 | 2025.07.01 00:11:44.501501 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
841 | 2025.07.01 00:11:44.501541 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
842 | 2025.07.01 00:11:44.501936 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
843 | 2025.07.01 00:11:44.501973 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
844 | 2025.07.01 00:11:44.502266 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
845 | 2025.07.01 00:11:44.502478 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
846 | 2025.07.01 00:11:44.502599 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001119 sec., 7149.240393208222 rows/sec., 574.24 KiB/sec. | ||
847 | 2025.07.01 00:11:44.502636 [ 275 ] {a6583b04-f79d-4f22-bae5-177dbd87038e} <Debug> TCPHandler: Processed in 0.001284285 sec. | ||
848 | 2025.07.01 00:11:44.502757 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2025.07.01 00:11:44.502852 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
850 | 2025.07.01 00:11:44.502897 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
851 | 2025.07.01 00:11:44.503257 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
852 | 2025.07.01 00:11:44.503293 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
853 | 2025.07.01 00:11:44.503620 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
854 | 2025.07.01 00:11:44.503842 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
855 | 2025.07.01 00:11:44.503966 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001132 sec., 8833.922261484098 rows/sec., 672.90 KiB/sec. | ||
856 | 2025.07.01 00:11:44.504009 [ 275 ] {b691bcd8-6dde-410c-a59d-2b00e4354931} <Debug> TCPHandler: Processed in 0.001301576 sec. | ||
857 | 2025.07.01 00:11:44.504146 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
858 | 2025.07.01 00:11:44.504244 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
859 | 2025.07.01 00:11:44.504292 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
860 | 2025.07.01 00:11:44.504628 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
861 | 2025.07.01 00:11:44.504665 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
862 | 2025.07.01 00:11:44.504967 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
863 | 2025.07.01 00:11:44.505173 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
864 | 2025.07.01 00:11:44.505295 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001069 sec., 9354.536950420954 rows/sec., 589.23 KiB/sec. | ||
865 | 2025.07.01 00:11:44.505330 [ 275 ] {722364e8-8127-45a5-a6b0-954f77c57703} <Debug> TCPHandler: Processed in 0.001236234 sec. | ||
866 | 2025.07.01 00:11:46.303832 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
867 | 2025.07.01 00:11:46.303896 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
868 | 2025.07.01 00:11:46.378993 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 114 | ||
869 | 2025.07.01 00:11:46.381527 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
870 | 2025.07.01 00:11:46.381570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
871 | 2025.07.01 00:11:46.382773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
872 | 2025.07.01 00:11:46.383309 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
873 | 2025.07.01 00:11:46.383545 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 114 | ||
874 | 2025.07.01 00:11:46.385308 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
875 | 2025.07.01 00:11:46.385866 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
876 | 2025.07.01 00:11:46.385905 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
877 | 2025.07.01 00:11:46.386552 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
878 | 2025.07.01 00:11:46.387279 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
879 | 2025.07.01 00:11:46.387442 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
880 | 2025.07.01 00:11:46.483797 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
881 | 2025.07.01 00:11:46.500380 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
882 | 2025.07.01 00:11:46.500450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
883 | 2025.07.01 00:11:46.506839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
884 | 2025.07.01 00:11:46.507646 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
885 | 2025.07.01 00:11:46.511694 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
886 | 2025.07.01 00:11:49.499193 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2025.07.01 00:11:49.499372 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
888 | 2025.07.01 00:11:49.499440 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
889 | 2025.07.01 00:11:49.500072 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2025.07.01 00:11:49.500121 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
891 | 2025.07.01 00:11:49.500518 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
892 | 2025.07.01 00:11:49.500737 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2025.07.01 00:11:49.500880 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001557 sec., 2569.0430314707774 rows/sec., 216.39 KiB/sec. | ||
894 | 2025.07.01 00:11:49.500922 [ 275 ] {1d683469-de9b-43b6-9e70-fa6d48d7810a} <Debug> TCPHandler: Processed in 0.001859331 sec. | ||
895 | 2025.07.01 00:11:49.501062 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
896 | 2025.07.01 00:11:49.501160 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
897 | 2025.07.01 00:11:49.501202 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
898 | 2025.07.01 00:11:49.501650 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
899 | 2025.07.01 00:11:49.501688 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
900 | 2025.07.01 00:11:49.502011 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
901 | 2025.07.01 00:11:49.502245 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
902 | 2025.07.01 00:11:49.502387 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001246 sec., 6420.545746388443 rows/sec., 515.71 KiB/sec. | ||
903 | 2025.07.01 00:11:49.502427 [ 275 ] {1bf9c957-b316-4fa4-8131-d75e877ba97d} <Debug> TCPHandler: Processed in 0.001423428 sec. | ||
904 | 2025.07.01 00:11:49.502543 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2025.07.01 00:11:49.502637 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
906 | 2025.07.01 00:11:49.502682 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
907 | 2025.07.01 00:11:49.503064 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
908 | 2025.07.01 00:11:49.503100 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
909 | 2025.07.01 00:11:49.503425 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
910 | 2025.07.01 00:11:49.503644 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
911 | 2025.07.01 00:11:49.503769 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.00115 sec., 8695.652173913044 rows/sec., 662.36 KiB/sec. | ||
912 | 2025.07.01 00:11:49.503805 [ 275 ] {e589eba2-a726-417e-9045-ad48a884550a} <Debug> TCPHandler: Processed in 0.001311226 sec. | ||
913 | 2025.07.01 00:11:49.503916 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
914 | 2025.07.01 00:11:49.504011 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
915 | 2025.07.01 00:11:49.504051 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
916 | 2025.07.01 00:11:49.504377 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
917 | 2025.07.01 00:11:49.504413 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
918 | 2025.07.01 00:11:49.504700 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
919 | 2025.07.01 00:11:49.504901 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
920 | 2025.07.01 00:11:49.505028 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001036 sec., 9652.509652509652 rows/sec., 607.99 KiB/sec. | ||
921 | 2025.07.01 00:11:49.505065 [ 275 ] {c55b4001-e2d7-4016-82d0-0703165b43b0} <Debug> TCPHandler: Processed in 0.001198093 sec. | ||
922 | 2025.07.01 00:11:53.888478 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
923 | 2025.07.01 00:11:53.889009 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2025.07.01 00:11:53.889067 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
925 | 2025.07.01 00:11:53.889670 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
926 | 2025.07.01 00:11:53.889952 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2025.07.01 00:11:53.890106 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
928 | 2025.07.01 00:11:54.012711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
929 | 2025.07.01 00:11:54.031643 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
930 | 2025.07.01 00:11:54.031720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
931 | 2025.07.01 00:11:54.038145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
932 | 2025.07.01 00:11:54.039181 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
933 | 2025.07.01 00:11:54.044357 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
934 | 2025.07.01 00:11:54.499404 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
935 | 2025.07.01 00:11:54.499611 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
936 | 2025.07.01 00:11:54.504963 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
937 | 2025.07.01 00:11:54.509618 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
938 | 2025.07.01 00:11:54.509865 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
939 | 2025.07.01 00:11:54.517344 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
940 | 2025.07.01 00:11:54.522250 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
941 | 2025.07.01 00:11:54.526492 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
942 | 2025.07.01 00:11:54.528848 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
943 | 2025.07.01 00:11:54.528876 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
944 | 2025.07.01 00:11:54.533460 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
945 | 2025.07.01 00:11:54.533494 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
946 | 2025.07.01 00:11:54.568876 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.069334 sec., 57.6917529639138 rows/sec., 2.38 KiB/sec. | ||
947 | 2025.07.01 00:11:54.569018 [ 275 ] {dcc6e3d5-7520-4f3a-be45-00d0d4cb91b6} <Debug> TCPHandler: Processed in 0.069736618 sec. | ||
948 | 2025.07.01 00:11:54.569401 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
949 | 2025.07.01 00:11:54.569570 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
950 | 2025.07.01 00:11:54.569840 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
951 | 2025.07.01 00:11:54.569870 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
952 | 2025.07.01 00:11:54.570043 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
953 | 2025.07.01 00:11:54.570107 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
954 | 2025.07.01 00:11:54.570237 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
955 | 2025.07.01 00:11:54.570273 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
956 | 2025.07.01 00:11:54.570295 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
957 | 2025.07.01 00:11:54.570313 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
958 | 2025.07.01 00:11:54.570350 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
959 | 2025.07.01 00:11:54.570371 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
960 | 2025.07.01 00:11:54.570898 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001399 sec., 2859.1851322373122 rows/sec., 117.97 KiB/sec. | ||
961 | 2025.07.01 00:11:54.570989 [ 275 ] {dd90fde0-93be-4c6b-ad97-a64aae82028f} <Debug> TCPHandler: Processed in 0.001700197 sec. | ||
962 | 2025.07.01 00:11:54.571241 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
963 | 2025.07.01 00:11:54.571371 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
964 | 2025.07.01 00:11:54.571579 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
965 | 2025.07.01 00:11:54.571609 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
966 | 2025.07.01 00:11:54.571752 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
967 | 2025.07.01 00:11:54.571806 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
968 | 2025.07.01 00:11:54.571908 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
969 | 2025.07.01 00:11:54.571938 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
970 | 2025.07.01 00:11:54.571958 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
971 | 2025.07.01 00:11:54.571973 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
972 | 2025.07.01 00:11:54.572006 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
973 | 2025.07.01 00:11:54.572025 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
974 | 2025.07.01 00:11:54.572499 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001175 sec., 3404.255319148936 rows/sec., 140.46 KiB/sec. | ||
975 | 2025.07.01 00:11:54.572590 [ 275 ] {edd111d0-ebcf-4324-b67a-08072e62990b} <Debug> TCPHandler: Processed in 0.001401759 sec. | ||
976 | 2025.07.01 00:11:54.572817 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
977 | 2025.07.01 00:11:54.572940 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
978 | 2025.07.01 00:11:54.573130 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
979 | 2025.07.01 00:11:54.573158 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
980 | 2025.07.01 00:11:54.573299 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
981 | 2025.07.01 00:11:54.573352 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
982 | 2025.07.01 00:11:54.573458 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
983 | 2025.07.01 00:11:54.573489 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
984 | 2025.07.01 00:11:54.573515 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
985 | 2025.07.01 00:11:54.573529 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
986 | 2025.07.01 00:11:54.573562 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
987 | 2025.07.01 00:11:54.573578 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
988 | 2025.07.01 00:11:54.574082 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001184 sec., 3378.3783783783783 rows/sec., 139.39 KiB/sec. | ||
989 | 2025.07.01 00:11:54.574167 [ 275 ] {3011475a-631d-455f-850a-348ae5d02e54} <Debug> TCPHandler: Processed in 0.001399698 sec. | ||
990 | 2025.07.01 00:11:54.574374 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
991 | 2025.07.01 00:11:54.574501 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
992 | 2025.07.01 00:11:54.574690 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
993 | 2025.07.01 00:11:54.574718 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
994 | 2025.07.01 00:11:54.574859 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2025.07.01 00:11:54.574911 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2025.07.01 00:11:54.575009 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
997 | 2025.07.01 00:11:54.575039 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
998 | 2025.07.01 00:11:54.575060 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
999 | 2025.07.01 00:11:54.575075 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1000 | 2025.07.01 00:11:54.575107 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
1001 | 2025.07.01 00:11:54.575124 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1002 | 2025.07.01 00:11:54.575614 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001155 sec., 3463.2034632034633 rows/sec., 142.89 KiB/sec. | ||
1003 | 2025.07.01 00:11:54.575698 [ 275 ] {19790033-d050-4ac9-9bcd-db7a355cbf52} <Debug> TCPHandler: Processed in 0.001374318 sec. | ||
1004 | 2025.07.01 00:11:54.575915 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2025.07.01 00:11:54.576071 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1006 | 2025.07.01 00:11:54.576266 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1007 | 2025.07.01 00:11:54.576294 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
1008 | 2025.07.01 00:11:54.576436 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1009 | 2025.07.01 00:11:54.576488 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1010 | 2025.07.01 00:11:54.576586 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1011 | 2025.07.01 00:11:54.576614 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1012 | 2025.07.01 00:11:54.576632 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1013 | 2025.07.01 00:11:54.576647 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1014 | 2025.07.01 00:11:54.576678 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <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_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'))" | ||
1015 | 2025.07.01 00:11:54.576695 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1016 | 2025.07.01 00:11:54.577109 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001087 sec., 3679.852805887764 rows/sec., 151.83 KiB/sec. | ||
1017 | 2025.07.01 00:11:54.577192 [ 275 ] {8a1263a8-26f1-4ba4-af04-051daecc4f57} <Debug> TCPHandler: Processed in 0.001327917 sec. | ||
1018 | 2025.07.01 00:11:54.577402 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1019 | 2025.07.01 00:11:54.577531 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1020 | 2025.07.01 00:11:54.577716 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1021 | 2025.07.01 00:11:54.577745 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <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: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')" moved to PREWHERE | ||
1022 | 2025.07.01 00:11:54.577888 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1023 | 2025.07.01 00:11:54.577941 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1024 | 2025.07.01 00:11:54.578037 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1025 | 2025.07.01 00:11:54.578067 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1026 | 2025.07.01 00:11:54.578086 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1027 | 2025.07.01 00:11:54.578101 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1028 | 2025.07.01 00:11:54.578132 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <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: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'))" | ||
1029 | 2025.07.01 00:11:54.578151 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1030 | 2025.07.01 00:11:54.578571 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001089 sec., 3673.0945821854916 rows/sec., 151.55 KiB/sec. | ||
1031 | 2025.07.01 00:11:54.578655 [ 275 ] {63ab62b5-81f3-47f8-b50e-254521ea46c0} <Debug> TCPHandler: Processed in 0.001302225 sec. | ||
1032 | 2025.07.01 00:11:54.578873 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1033 | 2025.07.01 00:11:54.579001 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1034 | 2025.07.01 00:11:54.579188 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1035 | 2025.07.01 00:11:54.579217 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <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: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')" moved to PREWHERE | ||
1036 | 2025.07.01 00:11:54.579364 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1037 | 2025.07.01 00:11:54.579416 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1038 | 2025.07.01 00:11:54.579512 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1039 | 2025.07.01 00:11:54.579541 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1040 | 2025.07.01 00:11:54.579559 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1041 | 2025.07.01 00:11:54.579573 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1042 | 2025.07.01 00:11:54.579611 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <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: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'))" | ||
1043 | 2025.07.01 00:11:54.579630 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1044 | 2025.07.01 00:11:54.580062 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001102 sec., 3629.7640653357535 rows/sec., 149.76 KiB/sec. | ||
1045 | 2025.07.01 00:11:54.580147 [ 275 ] {63d21a46-ba5e-4af1-9e2c-09ec18a5f3d2} <Debug> TCPHandler: Processed in 0.001324316 sec. | ||
1046 | 2025.07.01 00:11:54.580400 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1047 | 2025.07.01 00:11:54.580522 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1048 | 2025.07.01 00:11:54.580710 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1049 | 2025.07.01 00:11:54.580739 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <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: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')" moved to PREWHERE | ||
1050 | 2025.07.01 00:11:54.580889 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1051 | 2025.07.01 00:11:54.580941 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1052 | 2025.07.01 00:11:54.581037 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1053 | 2025.07.01 00:11:54.581065 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1054 | 2025.07.01 00:11:54.581084 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1055 | 2025.07.01 00:11:54.581098 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1056 | 2025.07.01 00:11:54.581130 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <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: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'))" | ||
1057 | 2025.07.01 00:11:54.581147 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1058 | 2025.07.01 00:11:54.581607 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001125 sec., 3555.5555555555557 rows/sec., 146.70 KiB/sec. | ||
1059 | 2025.07.01 00:11:54.581699 [ 275 ] {b1fbb077-2658-436a-9747-7cb41bd36458} <Debug> TCPHandler: Processed in 0.001349937 sec. | ||
1060 | 2025.07.01 00:11:54.581906 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1061 | 2025.07.01 00:11:54.582033 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1062 | 2025.07.01 00:11:54.582230 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1063 | 2025.07.01 00:11:54.582261 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <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: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')" moved to PREWHERE | ||
1064 | 2025.07.01 00:11:54.582428 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1065 | 2025.07.01 00:11:54.582483 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1066 | 2025.07.01 00:11:54.582585 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1067 | 2025.07.01 00:11:54.582614 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1068 | 2025.07.01 00:11:54.582640 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1069 | 2025.07.01 00:11:54.582668 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1070 | 2025.07.01 00:11:54.582710 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <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: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'))" | ||
1071 | 2025.07.01 00:11:54.582756 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1072 | 2025.07.01 00:11:54.583297 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 126.18 KiB/sec. | ||
1073 | 2025.07.01 00:11:54.583386 [ 275 ] {035cf865-100d-410a-8a54-2a1c3adedabd} <Debug> TCPHandler: Processed in 0.001530812 sec. | ||
1074 | 2025.07.01 00:11:54.583631 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1075 | 2025.07.01 00:11:54.583772 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1076 | 2025.07.01 00:11:54.583981 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1077 | 2025.07.01 00:11:54.584014 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <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: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')" moved to PREWHERE | ||
1078 | 2025.07.01 00:11:54.584226 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1079 | 2025.07.01 00:11:54.584285 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1080 | 2025.07.01 00:11:54.584394 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1081 | 2025.07.01 00:11:54.584428 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1082 | 2025.07.01 00:11:54.584448 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1083 | 2025.07.01 00:11:54.584463 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1084 | 2025.07.01 00:11:54.584497 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <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: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'))" | ||
1085 | 2025.07.01 00:11:54.584518 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1086 | 2025.07.01 00:11:54.584954 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001236 sec., 3236.245954692557 rows/sec., 133.53 KiB/sec. | ||
1087 | 2025.07.01 00:11:54.585040 [ 275 ] {ae20937a-be22-48c2-b7cb-af283d8e8a24} <Debug> TCPHandler: Processed in 0.0014596 sec. | ||
1088 | 2025.07.01 00:11:54.585256 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1089 | 2025.07.01 00:11:54.585402 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1090 | 2025.07.01 00:11:54.585605 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1091 | 2025.07.01 00:11:54.585641 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <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: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')" moved to PREWHERE | ||
1092 | 2025.07.01 00:11:54.585810 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1093 | 2025.07.01 00:11:54.585870 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1094 | 2025.07.01 00:11:54.585986 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1095 | 2025.07.01 00:11:54.586017 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1096 | 2025.07.01 00:11:54.586039 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1097 | 2025.07.01 00:11:54.586064 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1098 | 2025.07.01 00:11:54.586107 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <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: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'))" | ||
1099 | 2025.07.01 00:11:54.586132 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1100 | 2025.07.01 00:11:54.586593 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001247 sec., 3207.698476343224 rows/sec., 132.35 KiB/sec. | ||
1101 | 2025.07.01 00:11:54.586679 [ 275 ] {b0217468-efc6-4ce3-9c8f-7d3384241dfb} <Debug> TCPHandler: Processed in 0.00147363 sec. | ||
1102 | 2025.07.01 00:11:54.586926 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1103 | 2025.07.01 00:11:54.587050 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1104 | 2025.07.01 00:11:54.587253 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1105 | 2025.07.01 00:11:54.587285 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
1106 | 2025.07.01 00:11:54.587457 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1107 | 2025.07.01 00:11:54.587510 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1108 | 2025.07.01 00:11:54.587609 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1109 | 2025.07.01 00:11:54.587637 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1110 | 2025.07.01 00:11:54.587656 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1111 | 2025.07.01 00:11:54.587675 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1112 | 2025.07.01 00:11:54.587708 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1113 | 2025.07.01 00:11:54.587725 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1114 | 2025.07.01 00:11:54.588296 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001292 sec., 3095.9752321981423 rows/sec., 127.74 KiB/sec. | ||
1115 | 2025.07.01 00:11:54.588396 [ 275 ] {532de981-35df-4e3f-8ece-27cb5c431343} <Debug> TCPHandler: Processed in 0.001517502 sec. | ||
1116 | 2025.07.01 00:11:54.588624 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1117 | 2025.07.01 00:11:54.588748 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1118 | 2025.07.01 00:11:54.588944 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1119 | 2025.07.01 00:11:54.588976 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
1120 | 2025.07.01 00:11:54.589152 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1121 | 2025.07.01 00:11:54.589211 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1122 | 2025.07.01 00:11:54.589309 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1123 | 2025.07.01 00:11:54.589337 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1124 | 2025.07.01 00:11:54.589357 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1125 | 2025.07.01 00:11:54.589371 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1126 | 2025.07.01 00:11:54.589421 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1127 | 2025.07.01 00:11:54.589440 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1128 | 2025.07.01 00:11:54.589901 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001198 sec., 3338.89816360601 rows/sec., 137.76 KiB/sec. | ||
1129 | 2025.07.01 00:11:54.589994 [ 275 ] {f98dd79d-cc08-4d0c-8736-e971f4e9992f} <Debug> TCPHandler: Processed in 0.001418639 sec. | ||
1130 | 2025.07.01 00:11:54.596212 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1131 | 2025.07.01 00:11:54.596337 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1132 | 2025.07.01 00:11:54.596385 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1133 | 2025.07.01 00:11:54.597066 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1134 | 2025.07.01 00:11:54.597112 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1135 | 2025.07.01 00:11:54.597559 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1136 | 2025.07.01 00:11:54.597790 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1137 | 2025.07.01 00:11:54.597932 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001627 sec., 8604.79409956976 rows/sec., 1.21 MiB/sec. | ||
1138 | 2025.07.01 00:11:54.597971 [ 275 ] {5d24e314-7441-4043-a3fd-31cdcdfbd836} <Debug> TCPHandler: Processed in 0.00183851 sec. | ||
1139 | 2025.07.01 00:11:54.598099 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1140 | 2025.07.01 00:11:54.598193 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1141 | 2025.07.01 00:11:54.598233 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1142 | 2025.07.01 00:11:54.600936 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1143 | 2025.07.01 00:11:54.600972 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1144 | 2025.07.01 00:11:54.601286 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1145 | 2025.07.01 00:11:54.601517 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1146 | 2025.07.01 00:11:54.601648 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003473 sec., 16124.3881370573 rows/sec., 1.24 MiB/sec. | ||
1147 | 2025.07.01 00:11:54.601687 [ 275 ] {5e9591dd-36dc-40b1-a79d-b083e85a8a5e} <Debug> TCPHandler: Processed in 0.00363712 sec. | ||
1148 | 2025.07.01 00:11:54.601823 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1149 | 2025.07.01 00:11:54.601923 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1150 | 2025.07.01 00:11:54.601970 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1151 | 2025.07.01 00:11:54.602403 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1152 | 2025.07.01 00:11:54.602441 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1153 | 2025.07.01 00:11:54.602739 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1154 | 2025.07.01 00:11:54.602991 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1155 | 2025.07.01 00:11:54.603143 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. | ||
1156 | 2025.07.01 00:11:54.603191 [ 275 ] {0b834fb5-cf06-48ac-8488-91bd2b6c3bf2} <Debug> TCPHandler: Processed in 0.001415539 sec. | ||
1157 | 2025.07.01 00:11:54.603346 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2025.07.01 00:11:54.603452 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1159 | 2025.07.01 00:11:54.603500 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1160 | 2025.07.01 00:11:54.603922 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1161 | 2025.07.01 00:11:54.603964 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1162 | 2025.07.01 00:11:54.604304 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1163 | 2025.07.01 00:11:54.604525 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1164 | 2025.07.01 00:11:54.604651 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001218 sec., 106732.34811165846 rows/sec., 7.44 MiB/sec. | ||
1165 | 2025.07.01 00:11:54.604688 [ 275 ] {36a802a5-4b61-47fc-a410-3268603e48ec} <Debug> TCPHandler: Processed in 0.001398018 sec. | ||
1166 | 2025.07.01 00:11:54.604808 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1167 | 2025.07.01 00:11:54.604902 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1168 | 2025.07.01 00:11:54.604949 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1169 | 2025.07.01 00:11:54.605288 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1170 | 2025.07.01 00:11:54.605329 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1171 | 2025.07.01 00:11:54.605656 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1172 | 2025.07.01 00:11:54.605892 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1173 | 2025.07.01 00:11:54.606031 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001148 sec., 43554.006968641115 rows/sec., 2.92 MiB/sec. | ||
1174 | 2025.07.01 00:11:54.606068 [ 275 ] {47dd177a-e8ca-41b4-b437-c759f3e1bfba} <Debug> TCPHandler: Processed in 0.001309005 sec. | ||
1175 | 2025.07.01 00:11:56.384606 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 160 | ||
1176 | 2025.07.01 00:11:56.387191 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1177 | 2025.07.01 00:11:56.387248 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1178 | 2025.07.01 00:11:56.388561 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1179 | 2025.07.01 00:11:56.388854 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1180 | 2025.07.01 00:11:56.389197 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160 | ||
1181 | 2025.07.01 00:11:59.506569 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1182 | 2025.07.01 00:11:59.506762 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1183 | 2025.07.01 00:11:59.506829 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1184 | 2025.07.01 00:11:59.507448 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1185 | 2025.07.01 00:11:59.507492 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1186 | 2025.07.01 00:11:59.507892 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1187 | 2025.07.01 00:11:59.508155 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1188 | 2025.07.01 00:11:59.508300 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.71 MiB/sec. | ||
1189 | 2025.07.01 00:11:59.508341 [ 275 ] {a287d2f1-945b-40bd-bd3a-4c70e051776e} <Debug> TCPHandler: Processed in 0.001898212 sec. | ||
1190 | 2025.07.01 00:11:59.508461 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1191 | 2025.07.01 00:11:59.508556 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1192 | 2025.07.01 00:11:59.508597 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1193 | 2025.07.01 00:11:59.509009 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1194 | 2025.07.01 00:11:59.509043 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1195 | 2025.07.01 00:11:59.509340 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1196 | 2025.07.01 00:11:59.509566 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1197 | 2025.07.01 00:11:59.509706 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. | ||
1198 | 2025.07.01 00:11:59.509743 [ 275 ] {efe0a1f5-23c7-49b5-b2e2-c113af23d57a} <Debug> TCPHandler: Processed in 0.001331347 sec. | ||
1199 | 2025.07.01 00:11:59.509854 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1200 | 2025.07.01 00:11:59.509948 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1201 | 2025.07.01 00:11:59.509991 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1202 | 2025.07.01 00:11:59.510407 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1203 | 2025.07.01 00:11:59.510441 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1204 | 2025.07.01 00:11:59.510762 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1205 | 2025.07.01 00:11:59.510976 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1206 | 2025.07.01 00:11:59.511104 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
1207 | 2025.07.01 00:11:59.511140 [ 275 ] {79f9022a-b5ee-4ee2-bc20-42259c0fc097} <Debug> TCPHandler: Processed in 0.001334747 sec. | ||
1208 | 2025.07.01 00:11:59.511261 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2025.07.01 00:11:59.511352 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1210 | 2025.07.01 00:11:59.511393 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1211 | 2025.07.01 00:11:59.511722 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1212 | 2025.07.01 00:11:59.511757 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1213 | 2025.07.01 00:11:59.512062 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1214 | 2025.07.01 00:11:59.512290 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2025.07.01 00:11:59.512417 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
1216 | 2025.07.01 00:11:59.512451 [ 275 ] {a08f6afd-3eee-4db6-849d-77a5ffe46fd8} <Debug> TCPHandler: Processed in 0.001250125 sec. | ||
1217 | 2025.07.01 00:12:01.303939 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1218 | 2025.07.01 00:12:01.303989 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1219 | 2025.07.01 00:12:01.391154 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1220 | 2025.07.01 00:12:01.391656 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1221 | 2025.07.01 00:12:01.391703 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1222 | 2025.07.01 00:12:01.392190 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1223 | 2025.07.01 00:12:01.392430 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1224 | 2025.07.01 00:12:01.392575 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1225 | 2025.07.01 00:12:01.392570 [ 79 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1226 | 2025.07.01 00:12:01.392654 [ 79 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2025.07.01 00:12:01.392676 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
1228 | 2025.07.01 00:12:01.396924 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1229 | 2025.07.01 00:12:01.399261 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1230 | 2025.07.01 00:12:01.399360 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1231 | 2025.07.01 00:12:01.399469 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1232 | 2025.07.01 00:12:01.399569 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1233 | 2025.07.01 00:12:01.399668 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1234 | 2025.07.01 00:12:01.399764 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1235 | 2025.07.01 00:12:01.399842 [ 193 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
1236 | 2025.07.01 00:12:01.441558 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.046967435 sec., 59743.52229369136 rows/sec., 875.15 KiB/sec. | ||
1237 | 2025.07.01 00:12:01.442451 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1238 | 2025.07.01 00:12:01.442812 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_6_1} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1239 | 2025.07.01 00:12:01.442893 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_6_1} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1240 | 2025.07.01 00:12:01.445197 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1241 | 2025.07.01 00:12:01.545409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1242 | 2025.07.01 00:12:01.563989 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1243 | 2025.07.01 00:12:01.564055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1244 | 2025.07.01 00:12:01.570638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1245 | 2025.07.01 00:12:01.571420 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1246 | 2025.07.01 00:12:01.571754 [ 78 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1247 | 2025.07.01 00:12:01.571819 [ 78 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1248 | 2025.07.01 00:12:01.571840 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1249 | 2025.07.01 00:12:01.571947 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1250 | 2025.07.01 00:12:01.575786 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1251 | 2025.07.01 00:12:01.576163 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1252 | 2025.07.01 00:12:01.577623 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1253 | 2025.07.01 00:12:01.582118 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1254 | 2025.07.01 00:12:01.586455 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1255 | 2025.07.01 00:12:01.590811 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1256 | 2025.07.01 00:12:01.598129 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1257 | 2025.07.01 00:12:01.602349 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
1258 | 2025.07.01 00:12:01.665509 [ 193 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093606071 sec., 491.42111733329773 rows/sec., 2.54 MiB/sec. | ||
1259 | 2025.07.01 00:12:01.667228 [ 202 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1260 | 2025.07.01 00:12:01.669068 [ 202 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_6_1} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1261 | 2025.07.01 00:12:01.669170 [ 202 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_6_1} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1262 | 2025.07.01 00:12:01.670489 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1263 | 2025.07.01 00:12:02.000185 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.66 MiB, peak 174.19 MiB, free memory in arenas 0.00 B, will set to 175.87 MiB (RSS), difference: 11.21 MiB | ||
1264 | 2025.07.01 00:12:04.500274 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1265 | 2025.07.01 00:12:04.500496 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1266 | 2025.07.01 00:12:04.500819 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1267 | 2025.07.01 00:12:04.500854 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <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 | ||
1268 | 2025.07.01 00:12:04.501073 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1269 | 2025.07.01 00:12:04.501139 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1270 | 2025.07.01 00:12:04.501275 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1271 | 2025.07.01 00:12:04.501500 [ 289 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1272 | 2025.07.01 00:12:04.501534 [ 290 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1273 | 2025.07.01 00:12:04.501638 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1274 | 2025.07.01 00:12:04.501667 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1275 | 2025.07.01 00:12:04.506667 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1276 | 2025.07.01 00:12:04.506696 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1277 | 2025.07.01 00:12:04.506753 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <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'))" | ||
1278 | 2025.07.01 00:12:04.506789 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <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'))" | ||
1279 | 2025.07.01 00:12:04.507719 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00731 sec., 2462.3803009575927 rows/sec., 100.73 KiB/sec. | ||
1280 | 2025.07.01 00:12:04.507816 [ 275 ] {7b92812a-37e5-4486-8025-102ade3df582} <Debug> TCPHandler: Processed in 0.00766739 sec. | ||
1281 | 2025.07.01 00:12:04.508243 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1282 | 2025.07.01 00:12:04.508381 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1283 | 2025.07.01 00:12:04.508581 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1284 | 2025.07.01 00:12:04.508614 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
1285 | 2025.07.01 00:12:04.508785 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1286 | 2025.07.01 00:12:04.508837 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1287 | 2025.07.01 00:12:04.508938 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1288 | 2025.07.01 00:12:04.509003 [ 290 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1289 | 2025.07.01 00:12:04.509009 [ 291 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1290 | 2025.07.01 00:12:04.509095 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1291 | 2025.07.01 00:12:04.509116 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1292 | 2025.07.01 00:12:04.509169 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1293 | 2025.07.01 00:12:04.509186 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1294 | 2025.07.01 00:12:04.509217 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1295 | 2025.07.01 00:12:04.509245 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1296 | 2025.07.01 00:12:04.509890 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001561 sec., 11531.069827033953 rows/sec., 471.70 KiB/sec. | ||
1297 | 2025.07.01 00:12:04.509977 [ 275 ] {42d27c21-d4f7-46b1-9c71-20441fb7c118} <Debug> TCPHandler: Processed in 0.001786229 sec. | ||
1298 | 2025.07.01 00:12:04.510535 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1299 | 2025.07.01 00:12:04.510694 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1300 | 2025.07.01 00:12:04.510898 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1301 | 2025.07.01 00:12:04.510931 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1302 | 2025.07.01 00:12:04.511103 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1303 | 2025.07.01 00:12:04.511156 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1304 | 2025.07.01 00:12:04.511259 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1305 | 2025.07.01 00:12:04.511326 [ 289 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1306 | 2025.07.01 00:12:04.511327 [ 291 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1307 | 2025.07.01 00:12:04.511422 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1308 | 2025.07.01 00:12:04.511446 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1309 | 2025.07.01 00:12:04.511530 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1310 | 2025.07.01 00:12:04.511547 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1311 | 2025.07.01 00:12:04.511577 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1312 | 2025.07.01 00:12:04.511611 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1313 | 2025.07.01 00:12:04.512209 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001565 sec., 11501.597444089457 rows/sec., 470.50 KiB/sec. | ||
1314 | 2025.07.01 00:12:04.512307 [ 275 ] {eeb6cadc-89a2-49f2-b3f7-403e11bdc4ae} <Debug> TCPHandler: Processed in 0.001825259 sec. | ||
1315 | 2025.07.01 00:12:04.512544 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1316 | 2025.07.01 00:12:04.512672 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1317 | 2025.07.01 00:12:04.512871 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1318 | 2025.07.01 00:12:04.512904 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1319 | 2025.07.01 00:12:04.513080 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1320 | 2025.07.01 00:12:04.513136 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1321 | 2025.07.01 00:12:04.513237 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1322 | 2025.07.01 00:12:04.513305 [ 290 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1323 | 2025.07.01 00:12:04.513316 [ 289 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1324 | 2025.07.01 00:12:04.513420 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1325 | 2025.07.01 00:12:04.513447 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1326 | 2025.07.01 00:12:04.513503 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1327 | 2025.07.01 00:12:04.513520 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1328 | 2025.07.01 00:12:04.513549 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1329 | 2025.07.01 00:12:04.513582 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1330 | 2025.07.01 00:12:04.514155 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001531 sec., 11757.021554539517 rows/sec., 480.95 KiB/sec. | ||
1331 | 2025.07.01 00:12:04.514247 [ 275 ] {ec7ea079-5444-4592-961d-1b249be182c4} <Debug> TCPHandler: Processed in 0.001754938 sec. | ||
1332 | 2025.07.01 00:12:04.514486 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2025.07.01 00:12:04.514614 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1334 | 2025.07.01 00:12:04.514812 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1335 | 2025.07.01 00:12:04.514844 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1336 | 2025.07.01 00:12:04.515016 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1337 | 2025.07.01 00:12:04.515068 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1338 | 2025.07.01 00:12:04.515168 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1339 | 2025.07.01 00:12:04.515232 [ 290 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1340 | 2025.07.01 00:12:04.515234 [ 289 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1341 | 2025.07.01 00:12:04.515329 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1342 | 2025.07.01 00:12:04.515357 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1343 | 2025.07.01 00:12:04.515412 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1344 | 2025.07.01 00:12:04.515429 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1345 | 2025.07.01 00:12:04.515459 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1346 | 2025.07.01 00:12:04.515488 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1347 | 2025.07.01 00:12:04.516072 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001506 sec., 11952.191235059761 rows/sec., 488.93 KiB/sec. | ||
1348 | 2025.07.01 00:12:04.516168 [ 275 ] {bf573240-c94b-4dc8-8154-b49758de5e9f} <Debug> TCPHandler: Processed in 0.001731927 sec. | ||
1349 | 2025.07.01 00:12:04.516439 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1350 | 2025.07.01 00:12:04.516569 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1351 | 2025.07.01 00:12:04.516780 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1352 | 2025.07.01 00:12:04.516813 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <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_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 | ||
1353 | 2025.07.01 00:12:04.516988 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1354 | 2025.07.01 00:12:04.517042 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1355 | 2025.07.01 00:12:04.517142 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1356 | 2025.07.01 00:12:04.517218 [ 291 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1357 | 2025.07.01 00:12:04.517224 [ 289 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1358 | 2025.07.01 00:12:04.517329 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1359 | 2025.07.01 00:12:04.517368 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1360 | 2025.07.01 00:12:04.517423 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1361 | 2025.07.01 00:12:04.517440 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1362 | 2025.07.01 00:12:04.517474 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1363 | 2025.07.01 00:12:04.517503 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1364 | 2025.07.01 00:12:04.518057 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001537 sec., 11711.125569290827 rows/sec., 479.07 KiB/sec. | ||
1365 | 2025.07.01 00:12:04.518146 [ 275 ] {b191f3d3-01b8-4603-9953-eda94dee1544} <Debug> TCPHandler: Processed in 0.001759728 sec. | ||
1366 | 2025.07.01 00:12:04.518401 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1367 | 2025.07.01 00:12:04.518531 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1368 | 2025.07.01 00:12:04.518730 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1369 | 2025.07.01 00:12:04.518762 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <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_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 | ||
1370 | 2025.07.01 00:12:04.518932 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1371 | 2025.07.01 00:12:04.518985 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1372 | 2025.07.01 00:12:04.519082 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1373 | 2025.07.01 00:12:04.519145 [ 291 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1374 | 2025.07.01 00:12:04.519154 [ 290 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1375 | 2025.07.01 00:12:04.519235 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1376 | 2025.07.01 00:12:04.519261 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1377 | 2025.07.01 00:12:04.519324 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1378 | 2025.07.01 00:12:04.519342 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1379 | 2025.07.01 00:12:04.519369 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <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_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'))" | ||
1380 | 2025.07.01 00:12:04.519395 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <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_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'))" | ||
1381 | 2025.07.01 00:12:04.519911 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00147 sec., 12244.897959183674 rows/sec., 500.90 KiB/sec. | ||
1382 | 2025.07.01 00:12:04.520007 [ 275 ] {751be14a-7973-4628-acac-fe7ffc9406bf} <Debug> TCPHandler: Processed in 0.001702646 sec. | ||
1383 | 2025.07.01 00:12:04.520224 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1384 | 2025.07.01 00:12:04.520431 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1385 | 2025.07.01 00:12:04.520634 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1386 | 2025.07.01 00:12:04.520665 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <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_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 | ||
1387 | 2025.07.01 00:12:04.520838 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1388 | 2025.07.01 00:12:04.520889 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1389 | 2025.07.01 00:12:04.520988 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1390 | 2025.07.01 00:12:04.521046 [ 289 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1391 | 2025.07.01 00:12:04.521051 [ 290 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1392 | 2025.07.01 00:12:04.521142 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1393 | 2025.07.01 00:12:04.521167 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1394 | 2025.07.01 00:12:04.521219 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1395 | 2025.07.01 00:12:04.521235 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1396 | 2025.07.01 00:12:04.521264 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <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_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'))" | ||
1397 | 2025.07.01 00:12:04.521295 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <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_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'))" | ||
1398 | 2025.07.01 00:12:04.521873 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00149 sec., 12080.536912751677 rows/sec., 494.18 KiB/sec. | ||
1399 | 2025.07.01 00:12:04.521961 [ 275 ] {7ece65d4-fed5-4f1c-8680-95589f4d6471} <Debug> TCPHandler: Processed in 0.001721737 sec. | ||
1400 | 2025.07.01 00:12:04.522189 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1401 | 2025.07.01 00:12:04.522331 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1402 | 2025.07.01 00:12:04.522529 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1403 | 2025.07.01 00:12:04.522561 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <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_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 | ||
1404 | 2025.07.01 00:12:04.522751 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1405 | 2025.07.01 00:12:04.522804 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1406 | 2025.07.01 00:12:04.522901 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1407 | 2025.07.01 00:12:04.522954 [ 291 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1408 | 2025.07.01 00:12:04.522962 [ 290 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1409 | 2025.07.01 00:12:04.523043 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1410 | 2025.07.01 00:12:04.523067 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1411 | 2025.07.01 00:12:04.523121 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1412 | 2025.07.01 00:12:04.523138 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1413 | 2025.07.01 00:12:04.523166 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <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_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'))" | ||
1414 | 2025.07.01 00:12:04.523214 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <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_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'))" | ||
1415 | 2025.07.01 00:12:04.523834 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001566 sec., 11494.252873563219 rows/sec., 470.20 KiB/sec. | ||
1416 | 2025.07.01 00:12:04.523924 [ 275 ] {8d498b5f-a48e-4e20-8190-ef2f6e8a45b8} <Debug> TCPHandler: Processed in 0.001783728 sec. | ||
1417 | 2025.07.01 00:12:04.524155 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1418 | 2025.07.01 00:12:04.524285 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1419 | 2025.07.01 00:12:04.524492 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1420 | 2025.07.01 00:12:04.524525 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <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_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 | ||
1421 | 2025.07.01 00:12:04.524707 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1422 | 2025.07.01 00:12:04.524761 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1423 | 2025.07.01 00:12:04.524861 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1424 | 2025.07.01 00:12:04.524920 [ 289 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1425 | 2025.07.01 00:12:04.524922 [ 291 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1426 | 2025.07.01 00:12:04.525006 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1427 | 2025.07.01 00:12:04.525027 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1428 | 2025.07.01 00:12:04.525080 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1429 | 2025.07.01 00:12:04.525097 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1430 | 2025.07.01 00:12:04.525127 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <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_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'))" | ||
1431 | 2025.07.01 00:12:04.525156 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <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_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'))" | ||
1432 | 2025.07.01 00:12:04.525715 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001481 sec., 12153.950033760973 rows/sec., 497.18 KiB/sec. | ||
1433 | 2025.07.01 00:12:04.525806 [ 275 ] {589aa036-3cf3-4d81-9b30-2bd4bba98031} <Debug> TCPHandler: Processed in 0.001701347 sec. | ||
1434 | 2025.07.01 00:12:04.526035 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1435 | 2025.07.01 00:12:04.526164 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1436 | 2025.07.01 00:12:04.526369 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1437 | 2025.07.01 00:12:04.526403 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <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_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 | ||
1438 | 2025.07.01 00:12:04.526590 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1439 | 2025.07.01 00:12:04.526643 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1440 | 2025.07.01 00:12:04.526743 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1441 | 2025.07.01 00:12:04.526797 [ 291 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1442 | 2025.07.01 00:12:04.526807 [ 290 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1443 | 2025.07.01 00:12:04.526889 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1444 | 2025.07.01 00:12:04.526915 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1445 | 2025.07.01 00:12:04.526968 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1446 | 2025.07.01 00:12:04.526985 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1447 | 2025.07.01 00:12:04.527015 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <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_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'))" | ||
1448 | 2025.07.01 00:12:04.527045 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <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_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'))" | ||
1449 | 2025.07.01 00:12:04.527615 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0015 sec., 12000 rows/sec., 490.89 KiB/sec. | ||
1450 | 2025.07.01 00:12:04.527704 [ 275 ] {72c4351b-8314-4133-8809-7fb4b20643c7} <Debug> TCPHandler: Processed in 0.001718557 sec. | ||
1451 | 2025.07.01 00:12:04.533291 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1452 | 2025.07.01 00:12:04.533430 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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_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) | ||
1453 | 2025.07.01 00:12:04.533642 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1454 | 2025.07.01 00:12:04.533676 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <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_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 | ||
1455 | 2025.07.01 00:12:04.533860 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1456 | 2025.07.01 00:12:04.533914 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1457 | 2025.07.01 00:12:04.534013 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1458 | 2025.07.01 00:12:04.534085 [ 291 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1459 | 2025.07.01 00:12:04.534087 [ 289 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1460 | 2025.07.01 00:12:04.534179 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1461 | 2025.07.01 00:12:04.534205 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1462 | 2025.07.01 00:12:04.534266 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1463 | 2025.07.01 00:12:04.534284 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1464 | 2025.07.01 00:12:04.534313 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <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_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'))" | ||
1465 | 2025.07.01 00:12:04.534342 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <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_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'))" | ||
1466 | 2025.07.01 00:12:04.534893 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001555 sec., 11575.56270096463 rows/sec., 473.52 KiB/sec. | ||
1467 | 2025.07.01 00:12:04.534994 [ 275 ] {dd672580-d26c-4c00-a20b-3a90020849a1} <Debug> TCPHandler: Processed in 0.00180327 sec. | ||
1468 | 2025.07.01 00:12:04.535222 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1469 | 2025.07.01 00:12:04.535424 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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', '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) | ||
1470 | 2025.07.01 00:12:04.535648 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1471 | 2025.07.01 00:12:04.535684 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <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', '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 | ||
1472 | 2025.07.01 00:12:04.535877 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1473 | 2025.07.01 00:12:04.535933 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1474 | 2025.07.01 00:12:04.536035 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1475 | 2025.07.01 00:12:04.536095 [ 290 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1476 | 2025.07.01 00:12:04.536105 [ 291 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1477 | 2025.07.01 00:12:04.536181 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1478 | 2025.07.01 00:12:04.536201 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1479 | 2025.07.01 00:12:04.536258 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1480 | 2025.07.01 00:12:04.536274 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1481 | 2025.07.01 00:12:04.536306 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <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', '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'))" | ||
1482 | 2025.07.01 00:12:04.536337 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <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', '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'))" | ||
1483 | 2025.07.01 00:12:04.536896 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001526 sec., 11795.543905635648 rows/sec., 482.52 KiB/sec. | ||
1484 | 2025.07.01 00:12:04.536988 [ 275 ] {0fc5f9c3-d6ef-499b-84bd-88f43f9bfced} <Debug> TCPHandler: Processed in 0.001756468 sec. | ||
1485 | 2025.07.01 00:12:04.540710 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1486 | 2025.07.01 00:12:04.540850 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1487 | 2025.07.01 00:12:04.541067 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1488 | 2025.07.01 00:12:04.541102 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <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 | ||
1489 | 2025.07.01 00:12:04.541295 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1490 | 2025.07.01 00:12:04.541351 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1491 | 2025.07.01 00:12:04.541460 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1492 | 2025.07.01 00:12:04.541528 [ 289 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1493 | 2025.07.01 00:12:04.541532 [ 291 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1494 | 2025.07.01 00:12:04.541625 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1495 | 2025.07.01 00:12:04.541647 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1496 | 2025.07.01 00:12:04.541702 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1497 | 2025.07.01 00:12:04.541721 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1498 | 2025.07.01 00:12:04.541750 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <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'))" | ||
1499 | 2025.07.01 00:12:04.541782 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <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'))" | ||
1500 | 2025.07.01 00:12:04.542370 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001573 sec., 11443.102352193262 rows/sec., 468.10 KiB/sec. | ||
1501 | 2025.07.01 00:12:04.542462 [ 275 ] {ab039c88-631a-4aef-b65f-905b1877a3b7} <Debug> TCPHandler: Processed in 0.001804269 sec. | ||
1502 | 2025.07.01 00:12:04.542664 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1503 | 2025.07.01 00:12:04.542799 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1504 | 2025.07.01 00:12:04.543043 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1505 | 2025.07.01 00:12:04.543079 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <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 | ||
1506 | 2025.07.01 00:12:04.543270 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1507 | 2025.07.01 00:12:04.543327 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1508 | 2025.07.01 00:12:04.543427 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1509 | 2025.07.01 00:12:04.543488 [ 290 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1510 | 2025.07.01 00:12:04.543489 [ 291 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1511 | 2025.07.01 00:12:04.543573 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1512 | 2025.07.01 00:12:04.543595 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1513 | 2025.07.01 00:12:04.543653 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1514 | 2025.07.01 00:12:04.543671 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1515 | 2025.07.01 00:12:04.543701 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <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'))" | ||
1516 | 2025.07.01 00:12:04.543730 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <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'))" | ||
1517 | 2025.07.01 00:12:04.544295 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001547 sec., 11635.423400129283 rows/sec., 475.97 KiB/sec. | ||
1518 | 2025.07.01 00:12:04.544386 [ 275 ] {dc4e34c1-2bf8-42ff-b316-a99feb579087} <Debug> TCPHandler: Processed in 0.001771778 sec. | ||
1519 | 2025.07.01 00:12:04.544597 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1520 | 2025.07.01 00:12:04.544734 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) 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) | ||
1521 | 2025.07.01 00:12:04.544962 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1522 | 2025.07.01 00:12:04.544999 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <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 | ||
1523 | 2025.07.01 00:12:04.545212 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1524 | 2025.07.01 00:12:04.545265 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1525 | 2025.07.01 00:12:04.545366 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1526 | 2025.07.01 00:12:04.545428 [ 291 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1527 | 2025.07.01 00:12:04.545429 [ 289 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1528 | 2025.07.01 00:12:04.545513 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
1529 | 2025.07.01 00:12:04.545539 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1530 | 2025.07.01 00:12:04.545600 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1531 | 2025.07.01 00:12:04.545619 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1532 | 2025.07.01 00:12:04.545650 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <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'))" | ||
1533 | 2025.07.01 00:12:04.545690 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <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'))" | ||
1534 | 2025.07.01 00:12:04.546258 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001579 sec., 11399.620012666244 rows/sec., 466.33 KiB/sec. | ||
1535 | 2025.07.01 00:12:04.546350 [ 275 ] {6771df68-71f1-4721-bb11-dc538008d9c9} <Debug> TCPHandler: Processed in 0.00180825 sec. | ||
1536 | 2025.07.01 00:12:04.553151 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1537 | 2025.07.01 00:12:04.553261 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1538 | 2025.07.01 00:12:04.553305 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1539 | 2025.07.01 00:12:04.553873 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1540 | 2025.07.01 00:12:04.553915 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1541 | 2025.07.01 00:12:04.554391 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1542 | 2025.07.01 00:12:04.554598 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1543 | 2025.07.01 00:12:04.554739 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Debug> executeQuery: Read 16 rows, 4.79 KiB in 0.001509 sec., 10603.048376408218 rows/sec., 3.10 MiB/sec. | ||
1544 | 2025.07.01 00:12:04.554778 [ 275 ] {0d431f89-c6f7-470f-961d-61dc757c1b45} <Debug> TCPHandler: Processed in 0.001678075 sec. | ||
1545 | 2025.07.01 00:12:04.554917 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1546 | 2025.07.01 00:12:04.555014 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1547 | 2025.07.01 00:12:04.555054 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1548 | 2025.07.01 00:12:04.557929 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2025.07.01 00:12:04.557964 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1550 | 2025.07.01 00:12:04.558719 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1551 | 2025.07.01 00:12:04.558934 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1552 | 2025.07.01 00:12:04.559061 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004069 sec., 52101.253379208654 rows/sec., 3.31 MiB/sec. | ||
1553 | 2025.07.01 00:12:04.559098 [ 275 ] {57e1b1cf-a3ec-47a3-830c-4bfabf87f07c} <Debug> TCPHandler: Processed in 0.004231496 sec. | ||
1554 | 2025.07.01 00:12:04.559225 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1555 | 2025.07.01 00:12:04.559322 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1556 | 2025.07.01 00:12:04.559363 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1557 | 2025.07.01 00:12:04.560122 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1558 | 2025.07.01 00:12:04.560161 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1559 | 2025.07.01 00:12:04.560521 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1560 | 2025.07.01 00:12:04.560738 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1561 | 2025.07.01 00:12:04.560843 [ 75 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1562 | 2025.07.01 00:12:04.560865 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Debug> executeQuery: Read 659 rows, 53.32 KiB in 0.001563 sec., 421625.0799744082 rows/sec., 33.31 MiB/sec. | ||
1563 | 2025.07.01 00:12:04.560888 [ 75 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1564 | 2025.07.01 00:12:04.560906 [ 275 ] {6bed70fa-4330-4fdd-bbf6-f132fc8ad564} <Debug> TCPHandler: Processed in 0.001729877 sec. | ||
1565 | 2025.07.01 00:12:04.560913 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1566 | 2025.07.01 00:12:04.561034 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1567 | 2025.07.01 00:12:04.561055 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::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 | ||
1568 | 2025.07.01 00:12:04.561133 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1569 | 2025.07.01 00:12:04.561179 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1570 | 2025.07.01 00:12:04.561215 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1571 | 2025.07.01 00:12:04.561264 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1572 | 2025.07.01 00:12:04.561357 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
1573 | 2025.07.01 00:12:04.561409 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
1574 | 2025.07.01 00:12:04.561456 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::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 | ||
1575 | 2025.07.01 00:12:04.561497 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1576 | 2025.07.01 00:12:04.561549 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 659 rows starting from the beginning of the part | ||
1577 | 2025.07.01 00:12:04.561631 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1578 | 2025.07.01 00:12:04.561673 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1579 | 2025.07.01 00:12:04.562608 [ 190 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 5 columns (5 merged, 0 gathered) in 0.001609095 sec., 486608.93235017196 rows/sec., 40.18 MiB/sec. | ||
1580 | 2025.07.01 00:12:04.562693 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1581 | 2025.07.01 00:12:04.562785 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1582 | 2025.07.01 00:12:04.562977 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1583 | 2025.07.01 00:12:04.563089 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1584 | 2025.07.01 00:12:04.563129 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Debug> executeQuery: Read 127 rows, 7.96 KiB in 0.002015 sec., 63027.2952853598 rows/sec., 3.86 MiB/sec. | ||
1585 | 2025.07.01 00:12:04.563168 [ 201 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_6_1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1586 | 2025.07.01 00:12:04.563174 [ 275 ] {89aa3c5f-1144-4f6a-bb3b-58438f64e42f} <Debug> TCPHandler: Processed in 0.00219121 sec. | ||
1587 | 2025.07.01 00:12:04.563243 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1588 | 2025.07.01 00:12:04.563306 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1589 | 2025.07.01 00:12:04.563406 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1590 | 2025.07.01 00:12:04.563448 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1591 | 2025.07.01 00:12:04.566104 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1592 | 2025.07.01 00:12:04.566139 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1593 | 2025.07.01 00:12:04.566514 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1594 | 2025.07.01 00:12:04.566751 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1595 | 2025.07.01 00:12:04.566875 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003487 sec., 32406.07972469171 rows/sec., 2.10 MiB/sec. | ||
1596 | 2025.07.01 00:12:04.566912 [ 275 ] {5398f7b0-dcce-4dc7-89fc-a2a437d5221d} <Debug> TCPHandler: Processed in 0.00365476 sec. | ||
1597 | 2025.07.01 00:12:04.567034 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1598 | 2025.07.01 00:12:04.567130 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1599 | 2025.07.01 00:12:04.567169 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1600 | 2025.07.01 00:12:04.567611 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1601 | 2025.07.01 00:12:04.567651 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1602 | 2025.07.01 00:12:04.570233 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1603 | 2025.07.01 00:12:04.570499 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1604 | 2025.07.01 00:12:04.570632 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00352 sec., 31818.181818181816 rows/sec., 1.81 MiB/sec. | ||
1605 | 2025.07.01 00:12:04.570670 [ 275 ] {d24f3aa2-e55a-40bc-a95e-2e1023868d51} <Debug> TCPHandler: Processed in 0.003685741 sec. | ||
1606 | 2025.07.01 00:12:04.570793 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1607 | 2025.07.01 00:12:04.570886 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1608 | 2025.07.01 00:12:04.570925 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1609 | 2025.07.01 00:12:04.571476 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1610 | 2025.07.01 00:12:04.571515 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1611 | 2025.07.01 00:12:04.571891 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1612 | 2025.07.01 00:12:04.572099 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1613 | 2025.07.01 00:12:04.572206 [ 75 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1614 | 2025.07.01 00:12:04.572219 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Debug> executeQuery: Read 415 rows, 30.23 KiB in 0.001351 sec., 307179.866765359 rows/sec., 21.85 MiB/sec. | ||
1615 | 2025.07.01 00:12:04.572247 [ 75 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2025.07.01 00:12:04.572268 [ 275 ] {10e5fd8d-d0ec-45a6-b1f0-9ead8d620ea7} <Debug> TCPHandler: Processed in 0.001525122 sec. | ||
1617 | 2025.07.01 00:12:04.572273 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1618 | 2025.07.01 00:12:04.572387 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
1619 | 2025.07.01 00:12:04.572393 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1620 | 2025.07.01 00:12:04.572492 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1621 | 2025.07.01 00:12:04.572510 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1622 | 2025.07.01 00:12:04.572523 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
1623 | 2025.07.01 00:12:04.572557 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1624 | 2025.07.01 00:12:04.572583 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
1625 | 2025.07.01 00:12:04.572636 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
1626 | 2025.07.01 00:12:04.572706 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
1627 | 2025.07.01 00:12:04.572783 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1628 | 2025.07.01 00:12:04.572830 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 415 rows starting from the beginning of the part | ||
1629 | 2025.07.01 00:12:04.572903 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1630 | 2025.07.01 00:12:04.572945 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1631 | 2025.07.01 00:12:04.573602 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1632 | 2025.07.01 00:12:04.573722 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370098 sec., 413839.010056215 rows/sec., 31.79 MiB/sec. | ||
1633 | 2025.07.01 00:12:04.573832 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1634 | 2025.07.01 00:12:04.573931 [ 192 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1635 | 2025.07.01 00:12:04.573965 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
1636 | 2025.07.01 00:12:04.574002 [ 275 ] {c01a1ead-62b0-4505-bebf-00915801fc5c} <Debug> TCPHandler: Processed in 0.001658755 sec. | ||
1637 | 2025.07.01 00:12:04.574116 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1638 | 2025.07.01 00:12:04.574197 [ 192 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1639 | 2025.07.01 00:12:04.574211 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1640 | 2025.07.01 00:12:04.574254 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1641 | 2025.07.01 00:12:04.574261 [ 192 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_6_1} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1642 | 2025.07.01 00:12:04.574353 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1643 | 2025.07.01 00:12:04.574669 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1644 | 2025.07.01 00:12:04.574705 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1645 | 2025.07.01 00:12:04.575050 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1646 | 2025.07.01 00:12:04.575254 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1647 | 2025.07.01 00:12:04.575359 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1648 | 2025.07.01 00:12:04.575376 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001183 sec., 200338.1234150465 rows/sec., 13.43 MiB/sec. | ||
1649 | 2025.07.01 00:12:04.575395 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1650 | 2025.07.01 00:12:04.575420 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1651 | 2025.07.01 00:12:04.575421 [ 275 ] {5aed91d4-806b-4659-8a5f-556fd661bcc5} <Debug> TCPHandler: Processed in 0.001354107 sec. | ||
1652 | 2025.07.01 00:12:04.575513 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
1653 | 2025.07.01 00:12:04.575556 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1654 | 2025.07.01 00:12:04.575617 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1655 | 2025.07.01 00:12:04.575647 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
1656 | 2025.07.01 00:12:04.575655 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1657 | 2025.07.01 00:12:04.575695 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1658 | 2025.07.01 00:12:04.575702 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1659 | 2025.07.01 00:12:04.575741 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1660 | 2025.07.01 00:12:04.575782 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 130 rows starting from the beginning of the part | ||
1661 | 2025.07.01 00:12:04.575820 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1662 | 2025.07.01 00:12:04.575856 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
1663 | 2025.07.01 00:12:04.576069 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1664 | 2025.07.01 00:12:04.576115 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1665 | 2025.07.01 00:12:04.576548 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1666 | 2025.07.01 00:12:04.576811 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1667 | 2025.07.01 00:12:04.576933 [ 193 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145246 sec., 382110.3507153381 rows/sec., 26.28 MiB/sec. | ||
1668 | 2025.07.01 00:12:04.576952 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
1669 | 2025.07.01 00:12:04.576999 [ 275 ] {94fb8777-44e9-4654-954e-670f32235496} <Debug> TCPHandler: Processed in 0.0014924 sec. | ||
1670 | 2025.07.01 00:12:04.577105 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1671 | 2025.07.01 00:12:04.577114 [ 192 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1672 | 2025.07.01 00:12:04.577201 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1673 | 2025.07.01 00:12:04.577255 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <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 | ||
1674 | 2025.07.01 00:12:04.577370 [ 192 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1675 | 2025.07.01 00:12:04.577430 [ 192 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1676 | 2025.07.01 00:12:04.577497 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1677 | 2025.07.01 00:12:04.578017 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1678 | 2025.07.01 00:12:04.578054 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1679 | 2025.07.01 00:12:04.583346 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1680 | 2025.07.01 00:12:04.583575 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2025.07.01 00:12:04.583706 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.006522 sec., 3219.871205151794 rows/sec., 5.77 MiB/sec. | ||
1682 | 2025.07.01 00:12:04.583765 [ 275 ] {2979d89f-42f4-430c-8101-a7514961e6e7} <Debug> TCPHandler: Processed in 0.006708274 sec. | ||
1683 | 2025.07.01 00:12:04.583885 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2025.07.01 00:12:04.583981 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1685 | 2025.07.01 00:12:04.584023 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1686 | 2025.07.01 00:12:04.584353 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Trace> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1687 | 2025.07.01 00:12:04.584391 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1688 | 2025.07.01 00:12:04.584752 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1689 | 2025.07.01 00:12:04.584964 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Trace> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1690 | 2025.07.01 00:12:04.585086 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001123 sec., 18699.910952804985 rows/sec., 1.36 MiB/sec. | ||
1691 | 2025.07.01 00:12:04.585125 [ 275 ] {bbba0a21-940e-4f0f-917f-c29048ba726f} <Debug> TCPHandler: Processed in 0.001288656 sec. | ||
1692 | 2025.07.01 00:12:04.585238 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1693 | 2025.07.01 00:12:04.585333 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1694 | 2025.07.01 00:12:04.585375 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1695 | 2025.07.01 00:12:04.585711 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1696 | 2025.07.01 00:12:04.585748 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1697 | 2025.07.01 00:12:04.586057 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1698 | 2025.07.01 00:12:04.586275 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1699 | 2025.07.01 00:12:04.586384 [ 75 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1700 | 2025.07.01 00:12:04.586411 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001096 sec., 74817.51824817518 rows/sec., 4.75 MiB/sec. | ||
1701 | 2025.07.01 00:12:04.586421 [ 75 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1702 | 2025.07.01 00:12:04.586451 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1703 | 2025.07.01 00:12:04.586454 [ 275 ] {5ddb38d9-4a39-4cc9-8253-065f31be841a} <Debug> TCPHandler: Processed in 0.001265384 sec. | ||
1704 | 2025.07.01 00:12:04.586560 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
1705 | 2025.07.01 00:12:04.586656 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1706 | 2025.07.01 00:12:04.586691 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
1707 | 2025.07.01 00:12:04.586764 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1708 | 2025.07.01 00:12:04.586821 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
1709 | 2025.07.01 00:12:04.586863 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
1710 | 2025.07.01 00:12:04.586919 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1711 | 2025.07.01 00:12:04.586963 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
1712 | 2025.07.01 00:12:04.587762 [ 193 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001241284 sec., 177235.82999539186 rows/sec., 11.55 MiB/sec. | ||
1713 | 2025.07.01 00:12:04.587883 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1714 | 2025.07.01 00:12:04.588113 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1715 | 2025.07.01 00:12:04.588171 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_6_1} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1716 | 2025.07.01 00:12:04.588221 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1717 | 2025.07.01 00:12:06.389388 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 226 | ||
1718 | 2025.07.01 00:12:06.392304 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1719 | 2025.07.01 00:12:06.392351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1720 | 2025.07.01 00:12:06.393554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1721 | 2025.07.01 00:12:06.393809 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1722 | 2025.07.01 00:12:06.394043 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
1723 | 2025.07.01 00:12:08.892694 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1724 | 2025.07.01 00:12:08.893245 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1725 | 2025.07.01 00:12:08.893316 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1726 | 2025.07.01 00:12:08.893827 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1727 | 2025.07.01 00:12:08.894050 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1728 | 2025.07.01 00:12:08.894172 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1729 | 2025.07.01 00:12:09.075899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1730 | 2025.07.01 00:12:09.094925 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1731 | 2025.07.01 00:12:09.094994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1732 | 2025.07.01 00:12:09.100483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1733 | 2025.07.01 00:12:09.101165 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1734 | 2025.07.01 00:12:09.104451 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1735 | 2025.07.01 00:12:09.506167 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1736 | 2025.07.01 00:12:09.506356 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1737 | 2025.07.01 00:12:09.506423 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1738 | 2025.07.01 00:12:09.507072 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2025.07.01 00:12:09.507122 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1740 | 2025.07.01 00:12:09.507506 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1741 | 2025.07.01 00:12:09.507734 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1742 | 2025.07.01 00:12:09.507894 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.70 MiB/sec. | ||
1743 | 2025.07.01 00:12:09.507944 [ 275 ] {80b53d18-cabb-4341-b7e4-662cf09b3ea0} <Debug> TCPHandler: Processed in 0.001905302 sec. | ||
1744 | 2025.07.01 00:12:09.508079 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1745 | 2025.07.01 00:12:09.508184 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1746 | 2025.07.01 00:12:09.508228 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1747 | 2025.07.01 00:12:09.508673 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1748 | 2025.07.01 00:12:09.508713 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1749 | 2025.07.01 00:12:09.509028 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1750 | 2025.07.01 00:12:09.509244 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1751 | 2025.07.01 00:12:09.509376 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. | ||
1752 | 2025.07.01 00:12:09.509415 [ 275 ] {8dde0fd9-d4b0-4b7d-98df-886caad63adc} <Debug> TCPHandler: Processed in 0.001389278 sec. | ||
1753 | 2025.07.01 00:12:09.509533 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2025.07.01 00:12:09.509633 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1755 | 2025.07.01 00:12:09.509678 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1756 | 2025.07.01 00:12:09.510099 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1757 | 2025.07.01 00:12:09.510137 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1758 | 2025.07.01 00:12:09.510475 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1759 | 2025.07.01 00:12:09.510695 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1760 | 2025.07.01 00:12:09.510825 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. | ||
1761 | 2025.07.01 00:12:09.510862 [ 275 ] {ccccf775-0f52-4584-a36c-0280f212ea6c} <Debug> TCPHandler: Processed in 0.001379188 sec. | ||
1762 | 2025.07.01 00:12:09.510972 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1763 | 2025.07.01 00:12:09.511069 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1764 | 2025.07.01 00:12:09.511110 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1765 | 2025.07.01 00:12:09.511450 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1766 | 2025.07.01 00:12:09.511486 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1767 | 2025.07.01 00:12:09.511789 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1768 | 2025.07.01 00:12:09.511994 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2025.07.01 00:12:09.512122 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
1770 | 2025.07.01 00:12:09.512158 [ 275 ] {39e0f32a-0e62-4847-97e9-b6b40c9a842c} <Debug> TCPHandler: Processed in 0.001236424 sec. | ||
1771 | 2025.07.01 00:12:14.512684 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1772 | 2025.07.01 00:12:14.512897 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1773 | 2025.07.01 00:12:14.512961 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1774 | 2025.07.01 00:12:14.513670 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2025.07.01 00:12:14.513719 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1776 | 2025.07.01 00:12:14.514108 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1777 | 2025.07.01 00:12:14.514331 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2025.07.01 00:12:14.514476 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001632 sec., 129901.96078431372 rows/sec., 8.26 MiB/sec. | ||
1779 | 2025.07.01 00:12:14.514518 [ 275 ] {3b0a79df-9993-4c6b-9a9f-e9fad54b9b01} <Debug> TCPHandler: Processed in 0.001968944 sec. | ||
1780 | 2025.07.01 00:12:14.514639 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1781 | 2025.07.01 00:12:14.514734 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1782 | 2025.07.01 00:12:14.514774 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1783 | 2025.07.01 00:12:14.515429 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2025.07.01 00:12:14.515466 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1785 | 2025.07.01 00:12:14.515821 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1786 | 2025.07.01 00:12:14.516030 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2025.07.01 00:12:14.516156 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Debug> executeQuery: Read 659 rows, 53.32 KiB in 0.001441 sec., 457321.3046495489 rows/sec., 36.13 MiB/sec. | ||
1788 | 2025.07.01 00:12:14.516194 [ 275 ] {23b51795-5a25-4a5e-89af-40861709ba96} <Debug> TCPHandler: Processed in 0.001605444 sec. | ||
1789 | 2025.07.01 00:12:14.516295 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1790 | 2025.07.01 00:12:14.516390 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1791 | 2025.07.01 00:12:14.516430 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1792 | 2025.07.01 00:12:14.516838 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1793 | 2025.07.01 00:12:14.516875 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1794 | 2025.07.01 00:12:14.517177 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1795 | 2025.07.01 00:12:14.517379 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1796 | 2025.07.01 00:12:14.517499 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Debug> executeQuery: Read 127 rows, 7.96 KiB in 0.001128 sec., 112588.65248226949 rows/sec., 6.90 MiB/sec. | ||
1797 | 2025.07.01 00:12:14.517536 [ 275 ] {0d251a3c-f199-4fed-bd08-4aa76466e50b} <Debug> TCPHandler: Processed in 0.001289905 sec. | ||
1798 | 2025.07.01 00:12:14.517647 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1799 | 2025.07.01 00:12:14.517742 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1800 | 2025.07.01 00:12:14.517782 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1801 | 2025.07.01 00:12:14.518179 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1802 | 2025.07.01 00:12:14.518216 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1803 | 2025.07.01 00:12:14.518511 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1804 | 2025.07.01 00:12:14.518713 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1805 | 2025.07.01 00:12:14.518842 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001117 sec., 101163.83169203224 rows/sec., 6.55 MiB/sec. | ||
1806 | 2025.07.01 00:12:14.518880 [ 275 ] {9a0d8196-8b4d-47f0-b12c-c994fc5f723f} <Debug> TCPHandler: Processed in 0.001281245 sec. | ||
1807 | 2025.07.01 00:12:14.518993 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2025.07.01 00:12:14.519089 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1809 | 2025.07.01 00:12:14.519129 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1810 | 2025.07.01 00:12:14.519527 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1811 | 2025.07.01 00:12:14.519564 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1812 | 2025.07.01 00:12:14.519850 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1813 | 2025.07.01 00:12:14.520055 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1814 | 2025.07.01 00:12:14.520176 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001104 sec., 101449.27536231885 rows/sec., 5.78 MiB/sec. | ||
1815 | 2025.07.01 00:12:14.520212 [ 275 ] {3c95c0a7-6061-4da2-b9ae-cf01ae89465e} <Debug> TCPHandler: Processed in 0.001269725 sec. | ||
1816 | 2025.07.01 00:12:14.520321 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1817 | 2025.07.01 00:12:14.520414 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1818 | 2025.07.01 00:12:14.520453 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1819 | 2025.07.01 00:12:14.520946 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1820 | 2025.07.01 00:12:14.520982 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1821 | 2025.07.01 00:12:14.521296 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1822 | 2025.07.01 00:12:14.521503 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1823 | 2025.07.01 00:12:14.521625 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Debug> executeQuery: Read 403 rows, 29.27 KiB in 0.001229 sec., 327908.8689991863 rows/sec., 23.26 MiB/sec. | ||
1824 | 2025.07.01 00:12:14.521663 [ 275 ] {c195672d-6fd4-417f-ab9c-bf7b1a2c0372} <Debug> TCPHandler: Processed in 0.001391618 sec. | ||
1825 | 2025.07.01 00:12:14.521775 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1826 | 2025.07.01 00:12:14.521871 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1827 | 2025.07.01 00:12:14.521912 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1828 | 2025.07.01 00:12:14.522234 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1829 | 2025.07.01 00:12:14.522271 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1830 | 2025.07.01 00:12:14.522563 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1831 | 2025.07.01 00:12:14.522762 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1832 | 2025.07.01 00:12:14.522884 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001032 sec., 5813.9534883720935 rows/sec., 303.76 KiB/sec. | ||
1833 | 2025.07.01 00:12:14.522921 [ 275 ] {783fdb88-5809-4f20-91c6-1619ab874c38} <Debug> TCPHandler: Processed in 0.001195303 sec. | ||
1834 | 2025.07.01 00:12:14.523031 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1835 | 2025.07.01 00:12:14.523125 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1836 | 2025.07.01 00:12:14.523167 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1837 | 2025.07.01 00:12:14.523561 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1838 | 2025.07.01 00:12:14.523597 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1839 | 2025.07.01 00:12:14.523920 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1840 | 2025.07.01 00:12:14.524125 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1841 | 2025.07.01 00:12:14.524247 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001139 sec., 208077.26075504828 rows/sec., 13.95 MiB/sec. | ||
1842 | 2025.07.01 00:12:14.524283 [ 275 ] {32dda76b-fc86-4a44-bdb3-c2ac4db2cd2a} <Debug> TCPHandler: Processed in 0.001300616 sec. | ||
1843 | 2025.07.01 00:12:14.524396 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1844 | 2025.07.01 00:12:14.524491 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1845 | 2025.07.01 00:12:14.524533 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1846 | 2025.07.01 00:12:14.524837 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1847 | 2025.07.01 00:12:14.524874 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1848 | 2025.07.01 00:12:14.525154 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1849 | 2025.07.01 00:12:14.525365 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1850 | 2025.07.01 00:12:14.525488 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001016 sec., 984.2519685039371 rows/sec., 66.32 KiB/sec. | ||
1851 | 2025.07.01 00:12:14.525523 [ 275 ] {293a3649-cc5f-4972-8632-4e2b732aed05} <Debug> TCPHandler: Processed in 0.001176653 sec. | ||
1852 | 2025.07.01 00:12:14.525631 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1853 | 2025.07.01 00:12:14.525726 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1854 | 2025.07.01 00:12:14.525778 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <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 | ||
1855 | 2025.07.01 00:12:14.526502 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1856 | 2025.07.01 00:12:14.526538 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1857 | 2025.07.01 00:12:14.527036 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1858 | 2025.07.01 00:12:14.527245 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1859 | 2025.07.01 00:12:14.527375 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.001667 sec., 12597.48050389922 rows/sec., 22.57 MiB/sec. | ||
1860 | 2025.07.01 00:12:14.527424 [ 275 ] {593ded07-5fdf-41b8-a059-2b497aee1415} <Debug> TCPHandler: Processed in 0.001842231 sec. | ||
1861 | 2025.07.01 00:12:14.527536 [ 275 ] {} <Trace> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1862 | 2025.07.01 00:12:14.527631 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47198) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1863 | 2025.07.01 00:12:14.527671 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1864 | 2025.07.01 00:12:14.527988 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1865 | 2025.07.01 00:12:14.528024 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1866 | 2025.07.01 00:12:14.528312 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1867 | 2025.07.01 00:12:14.528512 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1868 | 2025.07.01 00:12:14.528636 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001024 sec., 80078.125 rows/sec., 5.09 MiB/sec. | ||
1869 | 2025.07.01 00:12:14.528671 [ 275 ] {82fe94b5-9d9a-4d69-8e8d-e09f8a33df5f} <Debug> TCPHandler: Processed in 0.001184293 sec. | ||
1870 | 2025.07.01 00:12:16.304237 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1871 | 2025.07.01 00:12:16.304287 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1872 | 2025.07.01 00:12:16.395192 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1873 | 2025.07.01 00:12:16.395242 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 256 | ||
1874 | 2025.07.01 00:12:16.395711 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1875 | 2025.07.01 00:12:16.395756 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1876 | 2025.07.01 00:12:16.396232 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1877 | 2025.07.01 00:12:16.396474 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1878 | 2025.07.01 00:12:16.396602 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1879 | 2025.07.01 00:12:16.397409 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1880 | 2025.07.01 00:12:16.397452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1881 | 2025.07.01 00:12:16.398594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1882 | 2025.07.01 00:12:16.398854 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1883 | 2025.07.01 00:12:16.399095 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256 | ||
1884 | 2025.07.01 00:12:16.605495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1885 | 2025.07.01 00:12:16.623647 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1886 | 2025.07.01 00:12:16.623712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1887 | 2025.07.01 00:12:16.629824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1888 | 2025.07.01 00:12:16.630517 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2025.07.01 00:12:16.633782 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1890 | 2025.07.01 00:12:18.294716 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1891 | 2025.07.01 00:12:18.294803 [ 275 ] {} <Debug> TCP-Session: fc837c74-8391-4020-9dc7-a53591cc3158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1892 | 2025.07.01 00:12:19.000176 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.10 MiB, peak 182.39 MiB, free memory in arenas 0.00 B, will set to 179.20 MiB (RSS), difference: 2.10 MiB | ||
1893 | 2025.07.01 00:12:19.506417 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1894 | 2025.07.01 00:12:19.506592 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1895 | 2025.07.01 00:12:19.506656 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1896 | 2025.07.01 00:12:19.507333 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1897 | 2025.07.01 00:12:19.507375 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1898 | 2025.07.01 00:12:19.507759 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1899 | 2025.07.01 00:12:19.507979 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1900 | 2025.07.01 00:12:19.508128 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.72 MiB/sec. | ||
1901 | 2025.07.01 00:12:19.508168 [ 276 ] {4762c0bb-0ac0-4f10-be5b-85e1495f0a93} <Debug> TCPHandler: Processed in 0.001881731 sec. | ||
1902 | 2025.07.01 00:12:19.508295 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1903 | 2025.07.01 00:12:19.508390 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1904 | 2025.07.01 00:12:19.508436 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1905 | 2025.07.01 00:12:19.508886 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1906 | 2025.07.01 00:12:19.508921 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1907 | 2025.07.01 00:12:19.509217 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1908 | 2025.07.01 00:12:19.509419 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1909 | 2025.07.01 00:12:19.509545 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. | ||
1910 | 2025.07.01 00:12:19.509581 [ 276 ] {47dca516-420b-4863-ab3c-594cce16e328} <Debug> TCPHandler: Processed in 0.001334216 sec. | ||
1911 | 2025.07.01 00:12:19.509697 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1912 | 2025.07.01 00:12:19.509791 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1913 | 2025.07.01 00:12:19.509835 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1914 | 2025.07.01 00:12:19.510256 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1915 | 2025.07.01 00:12:19.510291 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1916 | 2025.07.01 00:12:19.510621 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1917 | 2025.07.01 00:12:19.510824 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1918 | 2025.07.01 00:12:19.510949 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
1919 | 2025.07.01 00:12:19.510983 [ 276 ] {aaffbf72-54a3-46cd-b333-0149fc77853b} <Debug> TCPHandler: Processed in 0.001334677 sec. | ||
1920 | 2025.07.01 00:12:19.511091 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1921 | 2025.07.01 00:12:19.511184 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1922 | 2025.07.01 00:12:19.511226 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1923 | 2025.07.01 00:12:19.511557 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1924 | 2025.07.01 00:12:19.511592 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1925 | 2025.07.01 00:12:19.511891 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1926 | 2025.07.01 00:12:19.512112 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1927 | 2025.07.01 00:12:19.512235 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
1928 | 2025.07.01 00:12:19.512268 [ 276 ] {d48836fc-8c05-428a-a82b-479e47dd261b} <Debug> TCPHandler: Processed in 0.001226304 sec. | ||
1929 | 2025.07.01 00:12:23.896655 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1930 | 2025.07.01 00:12:23.897160 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1931 | 2025.07.01 00:12:23.897204 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1932 | 2025.07.01 00:12:23.897732 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1933 | 2025.07.01 00:12:23.897983 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1934 | 2025.07.01 00:12:23.898147 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1935 | 2025.07.01 00:12:24.134908 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1936 | 2025.07.01 00:12:24.159587 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1937 | 2025.07.01 00:12:24.159679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1938 | 2025.07.01 00:12:24.170852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1939 | 2025.07.01 00:12:24.172272 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1940 | 2025.07.01 00:12:24.179474 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1941 | 2025.07.01 00:12:24.508673 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1942 | 2025.07.01 00:12:24.508891 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1943 | 2025.07.01 00:12:24.508971 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1944 | 2025.07.01 00:12:24.509757 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1945 | 2025.07.01 00:12:24.509815 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1946 | 2025.07.01 00:12:24.510338 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1947 | 2025.07.01 00:12:24.510653 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1948 | 2025.07.01 00:12:24.510841 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Debug> executeQuery: Read 100 rows, 8.53 KiB in 0.002011 sec., 49726.504226752855 rows/sec., 4.14 MiB/sec. | ||
1949 | 2025.07.01 00:12:24.510893 [ 276 ] {72178c26-0113-4b10-85e2-36a43bf559d1} <Debug> TCPHandler: Processed in 0.002412586 sec. | ||
1950 | 2025.07.01 00:12:24.511043 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1951 | 2025.07.01 00:12:24.511156 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1952 | 2025.07.01 00:12:24.511205 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1953 | 2025.07.01 00:12:24.511707 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1954 | 2025.07.01 00:12:24.511751 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1955 | 2025.07.01 00:12:24.512172 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1956 | 2025.07.01 00:12:24.512428 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1957 | 2025.07.01 00:12:24.512562 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00143 sec., 15384.615384615385 rows/sec., 1.13 MiB/sec. | ||
1958 | 2025.07.01 00:12:24.512603 [ 276 ] {784be102-a7d8-4634-843d-bf0e202f66d4} <Debug> TCPHandler: Processed in 0.001621544 sec. | ||
1959 | 2025.07.01 00:12:24.512760 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1960 | 2025.07.01 00:12:24.512874 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1961 | 2025.07.01 00:12:24.512925 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1962 | 2025.07.01 00:12:24.513415 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1963 | 2025.07.01 00:12:24.513453 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1964 | 2025.07.01 00:12:24.513780 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1965 | 2025.07.01 00:12:24.513991 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1966 | 2025.07.01 00:12:24.514126 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001274 sec., 67503.92464678179 rows/sec., 5.27 MiB/sec. | ||
1967 | 2025.07.01 00:12:24.514169 [ 276 ] {65c50945-1c54-43b4-836c-3b11649dd68c} <Debug> TCPHandler: Processed in 0.00146841 sec. | ||
1968 | 2025.07.01 00:12:24.514286 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1969 | 2025.07.01 00:12:24.514385 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1970 | 2025.07.01 00:12:24.514432 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1971 | 2025.07.01 00:12:24.514841 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1972 | 2025.07.01 00:12:24.514877 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1973 | 2025.07.01 00:12:24.515226 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1974 | 2025.07.01 00:12:24.515449 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1975 | 2025.07.01 00:12:24.515598 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. | ||
1976 | 2025.07.01 00:12:24.515636 [ 276 ] {7bbeca59-631a-47cb-9930-91bf6716ecfe} <Debug> TCPHandler: Processed in 0.001399728 sec. | ||
1977 | 2025.07.01 00:12:24.515759 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2025.07.01 00:12:24.515854 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1979 | 2025.07.01 00:12:24.515926 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <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 | ||
1980 | 2025.07.01 00:12:24.517054 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1981 | 2025.07.01 00:12:24.517101 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1982 | 2025.07.01 00:12:24.517912 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1983 | 2025.07.01 00:12:24.518235 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1984 | 2025.07.01 00:12:24.518418 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00258 sec., 8527.131782945737 rows/sec., 15.28 MiB/sec. | ||
1985 | 2025.07.01 00:12:24.518493 [ 276 ] {93334b22-0586-4876-8463-407c1b86dc27} <Debug> TCPHandler: Processed in 0.002788626 sec. | ||
1986 | 2025.07.01 00:12:24.518633 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1987 | 2025.07.01 00:12:24.518755 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1988 | 2025.07.01 00:12:24.518811 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1989 | 2025.07.01 00:12:24.519255 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2025.07.01 00:12:24.519301 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1991 | 2025.07.01 00:12:24.519736 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1992 | 2025.07.01 00:12:24.520043 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1993 | 2025.07.01 00:12:24.520219 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
1994 | 2025.07.01 00:12:24.520273 [ 276 ] {54a5156d-e842-404a-ad10-14b0d5309951} <Debug> TCPHandler: Processed in 0.001699517 sec. | ||
1995 | 2025.07.01 00:12:26.399228 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 276 | ||
1996 | 2025.07.01 00:12:26.401288 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1997 | 2025.07.01 00:12:26.401340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1998 | 2025.07.01 00:12:26.402460 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1999 | 2025.07.01 00:12:26.402741 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2000 | 2025.07.01 00:12:26.402911 [ 44 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2001 | 2025.07.01 00:12:26.402982 [ 44 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2002 | 2025.07.01 00:12:26.403005 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2003 | 2025.07.01 00:12:26.403071 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276 | ||
2004 | 2025.07.01 00:12:26.403114 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
2005 | 2025.07.01 00:12:26.403716 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2006 | 2025.07.01 00:12:26.403886 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
2007 | 2025.07.01 00:12:26.404312 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
2008 | 2025.07.01 00:12:26.404692 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part | ||
2009 | 2025.07.01 00:12:26.405045 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
2010 | 2025.07.01 00:12:26.405388 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
2011 | 2025.07.01 00:12:26.405724 [ 192 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
2012 | 2025.07.01 00:12:26.411951 [ 197 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.008878323 sec., 31086.951893955647 rows/sec., 31.61 MiB/sec. | ||
2013 | 2025.07.01 00:12:26.412878 [ 197 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2014 | 2025.07.01 00:12:26.413491 [ 197 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2015 | 2025.07.01 00:12:26.413570 [ 197 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_6_1} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2016 | 2025.07.01 00:12:26.413786 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
2017 | 2025.07.01 00:12:29.506590 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2018 | 2025.07.01 00:12:29.506780 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2019 | 2025.07.01 00:12:29.506844 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2020 | 2025.07.01 00:12:29.507451 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2021 | 2025.07.01 00:12:29.507496 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2022 | 2025.07.01 00:12:29.507893 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2023 | 2025.07.01 00:12:29.508123 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2024 | 2025.07.01 00:12:29.508272 [ 41 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2025 | 2025.07.01 00:12:29.508277 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001545 sec., 36245.95469255664 rows/sec., 2.78 MiB/sec. | ||
2026 | 2025.07.01 00:12:29.508348 [ 41 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2027 | 2025.07.01 00:12:29.508367 [ 276 ] {dff84b05-aee4-41dc-983c-45a5f801d29d} <Debug> TCPHandler: Processed in 0.001909802 sec. | ||
2028 | 2025.07.01 00:12:29.508373 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2029 | 2025.07.01 00:12:29.508496 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::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 | ||
2030 | 2025.07.01 00:12:29.508498 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2031 | 2025.07.01 00:12:29.508631 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2032 | 2025.07.01 00:12:29.508639 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2033 | 2025.07.01 00:12:29.508675 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2034 | 2025.07.01 00:12:29.508683 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 659 rows starting from the beginning of the part | ||
2035 | 2025.07.01 00:12:29.508759 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2036 | 2025.07.01 00:12:29.508802 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 659 rows starting from the beginning of the part | ||
2037 | 2025.07.01 00:12:29.508842 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2038 | 2025.07.01 00:12:29.508888 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2039 | 2025.07.01 00:12:29.508967 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2040 | 2025.07.01 00:12:29.509141 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2041 | 2025.07.01 00:12:29.509184 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2042 | 2025.07.01 00:12:29.509605 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2043 | 2025.07.01 00:12:29.509839 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2044 | 2025.07.01 00:12:29.509950 [ 41 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2045 | 2025.07.01 00:12:29.509968 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001356 sec., 47197.6401179941 rows/sec., 3.68 MiB/sec. | ||
2046 | 2025.07.01 00:12:29.509992 [ 41 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2047 | 2025.07.01 00:12:29.510014 [ 276 ] {32f6c4e2-4cd5-4d55-a592-816f974715d1} <Debug> TCPHandler: Processed in 0.001566393 sec. | ||
2048 | 2025.07.01 00:12:29.510017 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2049 | 2025.07.01 00:12:29.510059 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614244 sec., 982503.2646861317 rows/sec., 81.42 MiB/sec. | ||
2050 | 2025.07.01 00:12:29.510127 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
2051 | 2025.07.01 00:12:29.510139 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2052 | 2025.07.01 00:12:29.510256 [ 197 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2053 | 2025.07.01 00:12:29.510277 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2054 | 2025.07.01 00:12:29.510305 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2055 | 2025.07.01 00:12:29.510327 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2056 | 2025.07.01 00:12:29.510357 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 415 rows starting from the beginning of the part | ||
2057 | 2025.07.01 00:12:29.510451 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2058 | 2025.07.01 00:12:29.510502 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 403 rows starting from the beginning of the part | ||
2059 | 2025.07.01 00:12:29.510546 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2060 | 2025.07.01 00:12:29.510583 [ 197 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2061 | 2025.07.01 00:12:29.510591 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 86 rows starting from the beginning of the part | ||
2062 | 2025.07.01 00:12:29.510647 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2063 | 2025.07.01 00:12:29.510668 [ 197 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_11_2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2064 | 2025.07.01 00:12:29.510745 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2065 | 2025.07.01 00:12:29.510746 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
2066 | 2025.07.01 00:12:29.510789 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2067 | 2025.07.01 00:12:29.511156 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2068 | 2025.07.01 00:12:29.511384 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2069 | 2025.07.01 00:12:29.511489 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2070 | 2025.07.01 00:12:29.511518 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. | ||
2071 | 2025.07.01 00:12:29.511521 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2072 | 2025.07.01 00:12:29.511562 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2073 | 2025.07.01 00:12:29.511562 [ 276 ] {fdd4b15a-f3a9-4a63-9ac0-dd54313c8568} <Debug> TCPHandler: Processed in 0.00147121 sec. | ||
2074 | 2025.07.01 00:12:29.511622 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
2075 | 2025.07.01 00:12:29.511683 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2076 | 2025.07.01 00:12:29.511686 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620985 sec., 676132.1048621672 rows/sec., 51.81 MiB/sec. | ||
2077 | 2025.07.01 00:12:29.511710 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2078 | 2025.07.01 00:12:29.511744 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 555 rows starting from the beginning of the part | ||
2079 | 2025.07.01 00:12:29.511784 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2080 | 2025.07.01 00:12:29.511815 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2081 | 2025.07.01 00:12:29.511832 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2082 | 2025.07.01 00:12:29.511865 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
2083 | 2025.07.01 00:12:29.511909 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2084 | 2025.07.01 00:12:29.511935 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2085 | 2025.07.01 00:12:29.511947 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
2086 | 2025.07.01 00:12:29.512016 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2087 | 2025.07.01 00:12:29.512173 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2088 | 2025.07.01 00:12:29.512218 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2089 | 2025.07.01 00:12:29.512321 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2090 | 2025.07.01 00:12:29.512426 [ 200 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_11_2} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2091 | 2025.07.01 00:12:29.512517 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2092 | 2025.07.01 00:12:29.512615 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2093 | 2025.07.01 00:12:29.512853 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2094 | 2025.07.01 00:12:29.512960 [ 41 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2095 | 2025.07.01 00:12:29.512984 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. | ||
2096 | 2025.07.01 00:12:29.512993 [ 41 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2097 | 2025.07.01 00:12:29.513025 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2098 | 2025.07.01 00:12:29.513027 [ 276 ] {8953140d-97b4-4e34-b74b-e6bdb1d2813c} <Debug> TCPHandler: Processed in 0.001391759 sec. | ||
2099 | 2025.07.01 00:12:29.513031 [ 197 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1432 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143165 sec., 1000244.4731603394 rows/sec., 68.90 MiB/sec. | ||
2100 | 2025.07.01 00:12:29.513094 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
2101 | 2025.07.01 00:12:29.513184 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2102 | 2025.07.01 00:12:29.513208 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part | ||
2103 | 2025.07.01 00:12:29.513252 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2104 | 2025.07.01 00:12:29.513278 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2105 | 2025.07.01 00:12:29.513288 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
2106 | 2025.07.01 00:12:29.513333 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2107 | 2025.07.01 00:12:29.513363 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
2108 | 2025.07.01 00:12:29.513397 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2109 | 2025.07.01 00:12:29.513570 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2110 | 2025.07.01 00:12:29.513665 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2111 | 2025.07.01 00:12:29.513760 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2112 | 2025.07.01 00:12:29.514127 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.00105962 sec., 511504.1241199675 rows/sec., 33.70 MiB/sec. | ||
2113 | 2025.07.01 00:12:29.514272 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2114 | 2025.07.01 00:12:29.514518 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2115 | 2025.07.01 00:12:29.514581 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_11_2} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2116 | 2025.07.01 00:12:29.514638 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2117 | 2025.07.01 00:12:31.304325 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2118 | 2025.07.01 00:12:31.304374 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2119 | 2025.07.01 00:12:31.398248 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
2120 | 2025.07.01 00:12:31.398803 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2121 | 2025.07.01 00:12:31.398855 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2122 | 2025.07.01 00:12:31.399388 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2123 | 2025.07.01 00:12:31.399706 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2124 | 2025.07.01 00:12:31.399873 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
2125 | 2025.07.01 00:12:31.679596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
2126 | 2025.07.01 00:12:31.696295 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2127 | 2025.07.01 00:12:31.696360 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2128 | 2025.07.01 00:12:31.702406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2129 | 2025.07.01 00:12:31.703098 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2130 | 2025.07.01 00:12:31.706111 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
2131 | 2025.07.01 00:12:34.507574 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2132 | 2025.07.01 00:12:34.507753 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2133 | 2025.07.01 00:12:34.507818 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2134 | 2025.07.01 00:12:34.508465 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2135 | 2025.07.01 00:12:34.508514 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2136 | 2025.07.01 00:12:34.508935 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2137 | 2025.07.01 00:12:34.509155 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2138 | 2025.07.01 00:12:34.509316 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001613 sec., 74395.53626782393 rows/sec., 6.36 MiB/sec. | ||
2139 | 2025.07.01 00:12:34.509364 [ 276 ] {cbefd5d9-bef5-4859-95d0-603e6343affe} <Debug> TCPHandler: Processed in 0.001919962 sec. | ||
2140 | 2025.07.01 00:12:34.509496 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2141 | 2025.07.01 00:12:34.509600 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2142 | 2025.07.01 00:12:34.509645 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2143 | 2025.07.01 00:12:34.510067 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2144 | 2025.07.01 00:12:34.510104 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2145 | 2025.07.01 00:12:34.510420 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2146 | 2025.07.01 00:12:34.510629 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2147 | 2025.07.01 00:12:34.510754 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001179 sec., 27141.64546225615 rows/sec., 1.99 MiB/sec. | ||
2148 | 2025.07.01 00:12:34.510791 [ 276 ] {2254e292-bb37-4892-bc5a-1079a9ce8eab} <Debug> TCPHandler: Processed in 0.001345117 sec. | ||
2149 | 2025.07.01 00:12:34.510905 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2150 | 2025.07.01 00:12:34.510999 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2151 | 2025.07.01 00:12:34.511038 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2152 | 2025.07.01 00:12:34.511449 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2153 | 2025.07.01 00:12:34.511485 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2154 | 2025.07.01 00:12:34.511786 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2155 | 2025.07.01 00:12:34.511991 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2156 | 2025.07.01 00:12:34.512113 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001132 sec., 84805.65371024735 rows/sec., 6.62 MiB/sec. | ||
2157 | 2025.07.01 00:12:34.512149 [ 276 ] {0d23d402-9773-4b47-b7fe-a9904491da60} <Debug> TCPHandler: Processed in 0.001292596 sec. | ||
2158 | 2025.07.01 00:12:34.512266 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2159 | 2025.07.01 00:12:34.512359 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2160 | 2025.07.01 00:12:34.512402 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2161 | 2025.07.01 00:12:34.512812 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2025.07.01 00:12:34.512849 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2163 | 2025.07.01 00:12:34.513165 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2164 | 2025.07.01 00:12:34.513377 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2025.07.01 00:12:34.513498 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. | ||
2166 | 2025.07.01 00:12:34.513535 [ 276 ] {c26fdcf2-31a4-45c1-9ed7-991d751b1104} <Debug> TCPHandler: Processed in 0.001317697 sec. | ||
2167 | 2025.07.01 00:12:34.513651 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2168 | 2025.07.01 00:12:34.513744 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2169 | 2025.07.01 00:12:34.513799 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <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 | ||
2170 | 2025.07.01 00:12:34.514566 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2171 | 2025.07.01 00:12:34.514602 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2172 | 2025.07.01 00:12:34.515121 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2173 | 2025.07.01 00:12:34.515336 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2174 | 2025.07.01 00:12:34.515466 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001741 sec., 18380.241240666284 rows/sec., 32.94 MiB/sec. | ||
2175 | 2025.07.01 00:12:34.515517 [ 276 ] {2cb8c961-7ee2-41af-aabe-0d6b577d1a78} <Debug> TCPHandler: Processed in 0.001914343 sec. | ||
2176 | 2025.07.01 00:12:34.515635 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2177 | 2025.07.01 00:12:34.515729 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2178 | 2025.07.01 00:12:34.515771 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2179 | 2025.07.01 00:12:34.516100 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2180 | 2025.07.01 00:12:34.516137 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2181 | 2025.07.01 00:12:34.516427 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2182 | 2025.07.01 00:12:34.516636 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2183 | 2025.07.01 00:12:34.516762 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. | ||
2184 | 2025.07.01 00:12:34.516796 [ 276 ] {f2ce1bf7-d42a-48e6-8ce0-4df8b40035ad} <Debug> TCPHandler: Processed in 0.001210194 sec. | ||
2185 | 2025.07.01 00:12:36.403181 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 296 | ||
2186 | 2025.07.01 00:12:36.405231 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2187 | 2025.07.01 00:12:36.405283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2188 | 2025.07.01 00:12:36.406438 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2189 | 2025.07.01 00:12:36.406711 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2190 | 2025.07.01 00:12:36.407056 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296 | ||
2191 | 2025.07.01 00:12:38.899934 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
2192 | 2025.07.01 00:12:38.900437 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2193 | 2025.07.01 00:12:38.900484 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2194 | 2025.07.01 00:12:38.900968 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2195 | 2025.07.01 00:12:38.901197 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2196 | 2025.07.01 00:12:38.901325 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
2197 | 2025.07.01 00:12:38.901380 [ 31 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2198 | 2025.07.01 00:12:38.901453 [ 31 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2199 | 2025.07.01 00:12:38.901478 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2200 | 2025.07.01 00:12:38.901595 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2201 | 2025.07.01 00:12:38.901716 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2202 | 2025.07.01 00:12:38.901758 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2203 | 2025.07.01 00:12:38.901858 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2204 | 2025.07.01 00:12:38.901918 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2205 | 2025.07.01 00:12:38.901963 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2206 | 2025.07.01 00:12:38.902008 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2207 | 2025.07.01 00:12:38.902052 [ 199 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
2208 | 2025.07.01 00:12:38.903479 [ 200 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001931353 sec., 2621478.3108007703 rows/sec., 37.50 MiB/sec. | ||
2209 | 2025.07.01 00:12:38.904339 [ 189 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2210 | 2025.07.01 00:12:38.904644 [ 189 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_11_2} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2211 | 2025.07.01 00:12:38.904713 [ 189 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_11_2} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2212 | 2025.07.01 00:12:38.904803 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2213 | 2025.07.01 00:12:39.206160 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2214 | 2025.07.01 00:12:39.223505 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2215 | 2025.07.01 00:12:39.223571 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2216 | 2025.07.01 00:12:39.229491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2217 | 2025.07.01 00:12:39.230174 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2218 | 2025.07.01 00:12:39.230456 [ 31 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2219 | 2025.07.01 00:12:39.230525 [ 31 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2220 | 2025.07.01 00:12:39.230549 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2221 | 2025.07.01 00:12:39.230648 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2222 | 2025.07.01 00:12:39.233151 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2223 | 2025.07.01 00:12:39.233506 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2224 | 2025.07.01 00:12:39.234233 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2225 | 2025.07.01 00:12:39.237512 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2226 | 2025.07.01 00:12:39.240851 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2227 | 2025.07.01 00:12:39.244706 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2228 | 2025.07.01 00:12:39.248872 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2229 | 2025.07.01 00:12:39.253406 [ 200 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
2230 | 2025.07.01 00:12:39.305023 [ 189 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.074411786 sec., 1115.4147005690738 rows/sec., 5.77 MiB/sec. | ||
2231 | 2025.07.01 00:12:39.307611 [ 187 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2232 | 2025.07.01 00:12:39.309639 [ 187 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_11_2} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2233 | 2025.07.01 00:12:39.309744 [ 187 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_11_2} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2234 | 2025.07.01 00:12:39.311633 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2235 | 2025.07.01 00:12:39.498586 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2236 | 2025.07.01 00:12:39.498854 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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) | ||
2237 | 2025.07.01 00:12:39.499223 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2238 | 2025.07.01 00:12:39.499265 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <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 | ||
2239 | 2025.07.01 00:12:39.499540 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2240 | 2025.07.01 00:12:39.499613 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2241 | 2025.07.01 00:12:39.499756 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2242 | 2025.07.01 00:12:39.499873 [ 291 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2243 | 2025.07.01 00:12:39.499880 [ 290 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2244 | 2025.07.01 00:12:39.499883 [ 289 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2245 | 2025.07.01 00:12:39.500067 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2246 | 2025.07.01 00:12:39.500097 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2247 | 2025.07.01 00:12:39.500182 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2248 | 2025.07.01 00:12:39.500202 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2249 | 2025.07.01 00:12:39.500239 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <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'))" | ||
2250 | 2025.07.01 00:12:39.500283 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <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'))" | ||
2251 | 2025.07.01 00:12:39.500319 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <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'))" | ||
2252 | 2025.07.01 00:12:39.501311 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002572 sec., 13219.284603421462 rows/sec., 508.78 KiB/sec. | ||
2253 | 2025.07.01 00:12:39.501460 [ 276 ] {fa43ab33-a803-41e7-88ae-cd2fa8006b11} <Debug> TCPHandler: Processed in 0.003018723 sec. | ||
2254 | 2025.07.01 00:12:39.509633 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2255 | 2025.07.01 00:12:39.509752 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2256 | 2025.07.01 00:12:39.509802 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2257 | 2025.07.01 00:12:39.510466 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2258 | 2025.07.01 00:12:39.510520 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2259 | 2025.07.01 00:12:39.511076 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2260 | 2025.07.01 00:12:39.511289 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2261 | 2025.07.01 00:12:39.511436 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00172 sec., 581.3953488372093 rows/sec., 131.72 KiB/sec. | ||
2262 | 2025.07.01 00:12:39.511477 [ 276 ] {79211cf9-f5ca-4114-a05f-fde9a5a62252} <Debug> TCPHandler: Processed in 0.001897572 sec. | ||
2263 | 2025.07.01 00:12:39.511587 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2264 | 2025.07.01 00:12:39.511681 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2265 | 2025.07.01 00:12:39.511722 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2266 | 2025.07.01 00:12:39.512125 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2267 | 2025.07.01 00:12:39.512162 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2268 | 2025.07.01 00:12:39.512452 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2269 | 2025.07.01 00:12:39.512657 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2270 | 2025.07.01 00:12:39.512780 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001117 sec., 1790.510295434199 rows/sec., 146.00 KiB/sec. | ||
2271 | 2025.07.01 00:12:39.512818 [ 276 ] {e09443bd-f8ed-4b21-8ff6-52eeae1f8fda} <Debug> TCPHandler: Processed in 0.001279865 sec. | ||
2272 | 2025.07.01 00:12:39.512930 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2273 | 2025.07.01 00:12:39.513023 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2274 | 2025.07.01 00:12:39.513062 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2275 | 2025.07.01 00:12:39.513488 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2276 | 2025.07.01 00:12:39.513524 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2277 | 2025.07.01 00:12:39.513819 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2278 | 2025.07.01 00:12:39.514026 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2279 | 2025.07.01 00:12:39.514151 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001147 sec., 49694.85614646905 rows/sec., 3.81 MiB/sec. | ||
2280 | 2025.07.01 00:12:39.514187 [ 276 ] {3973ffb9-4a6d-4a12-af55-29f40c771019} <Debug> TCPHandler: Processed in 0.001305745 sec. | ||
2281 | 2025.07.01 00:12:39.514298 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2282 | 2025.07.01 00:12:39.514391 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2283 | 2025.07.01 00:12:39.514433 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2284 | 2025.07.01 00:12:39.514805 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2285 | 2025.07.01 00:12:39.514841 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2286 | 2025.07.01 00:12:39.515117 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2287 | 2025.07.01 00:12:39.515343 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2288 | 2025.07.01 00:12:39.515473 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0011 sec., 1818.181818181818 rows/sec., 126.95 KiB/sec. | ||
2289 | 2025.07.01 00:12:39.515510 [ 276 ] {8820b1dd-b0e3-4a9f-aa42-b73c083f7c2b} <Debug> TCPHandler: Processed in 0.001260564 sec. | ||
2290 | 2025.07.01 00:12:39.515614 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2291 | 2025.07.01 00:12:39.515707 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2292 | 2025.07.01 00:12:39.515746 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2293 | 2025.07.01 00:12:39.516161 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2025.07.01 00:12:39.516197 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2295 | 2025.07.01 00:12:39.516500 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2296 | 2025.07.01 00:12:39.516714 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2025.07.01 00:12:39.516840 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00115 sec., 57391.30434782609 rows/sec., 4.48 MiB/sec. | ||
2298 | 2025.07.01 00:12:39.516876 [ 276 ] {0910d7d8-e8bd-48e5-ae54-e5e3861e5d52} <Debug> TCPHandler: Processed in 0.001310516 sec. | ||
2299 | 2025.07.01 00:12:39.516986 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2025.07.01 00:12:39.517079 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2301 | 2025.07.01 00:12:39.517122 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2302 | 2025.07.01 00:12:39.517529 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2025.07.01 00:12:39.517566 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2304 | 2025.07.01 00:12:39.517896 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2305 | 2025.07.01 00:12:39.518106 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2306 | 2025.07.01 00:12:39.518231 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00117 sec., 137606.8376068376 rows/sec., 9.58 MiB/sec. | ||
2307 | 2025.07.01 00:12:39.518267 [ 276 ] {1a56ea2a-ea53-42f0-8f78-bcbe789e0d26} <Debug> TCPHandler: Processed in 0.001329167 sec. | ||
2308 | 2025.07.01 00:12:39.518374 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2309 | 2025.07.01 00:12:39.518466 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2310 | 2025.07.01 00:12:39.518508 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2311 | 2025.07.01 00:12:39.518842 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2312 | 2025.07.01 00:12:39.518877 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
2313 | 2025.07.01 00:12:39.519168 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2314 | 2025.07.01 00:12:39.519370 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2315 | 2025.07.01 00:12:39.519496 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. | ||
2316 | 2025.07.01 00:12:39.519530 [ 276 ] {acfdd56b-9fc0-482b-ae37-859f45cbaf1d} <Debug> TCPHandler: Processed in 0.001204183 sec. | ||
2317 | 2025.07.01 00:12:40.000167 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.20 MiB, peak 194.50 MiB, free memory in arenas 0.00 B, will set to 194.21 MiB (RSS), difference: 9.01 MiB | ||
2318 | 2025.07.01 00:12:44.507509 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2319 | 2025.07.01 00:12:44.507718 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2320 | 2025.07.01 00:12:44.507789 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2321 | 2025.07.01 00:12:44.508517 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2322 | 2025.07.01 00:12:44.508558 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2323 | 2025.07.01 00:12:44.508956 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2324 | 2025.07.01 00:12:44.509179 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2325 | 2025.07.01 00:12:44.509326 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001662 sec., 72202.16606498195 rows/sec., 6.17 MiB/sec. | ||
2326 | 2025.07.01 00:12:44.509367 [ 276 ] {b0c4e276-065d-48ee-8f5e-f3541588a4ce} <Debug> TCPHandler: Processed in 0.001997585 sec. | ||
2327 | 2025.07.01 00:12:44.509494 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2328 | 2025.07.01 00:12:44.509588 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2329 | 2025.07.01 00:12:44.509629 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2330 | 2025.07.01 00:12:44.510038 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2331 | 2025.07.01 00:12:44.510073 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2332 | 2025.07.01 00:12:44.510359 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2333 | 2025.07.01 00:12:44.510563 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): 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.07.01 00:12:44.510649 [ 66 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2335 | 2025.07.01 00:12:44.510682 [ 66 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2025.07.01 00:12:44.510684 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001114 sec., 28725.31418312388 rows/sec., 2.11 MiB/sec. | ||
2337 | 2025.07.01 00:12:44.510703 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2338 | 2025.07.01 00:12:44.510730 [ 276 ] {f383c14b-1f53-4bac-afbc-7d2051628391} <Debug> TCPHandler: Processed in 0.001285675 sec. | ||
2339 | 2025.07.01 00:12:44.510842 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2340 | 2025.07.01 00:12:44.510866 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::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 | ||
2341 | 2025.07.01 00:12:44.510934 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2342 | 2025.07.01 00:12:44.510979 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2343 | 2025.07.01 00:12:44.511022 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2344 | 2025.07.01 00:12:44.511073 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 127 rows starting from the beginning of the part | ||
2345 | 2025.07.01 00:12:44.511168 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 127 rows starting from the beginning of the part | ||
2346 | 2025.07.01 00:12:44.511217 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
2347 | 2025.07.01 00:12:44.511261 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part | ||
2348 | 2025.07.01 00:12:44.511303 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2349 | 2025.07.01 00:12:44.511342 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
2350 | 2025.07.01 00:12:44.511409 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2351 | 2025.07.01 00:12:44.511450 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2352 | 2025.07.01 00:12:44.511844 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2353 | 2025.07.01 00:12:44.512085 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2354 | 2025.07.01 00:12:44.512217 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001301 sec., 73789.39277478862 rows/sec., 5.76 MiB/sec. | ||
2355 | 2025.07.01 00:12:44.512257 [ 276 ] {f1ed7680-5412-4e4f-be60-fcdd6c21dc5e} <Debug> TCPHandler: Processed in 0.0014636 sec. | ||
2356 | 2025.07.01 00:12:44.512315 [ 188 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001516102 sec., 225578.49010158947 rows/sec., 15.38 MiB/sec. | ||
2357 | 2025.07.01 00:12:44.512368 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2358 | 2025.07.01 00:12:44.512467 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2359 | 2025.07.01 00:12:44.512468 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2360 | 2025.07.01 00:12:44.512513 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2361 | 2025.07.01 00:12:44.512729 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2362 | 2025.07.01 00:12:44.512798 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_6_1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2363 | 2025.07.01 00:12:44.512865 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2364 | 2025.07.01 00:12:44.512930 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2365 | 2025.07.01 00:12:44.512972 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2366 | 2025.07.01 00:12:44.513320 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2367 | 2025.07.01 00:12:44.513534 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2368 | 2025.07.01 00:12:44.513660 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. | ||
2369 | 2025.07.01 00:12:44.513697 [ 276 ] {496ef031-a6a6-4213-89a4-9900dce7cdc2} <Debug> TCPHandler: Processed in 0.001377598 sec. | ||
2370 | 2025.07.01 00:12:44.513804 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2371 | 2025.07.01 00:12:44.513896 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2372 | 2025.07.01 00:12:44.513950 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <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 | ||
2373 | 2025.07.01 00:12:44.514762 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2374 | 2025.07.01 00:12:44.514797 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2375 | 2025.07.01 00:12:44.515344 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2376 | 2025.07.01 00:12:44.515561 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2377 | 2025.07.01 00:12:44.515700 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001822 sec., 17563.117453347968 rows/sec., 31.47 MiB/sec. | ||
2378 | 2025.07.01 00:12:44.515752 [ 276 ] {69d0d3bc-378c-445f-9bd4-e7de6c00b53a} <Debug> TCPHandler: Processed in 0.001994264 sec. | ||
2379 | 2025.07.01 00:12:44.515870 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2380 | 2025.07.01 00:12:44.515964 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2381 | 2025.07.01 00:12:44.516005 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2382 | 2025.07.01 00:12:44.516368 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2383 | 2025.07.01 00:12:44.516404 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2384 | 2025.07.01 00:12:44.516699 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2385 | 2025.07.01 00:12:44.516901 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2386 | 2025.07.01 00:12:44.517026 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
2387 | 2025.07.01 00:12:44.517063 [ 276 ] {5a9bf785-3700-4a9c-a052-fa419781934c} <Debug> TCPHandler: Processed in 0.001242434 sec. | ||
2388 | 2025.07.01 00:12:46.304438 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2389 | 2025.07.01 00:12:46.304489 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2390 | 2025.07.01 00:12:46.401385 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2391 | 2025.07.01 00:12:46.401883 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2392 | 2025.07.01 00:12:46.401945 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2393 | 2025.07.01 00:12:46.402410 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2394 | 2025.07.01 00:12:46.402634 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2395 | 2025.07.01 00:12:46.402758 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2396 | 2025.07.01 00:12:46.407148 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 324 | ||
2397 | 2025.07.01 00:12:46.409340 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2398 | 2025.07.01 00:12:46.409386 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2399 | 2025.07.01 00:12:46.410594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2400 | 2025.07.01 00:12:46.410847 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2401 | 2025.07.01 00:12:46.411092 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
2402 | 2025.07.01 00:12:46.733200 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2403 | 2025.07.01 00:12:46.751049 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2404 | 2025.07.01 00:12:46.751111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2405 | 2025.07.01 00:12:46.756854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2406 | 2025.07.01 00:12:46.757560 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2407 | 2025.07.01 00:12:46.760815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2408 | 2025.07.01 00:12:49.507449 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2409 | 2025.07.01 00:12:49.507628 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2410 | 2025.07.01 00:12:49.507693 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2411 | 2025.07.01 00:12:49.508337 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2412 | 2025.07.01 00:12:49.508386 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2413 | 2025.07.01 00:12:49.508766 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2414 | 2025.07.01 00:12:49.509001 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2415 | 2025.07.01 00:12:49.509156 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001576 sec., 46954.31472081219 rows/sec., 3.79 MiB/sec. | ||
2416 | 2025.07.01 00:12:49.509197 [ 276 ] {c88174be-da92-410c-9b53-3c5a200c42ba} <Debug> TCPHandler: Processed in 0.001881971 sec. | ||
2417 | 2025.07.01 00:12:49.509324 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2418 | 2025.07.01 00:12:49.509421 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2419 | 2025.07.01 00:12:49.509462 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2420 | 2025.07.01 00:12:49.509854 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2421 | 2025.07.01 00:12:49.509891 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2422 | 2025.07.01 00:12:49.510177 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2423 | 2025.07.01 00:12:49.510381 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2424 | 2025.07.01 00:12:49.510509 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001106 sec., 8137.4321880651 rows/sec., 611.90 KiB/sec. | ||
2425 | 2025.07.01 00:12:49.510546 [ 276 ] {beb4195a-ff66-446b-ab08-0e7f458fa253} <Debug> TCPHandler: Processed in 0.001270895 sec. | ||
2426 | 2025.07.01 00:12:49.510647 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2427 | 2025.07.01 00:12:49.510740 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2428 | 2025.07.01 00:12:49.510779 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2429 | 2025.07.01 00:12:49.511197 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2430 | 2025.07.01 00:12:49.511233 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2431 | 2025.07.01 00:12:49.511522 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2432 | 2025.07.01 00:12:49.511733 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2433 | 2025.07.01 00:12:49.511857 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001135 sec., 69603.52422907489 rows/sec., 5.44 MiB/sec. | ||
2434 | 2025.07.01 00:12:49.511894 [ 276 ] {a44c6eab-7c9a-4281-bd4a-a709f3dd37d4} <Debug> TCPHandler: Processed in 0.001294295 sec. | ||
2435 | 2025.07.01 00:12:49.512006 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2436 | 2025.07.01 00:12:49.512098 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2437 | 2025.07.01 00:12:49.512141 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2438 | 2025.07.01 00:12:49.512543 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2439 | 2025.07.01 00:12:49.512579 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2440 | 2025.07.01 00:12:49.512901 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2441 | 2025.07.01 00:12:49.513114 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2442 | 2025.07.01 00:12:49.513241 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. | ||
2443 | 2025.07.01 00:12:49.513276 [ 276 ] {6eaa95c8-5aa8-4635-ac46-2d3e39e2c1db} <Debug> TCPHandler: Processed in 0.001318446 sec. | ||
2444 | 2025.07.01 00:12:49.513373 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2445 | 2025.07.01 00:12:49.513466 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2446 | 2025.07.01 00:12:49.513522 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <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 | ||
2447 | 2025.07.01 00:12:49.514262 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2448 | 2025.07.01 00:12:49.514298 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2449 | 2025.07.01 00:12:49.514787 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2450 | 2025.07.01 00:12:49.515003 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2451 | 2025.07.01 00:12:49.515109 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2452 | 2025.07.01 00:12:49.515135 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001686 sec., 5338.078291814946 rows/sec., 9.57 MiB/sec. | ||
2453 | 2025.07.01 00:12:49.515207 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2454 | 2025.07.01 00:12:49.515233 [ 276 ] {bc9e1601-c7eb-4ed3-b896-7411d9438c55} <Debug> TCPHandler: Processed in 0.001906332 sec. | ||
2455 | 2025.07.01 00:12:49.515235 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2456 | 2025.07.01 00:12:49.515357 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::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 | ||
2457 | 2025.07.01 00:12:49.515363 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2458 | 2025.07.01 00:12:49.515480 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2459 | 2025.07.01 00:12:49.515522 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2460 | 2025.07.01 00:12:49.515608 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2461 | 2025.07.01 00:12:49.515685 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
2462 | 2025.07.01 00:12:49.515837 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Trace> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2463 | 2025.07.01 00:12:49.515841 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
2464 | 2025.07.01 00:12:49.515882 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2465 | 2025.07.01 00:12:49.515991 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
2466 | 2025.07.01 00:12:49.516118 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part | ||
2467 | 2025.07.01 00:12:49.516190 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2468 | 2025.07.01 00:12:49.516233 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
2469 | 2025.07.01 00:12:49.516343 [ 191 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
2470 | 2025.07.01 00:12:49.516424 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Trace> oximeter.measurements_i64 (65b481f2-3c18-49a5-87a3-04f6e766efd7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2471 | 2025.07.01 00:12:49.516555 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 387.77 KiB/sec. | ||
2472 | 2025.07.01 00:12:49.516590 [ 276 ] {9643c1fb-a064-4de9-9154-9f9adc96d50e} <Debug> TCPHandler: Processed in 0.001275994 sec. | ||
2473 | 2025.07.01 00:12:49.516701 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2474 | 2025.07.01 00:12:49.516796 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2475 | 2025.07.01 00:12:49.516837 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2476 | 2025.07.01 00:12:49.517166 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2477 | 2025.07.01 00:12:49.517202 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2478 | 2025.07.01 00:12:49.517512 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2479 | 2025.07.01 00:12:49.517744 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2480 | 2025.07.01 00:12:49.517871 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. | ||
2481 | 2025.07.01 00:12:49.517906 [ 276 ] {c6665670-c37e-4d46-8a78-2144bcbe9578} <Debug> TCPHandler: Processed in 0.001253374 sec. | ||
2482 | 2025.07.01 00:12:49.518393 [ 188 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 137 rows, containing 19 columns (19 merged, 0 gathered) in 0.003077604 sec., 44515.1487975711 rows/sec., 79.77 MiB/sec. | ||
2483 | 2025.07.01 00:12:49.518845 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2484 | 2025.07.01 00:12:49.519212 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2485 | 2025.07.01 00:12:49.519277 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2486 | 2025.07.01 00:12:49.519388 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
2487 | 2025.07.01 00:12:53.902831 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2488 | 2025.07.01 00:12:53.903393 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2489 | 2025.07.01 00:12:53.903448 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2490 | 2025.07.01 00:12:53.903953 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2491 | 2025.07.01 00:12:53.904188 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2492 | 2025.07.01 00:12:53.904339 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2493 | 2025.07.01 00:12:54.260877 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2494 | 2025.07.01 00:12:54.277202 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2495 | 2025.07.01 00:12:54.277268 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2496 | 2025.07.01 00:12:54.283187 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2497 | 2025.07.01 00:12:54.283882 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2498 | 2025.07.01 00:12:54.286853 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2499 | 2025.07.01 00:12:54.502208 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2500 | 2025.07.01 00:12:54.502442 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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) | ||
2501 | 2025.07.01 00:12:54.502792 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2502 | 2025.07.01 00:12:54.502832 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <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 | ||
2503 | 2025.07.01 00:12:54.503086 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2504 | 2025.07.01 00:12:54.503156 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2505 | 2025.07.01 00:12:54.503296 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2506 | 2025.07.01 00:12:54.503412 [ 291 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2507 | 2025.07.01 00:12:54.503433 [ 289 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2508 | 2025.07.01 00:12:54.503419 [ 293 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2509 | 2025.07.01 00:12:54.503416 [ 290 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2510 | 2025.07.01 00:12:54.503594 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2511 | 2025.07.01 00:12:54.503617 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2512 | 2025.07.01 00:12:54.503699 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2513 | 2025.07.01 00:12:54.503720 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2514 | 2025.07.01 00:12:54.503755 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <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'))" | ||
2515 | 2025.07.01 00:12:54.503793 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <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'))" | ||
2516 | 2025.07.01 00:12:54.503828 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <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'))" | ||
2517 | 2025.07.01 00:12:54.504620 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002279 sec., 14918.824045634048 rows/sec., 574.20 KiB/sec. | ||
2518 | 2025.07.01 00:12:54.504746 [ 276 ] {d213bf5f-4cb8-4638-9256-97a5bb640e76} <Debug> TCPHandler: Processed in 0.002670283 sec. | ||
2519 | 2025.07.01 00:12:54.505089 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2520 | 2025.07.01 00:12:54.505234 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:errors_received', '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) | ||
2521 | 2025.07.01 00:12:54.505459 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2522 | 2025.07.01 00:12:54.505498 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <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_port_control_data_link:errors_received', '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 | ||
2523 | 2025.07.01 00:12:54.505697 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2524 | 2025.07.01 00:12:54.505750 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2525 | 2025.07.01 00:12:54.505849 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2526 | 2025.07.01 00:12:54.505904 [ 290 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2527 | 2025.07.01 00:12:54.505923 [ 293 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2528 | 2025.07.01 00:12:54.505927 [ 291 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2529 | 2025.07.01 00:12:54.505923 [ 289 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2530 | 2025.07.01 00:12:54.506048 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2531 | 2025.07.01 00:12:54.506074 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2532 | 2025.07.01 00:12:54.506141 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2533 | 2025.07.01 00:12:54.506157 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2534 | 2025.07.01 00:12:54.506188 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <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_port_control_data_link:errors_received', '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'))" | ||
2535 | 2025.07.01 00:12:54.506218 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <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_port_control_data_link:errors_received', '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'))" | ||
2536 | 2025.07.01 00:12:54.506248 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <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_port_control_data_link:errors_received', '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'))" | ||
2537 | 2025.07.01 00:12:54.506907 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001737 sec., 19573.97812320092 rows/sec., 753.36 KiB/sec. | ||
2538 | 2025.07.01 00:12:54.507042 [ 276 ] {2d1a0c61-982c-4794-9703-0771ae3e2a74} <Debug> TCPHandler: Processed in 0.002002135 sec. | ||
2539 | 2025.07.01 00:12:54.507293 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2540 | 2025.07.01 00:12:54.507429 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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) | ||
2541 | 2025.07.01 00:12:54.507643 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2542 | 2025.07.01 00:12:54.507678 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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 | ||
2543 | 2025.07.01 00:12:54.507884 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2544 | 2025.07.01 00:12:54.507936 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2545 | 2025.07.01 00:12:54.508036 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2546 | 2025.07.01 00:12:54.508105 [ 289 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2547 | 2025.07.01 00:12:54.508112 [ 291 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2548 | 2025.07.01 00:12:54.508108 [ 290 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2549 | 2025.07.01 00:12:54.508111 [ 293 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2550 | 2025.07.01 00:12:54.508254 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2551 | 2025.07.01 00:12:54.508280 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2552 | 2025.07.01 00:12:54.508346 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2553 | 2025.07.01 00:12:54.508363 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2554 | 2025.07.01 00:12:54.508394 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2555 | 2025.07.01 00:12:54.508425 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2556 | 2025.07.01 00:12:54.508454 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2557 | 2025.07.01 00:12:54.509019 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001647 sec., 20643.594414086216 rows/sec., 794.53 KiB/sec. | ||
2558 | 2025.07.01 00:12:54.509136 [ 276 ] {6f2cd9d4-92d6-4144-a07a-2205d8c55836} <Debug> TCPHandler: Processed in 0.001891572 sec. | ||
2559 | 2025.07.01 00:12:54.509379 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2560 | 2025.07.01 00:12:54.509515 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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) | ||
2561 | 2025.07.01 00:12:54.509757 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2562 | 2025.07.01 00:12:54.509794 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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 | ||
2563 | 2025.07.01 00:12:54.510024 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2564 | 2025.07.01 00:12:54.510077 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2565 | 2025.07.01 00:12:54.510176 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2566 | 2025.07.01 00:12:54.510226 [ 290 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2567 | 2025.07.01 00:12:54.510243 [ 289 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2568 | 2025.07.01 00:12:54.510245 [ 291 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2569 | 2025.07.01 00:12:54.510245 [ 293 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2570 | 2025.07.01 00:12:54.510353 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2571 | 2025.07.01 00:12:54.510379 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2572 | 2025.07.01 00:12:54.510446 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2573 | 2025.07.01 00:12:54.510464 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2574 | 2025.07.01 00:12:54.510493 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2575 | 2025.07.01 00:12:54.510539 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2576 | 2025.07.01 00:12:54.510581 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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'))" | ||
2577 | 2025.07.01 00:12:54.511189 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001731 sec., 19641.825534373194 rows/sec., 755.98 KiB/sec. | ||
2578 | 2025.07.01 00:12:54.511322 [ 276 ] {fb9d1087-0fc8-448e-9ba8-ce11a988d4a5} <Debug> TCPHandler: Processed in 0.001990905 sec. | ||
2579 | 2025.07.01 00:12:54.511552 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2580 | 2025.07.01 00:12:54.511688 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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) | ||
2581 | 2025.07.01 00:12:54.511925 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2582 | 2025.07.01 00:12:54.511962 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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 | ||
2583 | 2025.07.01 00:12:54.512165 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2584 | 2025.07.01 00:12:54.512217 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2585 | 2025.07.01 00:12:54.512316 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2586 | 2025.07.01 00:12:54.512385 [ 290 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2587 | 2025.07.01 00:12:54.512392 [ 291 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2588 | 2025.07.01 00:12:54.512391 [ 293 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2589 | 2025.07.01 00:12:54.512388 [ 289 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2590 | 2025.07.01 00:12:54.512526 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2591 | 2025.07.01 00:12:54.512559 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2592 | 2025.07.01 00:12:54.512628 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2593 | 2025.07.01 00:12:54.512647 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2594 | 2025.07.01 00:12:54.512678 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2595 | 2025.07.01 00:12:54.512709 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2596 | 2025.07.01 00:12:54.512747 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2597 | 2025.07.01 00:12:54.513326 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001696 sec., 20047.169811320753 rows/sec., 771.58 KiB/sec. | ||
2598 | 2025.07.01 00:12:54.513437 [ 276 ] {916618fb-2a5e-4290-aa86-035c55f40904} <Debug> TCPHandler: Processed in 0.001933812 sec. | ||
2599 | 2025.07.01 00:12:54.513667 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2600 | 2025.07.01 00:12:54.513804 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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) | ||
2601 | 2025.07.01 00:12:54.514041 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2602 | 2025.07.01 00:12:54.514078 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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 | ||
2603 | 2025.07.01 00:12:54.514284 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2604 | 2025.07.01 00:12:54.514335 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2605 | 2025.07.01 00:12:54.514472 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2606 | 2025.07.01 00:12:54.514546 [ 289 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2607 | 2025.07.01 00:12:54.514557 [ 293 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2608 | 2025.07.01 00:12:54.514557 [ 291 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2609 | 2025.07.01 00:12:54.514557 [ 290 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2610 | 2025.07.01 00:12:54.514685 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2611 | 2025.07.01 00:12:54.514707 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2612 | 2025.07.01 00:12:54.514778 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2613 | 2025.07.01 00:12:54.514797 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2614 | 2025.07.01 00:12:54.514828 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2615 | 2025.07.01 00:12:54.514860 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2616 | 2025.07.01 00:12:54.514905 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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'))" | ||
2617 | 2025.07.01 00:12:54.515476 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001728 sec., 19675.925925925927 rows/sec., 757.29 KiB/sec. | ||
2618 | 2025.07.01 00:12:54.515592 [ 276 ] {31fbb17b-45d9-44d8-81ff-ee6f42615996} <Debug> TCPHandler: Processed in 0.001973454 sec. | ||
2619 | 2025.07.01 00:12:54.538225 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2620 | 2025.07.01 00:12:54.538339 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2621 | 2025.07.01 00:12:54.538383 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2622 | 2025.07.01 00:12:54.538973 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2623 | 2025.07.01 00:12:54.539009 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2624 | 2025.07.01 00:12:54.539467 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2625 | 2025.07.01 00:12:54.539661 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2626 | 2025.07.01 00:12:54.539804 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.001496 sec., 4010.6951871657757 rows/sec., 1.86 MiB/sec. | ||
2627 | 2025.07.01 00:12:54.539841 [ 276 ] {418a4113-f718-4771-8f2c-eaf020dd4d8a} <Debug> TCPHandler: Processed in 0.001667926 sec. | ||
2628 | 2025.07.01 00:12:54.539970 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2629 | 2025.07.01 00:12:54.540067 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2630 | 2025.07.01 00:12:54.540108 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2631 | 2025.07.01 00:12:54.540547 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2632 | 2025.07.01 00:12:54.540582 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2633 | 2025.07.01 00:12:54.540879 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2634 | 2025.07.01 00:12:54.541091 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2635 | 2025.07.01 00:12:54.541217 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001171 sec., 20495.303159692572 rows/sec., 1.70 MiB/sec. | ||
2636 | 2025.07.01 00:12:54.541254 [ 276 ] {75f2ef42-3049-4a8a-ac6b-30da7a3f1696} <Debug> TCPHandler: Processed in 0.001331657 sec. | ||
2637 | 2025.07.01 00:12:54.541368 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2638 | 2025.07.01 00:12:54.541464 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2639 | 2025.07.01 00:12:54.541504 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2640 | 2025.07.01 00:12:54.541909 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2641 | 2025.07.01 00:12:54.541944 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2642 | 2025.07.01 00:12:54.542228 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2643 | 2025.07.01 00:12:54.542448 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2644 | 2025.07.01 00:12:54.542572 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001127 sec., 7098.49157054126 rows/sec., 578.83 KiB/sec. | ||
2645 | 2025.07.01 00:12:54.542609 [ 276 ] {12f3c509-069f-4566-9b0d-5147d1bcf600} <Debug> TCPHandler: Processed in 0.001288826 sec. | ||
2646 | 2025.07.01 00:12:54.542722 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2647 | 2025.07.01 00:12:54.542815 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2648 | 2025.07.01 00:12:54.542854 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2649 | 2025.07.01 00:12:54.543381 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2650 | 2025.07.01 00:12:54.543416 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2651 | 2025.07.01 00:12:54.543757 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2652 | 2025.07.01 00:12:54.543968 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2653 | 2025.07.01 00:12:54.544059 [ 102 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2654 | 2025.07.01 00:12:54.544095 [ 102 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2655 | 2025.07.01 00:12:54.544095 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Debug> executeQuery: Read 244 rows, 22.26 KiB in 0.001297 sec., 188126.44564379338 rows/sec., 16.76 MiB/sec. | ||
2656 | 2025.07.01 00:12:54.544114 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2657 | 2025.07.01 00:12:54.544140 [ 276 ] {00d0641c-2e6d-4f12-a0cb-a74e2f6c311e} <Debug> TCPHandler: Processed in 0.001465511 sec. | ||
2658 | 2025.07.01 00:12:54.544235 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::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 | ||
2659 | 2025.07.01 00:12:54.544260 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2660 | 2025.07.01 00:12:54.544354 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2661 | 2025.07.01 00:12:54.544358 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2662 | 2025.07.01 00:12:54.544392 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 661 rows starting from the beginning of the part | ||
2663 | 2025.07.01 00:12:54.544413 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2664 | 2025.07.01 00:12:54.544464 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 120 rows starting from the beginning of the part | ||
2665 | 2025.07.01 00:12:54.544516 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 57 rows starting from the beginning of the part | ||
2666 | 2025.07.01 00:12:54.544556 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 120 rows starting from the beginning of the part | ||
2667 | 2025.07.01 00:12:54.544595 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part | ||
2668 | 2025.07.01 00:12:54.544640 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 244 rows starting from the beginning of the part | ||
2669 | 2025.07.01 00:12:54.544841 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2670 | 2025.07.01 00:12:54.544883 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2671 | 2025.07.01 00:12:54.545417 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2672 | 2025.07.01 00:12:54.545634 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2673 | 2025.07.01 00:12:54.545707 [ 194 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518551 sec., 840274.7092458535 rows/sec., 72.27 MiB/sec. | ||
2674 | 2025.07.01 00:12:54.545763 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001423 sec., 36542.51581166549 rows/sec., 2.69 MiB/sec. | ||
2675 | 2025.07.01 00:12:54.545801 [ 276 ] {2081f5ba-1a04-49f3-8246-3db9dcef6df1} <Debug> TCPHandler: Processed in 0.001590043 sec. | ||
2676 | 2025.07.01 00:12:54.545914 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2677 | 2025.07.01 00:12:54.545944 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2678 | 2025.07.01 00:12:54.546009 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2679 | 2025.07.01 00:12:54.546054 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2680 | 2025.07.01 00:12:54.546241 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2681 | 2025.07.01 00:12:54.546324 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_16_3} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2682 | 2025.07.01 00:12:54.546414 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
2683 | 2025.07.01 00:12:54.546451 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2684 | 2025.07.01 00:12:54.546491 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2685 | 2025.07.01 00:12:54.546785 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2686 | 2025.07.01 00:12:54.546992 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2687 | 2025.07.01 00:12:54.547118 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001128 sec., 21276.59574468085 rows/sec., 1.77 MiB/sec. | ||
2688 | 2025.07.01 00:12:54.547155 [ 276 ] {e1e79278-12a2-4776-8594-9346f4019340} <Debug> TCPHandler: Processed in 0.001290985 sec. | ||
2689 | 2025.07.01 00:12:54.547262 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2690 | 2025.07.01 00:12:54.547355 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2691 | 2025.07.01 00:12:54.547394 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2692 | 2025.07.01 00:12:54.547777 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2693 | 2025.07.01 00:12:54.547811 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2694 | 2025.07.01 00:12:54.548086 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2695 | 2025.07.01 00:12:54.548301 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2696 | 2025.07.01 00:12:54.548424 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001087 sec., 11039.558417663293 rows/sec., 862.47 KiB/sec. | ||
2697 | 2025.07.01 00:12:54.548462 [ 276 ] {b1e77ed8-b3a4-4b60-b950-fdd149af2a81} <Debug> TCPHandler: Processed in 0.001247984 sec. | ||
2698 | 2025.07.01 00:12:54.548570 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2699 | 2025.07.01 00:12:54.548664 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2700 | 2025.07.01 00:12:54.548703 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2701 | 2025.07.01 00:12:54.549155 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2702 | 2025.07.01 00:12:54.549189 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2703 | 2025.07.01 00:12:54.549492 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2704 | 2025.07.01 00:12:54.549700 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2705 | 2025.07.01 00:12:54.549796 [ 102 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2706 | 2025.07.01 00:12:54.549827 [ 102 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2707 | 2025.07.01 00:12:54.549834 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001187 sec., 117944.39764111205 rows/sec., 9.53 MiB/sec. | ||
2708 | 2025.07.01 00:12:54.549847 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2709 | 2025.07.01 00:12:54.549872 [ 276 ] {8819f607-ba2f-437c-af80-62b98de68aad} <Debug> TCPHandler: Processed in 0.001350107 sec. | ||
2710 | 2025.07.01 00:12:54.549915 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
2711 | 2025.07.01 00:12:54.549975 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2712 | 2025.07.01 00:12:54.549994 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2713 | 2025.07.01 00:12:54.550022 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 416 rows starting from the beginning of the part | ||
2714 | 2025.07.01 00:12:54.550069 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2715 | 2025.07.01 00:12:54.550088 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 96 rows starting from the beginning of the part | ||
2716 | 2025.07.01 00:12:54.550112 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2717 | 2025.07.01 00:12:54.550135 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
2718 | 2025.07.01 00:12:54.550173 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 96 rows starting from the beginning of the part | ||
2719 | 2025.07.01 00:12:54.550213 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
2720 | 2025.07.01 00:12:54.550250 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part | ||
2721 | 2025.07.01 00:12:54.550605 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2025.07.01 00:12:54.550639 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2723 | 2025.07.01 00:12:54.550999 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2724 | 2025.07.01 00:12:54.551105 [ 188 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 893 rows, containing 5 columns (5 merged, 0 gathered) in 0.001219243 sec., 732421.6747604866 rows/sec., 57.94 MiB/sec. | ||
2725 | 2025.07.01 00:12:54.551211 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2726 | 2025.07.01 00:12:54.551246 [ 194 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2727 | 2025.07.01 00:12:54.551311 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2728 | 2025.07.01 00:12:54.551338 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Debug> executeQuery: Read 572 rows, 45.56 KiB in 0.001287 sec., 444444.44444444444 rows/sec., 34.57 MiB/sec. | ||
2729 | 2025.07.01 00:12:54.551341 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2730 | 2025.07.01 00:12:54.551369 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2731 | 2025.07.01 00:12:54.551374 [ 276 ] {b752d54d-015a-46d6-9482-7c4f894c2542} <Debug> TCPHandler: Processed in 0.001447609 sec. | ||
2732 | 2025.07.01 00:12:54.551425 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
2733 | 2025.07.01 00:12:54.551493 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2025.07.01 00:12:54.551502 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2735 | 2025.07.01 00:12:54.551507 [ 194 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2736 | 2025.07.01 00:12:54.551531 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1432 rows starting from the beginning of the part | ||
2737 | 2025.07.01 00:12:54.551575 [ 194 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_16_3} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2738 | 2025.07.01 00:12:54.551575 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
2739 | 2025.07.01 00:12:54.551586 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2740 | 2025.07.01 00:12:54.551618 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
2741 | 2025.07.01 00:12:54.551634 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2742 | 2025.07.01 00:12:54.551645 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <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 | ||
2743 | 2025.07.01 00:12:54.551651 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
2744 | 2025.07.01 00:12:54.551687 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
2745 | 2025.07.01 00:12:54.551722 [ 202 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 572 rows starting from the beginning of the part | ||
2746 | 2025.07.01 00:12:54.552417 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2747 | 2025.07.01 00:12:54.552451 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2748 | 2025.07.01 00:12:54.552976 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2749 | 2025.07.01 00:12:54.552995 [ 198 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2645 rows, containing 5 columns (5 merged, 0 gathered) in 0.001593464 sec., 1659905.7148451426 rows/sec., 117.84 MiB/sec. | ||
2750 | 2025.07.01 00:12:54.553207 [ 194 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2751 | 2025.07.01 00:12:54.553217 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2752 | 2025.07.01 00:12:54.553351 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001783 sec., 17947.2798653954 rows/sec., 32.16 MiB/sec. | ||
2753 | 2025.07.01 00:12:54.553400 [ 276 ] {7f10c812-21d2-4f2d-be73-46d4e7eb7763} <Debug> TCPHandler: Processed in 0.001957114 sec. | ||
2754 | 2025.07.01 00:12:54.553442 [ 194 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2755 | 2025.07.01 00:12:54.553499 [ 194 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2756 | 2025.07.01 00:12:54.553515 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2757 | 2025.07.01 00:12:54.553547 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
2758 | 2025.07.01 00:12:54.553609 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2759 | 2025.07.01 00:12:54.553651 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2760 | 2025.07.01 00:12:54.553991 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2025.07.01 00:12:54.554025 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2762 | 2025.07.01 00:12:54.554321 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2763 | 2025.07.01 00:12:54.554526 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2764 | 2025.07.01 00:12:54.554613 [ 102 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2765 | 2025.07.01 00:12:54.554641 [ 102 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2766 | 2025.07.01 00:12:54.554648 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. | ||
2767 | 2025.07.01 00:12:54.554659 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2768 | 2025.07.01 00:12:54.554684 [ 276 ] {5596eec3-cd48-4f57-b30f-aaa2802cfaf3} <Debug> TCPHandler: Processed in 0.001217813 sec. | ||
2769 | 2025.07.01 00:12:54.554719 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
2770 | 2025.07.01 00:12:54.554784 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2771 | 2025.07.01 00:12:54.554807 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part | ||
2772 | 2025.07.01 00:12:54.554865 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
2773 | 2025.07.01 00:12:54.554905 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
2774 | 2025.07.01 00:12:54.554937 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
2775 | 2025.07.01 00:12:54.554972 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
2776 | 2025.07.01 00:12:54.555006 [ 194 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
2777 | 2025.07.01 00:12:54.555723 [ 198 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.001026988 sec., 819873.2604470549 rows/sec., 54.46 MiB/sec. | ||
2778 | 2025.07.01 00:12:54.555871 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2779 | 2025.07.01 00:12:54.556105 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2780 | 2025.07.01 00:12:54.556163 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_16_3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2781 | 2025.07.01 00:12:54.556212 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2782 | 2025.07.01 00:12:56.411238 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 372 | ||
2783 | 2025.07.01 00:12:56.413868 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2784 | 2025.07.01 00:12:56.413924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2785 | 2025.07.01 00:12:56.415125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2786 | 2025.07.01 00:12:56.415394 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2787 | 2025.07.01 00:12:56.415734 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 372 | ||
2788 | 2025.07.01 00:12:59.506067 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2789 | 2025.07.01 00:12:59.506287 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2790 | 2025.07.01 00:12:59.506364 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2791 | 2025.07.01 00:12:59.507071 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2025.07.01 00:12:59.507123 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2793 | 2025.07.01 00:12:59.507515 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2794 | 2025.07.01 00:12:59.507746 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2795 | 2025.07.01 00:12:59.507907 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001676 sec., 44152.7446300716 rows/sec., 3.57 MiB/sec. | ||
2796 | 2025.07.01 00:12:59.507957 [ 276 ] {511541e5-ef93-4008-8cdf-35edba9598ef} <Debug> TCPHandler: Processed in 0.002035805 sec. | ||
2797 | 2025.07.01 00:12:59.508083 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2798 | 2025.07.01 00:12:59.508189 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2799 | 2025.07.01 00:12:59.508232 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2800 | 2025.07.01 00:12:59.508645 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2801 | 2025.07.01 00:12:59.508682 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2802 | 2025.07.01 00:12:59.509003 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2803 | 2025.07.01 00:12:59.509211 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2804 | 2025.07.01 00:12:59.509341 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001176 sec., 7653.061224489797 rows/sec., 575.47 KiB/sec. | ||
2805 | 2025.07.01 00:12:59.509378 [ 276 ] {1eec5c03-8481-4f9a-8613-e117de44c5a6} <Debug> TCPHandler: Processed in 0.001347017 sec. | ||
2806 | 2025.07.01 00:12:59.509481 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2807 | 2025.07.01 00:12:59.509571 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2808 | 2025.07.01 00:12:59.509608 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2809 | 2025.07.01 00:12:59.509998 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2810 | 2025.07.01 00:12:59.510032 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2811 | 2025.07.01 00:12:59.510319 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2812 | 2025.07.01 00:12:59.510590 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2813 | 2025.07.01 00:12:59.510719 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001158 sec., 63039.723661485325 rows/sec., 4.92 MiB/sec. | ||
2814 | 2025.07.01 00:12:59.510755 [ 276 ] {49c713d6-5be7-4e5a-a892-0bb7d480db54} <Debug> TCPHandler: Processed in 0.001320106 sec. | ||
2815 | 2025.07.01 00:12:59.510865 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2816 | 2025.07.01 00:12:59.510960 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2817 | 2025.07.01 00:12:59.511003 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2818 | 2025.07.01 00:12:59.511409 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2819 | 2025.07.01 00:12:59.511445 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2820 | 2025.07.01 00:12:59.511775 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2821 | 2025.07.01 00:12:59.511981 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2822 | 2025.07.01 00:12:59.512106 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. | ||
2823 | 2025.07.01 00:12:59.512141 [ 276 ] {f7a36503-783d-447b-a368-53261e6d41bf} <Debug> TCPHandler: Processed in 0.001324786 sec. | ||
2824 | 2025.07.01 00:12:59.512262 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2825 | 2025.07.01 00:12:59.512358 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2826 | 2025.07.01 00:12:59.512413 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <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 | ||
2827 | 2025.07.01 00:12:59.513142 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2828 | 2025.07.01 00:12:59.513178 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2829 | 2025.07.01 00:12:59.513684 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2830 | 2025.07.01 00:12:59.513899 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2831 | 2025.07.01 00:12:59.514036 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001696 sec., 5306.603773584906 rows/sec., 9.51 MiB/sec. | ||
2832 | 2025.07.01 00:12:59.514094 [ 276 ] {ca405b89-af03-4f05-9094-8161b9caf396} <Debug> TCPHandler: Processed in 0.001885901 sec. | ||
2833 | 2025.07.01 00:12:59.514207 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2834 | 2025.07.01 00:12:59.514302 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2835 | 2025.07.01 00:12:59.514344 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2836 | 2025.07.01 00:12:59.514683 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2025.07.01 00:12:59.514719 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2838 | 2025.07.01 00:12:59.515018 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2839 | 2025.07.01 00:12:59.515241 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2840 | 2025.07.01 00:12:59.515370 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
2841 | 2025.07.01 00:12:59.515405 [ 276 ] {48fa3d35-b961-4242-a9fb-e016fdf1b258} <Debug> TCPHandler: Processed in 0.001246904 sec. | ||
2842 | 2025.07.01 00:13:01.304558 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2843 | 2025.07.01 00:13:01.304635 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2844 | 2025.07.01 00:13:01.404463 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
2845 | 2025.07.01 00:13:01.405090 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2846 | 2025.07.01 00:13:01.405126 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2847 | 2025.07.01 00:13:01.405608 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2848 | 2025.07.01 00:13:01.405842 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2849 | 2025.07.01 00:13:01.405981 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2850 | 2025.07.01 00:13:01.786963 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2851 | 2025.07.01 00:13:01.804424 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2025.07.01 00:13:01.804491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2853 | 2025.07.01 00:13:01.810858 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2854 | 2025.07.01 00:13:01.811574 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2855 | 2025.07.01 00:13:01.814855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2856 | 2025.07.01 00:13:02.000230 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.43 MiB, peak 201.43 MiB, free memory in arenas 0.00 B, will set to 198.94 MiB (RSS), difference: 1.51 MiB | ||
2857 | 2025.07.01 00:13:04.507878 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2858 | 2025.07.01 00:13:04.508082 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2859 | 2025.07.01 00:13:04.508158 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2860 | 2025.07.01 00:13:04.508935 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2861 | 2025.07.01 00:13:04.508987 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2862 | 2025.07.01 00:13:04.509424 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2863 | 2025.07.01 00:13:04.509659 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2864 | 2025.07.01 00:13:04.509822 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001795 sec., 66852.36768802229 rows/sec., 5.72 MiB/sec. | ||
2865 | 2025.07.01 00:13:04.509871 [ 276 ] {2608949f-a2b1-4340-bc15-7cfa466cf4e3} <Debug> TCPHandler: Processed in 0.002137179 sec. | ||
2866 | 2025.07.01 00:13:04.510006 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2867 | 2025.07.01 00:13:04.510110 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2868 | 2025.07.01 00:13:04.510152 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2869 | 2025.07.01 00:13:04.510579 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2025.07.01 00:13:04.510617 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2871 | 2025.07.01 00:13:04.510916 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2872 | 2025.07.01 00:13:04.511128 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2873 | 2025.07.01 00:13:04.511256 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00117 sec., 27350.427350427348 rows/sec., 2.01 MiB/sec. | ||
2874 | 2025.07.01 00:13:04.511293 [ 276 ] {a5241e67-5e64-4329-ba49-dd2c116a3325} <Debug> TCPHandler: Processed in 0.001338356 sec. | ||
2875 | 2025.07.01 00:13:04.511404 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2876 | 2025.07.01 00:13:04.511500 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2877 | 2025.07.01 00:13:04.511539 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2878 | 2025.07.01 00:13:04.511966 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2879 | 2025.07.01 00:13:04.512001 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2880 | 2025.07.01 00:13:04.512300 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2881 | 2025.07.01 00:13:04.512508 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2882 | 2025.07.01 00:13:04.512641 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001159 sec., 82830.02588438308 rows/sec., 6.47 MiB/sec. | ||
2883 | 2025.07.01 00:13:04.512678 [ 276 ] {a51f9197-717f-4a8e-a706-81e5ff1973bc} <Debug> TCPHandler: Processed in 0.001322737 sec. | ||
2884 | 2025.07.01 00:13:04.512794 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2885 | 2025.07.01 00:13:04.512888 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2886 | 2025.07.01 00:13:04.512932 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2887 | 2025.07.01 00:13:04.513342 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2888 | 2025.07.01 00:13:04.513378 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2889 | 2025.07.01 00:13:04.513712 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2890 | 2025.07.01 00:13:04.513924 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2891 | 2025.07.01 00:13:04.514056 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. | ||
2892 | 2025.07.01 00:13:04.514092 [ 276 ] {903895b0-6709-4dde-b45e-391bf732dc65} <Debug> TCPHandler: Processed in 0.001346497 sec. | ||
2893 | 2025.07.01 00:13:04.514201 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2894 | 2025.07.01 00:13:04.514295 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2895 | 2025.07.01 00:13:04.514350 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <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 | ||
2896 | 2025.07.01 00:13:04.515196 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2897 | 2025.07.01 00:13:04.515233 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2898 | 2025.07.01 00:13:04.515779 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2899 | 2025.07.01 00:13:04.516013 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2900 | 2025.07.01 00:13:04.516149 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001871 sec., 17103.153393907 rows/sec., 30.65 MiB/sec. | ||
2901 | 2025.07.01 00:13:04.516200 [ 276 ] {986b67ad-5e09-4ade-bd3c-e4a864169166} <Debug> TCPHandler: Processed in 0.002046426 sec. | ||
2902 | 2025.07.01 00:13:04.516317 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2903 | 2025.07.01 00:13:04.516411 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2904 | 2025.07.01 00:13:04.516454 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2905 | 2025.07.01 00:13:04.516792 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2906 | 2025.07.01 00:13:04.516828 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2907 | 2025.07.01 00:13:04.517119 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2908 | 2025.07.01 00:13:04.517324 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2909 | 2025.07.01 00:13:04.517454 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. | ||
2910 | 2025.07.01 00:13:04.517488 [ 276 ] {9b15e036-767e-44f9-9935-6bf53275b18a} <Debug> TCPHandler: Processed in 0.001221243 sec. | ||
2911 | 2025.07.01 00:13:05.561741 [ 144 ] {} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2912 | 2025.07.01 00:13:05.561805 [ 144 ] {} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2913 | 2025.07.01 00:13:05.561825 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2914 | 2025.07.01 00:13:05.561947 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::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 | ||
2915 | 2025.07.01 00:13:05.562339 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2916 | 2025.07.01 00:13:05.562387 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
2917 | 2025.07.01 00:13:05.562484 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
2918 | 2025.07.01 00:13:05.562585 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
2919 | 2025.07.01 00:13:05.562682 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::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 | ||
2920 | 2025.07.01 00:13:05.562780 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::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 | ||
2921 | 2025.07.01 00:13:05.564328 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002440077 sec., 16802.748437856673 rows/sec., 4.15 MiB/sec. | ||
2922 | 2025.07.01 00:13:05.564464 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2923 | 2025.07.01 00:13:05.564749 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2924 | 2025.07.01 00:13:05.564817 [ 194 ] {ee30476c-49a4-4e55-af34-931c17aeb740::all_1_5_1} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2925 | 2025.07.01 00:13:05.564884 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2926 | 2025.07.01 00:13:06.416882 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 396 | ||
2927 | 2025.07.01 00:13:06.418985 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2928 | 2025.07.01 00:13:06.419034 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2929 | 2025.07.01 00:13:06.420213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2930 | 2025.07.01 00:13:06.420488 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2931 | 2025.07.01 00:13:06.420821 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
2932 | 2025.07.01 00:13:08.906960 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
2933 | 2025.07.01 00:13:08.907470 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2934 | 2025.07.01 00:13:08.907510 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2935 | 2025.07.01 00:13:08.908114 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2936 | 2025.07.01 00:13:08.908355 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2937 | 2025.07.01 00:13:08.908488 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
2938 | 2025.07.01 00:13:09.315828 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2939 | 2025.07.01 00:13:09.332509 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2025.07.01 00:13:09.332578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2941 | 2025.07.01 00:13:09.338190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2942 | 2025.07.01 00:13:09.338908 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2943 | 2025.07.01 00:13:09.342059 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2944 | 2025.07.01 00:13:09.498825 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2945 | 2025.07.01 00:13:09.499079 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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) | ||
2946 | 2025.07.01 00:13:09.499448 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2947 | 2025.07.01 00:13:09.499490 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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 | ||
2948 | 2025.07.01 00:13:09.499787 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2949 | 2025.07.01 00:13:09.499859 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2950 | 2025.07.01 00:13:09.500003 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
2951 | 2025.07.01 00:13:09.500039 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
2952 | 2025.07.01 00:13:09.500060 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Debug> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (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 | ||
2953 | 2025.07.01 00:13:09.500076 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2954 | 2025.07.01 00:13:09.500116 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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'))" | ||
2955 | 2025.07.01 00:13:09.500136 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
2956 | 2025.07.01 00:13:09.500961 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001996 sec., 20541.082164328658 rows/sec., 827.34 KiB/sec. | ||
2957 | 2025.07.01 00:13:09.501067 [ 276 ] {877f2e64-7774-4e1b-8bd9-eb99df067be6} <Debug> TCPHandler: Processed in 0.002380745 sec. | ||
2958 | 2025.07.01 00:13:09.510871 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2959 | 2025.07.01 00:13:09.511013 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2960 | 2025.07.01 00:13:09.511063 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2961 | 2025.07.01 00:13:09.511660 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2962 | 2025.07.01 00:13:09.511709 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2963 | 2025.07.01 00:13:09.512155 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2964 | 2025.07.01 00:13:09.512355 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Trace> oximeter.timeseries_schema (ee30476c-49a4-4e55-af34-931c17aeb740): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2965 | 2025.07.01 00:13:09.512514 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Debug> executeQuery: Read 1 rows, 90.00 B in 0.001539 sec., 649.772579597141 rows/sec., 57.11 KiB/sec. | ||
2966 | 2025.07.01 00:13:09.512557 [ 276 ] {e89a9b2f-30d2-4f71-8bac-7cb0e1cfda87} <Debug> TCPHandler: Processed in 0.001753558 sec. | ||
2967 | 2025.07.01 00:13:09.512681 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2968 | 2025.07.01 00:13:09.512786 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2969 | 2025.07.01 00:13:09.512830 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2970 | 2025.07.01 00:13:09.513302 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2971 | 2025.07.01 00:13:09.513339 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2972 | 2025.07.01 00:13:09.513649 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2973 | 2025.07.01 00:13:09.513862 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2974 | 2025.07.01 00:13:09.513995 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Debug> executeQuery: Read 75 rows, 6.20 KiB in 0.001232 sec., 60876.62337662338 rows/sec., 4.91 MiB/sec. | ||
2975 | 2025.07.01 00:13:09.514033 [ 276 ] {8e14307f-33c0-4326-a610-dc2fd64282d6} <Debug> TCPHandler: Processed in 0.001402058 sec. | ||
2976 | 2025.07.01 00:13:09.514158 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2977 | 2025.07.01 00:13:09.514257 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2978 | 2025.07.01 00:13:09.514298 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2979 | 2025.07.01 00:13:09.514703 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2025.07.01 00:13:09.514740 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2981 | 2025.07.01 00:13:09.515034 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2982 | 2025.07.01 00:13:09.515238 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2025.07.01 00:13:09.515368 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00113 sec., 7964.601769911505 rows/sec., 598.90 KiB/sec. | ||
2984 | 2025.07.01 00:13:09.515374 [ 139 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2985 | 2025.07.01 00:13:09.515406 [ 276 ] {8278b343-81c3-4abc-88ff-e7b2e93ca141} <Debug> TCPHandler: Processed in 0.001300296 sec. | ||
2986 | 2025.07.01 00:13:09.515443 [ 139 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2987 | 2025.07.01 00:13:09.515468 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2988 | 2025.07.01 00:13:09.515535 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2989 | 2025.07.01 00:13:09.515576 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::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 | ||
2990 | 2025.07.01 00:13:09.515646 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2991 | 2025.07.01 00:13:09.515673 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2992 | 2025.07.01 00:13:09.515685 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2993 | 2025.07.01 00:13:09.515704 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 140 rows starting from the beginning of the part | ||
2994 | 2025.07.01 00:13:09.515765 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part | ||
2995 | 2025.07.01 00:13:09.515809 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
2996 | 2025.07.01 00:13:09.515853 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 9 rows starting from the beginning of the part | ||
2997 | 2025.07.01 00:13:09.515902 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
2998 | 2025.07.01 00:13:09.515945 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part | ||
2999 | 2025.07.01 00:13:09.516099 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3000 | 2025.07.01 00:13:09.516133 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
3001 | 2025.07.01 00:13:09.516437 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3002 | 2025.07.01 00:13:09.516662 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3003 | 2025.07.01 00:13:09.516744 [ 201 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217324 sec., 206189.970788385 rows/sec., 14.66 MiB/sec. | ||
3004 | 2025.07.01 00:13:09.516803 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001176 sec., 62074.82993197279 rows/sec., 4.85 MiB/sec. | ||
3005 | 2025.07.01 00:13:09.516846 [ 276 ] {e4c48277-030e-44a3-9e79-34c54e2e7205} <Debug> TCPHandler: Processed in 0.001363457 sec. | ||
3006 | 2025.07.01 00:13:09.516967 [ 196 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3007 | 2025.07.01 00:13:09.516973 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3008 | 2025.07.01 00:13:09.517092 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3009 | 2025.07.01 00:13:09.517137 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3010 | 2025.07.01 00:13:09.517316 [ 196 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3011 | 2025.07.01 00:13:09.517406 [ 196 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_11_2} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3012 | 2025.07.01 00:13:09.517501 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3013 | 2025.07.01 00:13:09.517573 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3014 | 2025.07.01 00:13:09.517614 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
3015 | 2025.07.01 00:13:09.517949 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3016 | 2025.07.01 00:13:09.518157 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3017 | 2025.07.01 00:13:09.518285 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Debug> executeQuery: Read 196 rows, 13.91 KiB in 0.00121 sec., 161983.47107438018 rows/sec., 11.22 MiB/sec. | ||
3018 | 2025.07.01 00:13:09.518322 [ 276 ] {b37f33ac-34fb-4f6c-b3c8-1798ca5a6911} <Debug> TCPHandler: Processed in 0.001404858 sec. | ||
3019 | 2025.07.01 00:13:09.518440 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3020 | 2025.07.01 00:13:09.518532 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3021 | 2025.07.01 00:13:09.518586 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <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 | ||
3022 | 2025.07.01 00:13:09.519306 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2025.07.01 00:13:09.519342 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
3024 | 2025.07.01 00:13:09.519848 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3025 | 2025.07.01 00:13:09.520076 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3026 | 2025.07.01 00:13:09.520209 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001695 sec., 5309.734513274337 rows/sec., 9.51 MiB/sec. | ||
3027 | 2025.07.01 00:13:09.520261 [ 276 ] {34577b2a-f748-4588-8b67-1aba8199cc8b} <Debug> TCPHandler: Processed in 0.001869501 sec. | ||
3028 | 2025.07.01 00:13:09.520396 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3029 | 2025.07.01 00:13:09.520490 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3030 | 2025.07.01 00:13:09.520532 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3031 | 2025.07.01 00:13:09.520868 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2025.07.01 00:13:09.520903 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
3033 | 2025.07.01 00:13:09.521199 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3034 | 2025.07.01 00:13:09.521415 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3035 | 2025.07.01 00:13:09.521545 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
3036 | 2025.07.01 00:13:09.521580 [ 276 ] {a7238a77-b8b5-4d64-aea9-f7b3d409d8ad} <Debug> TCPHandler: Processed in 0.001233044 sec. | ||
3037 | 2025.07.01 00:13:14.507779 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3038 | 2025.07.01 00:13:14.507970 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3039 | 2025.07.01 00:13:14.508036 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3040 | 2025.07.01 00:13:14.508721 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3041 | 2025.07.01 00:13:14.508766 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3042 | 2025.07.01 00:13:14.509155 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3043 | 2025.07.01 00:13:14.509378 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3044 | 2025.07.01 00:13:14.509541 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001618 sec., 74165.63658838072 rows/sec., 6.34 MiB/sec. | ||
3045 | 2025.07.01 00:13:14.509593 [ 276 ] {91e239fc-80fe-4334-997d-7f74b1ceac1a} <Debug> TCPHandler: Processed in 0.001944233 sec. | ||
3046 | 2025.07.01 00:13:14.509721 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3047 | 2025.07.01 00:13:14.509824 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3048 | 2025.07.01 00:13:14.509866 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3049 | 2025.07.01 00:13:14.510283 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3050 | 2025.07.01 00:13:14.510319 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3051 | 2025.07.01 00:13:14.510617 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3052 | 2025.07.01 00:13:14.510821 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2025.07.01 00:13:14.510955 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001155 sec., 27705.627705627707 rows/sec., 2.03 MiB/sec. | ||
3054 | 2025.07.01 00:13:14.510992 [ 276 ] {eca719bb-ce0f-4b6f-92bb-7f6eab22713f} <Debug> TCPHandler: Processed in 0.001322906 sec. | ||
3055 | 2025.07.01 00:13:14.511101 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3056 | 2025.07.01 00:13:14.511196 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3057 | 2025.07.01 00:13:14.511236 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3058 | 2025.07.01 00:13:14.511667 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3059 | 2025.07.01 00:13:14.511703 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3060 | 2025.07.01 00:13:14.512012 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3061 | 2025.07.01 00:13:14.512229 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3062 | 2025.07.01 00:13:14.512355 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001178 sec., 81494.05772495756 rows/sec., 6.36 MiB/sec. | ||
3063 | 2025.07.01 00:13:14.512393 [ 276 ] {d5338dcf-9e6c-443f-8bce-6f5005b2e2c9} <Debug> TCPHandler: Processed in 0.001339207 sec. | ||
3064 | 2025.07.01 00:13:14.512505 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3065 | 2025.07.01 00:13:14.512597 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3066 | 2025.07.01 00:13:14.512641 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3067 | 2025.07.01 00:13:14.513044 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3068 | 2025.07.01 00:13:14.513082 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3069 | 2025.07.01 00:13:14.513405 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3070 | 2025.07.01 00:13:14.513609 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3071 | 2025.07.01 00:13:14.513737 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. | ||
3072 | 2025.07.01 00:13:14.513774 [ 276 ] {0a37a5bc-cc11-45b9-b8db-9abc751fcc4f} <Debug> TCPHandler: Processed in 0.001317036 sec. | ||
3073 | 2025.07.01 00:13:14.513876 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3074 | 2025.07.01 00:13:14.513968 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3075 | 2025.07.01 00:13:14.514023 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <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 | ||
3076 | 2025.07.01 00:13:14.514806 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3077 | 2025.07.01 00:13:14.514842 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3078 | 2025.07.01 00:13:14.515368 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3079 | 2025.07.01 00:13:14.515587 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3080 | 2025.07.01 00:13:14.515697 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3081 | 2025.07.01 00:13:14.515724 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001773 sec., 18048.50535815003 rows/sec., 32.34 MiB/sec. | ||
3082 | 2025.07.01 00:13:14.515775 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3083 | 2025.07.01 00:13:14.515791 [ 276 ] {1f6cf089-b485-4cd0-b707-b368286964da} <Debug> TCPHandler: Processed in 0.001962164 sec. | ||
3084 | 2025.07.01 00:13:14.515804 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3085 | 2025.07.01 00:13:14.515907 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::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 | ||
3086 | 2025.07.01 00:13:14.515918 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3087 | 2025.07.01 00:13:14.516020 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3088 | 2025.07.01 00:13:14.516062 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3089 | 2025.07.01 00:13:14.516116 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3090 | 2025.07.01 00:13:14.516179 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 137 rows starting from the beginning of the part | ||
3091 | 2025.07.01 00:13:14.516304 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
3092 | 2025.07.01 00:13:14.516397 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3093 | 2025.07.01 00:13:14.516408 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
3094 | 2025.07.01 00:13:14.516434 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3095 | 2025.07.01 00:13:14.516512 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
3096 | 2025.07.01 00:13:14.516605 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
3097 | 2025.07.01 00:13:14.516699 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
3098 | 2025.07.01 00:13:14.516742 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3099 | 2025.07.01 00:13:14.516956 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3100 | 2025.07.01 00:13:14.517084 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
3101 | 2025.07.01 00:13:14.517120 [ 276 ] {b2ea7ca7-0832-4571-801b-9b83384366bb} <Debug> TCPHandler: Processed in 0.001251014 sec. | ||
3102 | 2025.07.01 00:13:14.524205 [ 196 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 19 columns (19 merged, 0 gathered) in 0.008334829 sec., 30114.59503248357 rows/sec., 53.96 MiB/sec. | ||
3103 | 2025.07.01 00:13:14.524729 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3104 | 2025.07.01 00:13:14.525048 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2025.07.01 00:13:14.525114 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3106 | 2025.07.01 00:13:14.525194 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
3107 | 2025.07.01 00:13:16.304683 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3108 | 2025.07.01 00:13:16.304736 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3109 | 2025.07.01 00:13:16.408563 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
3110 | 2025.07.01 00:13:16.409085 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3111 | 2025.07.01 00:13:16.409136 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3112 | 2025.07.01 00:13:16.409638 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3113 | 2025.07.01 00:13:16.409875 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3114 | 2025.07.01 00:13:16.410027 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
3115 | 2025.07.01 00:13:16.410031 [ 132 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3116 | 2025.07.01 00:13:16.410103 [ 132 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3117 | 2025.07.01 00:13:16.410125 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3118 | 2025.07.01 00:13:16.410254 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
3119 | 2025.07.01 00:13:16.410406 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3120 | 2025.07.01 00:13:16.410447 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
3121 | 2025.07.01 00:13:16.410512 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
3122 | 2025.07.01 00:13:16.410556 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
3123 | 2025.07.01 00:13:16.410608 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
3124 | 2025.07.01 00:13:16.410652 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
3125 | 2025.07.01 00:13:16.410693 [ 194 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
3126 | 2025.07.01 00:13:16.412121 [ 196 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001929243 sec., 3825852.938173159 rows/sec., 54.73 MiB/sec. | ||
3127 | 2025.07.01 00:13:16.412573 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3128 | 2025.07.01 00:13:16.412920 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3129 | 2025.07.01 00:13:16.413000 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_16_3} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3130 | 2025.07.01 00:13:16.413104 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
3131 | 2025.07.01 00:13:16.420918 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 424 | ||
3132 | 2025.07.01 00:13:16.423113 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2025.07.01 00:13:16.423153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3134 | 2025.07.01 00:13:16.424296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3135 | 2025.07.01 00:13:16.424555 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2025.07.01 00:13:16.424686 [ 132 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3137 | 2025.07.01 00:13:16.424730 [ 132 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3138 | 2025.07.01 00:13:16.424751 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3139 | 2025.07.01 00:13:16.424835 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
3140 | 2025.07.01 00:13:16.424874 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
3141 | 2025.07.01 00:13:16.425398 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3142 | 2025.07.01 00:13:16.425542 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part | ||
3143 | 2025.07.01 00:13:16.425944 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
3144 | 2025.07.01 00:13:16.426304 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
3145 | 2025.07.01 00:13:16.426655 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
3146 | 2025.07.01 00:13:16.427000 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
3147 | 2025.07.01 00:13:16.427347 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
3148 | 2025.07.01 00:13:16.433150 [ 196 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 72 columns (72 merged, 0 gathered) in 0.008353168 sec., 50759.18501818711 rows/sec., 48.75 MiB/sec. | ||
3149 | 2025.07.01 00:13:16.434265 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3150 | 2025.07.01 00:13:16.434873 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3151 | 2025.07.01 00:13:16.434955 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_11_2} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3152 | 2025.07.01 00:13:16.435205 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
3153 | 2025.07.01 00:13:16.842133 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
3154 | 2025.07.01 00:13:16.858149 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3155 | 2025.07.01 00:13:16.858208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3156 | 2025.07.01 00:13:16.864316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3157 | 2025.07.01 00:13:16.865033 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3158 | 2025.07.01 00:13:16.865336 [ 133 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3159 | 2025.07.01 00:13:16.865390 [ 133 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3160 | 2025.07.01 00:13:16.865411 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3161 | 2025.07.01 00:13:16.865500 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
3162 | 2025.07.01 00:13:16.867889 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
3163 | 2025.07.01 00:13:16.868429 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3164 | 2025.07.01 00:13:16.869168 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
3165 | 2025.07.01 00:13:16.872445 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
3166 | 2025.07.01 00:13:16.875751 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
3167 | 2025.07.01 00:13:16.879377 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
3168 | 2025.07.01 00:13:16.883576 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
3169 | 2025.07.01 00:13:16.887724 [ 196 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
3170 | 2025.07.01 00:13:16.942852 [ 193 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.077386447 sec., 1563.5812818748482 rows/sec., 8.09 MiB/sec. | ||
3171 | 2025.07.01 00:13:16.945279 [ 193 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3172 | 2025.07.01 00:13:16.947383 [ 193 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3173 | 2025.07.01 00:13:16.947491 [ 193 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_16_3} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3174 | 2025.07.01 00:13:16.949333 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3175 | 2025.07.01 00:13:17.000171 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.35 MiB, peak 211.32 MiB, free memory in arenas 0.00 B, will set to 211.43 MiB (RSS), difference: 10.07 MiB | ||
3176 | 2025.07.01 00:13:17.001210 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000821002 sec. | ||
3177 | 2025.07.01 00:13:19.507604 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3178 | 2025.07.01 00:13:19.507804 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3179 | 2025.07.01 00:13:19.507875 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3180 | 2025.07.01 00:13:19.508589 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3181 | 2025.07.01 00:13:19.508633 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3182 | 2025.07.01 00:13:19.509024 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3183 | 2025.07.01 00:13:19.509250 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3184 | 2025.07.01 00:13:19.509385 [ 130 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3185 | 2025.07.01 00:13:19.509406 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001656 sec., 44685.99033816425 rows/sec., 3.61 MiB/sec. | ||
3186 | 2025.07.01 00:13:19.509428 [ 130 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3187 | 2025.07.01 00:13:19.509452 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3188 | 2025.07.01 00:13:19.509457 [ 276 ] {5bc1e5f8-0b1b-44d8-ae8f-22d76f020dd2} <Debug> TCPHandler: Processed in 0.001992335 sec. | ||
3189 | 2025.07.01 00:13:19.509585 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::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 | ||
3190 | 2025.07.01 00:13:19.509594 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2025.07.01 00:13:19.509742 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3192 | 2025.07.01 00:13:19.509749 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3193 | 2025.07.01 00:13:19.509789 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3194 | 2025.07.01 00:13:19.509800 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 824 rows starting from the beginning of the part | ||
3195 | 2025.07.01 00:13:19.509878 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 74 rows starting from the beginning of the part | ||
3196 | 2025.07.01 00:13:19.509930 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 120 rows starting from the beginning of the part | ||
3197 | 2025.07.01 00:13:19.509982 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part | ||
3198 | 2025.07.01 00:13:19.510029 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 120 rows starting from the beginning of the part | ||
3199 | 2025.07.01 00:13:19.510073 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part | ||
3200 | 2025.07.01 00:13:19.510207 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3201 | 2025.07.01 00:13:19.510248 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3202 | 2025.07.01 00:13:19.510735 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3203 | 2025.07.01 00:13:19.510975 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3204 | 2025.07.01 00:13:19.511105 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001389 sec., 6479.481641468682 rows/sec., 487.23 KiB/sec. | ||
3205 | 2025.07.01 00:13:19.511143 [ 276 ] {9d36090e-0964-46df-bfb8-fdc671271350} <Debug> TCPHandler: Processed in 0.001601214 sec. | ||
3206 | 2025.07.01 00:13:19.511246 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3207 | 2025.07.01 00:13:19.511254 [ 193 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 5 columns (5 merged, 0 gathered) in 0.001730177 sec., 743854.5304902331 rows/sec., 64.08 MiB/sec. | ||
3208 | 2025.07.01 00:13:19.511339 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3209 | 2025.07.01 00:13:19.511383 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3210 | 2025.07.01 00:13:19.511521 [ 189 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3211 | 2025.07.01 00:13:19.511792 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2025.07.01 00:13:19.511833 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3213 | 2025.07.01 00:13:19.511869 [ 189 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3214 | 2025.07.01 00:13:19.511972 [ 189 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_21_4} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3215 | 2025.07.01 00:13:19.512079 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3216 | 2025.07.01 00:13:19.512151 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3217 | 2025.07.01 00:13:19.512364 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3218 | 2025.07.01 00:13:19.512461 [ 130 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3219 | 2025.07.01 00:13:19.512491 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00117 sec., 62393.16239316239 rows/sec., 4.87 MiB/sec. | ||
3220 | 2025.07.01 00:13:19.512496 [ 130 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3221 | 2025.07.01 00:13:19.512525 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3222 | 2025.07.01 00:13:19.512528 [ 276 ] {69315dc4-455b-4722-a522-729ee989001e} <Debug> TCPHandler: Processed in 0.001330047 sec. | ||
3223 | 2025.07.01 00:13:19.512597 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::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 | ||
3224 | 2025.07.01 00:13:19.512646 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3225 | 2025.07.01 00:13:19.512692 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3226 | 2025.07.01 00:13:19.512720 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 487 rows starting from the beginning of the part | ||
3227 | 2025.07.01 00:13:19.512746 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3228 | 2025.07.01 00:13:19.512764 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 73 rows starting from the beginning of the part | ||
3229 | 2025.07.01 00:13:19.512794 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3230 | 2025.07.01 00:13:19.512807 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 96 rows starting from the beginning of the part | ||
3231 | 2025.07.01 00:13:19.512850 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 73 rows starting from the beginning of the part | ||
3232 | 2025.07.01 00:13:19.512883 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 96 rows starting from the beginning of the part | ||
3233 | 2025.07.01 00:13:19.512920 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 73 rows starting from the beginning of the part | ||
3234 | 2025.07.01 00:13:19.513214 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3235 | 2025.07.01 00:13:19.513254 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3236 | 2025.07.01 00:13:19.513631 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3237 | 2025.07.01 00:13:19.513698 [ 193 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 898 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133231 sec., 792424.492446818 rows/sec., 62.70 MiB/sec. | ||
3238 | 2025.07.01 00:13:19.513855 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3239 | 2025.07.01 00:13:19.513864 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3240 | 2025.07.01 00:13:19.513964 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3241 | 2025.07.01 00:13:19.513997 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. | ||
3242 | 2025.07.01 00:13:19.513998 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3243 | 2025.07.01 00:13:19.514031 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3244 | 2025.07.01 00:13:19.514035 [ 276 ] {1e91cb58-c99f-4bc7-83b3-f84e02268f61} <Debug> TCPHandler: Processed in 0.00143765 sec. | ||
3245 | 2025.07.01 00:13:19.514140 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3246 | 2025.07.01 00:13:19.514146 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3247 | 2025.07.01 00:13:19.514158 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
3248 | 2025.07.01 00:13:19.514218 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_21_4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3249 | 2025.07.01 00:13:19.514254 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3250 | 2025.07.01 00:13:19.514292 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3251 | 2025.07.01 00:13:19.514312 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <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 | ||
3252 | 2025.07.01 00:13:19.514332 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3253 | 2025.07.01 00:13:19.514379 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2645 rows starting from the beginning of the part | ||
3254 | 2025.07.01 00:13:19.514451 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
3255 | 2025.07.01 00:13:19.514496 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
3256 | 2025.07.01 00:13:19.514544 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part | ||
3257 | 2025.07.01 00:13:19.514585 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3258 | 2025.07.01 00:13:19.514624 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::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 | ||
3259 | 2025.07.01 00:13:19.515082 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3260 | 2025.07.01 00:13:19.515123 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3261 | 2025.07.01 00:13:19.515672 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3262 | 2025.07.01 00:13:19.515908 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3263 | 2025.07.01 00:13:19.516045 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00181 sec., 4972.375690607735 rows/sec., 8.91 MiB/sec. | ||
3264 | 2025.07.01 00:13:19.516096 [ 276 ] {1a35cece-c3d5-46fd-a6c0-bc3980eec3ee} <Debug> TCPHandler: Processed in 0.001997304 sec. | ||
3265 | 2025.07.01 00:13:19.516213 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2025.07.01 00:13:19.516305 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3267 | 2025.07.01 00:13:19.516347 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3268 | 2025.07.01 00:13:19.516405 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3481 rows, containing 5 columns (5 merged, 0 gathered) in 0.002316844 sec., 1502474.9184666725 rows/sec., 106.15 MiB/sec. | ||
3269 | 2025.07.01 00:13:19.516682 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2025.07.01 00:13:19.516723 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3271 | 2025.07.01 00:13:19.516744 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3272 | 2025.07.01 00:13:19.517063 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3273 | 2025.07.01 00:13:19.517128 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3274 | 2025.07.01 00:13:19.517232 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3275 | 2025.07.01 00:13:19.517308 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2025.07.01 00:13:19.517338 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
3277 | 2025.07.01 00:13:19.517446 [ 129 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3278 | 2025.07.01 00:13:19.517452 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. | ||
3279 | 2025.07.01 00:13:19.517498 [ 129 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3280 | 2025.07.01 00:13:19.517512 [ 276 ] {f3b686a8-9572-484d-ba99-fb5fa1c266b6} <Debug> TCPHandler: Processed in 0.001347577 sec. | ||
3281 | 2025.07.01 00:13:19.517530 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3282 | 2025.07.01 00:13:19.517618 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
3283 | 2025.07.01 00:13:19.517727 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3284 | 2025.07.01 00:13:19.517754 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 842 rows starting from the beginning of the part | ||
3285 | 2025.07.01 00:13:19.517822 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
3286 | 2025.07.01 00:13:19.517866 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
3287 | 2025.07.01 00:13:19.517905 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
3288 | 2025.07.01 00:13:19.517943 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
3289 | 2025.07.01 00:13:19.517983 [ 187 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::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 | ||
3290 | 2025.07.01 00:13:19.518887 [ 200 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.001303136 sec., 876347.5186012818 rows/sec., 58.44 MiB/sec. | ||
3291 | 2025.07.01 00:13:19.519068 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3292 | 2025.07.01 00:13:19.519337 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3293 | 2025.07.01 00:13:19.519404 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_21_4} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3294 | 2025.07.01 00:13:19.519461 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3295 | 2025.07.01 00:13:23.910115 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
3296 | 2025.07.01 00:13:23.910650 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3297 | 2025.07.01 00:13:23.910693 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3298 | 2025.07.01 00:13:23.911305 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3299 | 2025.07.01 00:13:23.911639 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3300 | 2025.07.01 00:13:23.911832 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
3301 | 2025.07.01 00:13:24.367947 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
3302 | 2025.07.01 00:13:24.382454 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3303 | 2025.07.01 00:13:24.382507 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3304 | 2025.07.01 00:13:24.389634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3305 | 2025.07.01 00:13:24.390761 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3306 | 2025.07.01 00:13:24.394115 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
3307 | 2025.07.01 00:13:24.510107 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3308 | 2025.07.01 00:13:24.510292 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3309 | 2025.07.01 00:13:24.510369 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3310 | 2025.07.01 00:13:24.511073 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3311 | 2025.07.01 00:13:24.511126 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3312 | 2025.07.01 00:13:24.511531 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3313 | 2025.07.01 00:13:24.511774 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3314 | 2025.07.01 00:13:24.511953 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00171 sec., 14035.087719298246 rows/sec., 1.16 MiB/sec. | ||
3315 | 2025.07.01 00:13:24.512006 [ 276 ] {ad025237-8f25-4ef0-b2dd-9b54b7c37e96} <Debug> TCPHandler: Processed in 0.002035615 sec. | ||
3316 | 2025.07.01 00:13:24.512148 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3317 | 2025.07.01 00:13:24.512254 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3318 | 2025.07.01 00:13:24.512298 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3319 | 2025.07.01 00:13:24.512718 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3320 | 2025.07.01 00:13:24.512754 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3321 | 2025.07.01 00:13:24.513076 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3322 | 2025.07.01 00:13:24.513293 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3323 | 2025.07.01 00:13:24.513427 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001195 sec., 1673.6401673640166 rows/sec., 136.47 KiB/sec. | ||
3324 | 2025.07.01 00:13:24.513465 [ 276 ] {f35e4e7f-4fed-449c-bcde-6071f72b83d7} <Debug> TCPHandler: Processed in 0.001369927 sec. | ||
3325 | 2025.07.01 00:13:24.513585 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2025.07.01 00:13:24.513682 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3327 | 2025.07.01 00:13:24.513723 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3328 | 2025.07.01 00:13:24.514246 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3329 | 2025.07.01 00:13:24.514282 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3330 | 2025.07.01 00:13:24.514680 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3331 | 2025.07.01 00:13:24.514927 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3332 | 2025.07.01 00:13:24.515062 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Debug> executeQuery: Read 241 rows, 22.04 KiB in 0.001398 sec., 172389.12732474966 rows/sec., 15.40 MiB/sec. | ||
3333 | 2025.07.01 00:13:24.515111 [ 276 ] {2e38e3de-c08f-4273-b60b-b8c13b81a0b7} <Debug> TCPHandler: Processed in 0.001576053 sec. | ||
3334 | 2025.07.01 00:13:24.515235 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3335 | 2025.07.01 00:13:24.515332 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3336 | 2025.07.01 00:13:24.515372 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3337 | 2025.07.01 00:13:24.515791 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3338 | 2025.07.01 00:13:24.515830 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3339 | 2025.07.01 00:13:24.516136 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3340 | 2025.07.01 00:13:24.516361 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3341 | 2025.07.01 00:13:24.516492 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.001177 sec., 39082.412914188615 rows/sec., 2.91 MiB/sec. | ||
3342 | 2025.07.01 00:13:24.516528 [ 276 ] {155da2b1-44b8-4ea1-8faf-19273006c497} <Debug> TCPHandler: Processed in 0.001342177 sec. | ||
3343 | 2025.07.01 00:13:24.516641 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3344 | 2025.07.01 00:13:24.516737 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3345 | 2025.07.01 00:13:24.516778 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3346 | 2025.07.01 00:13:24.517190 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3347 | 2025.07.01 00:13:24.517224 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3348 | 2025.07.01 00:13:24.517520 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3349 | 2025.07.01 00:13:24.517732 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2025.07.01 00:13:24.517858 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001138 sec., 21089.6309314587 rows/sec., 1.75 MiB/sec. | ||
3351 | 2025.07.01 00:13:24.517895 [ 276 ] {4570e1f0-88a4-49cf-95de-a034d23ae9c0} <Debug> TCPHandler: Processed in 0.001303656 sec. | ||
3352 | 2025.07.01 00:13:24.518007 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3353 | 2025.07.01 00:13:24.518101 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3354 | 2025.07.01 00:13:24.518143 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3355 | 2025.07.01 00:13:24.518554 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3356 | 2025.07.01 00:13:24.518591 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3357 | 2025.07.01 00:13:24.518887 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3358 | 2025.07.01 00:13:24.519101 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2025.07.01 00:13:24.519239 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001154 sec., 10398.613518197573 rows/sec., 812.39 KiB/sec. | ||
3360 | 2025.07.01 00:13:24.519287 [ 276 ] {874086e5-d9c0-4e3e-ba97-270e5da0cd93} <Debug> TCPHandler: Processed in 0.001329686 sec. | ||
3361 | 2025.07.01 00:13:24.519404 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2025.07.01 00:13:24.519504 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3363 | 2025.07.01 00:13:24.519549 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3364 | 2025.07.01 00:13:24.520022 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3365 | 2025.07.01 00:13:24.520056 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3366 | 2025.07.01 00:13:24.520363 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3367 | 2025.07.01 00:13:24.520592 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3368 | 2025.07.01 00:13:24.520717 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Debug> executeQuery: Read 134 rows, 11.10 KiB in 0.001233 sec., 108678.02108678022 rows/sec., 8.79 MiB/sec. | ||
3369 | 2025.07.01 00:13:24.520753 [ 276 ] {3b5cca0f-ccc2-4834-ba3d-61882a92278d} <Debug> TCPHandler: Processed in 0.001398519 sec. | ||
3370 | 2025.07.01 00:13:24.520866 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2025.07.01 00:13:24.520958 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3372 | 2025.07.01 00:13:24.521001 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3373 | 2025.07.01 00:13:24.521396 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2025.07.01 00:13:24.521430 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3375 | 2025.07.01 00:13:24.521759 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3376 | 2025.07.01 00:13:24.521962 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3377 | 2025.07.01 00:13:24.522083 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.001143 sec., 172353.45581802275 rows/sec., 12.36 MiB/sec. | ||
3378 | 2025.07.01 00:13:24.522118 [ 276 ] {a3f8f942-45ba-42c1-a148-6e2a97eeb53d} <Debug> TCPHandler: Processed in 0.001301665 sec. | ||
3379 | 2025.07.01 00:13:24.522232 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3380 | 2025.07.01 00:13:24.522325 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3381 | 2025.07.01 00:13:24.522378 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <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 | ||
3382 | 2025.07.01 00:13:24.523209 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3383 | 2025.07.01 00:13:24.523243 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3384 | 2025.07.01 00:13:24.523782 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3385 | 2025.07.01 00:13:24.524029 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3386 | 2025.07.01 00:13:24.524165 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001858 sec., 17222.82023681378 rows/sec., 30.86 MiB/sec. | ||
3387 | 2025.07.01 00:13:24.524217 [ 276 ] {ceaa7a90-cf90-43a6-bd4d-fb231a46bf35} <Debug> TCPHandler: Processed in 0.002032685 sec. | ||
3388 | 2025.07.01 00:13:24.524335 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3389 | 2025.07.01 00:13:24.524433 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3390 | 2025.07.01 00:13:24.524475 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3391 | 2025.07.01 00:13:24.524804 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3392 | 2025.07.01 00:13:24.524838 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3393 | 2025.07.01 00:13:24.525141 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3394 | 2025.07.01 00:13:24.525353 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3395 | 2025.07.01 00:13:24.525486 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
3396 | 2025.07.01 00:13:24.525530 [ 276 ] {93a9d66e-bd8f-4621-91a4-fb89d974cce2} <Debug> TCPHandler: Processed in 0.001243194 sec. | ||
3397 | 2025.07.01 00:13:26.424998 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 456 | ||
3398 | 2025.07.01 00:13:26.427311 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3399 | 2025.07.01 00:13:26.427356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3400 | 2025.07.01 00:13:26.428531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3401 | 2025.07.01 00:13:26.428810 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3402 | 2025.07.01 00:13:26.429148 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456 | ||
3403 | 2025.07.01 00:13:29.506786 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3404 | 2025.07.01 00:13:29.506982 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3405 | 2025.07.01 00:13:29.507050 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3406 | 2025.07.01 00:13:29.507696 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3407 | 2025.07.01 00:13:29.507745 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3408 | 2025.07.01 00:13:29.508136 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3409 | 2025.07.01 00:13:29.508366 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3410 | 2025.07.01 00:13:29.508515 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001582 sec., 46776.23261694058 rows/sec., 3.78 MiB/sec. | ||
3411 | 2025.07.01 00:13:29.508556 [ 276 ] {3c711a01-be92-4caa-b9eb-38872d4779ba} <Debug> TCPHandler: Processed in 0.001903192 sec. | ||
3412 | 2025.07.01 00:13:29.508686 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3413 | 2025.07.01 00:13:29.508782 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3414 | 2025.07.01 00:13:29.508823 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3415 | 2025.07.01 00:13:29.509214 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2025.07.01 00:13:29.509251 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3417 | 2025.07.01 00:13:29.509542 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3418 | 2025.07.01 00:13:29.509753 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2025.07.01 00:13:29.509880 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001118 sec., 8050.089445438282 rows/sec., 605.33 KiB/sec. | ||
3420 | 2025.07.01 00:13:29.509920 [ 276 ] {c7a721c8-9eec-46aa-9f96-12a76985135e} <Debug> TCPHandler: Processed in 0.001283955 sec. | ||
3421 | 2025.07.01 00:13:29.510039 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3422 | 2025.07.01 00:13:29.510133 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3423 | 2025.07.01 00:13:29.510173 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3424 | 2025.07.01 00:13:29.510575 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3425 | 2025.07.01 00:13:29.510612 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3426 | 2025.07.01 00:13:29.510909 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3427 | 2025.07.01 00:13:29.511118 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3428 | 2025.07.01 00:13:29.511240 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001124 sec., 64946.619217081854 rows/sec., 5.07 MiB/sec. | ||
3429 | 2025.07.01 00:13:29.511277 [ 276 ] {366caf84-834d-459b-88a0-c04b2f592dcd} <Debug> TCPHandler: Processed in 0.001287235 sec. | ||
3430 | 2025.07.01 00:13:29.511388 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3431 | 2025.07.01 00:13:29.511489 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3432 | 2025.07.01 00:13:29.511532 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3433 | 2025.07.01 00:13:29.511944 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3434 | 2025.07.01 00:13:29.511980 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3435 | 2025.07.01 00:13:29.512317 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3436 | 2025.07.01 00:13:29.512524 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3437 | 2025.07.01 00:13:29.512650 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. | ||
3438 | 2025.07.01 00:13:29.512686 [ 276 ] {512fd63e-f734-436b-a56c-f4f04b1e28d2} <Debug> TCPHandler: Processed in 0.001346937 sec. | ||
3439 | 2025.07.01 00:13:29.512794 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3440 | 2025.07.01 00:13:29.512887 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3441 | 2025.07.01 00:13:29.512942 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <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 | ||
3442 | 2025.07.01 00:13:29.513666 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3443 | 2025.07.01 00:13:29.513703 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3444 | 2025.07.01 00:13:29.514200 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3445 | 2025.07.01 00:13:29.514413 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3446 | 2025.07.01 00:13:29.514549 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00168 sec., 5357.142857142857 rows/sec., 9.60 MiB/sec. | ||
3447 | 2025.07.01 00:13:29.514600 [ 276 ] {7d9cc438-7e5e-4ba9-ae2e-95f8aa005e1d} <Debug> TCPHandler: Processed in 0.00185378 sec. | ||
3448 | 2025.07.01 00:13:29.514710 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3449 | 2025.07.01 00:13:29.514804 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3450 | 2025.07.01 00:13:29.514847 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3451 | 2025.07.01 00:13:29.515178 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3452 | 2025.07.01 00:13:29.515214 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3453 | 2025.07.01 00:13:29.515515 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3454 | 2025.07.01 00:13:29.515720 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3455 | 2025.07.01 00:13:29.515846 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. | ||
3456 | 2025.07.01 00:13:29.515881 [ 276 ] {6e7b0b73-ddef-444f-9a49-11bc8d4f87a3} <Debug> TCPHandler: Processed in 0.001220203 sec. | ||
3457 | 2025.07.01 00:13:31.304776 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3458 | 2025.07.01 00:13:31.304826 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3459 | 2025.07.01 00:13:31.411948 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
3460 | 2025.07.01 00:13:31.412758 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3461 | 2025.07.01 00:13:31.412831 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3462 | 2025.07.01 00:13:31.413391 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3463 | 2025.07.01 00:13:31.413616 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3464 | 2025.07.01 00:13:31.413759 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3465 | 2025.07.01 00:13:31.894216 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
3466 | 2025.07.01 00:13:31.910306 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2025.07.01 00:13:31.910369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3468 | 2025.07.01 00:13:31.916580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3469 | 2025.07.01 00:13:31.917323 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2025.07.01 00:13:31.920351 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3471 | 2025.07.01 00:13:34.507997 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3472 | 2025.07.01 00:13:34.508193 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3473 | 2025.07.01 00:13:34.508269 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3474 | 2025.07.01 00:13:34.509046 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3475 | 2025.07.01 00:13:34.509091 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3476 | 2025.07.01 00:13:34.509494 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3477 | 2025.07.01 00:13:34.509722 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3478 | 2025.07.01 00:13:34.509883 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001741 sec., 68925.90465249856 rows/sec., 5.89 MiB/sec. | ||
3479 | 2025.07.01 00:13:34.509931 [ 276 ] {261c70c5-c71c-414d-815e-0b4b683b3e5a} <Debug> TCPHandler: Processed in 0.002062886 sec. | ||
3480 | 2025.07.01 00:13:34.510066 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3481 | 2025.07.01 00:13:34.510170 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3482 | 2025.07.01 00:13:34.510214 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3483 | 2025.07.01 00:13:34.510644 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2025.07.01 00:13:34.510682 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3485 | 2025.07.01 00:13:34.510984 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3486 | 2025.07.01 00:13:34.511196 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2025.07.01 00:13:34.511303 [ 109 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3488 | 2025.07.01 00:13:34.511328 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001181 sec., 27095.681625740897 rows/sec., 1.99 MiB/sec. | ||
3489 | 2025.07.01 00:13:34.511371 [ 109 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3490 | 2025.07.01 00:13:34.511380 [ 276 ] {c8559fe8-387f-41ec-8a8e-9194a4cd108e} <Debug> TCPHandler: Processed in 0.001365948 sec. | ||
3491 | 2025.07.01 00:13:34.511400 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3492 | 2025.07.01 00:13:34.511511 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3493 | 2025.07.01 00:13:34.511529 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::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 | ||
3494 | 2025.07.01 00:13:34.511613 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3495 | 2025.07.01 00:13:34.511659 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3496 | 2025.07.01 00:13:34.511663 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3497 | 2025.07.01 00:13:34.511705 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 169 rows starting from the beginning of the part | ||
3498 | 2025.07.01 00:13:34.511767 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
3499 | 2025.07.01 00:13:34.511810 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part | ||
3500 | 2025.07.01 00:13:34.511851 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
3501 | 2025.07.01 00:13:34.511889 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part | ||
3502 | 2025.07.01 00:13:34.511929 [ 200 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
3503 | 2025.07.01 00:13:34.512116 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3504 | 2025.07.01 00:13:34.512159 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3505 | 2025.07.01 00:13:34.512542 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3506 | 2025.07.01 00:13:34.512760 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3507 | 2025.07.01 00:13:34.512801 [ 199 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001322747 sec., 224532.73377297397 rows/sec., 16.21 MiB/sec. | ||
3508 | 2025.07.01 00:13:34.512894 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001301 sec., 73789.39277478862 rows/sec., 5.76 MiB/sec. | ||
3509 | 2025.07.01 00:13:34.512937 [ 276 ] {1b4c3cd6-f799-42dc-8c5a-409579bf1e60} <Debug> TCPHandler: Processed in 0.00148027 sec. | ||
3510 | 2025.07.01 00:13:34.513040 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3511 | 2025.07.01 00:13:34.513053 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3512 | 2025.07.01 00:13:34.513252 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3513 | 2025.07.01 00:13:34.513297 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3514 | 2025.07.01 00:13:34.513466 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3515 | 2025.07.01 00:13:34.513559 [ 191 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_16_3} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3516 | 2025.07.01 00:13:34.513657 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3517 | 2025.07.01 00:13:34.513722 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3518 | 2025.07.01 00:13:34.513791 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3519 | 2025.07.01 00:13:34.514129 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3520 | 2025.07.01 00:13:34.514344 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3521 | 2025.07.01 00:13:34.514473 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. | ||
3522 | 2025.07.01 00:13:34.514510 [ 276 ] {474e3569-5d2e-4a01-828c-d2b8d906454c} <Debug> TCPHandler: Processed in 0.001506162 sec. | ||
3523 | 2025.07.01 00:13:34.514622 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3524 | 2025.07.01 00:13:34.514716 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3525 | 2025.07.01 00:13:34.514773 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <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 | ||
3526 | 2025.07.01 00:13:34.515599 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3527 | 2025.07.01 00:13:34.515636 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3528 | 2025.07.01 00:13:34.516195 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3529 | 2025.07.01 00:13:34.516424 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2025.07.01 00:13:34.516561 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001863 sec., 17176.596886741812 rows/sec., 30.78 MiB/sec. | ||
3531 | 2025.07.01 00:13:34.516614 [ 276 ] {ac652030-d0cd-4efd-a4e3-08ad2e08dca8} <Debug> TCPHandler: Processed in 0.002039906 sec. | ||
3532 | 2025.07.01 00:13:34.516730 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3533 | 2025.07.01 00:13:34.516824 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3534 | 2025.07.01 00:13:34.516867 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3535 | 2025.07.01 00:13:34.517201 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3536 | 2025.07.01 00:13:34.517237 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3537 | 2025.07.01 00:13:34.517536 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3538 | 2025.07.01 00:13:34.517747 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3539 | 2025.07.01 00:13:34.517874 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
3540 | 2025.07.01 00:13:34.517909 [ 276 ] {a697803e-ee63-40ab-a6ea-c4fb3e1f24d3} <Debug> TCPHandler: Processed in 0.001228094 sec. | ||
3541 | 2025.07.01 00:13:36.429329 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 480 | ||
3542 | 2025.07.01 00:13:36.431496 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3543 | 2025.07.01 00:13:36.431541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3544 | 2025.07.01 00:13:36.432692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3545 | 2025.07.01 00:13:36.432955 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3546 | 2025.07.01 00:13:36.433225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
3547 | 2025.07.01 00:13:38.914831 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3548 | 2025.07.01 00:13:38.915342 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3549 | 2025.07.01 00:13:38.915385 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3550 | 2025.07.01 00:13:38.915894 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3551 | 2025.07.01 00:13:38.916120 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3552 | 2025.07.01 00:13:38.916249 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3553 | 2025.07.01 00:13:39.421382 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3554 | 2025.07.01 00:13:39.437113 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3555 | 2025.07.01 00:13:39.437173 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3556 | 2025.07.01 00:13:39.443514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3557 | 2025.07.01 00:13:39.444248 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3558 | 2025.07.01 00:13:39.447020 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3559 | 2025.07.01 00:13:39.506691 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3560 | 2025.07.01 00:13:39.506869 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3561 | 2025.07.01 00:13:39.506934 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3562 | 2025.07.01 00:13:39.507571 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3563 | 2025.07.01 00:13:39.507616 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3564 | 2025.07.01 00:13:39.507985 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3565 | 2025.07.01 00:13:39.508229 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3566 | 2025.07.01 00:13:39.508385 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001564 sec., 5115.089514066496 rows/sec., 417.10 KiB/sec. | ||
3567 | 2025.07.01 00:13:39.508435 [ 276 ] {db032791-3299-4afa-a2f1-75462ebd96b1} <Debug> TCPHandler: Processed in 0.001871751 sec. | ||
3568 | 2025.07.01 00:13:39.508559 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3569 | 2025.07.01 00:13:39.508660 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3570 | 2025.07.01 00:13:39.508703 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3571 | 2025.07.01 00:13:39.509145 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3572 | 2025.07.01 00:13:39.509181 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3573 | 2025.07.01 00:13:39.509492 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3574 | 2025.07.01 00:13:39.509695 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2025.07.01 00:13:39.509832 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Debug> executeQuery: Read 78 rows, 6.42 KiB in 0.001196 sec., 65217.391304347824 rows/sec., 5.24 MiB/sec. | ||
3576 | 2025.07.01 00:13:39.509870 [ 276 ] {3ef6fba7-bb29-49be-a1ea-b3ecbef4c58c} <Debug> TCPHandler: Processed in 0.001360037 sec. | ||
3577 | 2025.07.01 00:13:39.509983 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3578 | 2025.07.01 00:13:39.510077 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3579 | 2025.07.01 00:13:39.510118 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3580 | 2025.07.01 00:13:39.510508 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3581 | 2025.07.01 00:13:39.510544 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3582 | 2025.07.01 00:13:39.510842 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3583 | 2025.07.01 00:13:39.511043 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3584 | 2025.07.01 00:13:39.511165 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Debug> executeQuery: Read 17 rows, 1.24 KiB in 0.001107 sec., 15356.820234869017 rows/sec., 1.09 MiB/sec. | ||
3585 | 2025.07.01 00:13:39.511201 [ 276 ] {b37245b8-b94f-4535-8d78-1e58b0d8d100} <Debug> TCPHandler: Processed in 0.001265865 sec. | ||
3586 | 2025.07.01 00:13:39.511307 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3587 | 2025.07.01 00:13:39.511398 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3588 | 2025.07.01 00:13:39.511436 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3589 | 2025.07.01 00:13:39.511837 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3590 | 2025.07.01 00:13:39.511872 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3591 | 2025.07.01 00:13:39.512159 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3592 | 2025.07.01 00:13:39.512380 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3593 | 2025.07.01 00:13:39.512509 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Debug> executeQuery: Read 81 rows, 6.49 KiB in 0.001129 sec., 71744.90699734278 rows/sec., 5.61 MiB/sec. | ||
3594 | 2025.07.01 00:13:39.512545 [ 276 ] {34c47dd2-e170-47b9-bd5f-66e246e7ce2a} <Debug> TCPHandler: Processed in 0.001284895 sec. | ||
3595 | 2025.07.01 00:13:39.512654 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3596 | 2025.07.01 00:13:39.512745 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3597 | 2025.07.01 00:13:39.512787 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3598 | 2025.07.01 00:13:39.513188 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3599 | 2025.07.01 00:13:39.513223 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3600 | 2025.07.01 00:13:39.513560 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3601 | 2025.07.01 00:13:39.513761 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3602 | 2025.07.01 00:13:39.513893 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001166 sec., 140651.80102915954 rows/sec., 9.79 MiB/sec. | ||
3603 | 2025.07.01 00:13:39.513929 [ 276 ] {b57c93f3-c573-4c64-9951-5a28c39108a8} <Debug> TCPHandler: Processed in 0.001321747 sec. | ||
3604 | 2025.07.01 00:13:39.514034 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3605 | 2025.07.01 00:13:39.514125 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3606 | 2025.07.01 00:13:39.514178 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <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 | ||
3607 | 2025.07.01 00:13:39.514937 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3608 | 2025.07.01 00:13:39.514973 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3609 | 2025.07.01 00:13:39.515491 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3610 | 2025.07.01 00:13:39.515702 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3611 | 2025.07.01 00:13:39.515834 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001726 sec., 5214.368482039397 rows/sec., 9.34 MiB/sec. | ||
3612 | 2025.07.01 00:13:39.515844 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3613 | 2025.07.01 00:13:39.515884 [ 276 ] {04202faf-0fc3-4c54-bd2b-382cac424f54} <Debug> TCPHandler: Processed in 0.001895952 sec. | ||
3614 | 2025.07.01 00:13:39.515917 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2025.07.01 00:13:39.515947 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3616 | 2025.07.01 00:13:39.516005 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3617 | 2025.07.01 00:13:39.516052 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::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 | ||
3618 | 2025.07.01 00:13:39.516102 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3619 | 2025.07.01 00:13:39.516147 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3620 | 2025.07.01 00:13:39.516260 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3621 | 2025.07.01 00:13:39.516317 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 251 rows starting from the beginning of the part | ||
3622 | 2025.07.01 00:13:39.516441 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
3623 | 2025.07.01 00:13:39.516493 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3624 | 2025.07.01 00:13:39.516536 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3625 | 2025.07.01 00:13:39.516538 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
3626 | 2025.07.01 00:13:39.516641 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
3627 | 2025.07.01 00:13:39.516734 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
3628 | 2025.07.01 00:13:39.516827 [ 200 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
3629 | 2025.07.01 00:13:39.516860 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3630 | 2025.07.01 00:13:39.517079 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3631 | 2025.07.01 00:13:39.517227 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. | ||
3632 | 2025.07.01 00:13:39.517262 [ 276 ] {da7eb1ba-2069-4510-8edd-5ad441c6b74a} <Debug> TCPHandler: Processed in 0.001306286 sec. | ||
3633 | 2025.07.01 00:13:39.520347 [ 199 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 19 columns (19 merged, 0 gathered) in 0.004337269 sec., 78851.46159945347 rows/sec., 141.30 MiB/sec. | ||
3634 | 2025.07.01 00:13:39.520910 [ 188 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3635 | 2025.07.01 00:13:39.521280 [ 188 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2025.07.01 00:13:39.521350 [ 188 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3637 | 2025.07.01 00:13:39.521437 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
3638 | 2025.07.01 00:13:40.001138 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.43 MiB, peak 220.33 MiB, free memory in arenas 0.00 B, will set to 216.92 MiB (RSS), difference: 1.49 MiB | ||
3639 | 2025.07.01 00:13:44.508322 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3640 | 2025.07.01 00:13:44.508532 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3641 | 2025.07.01 00:13:44.508608 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3642 | 2025.07.01 00:13:44.509369 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2025.07.01 00:13:44.509420 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3644 | 2025.07.01 00:13:44.509829 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3645 | 2025.07.01 00:13:44.510052 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3646 | 2025.07.01 00:13:44.510195 [ 100 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3647 | 2025.07.01 00:13:44.510205 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001726 sec., 69524.91309385863 rows/sec., 5.94 MiB/sec. | ||
3648 | 2025.07.01 00:13:44.510275 [ 100 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3649 | 2025.07.01 00:13:44.510293 [ 276 ] {c370cb67-d133-42b4-92fa-1e819f1805c2} <Debug> TCPHandler: Processed in 0.002101847 sec. | ||
3650 | 2025.07.01 00:13:44.510306 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3651 | 2025.07.01 00:13:44.510414 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3652 | 2025.07.01 00:13:44.510428 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3653 | 2025.07.01 00:13:44.510518 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3654 | 2025.07.01 00:13:44.510531 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3655 | 2025.07.01 00:13:44.510550 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 825 rows starting from the beginning of the part | ||
3656 | 2025.07.01 00:13:44.510571 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3657 | 2025.07.01 00:13:44.510618 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 241 rows starting from the beginning of the part | ||
3658 | 2025.07.01 00:13:44.510668 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
3659 | 2025.07.01 00:13:44.510714 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 120 rows starting from the beginning of the part | ||
3660 | 2025.07.01 00:13:44.510757 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 78 rows starting from the beginning of the part | ||
3661 | 2025.07.01 00:13:44.510800 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 120 rows starting from the beginning of the part | ||
3662 | 2025.07.01 00:13:44.510983 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3663 | 2025.07.01 00:13:44.511019 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3664 | 2025.07.01 00:13:44.511356 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3665 | 2025.07.01 00:13:44.511573 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3666 | 2025.07.01 00:13:44.511711 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001199 sec., 26688.90742285238 rows/sec., 1.96 MiB/sec. | ||
3667 | 2025.07.01 00:13:44.511749 [ 276 ] {435d2393-48c6-47f8-a41e-098ca1673ace} <Debug> TCPHandler: Processed in 0.001370687 sec. | ||
3668 | 2025.07.01 00:13:44.511859 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3669 | 2025.07.01 00:13:44.511947 [ 199 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001572603 sec., 927125.2820959899 rows/sec., 80.98 MiB/sec. | ||
3670 | 2025.07.01 00:13:44.511953 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3671 | 2025.07.01 00:13:44.512045 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3672 | 2025.07.01 00:13:44.512142 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3673 | 2025.07.01 00:13:44.512376 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3674 | 2025.07.01 00:13:44.512437 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_26_5} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3675 | 2025.07.01 00:13:44.512464 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3676 | 2025.07.01 00:13:44.512498 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
3677 | 2025.07.01 00:13:44.512501 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3678 | 2025.07.01 00:13:44.512817 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3679 | 2025.07.01 00:13:44.513031 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3680 | 2025.07.01 00:13:44.513139 [ 99 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3681 | 2025.07.01 00:13:44.513158 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001223 sec., 78495.50286181521 rows/sec., 6.13 MiB/sec. | ||
3682 | 2025.07.01 00:13:44.513187 [ 99 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3683 | 2025.07.01 00:13:44.513205 [ 276 ] {287bf986-e715-4a40-9bcf-dd1bd68aea93} <Debug> TCPHandler: Processed in 0.001394798 sec. | ||
3684 | 2025.07.01 00:13:44.513214 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3685 | 2025.07.01 00:13:44.513310 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3686 | 2025.07.01 00:13:44.513324 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3687 | 2025.07.01 00:13:44.513406 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3688 | 2025.07.01 00:13:44.513426 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3689 | 2025.07.01 00:13:44.513437 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
3690 | 2025.07.01 00:13:44.513471 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3691 | 2025.07.01 00:13:44.513510 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 134 rows starting from the beginning of the part | ||
3692 | 2025.07.01 00:13:44.513561 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 73 rows starting from the beginning of the part | ||
3693 | 2025.07.01 00:13:44.513604 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 96 rows starting from the beginning of the part | ||
3694 | 2025.07.01 00:13:44.513644 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 81 rows starting from the beginning of the part | ||
3695 | 2025.07.01 00:13:44.513686 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part | ||
3696 | 2025.07.01 00:13:44.513882 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3697 | 2025.07.01 00:13:44.513920 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3698 | 2025.07.01 00:13:44.514249 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3699 | 2025.07.01 00:13:44.514460 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3700 | 2025.07.01 00:13:44.514519 [ 190 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 967 rows, containing 5 columns (5 merged, 0 gathered) in 0.001246884 sec., 775533.2492838147 rows/sec., 61.83 MiB/sec. | ||
3701 | 2025.07.01 00:13:44.514564 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3702 | 2025.07.01 00:13:44.514588 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. | ||
3703 | 2025.07.01 00:13:44.514595 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3704 | 2025.07.01 00:13:44.514627 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3705 | 2025.07.01 00:13:44.514631 [ 276 ] {d2bfc878-6284-4fa2-94e1-e9bd1e22aabf} <Debug> TCPHandler: Processed in 0.001356377 sec. | ||
3706 | 2025.07.01 00:13:44.514700 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3707 | 2025.07.01 00:13:44.514735 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3708 | 2025.07.01 00:13:44.514750 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3709 | 2025.07.01 00:13:44.514791 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3710 | 2025.07.01 00:13:44.514823 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3481 rows starting from the beginning of the part | ||
3711 | 2025.07.01 00:13:44.514849 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3712 | 2025.07.01 00:13:44.514879 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 197 rows starting from the beginning of the part | ||
3713 | 2025.07.01 00:13:44.514908 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <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 | ||
3714 | 2025.07.01 00:13:44.514926 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
3715 | 2025.07.01 00:13:44.514970 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
3716 | 2025.07.01 00:13:44.515012 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part | ||
3717 | 2025.07.01 00:13:44.515056 [ 190 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
3718 | 2025.07.01 00:13:44.515087 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3719 | 2025.07.01 00:13:44.515185 [ 199 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_26_5} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3720 | 2025.07.01 00:13:44.515287 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
3721 | 2025.07.01 00:13:44.515703 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3722 | 2025.07.01 00:13:44.515743 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3723 | 2025.07.01 00:13:44.516276 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3724 | 2025.07.01 00:13:44.516324 [ 201 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001649065 sec., 2620879.104219664 rows/sec., 184.90 MiB/sec. | ||
3725 | 2025.07.01 00:13:44.516506 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3726 | 2025.07.01 00:13:44.516648 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001817 sec., 17611.447440836542 rows/sec., 31.56 MiB/sec. | ||
3727 | 2025.07.01 00:13:44.516701 [ 276 ] {b9da3894-42e0-4da2-9c92-26695c597b4d} <Debug> TCPHandler: Processed in 0.001999715 sec. | ||
3728 | 2025.07.01 00:13:44.516792 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3729 | 2025.07.01 00:13:44.516813 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3730 | 2025.07.01 00:13:44.516912 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3731 | 2025.07.01 00:13:44.516956 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3732 | 2025.07.01 00:13:44.517052 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3733 | 2025.07.01 00:13:44.517123 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3734 | 2025.07.01 00:13:44.517194 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
3735 | 2025.07.01 00:13:44.517294 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3736 | 2025.07.01 00:13:44.517335 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3737 | 2025.07.01 00:13:44.517641 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3738 | 2025.07.01 00:13:44.517846 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3739 | 2025.07.01 00:13:44.517946 [ 99 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3740 | 2025.07.01 00:13:44.517974 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
3741 | 2025.07.01 00:13:44.517975 [ 99 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3742 | 2025.07.01 00:13:44.518013 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3743 | 2025.07.01 00:13:44.518017 [ 276 ] {af02a459-3010-4c5e-867a-3411011a415a} <Debug> TCPHandler: Processed in 0.001252214 sec. | ||
3744 | 2025.07.01 00:13:44.518078 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
3745 | 2025.07.01 00:13:44.518158 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3746 | 2025.07.01 00:13:44.518183 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1142 rows starting from the beginning of the part | ||
3747 | 2025.07.01 00:13:44.518224 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
3748 | 2025.07.01 00:13:44.518259 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
3749 | 2025.07.01 00:13:44.518292 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
3750 | 2025.07.01 00:13:44.518323 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
3751 | 2025.07.01 00:13:44.518355 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
3752 | 2025.07.01 00:13:44.519193 [ 192 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 4 columns (4 merged, 0 gathered) in 0.001138871 sec., 1266166.2295378493 rows/sec., 84.62 MiB/sec. | ||
3753 | 2025.07.01 00:13:44.519351 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3754 | 2025.07.01 00:13:44.519588 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3755 | 2025.07.01 00:13:44.519647 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_26_5} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3756 | 2025.07.01 00:13:44.519701 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3757 | 2025.07.01 00:13:46.304879 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3758 | 2025.07.01 00:13:46.304935 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3759 | 2025.07.01 00:13:46.417306 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3760 | 2025.07.01 00:13:46.417866 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3761 | 2025.07.01 00:13:46.417918 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3762 | 2025.07.01 00:13:46.418411 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3763 | 2025.07.01 00:13:46.418654 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3764 | 2025.07.01 00:13:46.418804 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3765 | 2025.07.01 00:13:46.434287 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 506 | ||
3766 | 2025.07.01 00:13:46.436474 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3767 | 2025.07.01 00:13:46.436533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3768 | 2025.07.01 00:13:46.437750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3769 | 2025.07.01 00:13:46.438033 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3770 | 2025.07.01 00:13:46.438389 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506 | ||
3771 | 2025.07.01 00:13:46.948052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3772 | 2025.07.01 00:13:46.964331 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3773 | 2025.07.01 00:13:46.964387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3774 | 2025.07.01 00:13:46.970018 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3775 | 2025.07.01 00:13:46.970731 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3776 | 2025.07.01 00:13:46.973562 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3777 | 2025.07.01 00:13:49.507499 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3778 | 2025.07.01 00:13:49.507694 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3779 | 2025.07.01 00:13:49.507765 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3780 | 2025.07.01 00:13:49.508488 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3781 | 2025.07.01 00:13:49.508535 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3782 | 2025.07.01 00:13:49.508926 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3783 | 2025.07.01 00:13:49.509167 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3784 | 2025.07.01 00:13:49.509321 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001681 sec., 44021.415823914336 rows/sec., 3.56 MiB/sec. | ||
3785 | 2025.07.01 00:13:49.509369 [ 276 ] {c1137d42-873e-42d1-b745-c38896b42361} <Debug> TCPHandler: Processed in 0.002007305 sec. | ||
3786 | 2025.07.01 00:13:49.509494 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3787 | 2025.07.01 00:13:49.509595 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3788 | 2025.07.01 00:13:49.509637 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3789 | 2025.07.01 00:13:49.510042 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3790 | 2025.07.01 00:13:49.510075 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3791 | 2025.07.01 00:13:49.510366 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3792 | 2025.07.01 00:13:49.510566 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3793 | 2025.07.01 00:13:49.510693 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001121 sec., 8028.545941123996 rows/sec., 603.71 KiB/sec. | ||
3794 | 2025.07.01 00:13:49.510729 [ 276 ] {872a12a8-0aa1-426c-b016-aa5bae2034c1} <Debug> TCPHandler: Processed in 0.001283855 sec. | ||
3795 | 2025.07.01 00:13:49.510834 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3796 | 2025.07.01 00:13:49.510926 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3797 | 2025.07.01 00:13:49.510965 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3798 | 2025.07.01 00:13:49.511366 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3799 | 2025.07.01 00:13:49.511399 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3800 | 2025.07.01 00:13:49.511696 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3801 | 2025.07.01 00:13:49.511898 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3802 | 2025.07.01 00:13:49.512018 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001111 sec., 65706.5706570657 rows/sec., 5.13 MiB/sec. | ||
3803 | 2025.07.01 00:13:49.512053 [ 276 ] {65b6c713-c231-4e80-a752-1b9320f409fe} <Debug> TCPHandler: Processed in 0.001265425 sec. | ||
3804 | 2025.07.01 00:13:49.512161 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3805 | 2025.07.01 00:13:49.512252 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3806 | 2025.07.01 00:13:49.512294 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3807 | 2025.07.01 00:13:49.512701 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3808 | 2025.07.01 00:13:49.512734 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3809 | 2025.07.01 00:13:49.513051 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3810 | 2025.07.01 00:13:49.513273 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3811 | 2025.07.01 00:13:49.513395 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. | ||
3812 | 2025.07.01 00:13:49.513430 [ 276 ] {db487e2f-971b-4d94-af61-67d03baba275} <Debug> TCPHandler: Processed in 0.001315056 sec. | ||
3813 | 2025.07.01 00:13:49.513535 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3814 | 2025.07.01 00:13:49.513625 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3815 | 2025.07.01 00:13:49.513677 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <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 | ||
3816 | 2025.07.01 00:13:49.514413 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3817 | 2025.07.01 00:13:49.514448 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3818 | 2025.07.01 00:13:49.514948 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3819 | 2025.07.01 00:13:49.515160 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3820 | 2025.07.01 00:13:49.515300 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001692 sec., 5319.148936170213 rows/sec., 9.53 MiB/sec. | ||
3821 | 2025.07.01 00:13:49.515350 [ 276 ] {fc9fb3dd-72d0-4558-9575-e073e50dee6b} <Debug> TCPHandler: Processed in 0.001861041 sec. | ||
3822 | 2025.07.01 00:13:49.515460 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3823 | 2025.07.01 00:13:49.515551 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3824 | 2025.07.01 00:13:49.515592 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3825 | 2025.07.01 00:13:49.515919 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3826 | 2025.07.01 00:13:49.515952 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3827 | 2025.07.01 00:13:49.516235 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3828 | 2025.07.01 00:13:49.516435 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3829 | 2025.07.01 00:13:49.516558 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001024 sec., 58593.75 rows/sec., 3.95 MiB/sec. | ||
3830 | 2025.07.01 00:13:49.516592 [ 276 ] {3af9c301-9438-4275-8ad2-3d0e8986e31c} <Debug> TCPHandler: Processed in 0.001178742 sec. | ||
3831 | 2025.07.01 00:13:53.918947 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
3832 | 2025.07.01 00:13:53.919612 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2025.07.01 00:13:53.919669 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3834 | 2025.07.01 00:13:53.920305 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3835 | 2025.07.01 00:13:53.920604 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3836 | 2025.07.01 00:13:53.920767 [ 89 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3837 | 2025.07.01 00:13:53.920795 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
3838 | 2025.07.01 00:13:53.920812 [ 89 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3839 | 2025.07.01 00:13:53.920833 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3840 | 2025.07.01 00:13:53.920941 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::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 | ||
3841 | 2025.07.01 00:13:53.921032 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3842 | 2025.07.01 00:13:53.921063 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
3843 | 2025.07.01 00:13:53.921123 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
3844 | 2025.07.01 00:13:53.921168 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
3845 | 2025.07.01 00:13:53.921212 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
3846 | 2025.07.01 00:13:53.921251 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
3847 | 2025.07.01 00:13:53.921295 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
3848 | 2025.07.01 00:13:53.924151 [ 192 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003256449 sec., 2959665.574372576 rows/sec., 42.34 MiB/sec. | ||
3849 | 2025.07.01 00:13:53.924540 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3850 | 2025.07.01 00:13:53.924907 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3851 | 2025.07.01 00:13:53.925011 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_21_4} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3852 | 2025.07.01 00:13:53.925155 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3853 | 2025.07.01 00:13:54.473672 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
3854 | 2025.07.01 00:13:54.492740 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3855 | 2025.07.01 00:13:54.492811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3856 | 2025.07.01 00:13:54.498562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3857 | 2025.07.01 00:13:54.499287 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3858 | 2025.07.01 00:13:54.499584 [ 89 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3859 | 2025.07.01 00:13:54.499645 [ 89 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3860 | 2025.07.01 00:13:54.499665 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3861 | 2025.07.01 00:13:54.499762 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::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 | ||
3862 | 2025.07.01 00:13:54.503236 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
3863 | 2025.07.01 00:13:54.503734 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3864 | 2025.07.01 00:13:54.505159 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
3865 | 2025.07.01 00:13:54.509757 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
3866 | 2025.07.01 00:13:54.511441 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3867 | 2025.07.01 00:13:54.511624 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3868 | 2025.07.01 00:13:54.511693 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3869 | 2025.07.01 00:13:54.512358 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3870 | 2025.07.01 00:13:54.512404 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3871 | 2025.07.01 00:13:54.512799 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3872 | 2025.07.01 00:13:54.513067 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3873 | 2025.07.01 00:13:54.513237 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001663 sec., 14431.749849669273 rows/sec., 1.20 MiB/sec. | ||
3874 | 2025.07.01 00:13:54.513293 [ 276 ] {707721dd-2360-46c3-89e0-de64d225c446} <Debug> TCPHandler: Processed in 0.001981264 sec. | ||
3875 | 2025.07.01 00:13:54.513420 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3876 | 2025.07.01 00:13:54.513524 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3877 | 2025.07.01 00:13:54.513570 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3878 | 2025.07.01 00:13:54.513999 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3879 | 2025.07.01 00:13:54.514037 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3880 | 2025.07.01 00:13:54.514170 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
3881 | 2025.07.01 00:13:54.514336 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3882 | 2025.07.01 00:13:54.514558 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3883 | 2025.07.01 00:13:54.514689 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001188 sec., 6734.0067340067335 rows/sec., 549.11 KiB/sec. | ||
3884 | 2025.07.01 00:13:54.514728 [ 276 ] {119ddd93-d066-42e7-81d6-892e9cafec24} <Debug> TCPHandler: Processed in 0.001359118 sec. | ||
3885 | 2025.07.01 00:13:54.514855 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3886 | 2025.07.01 00:13:54.514955 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3887 | 2025.07.01 00:13:54.514998 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3888 | 2025.07.01 00:13:54.515483 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3889 | 2025.07.01 00:13:54.515521 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3890 | 2025.07.01 00:13:54.515837 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3891 | 2025.07.01 00:13:54.516054 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3892 | 2025.07.01 00:13:54.516185 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Debug> executeQuery: Read 244 rows, 22.26 KiB in 0.001249 sec., 195356.28502802242 rows/sec., 17.41 MiB/sec. | ||
3893 | 2025.07.01 00:13:54.516223 [ 276 ] {acfd16aa-4c13-4c54-85c9-d11a8e35b313} <Debug> TCPHandler: Processed in 0.001425719 sec. | ||
3894 | 2025.07.01 00:13:54.516346 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3895 | 2025.07.01 00:13:54.516440 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3896 | 2025.07.01 00:13:54.516481 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3897 | 2025.07.01 00:13:54.516899 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3898 | 2025.07.01 00:13:54.516936 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3899 | 2025.07.01 00:13:54.517234 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3900 | 2025.07.01 00:13:54.517436 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3901 | 2025.07.01 00:13:54.517566 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001145 sec., 45414.847161572055 rows/sec., 3.35 MiB/sec. | ||
3902 | 2025.07.01 00:13:54.517606 [ 276 ] {145bb4e5-cf2b-479d-9b6d-3a48b10f7c1b} <Debug> TCPHandler: Processed in 0.001308966 sec. | ||
3903 | 2025.07.01 00:13:54.517720 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3904 | 2025.07.01 00:13:54.517814 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3905 | 2025.07.01 00:13:54.517855 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3906 | 2025.07.01 00:13:54.518249 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3907 | 2025.07.01 00:13:54.518286 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3908 | 2025.07.01 00:13:54.518621 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3909 | 2025.07.01 00:13:54.518719 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
3910 | 2025.07.01 00:13:54.518827 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3911 | 2025.07.01 00:13:54.518965 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001168 sec., 20547.945205479453 rows/sec., 1.70 MiB/sec. | ||
3912 | 2025.07.01 00:13:54.519004 [ 276 ] {a404796a-4ef3-4383-8c34-ee9fa529cacd} <Debug> TCPHandler: Processed in 0.001333166 sec. | ||
3913 | 2025.07.01 00:13:54.519120 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2025.07.01 00:13:54.519215 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3915 | 2025.07.01 00:13:54.519265 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3916 | 2025.07.01 00:13:54.519679 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2025.07.01 00:13:54.519716 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3918 | 2025.07.01 00:13:54.520024 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3919 | 2025.07.01 00:13:54.520238 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2025.07.01 00:13:54.520369 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001171 sec., 10247.651579846286 rows/sec., 800.60 KiB/sec. | ||
3921 | 2025.07.01 00:13:54.520408 [ 276 ] {e156820f-3e37-4340-96ae-503de70fdf8d} <Debug> TCPHandler: Processed in 0.001336647 sec. | ||
3922 | 2025.07.01 00:13:54.520529 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3923 | 2025.07.01 00:13:54.520621 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3924 | 2025.07.01 00:13:54.520661 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3925 | 2025.07.01 00:13:54.521122 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3926 | 2025.07.01 00:13:54.521158 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3927 | 2025.07.01 00:13:54.521463 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3928 | 2025.07.01 00:13:54.521677 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3929 | 2025.07.01 00:13:54.521808 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001204 sec., 116279.06976744186 rows/sec., 9.40 MiB/sec. | ||
3930 | 2025.07.01 00:13:54.521847 [ 276 ] {6e921f33-3297-4142-824f-e05a696218c6} <Debug> TCPHandler: Processed in 0.001367977 sec. | ||
3931 | 2025.07.01 00:13:54.521969 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3932 | 2025.07.01 00:13:54.522063 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3933 | 2025.07.01 00:13:54.522107 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3934 | 2025.07.01 00:13:54.522530 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3935 | 2025.07.01 00:13:54.522572 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3936 | 2025.07.01 00:13:54.522993 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3937 | 2025.07.01 00:13:54.523185 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
3938 | 2025.07.01 00:13:54.523229 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3939 | 2025.07.01 00:13:54.523366 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001322 sec., 151285.93040847202 rows/sec., 10.84 MiB/sec. | ||
3940 | 2025.07.01 00:13:54.523405 [ 276 ] {445c1b8f-359f-417e-bc1a-d60aba1f1c84} <Debug> TCPHandler: Processed in 0.001484631 sec. | ||
3941 | 2025.07.01 00:13:54.523523 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3942 | 2025.07.01 00:13:54.523616 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3943 | 2025.07.01 00:13:54.523671 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <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 | ||
3944 | 2025.07.01 00:13:54.524503 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2025.07.01 00:13:54.524541 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3946 | 2025.07.01 00:13:54.525253 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3947 | 2025.07.01 00:13:54.525520 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2025.07.01 00:13:54.525667 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002068 sec., 15473.887814313346 rows/sec., 27.73 MiB/sec. | ||
3949 | 2025.07.01 00:13:54.525725 [ 276 ] {c75c0de2-c15b-4493-b8a3-63ad7229af47} <Debug> TCPHandler: Processed in 0.002251651 sec. | ||
3950 | 2025.07.01 00:13:54.525846 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3951 | 2025.07.01 00:13:54.525953 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3952 | 2025.07.01 00:13:54.525999 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3953 | 2025.07.01 00:13:54.526366 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3954 | 2025.07.01 00:13:54.526410 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3955 | 2025.07.01 00:13:54.526745 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3956 | 2025.07.01 00:13:54.526956 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3957 | 2025.07.01 00:13:54.527086 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. | ||
3958 | 2025.07.01 00:13:54.527122 [ 276 ] {8e96cdf4-463f-473d-a3c7-7fa0985d1482} <Debug> TCPHandler: Processed in 0.001326437 sec. | ||
3959 | 2025.07.01 00:13:54.527722 [ 201 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
3960 | 2025.07.01 00:13:54.585035 [ 192 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.085312354 sec., 1863.739453256676 rows/sec., 9.64 MiB/sec. | ||
3961 | 2025.07.01 00:13:54.587861 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3962 | 2025.07.01 00:13:54.590138 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3963 | 2025.07.01 00:13:54.590256 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_21_4} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3964 | 2025.07.01 00:13:54.592227 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
3965 | 2025.07.01 00:13:55.000234 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.63 MiB, peak 230.19 MiB, free memory in arenas 0.00 B, will set to 224.77 MiB (RSS), difference: 5.14 MiB | ||
3966 | 2025.07.01 00:13:56.438562 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 538 | ||
3967 | 2025.07.01 00:13:56.440825 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3968 | 2025.07.01 00:13:56.440867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3969 | 2025.07.01 00:13:56.442036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3970 | 2025.07.01 00:13:56.442321 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3971 | 2025.07.01 00:13:56.442574 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538 | ||
3972 | 2025.07.01 00:13:59.506807 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3973 | 2025.07.01 00:13:59.506993 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3974 | 2025.07.01 00:13:59.507055 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3975 | 2025.07.01 00:13:59.507729 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3976 | 2025.07.01 00:13:59.507770 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3977 | 2025.07.01 00:13:59.508154 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3978 | 2025.07.01 00:13:59.508399 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3979 | 2025.07.01 00:13:59.508552 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001608 sec., 46019.90049751243 rows/sec., 3.72 MiB/sec. | ||
3980 | 2025.07.01 00:13:59.508593 [ 276 ] {5f3200fc-d229-4d69-b4ba-faa0fceef5f2} <Debug> TCPHandler: Processed in 0.001913652 sec. | ||
3981 | 2025.07.01 00:13:59.508774 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3982 | 2025.07.01 00:13:59.508865 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3983 | 2025.07.01 00:13:59.508905 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3984 | 2025.07.01 00:13:59.509297 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2025.07.01 00:13:59.509332 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3986 | 2025.07.01 00:13:59.509615 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3987 | 2025.07.01 00:13:59.509817 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3988 | 2025.07.01 00:13:59.509925 [ 53 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3989 | 2025.07.01 00:13:59.509945 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001098 sec., 8196.72131147541 rows/sec., 616.36 KiB/sec. | ||
3990 | 2025.07.01 00:13:59.509994 [ 53 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2025.07.01 00:13:59.510001 [ 276 ] {d43fb588-0657-4855-b0a1-d4ca0227d36e} <Debug> TCPHandler: Processed in 0.001274175 sec. | ||
3992 | 2025.07.01 00:13:59.510025 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3993 | 2025.07.01 00:13:59.510122 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3994 | 2025.07.01 00:13:59.510128 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::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 | ||
3995 | 2025.07.01 00:13:59.510218 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3996 | 2025.07.01 00:13:59.510236 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3997 | 2025.07.01 00:13:59.510257 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3998 | 2025.07.01 00:13:59.510267 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 171 rows starting from the beginning of the part | ||
3999 | 2025.07.01 00:13:59.510330 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part | ||
4000 | 2025.07.01 00:13:59.510379 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
4001 | 2025.07.01 00:13:59.510423 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part | ||
4002 | 2025.07.01 00:13:59.510467 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part | ||
4003 | 2025.07.01 00:13:59.510508 [ 194 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 9 rows starting from the beginning of the part | ||
4004 | 2025.07.01 00:13:59.510660 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4005 | 2025.07.01 00:13:59.510695 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4006 | 2025.07.01 00:13:59.511115 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4007 | 2025.07.01 00:13:59.511297 [ 192 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206853 sec., 240294.3854802532 rows/sec., 17.25 MiB/sec. | ||
4008 | 2025.07.01 00:13:59.511319 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4009 | 2025.07.01 00:13:59.511467 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001267 sec., 57616.41673243884 rows/sec., 4.50 MiB/sec. | ||
4010 | 2025.07.01 00:13:59.511506 [ 276 ] {67f19094-0382-416e-8820-db9e1580ed57} <Debug> TCPHandler: Processed in 0.001429159 sec. | ||
4011 | 2025.07.01 00:13:59.511520 [ 197 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4012 | 2025.07.01 00:13:59.511617 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4013 | 2025.07.01 00:13:59.511714 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4014 | 2025.07.01 00:13:59.511760 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4015 | 2025.07.01 00:13:59.511819 [ 197 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4016 | 2025.07.01 00:13:59.511897 [ 197 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_21_4} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4017 | 2025.07.01 00:13:59.511988 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4018 | 2025.07.01 00:13:59.512172 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2025.07.01 00:13:59.512212 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4020 | 2025.07.01 00:13:59.512548 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4021 | 2025.07.01 00:13:59.512778 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2025.07.01 00:13:59.512906 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. | ||
4023 | 2025.07.01 00:13:59.512941 [ 276 ] {d86377e7-535c-446e-b248-6a27c76bec18} <Debug> TCPHandler: Processed in 0.001370278 sec. | ||
4024 | 2025.07.01 00:13:59.513046 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4025 | 2025.07.01 00:13:59.513137 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4026 | 2025.07.01 00:13:59.513190 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <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 | ||
4027 | 2025.07.01 00:13:59.513930 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4028 | 2025.07.01 00:13:59.513965 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4029 | 2025.07.01 00:13:59.514479 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4030 | 2025.07.01 00:13:59.514697 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4031 | 2025.07.01 00:13:59.514833 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001713 sec., 5253.940455341506 rows/sec., 9.41 MiB/sec. | ||
4032 | 2025.07.01 00:13:59.514883 [ 276 ] {d4ca327f-944d-4391-bf07-46d25a27f4a3} <Debug> TCPHandler: Processed in 0.001882901 sec. | ||
4033 | 2025.07.01 00:13:59.514993 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4034 | 2025.07.01 00:13:59.515084 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4035 | 2025.07.01 00:13:59.515124 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4036 | 2025.07.01 00:13:59.515453 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4037 | 2025.07.01 00:13:59.515490 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4038 | 2025.07.01 00:13:59.515784 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4039 | 2025.07.01 00:13:59.515987 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2025.07.01 00:13:59.516112 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. | ||
4041 | 2025.07.01 00:13:59.516146 [ 276 ] {c4d70bf1-f193-4f07-a428-6cda479c84dc} <Debug> TCPHandler: Processed in 0.001199463 sec. | ||
4042 | 2025.07.01 00:14:01.305176 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4043 | 2025.07.01 00:14:01.305230 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4044 | 2025.07.01 00:14:01.420869 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
4045 | 2025.07.01 00:14:01.421512 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4046 | 2025.07.01 00:14:01.421568 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4047 | 2025.07.01 00:14:01.422140 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4048 | 2025.07.01 00:14:01.422371 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4049 | 2025.07.01 00:14:01.422513 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
4050 | 2025.07.01 00:14:02.003285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
4051 | 2025.07.01 00:14:02.018938 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4052 | 2025.07.01 00:14:02.019010 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4053 | 2025.07.01 00:14:02.024896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4054 | 2025.07.01 00:14:02.025616 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4055 | 2025.07.01 00:14:02.028193 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
4056 | 2025.07.01 00:14:03.000222 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.30 MiB, peak 230.19 MiB, free memory in arenas 0.00 B, will set to 226.32 MiB (RSS), difference: 1.02 MiB | ||
4057 | 2025.07.01 00:14:04.507738 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4058 | 2025.07.01 00:14:04.507913 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4059 | 2025.07.01 00:14:04.507974 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4060 | 2025.07.01 00:14:04.508603 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4061 | 2025.07.01 00:14:04.508645 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4062 | 2025.07.01 00:14:04.509052 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4063 | 2025.07.01 00:14:04.509291 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4064 | 2025.07.01 00:14:04.509443 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001578 sec., 76045.62737642585 rows/sec., 6.50 MiB/sec. | ||
4065 | 2025.07.01 00:14:04.509484 [ 276 ] {bca11474-6e21-493f-a3c8-40d7428d5319} <Debug> TCPHandler: Processed in 0.001870341 sec. | ||
4066 | 2025.07.01 00:14:04.509601 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4067 | 2025.07.01 00:14:04.509693 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4068 | 2025.07.01 00:14:04.509733 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4069 | 2025.07.01 00:14:04.510123 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4070 | 2025.07.01 00:14:04.510159 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4071 | 2025.07.01 00:14:04.510455 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4072 | 2025.07.01 00:14:04.510657 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4073 | 2025.07.01 00:14:04.510783 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001108 sec., 28880.86642599278 rows/sec., 2.12 MiB/sec. | ||
4074 | 2025.07.01 00:14:04.510818 [ 276 ] {313d013f-509c-45db-b63b-ce46777e07fc} <Debug> TCPHandler: Processed in 0.001263264 sec. | ||
4075 | 2025.07.01 00:14:04.510923 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4076 | 2025.07.01 00:14:04.511012 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4077 | 2025.07.01 00:14:04.511050 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4078 | 2025.07.01 00:14:04.511445 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4079 | 2025.07.01 00:14:04.511481 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4080 | 2025.07.01 00:14:04.511781 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4081 | 2025.07.01 00:14:04.511985 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4082 | 2025.07.01 00:14:04.512109 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001115 sec., 86098.65470852017 rows/sec., 6.72 MiB/sec. | ||
4083 | 2025.07.01 00:14:04.512145 [ 276 ] {fc039985-abcd-46ff-bab6-7441ba5f74c0} <Debug> TCPHandler: Processed in 0.001268095 sec. | ||
4084 | 2025.07.01 00:14:04.512253 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2025.07.01 00:14:04.512343 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4086 | 2025.07.01 00:14:04.512385 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4087 | 2025.07.01 00:14:04.512786 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4088 | 2025.07.01 00:14:04.512821 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4089 | 2025.07.01 00:14:04.513142 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4090 | 2025.07.01 00:14:04.513352 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4091 | 2025.07.01 00:14:04.513476 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. | ||
4092 | 2025.07.01 00:14:04.513511 [ 276 ] {f042d91b-9eb7-4225-aa07-b30a37e018f5} <Debug> TCPHandler: Processed in 0.001304466 sec. | ||
4093 | 2025.07.01 00:14:04.513615 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4094 | 2025.07.01 00:14:04.513706 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4095 | 2025.07.01 00:14:04.513759 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <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 | ||
4096 | 2025.07.01 00:14:04.514499 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4097 | 2025.07.01 00:14:04.514535 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4098 | 2025.07.01 00:14:04.515103 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4099 | 2025.07.01 00:14:04.515322 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4100 | 2025.07.01 00:14:04.515431 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4101 | 2025.07.01 00:14:04.515453 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001765 sec., 18130.311614730876 rows/sec., 32.49 MiB/sec. | ||
4102 | 2025.07.01 00:14:04.515500 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4103 | 2025.07.01 00:14:04.515523 [ 276 ] {94aa13d8-eb11-4244-a077-0f4fbae8f7e0} <Debug> TCPHandler: Processed in 0.001954433 sec. | ||
4104 | 2025.07.01 00:14:04.515525 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4105 | 2025.07.01 00:14:04.515641 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::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 | ||
4106 | 2025.07.01 00:14:04.515643 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4107 | 2025.07.01 00:14:04.515767 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4108 | 2025.07.01 00:14:04.515808 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4109 | 2025.07.01 00:14:04.515859 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4110 | 2025.07.01 00:14:04.515917 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
4111 | 2025.07.01 00:14:04.516041 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
4112 | 2025.07.01 00:14:04.516123 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4113 | 2025.07.01 00:14:04.516149 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
4114 | 2025.07.01 00:14:04.516158 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4115 | 2025.07.01 00:14:04.516235 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
4116 | 2025.07.01 00:14:04.516313 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
4117 | 2025.07.01 00:14:04.516391 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
4118 | 2025.07.01 00:14:04.516453 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4119 | 2025.07.01 00:14:04.516654 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4120 | 2025.07.01 00:14:04.516776 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001028 sec., 58365.75875486381 rows/sec., 3.93 MiB/sec. | ||
4121 | 2025.07.01 00:14:04.516811 [ 276 ] {18676a86-38ac-4bdd-8024-c158be280e2e} <Debug> TCPHandler: Processed in 0.001215823 sec. | ||
4122 | 2025.07.01 00:14:04.520045 [ 197 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 456 rows, containing 19 columns (19 merged, 0 gathered) in 0.004439402 sec., 102716.53704710679 rows/sec., 184.06 MiB/sec. | ||
4123 | 2025.07.01 00:14:04.520577 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4124 | 2025.07.01 00:14:04.520866 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4125 | 2025.07.01 00:14:04.520927 [ 194 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4126 | 2025.07.01 00:14:04.520997 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
4127 | 2025.07.01 00:14:05.000232 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.81 MiB, peak 232.00 MiB, free memory in arenas 0.00 B, will set to 228.14 MiB (RSS), difference: 1.33 MiB | ||
4128 | 2025.07.01 00:14:05.286878 [ 64 ] {} <Debug> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4129 | 2025.07.01 00:14:05.286975 [ 64 ] {} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2025.07.01 00:14:05.287010 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4131 | 2025.07.01 00:14:05.287139 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::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 | ||
4132 | 2025.07.01 00:14:05.287320 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4133 | 2025.07.01 00:14:05.287371 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::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 | ||
4134 | 2025.07.01 00:14:05.287508 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::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 | ||
4135 | 2025.07.01 00:14:05.287574 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
4136 | 2025.07.01 00:14:05.287620 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
4137 | 2025.07.01 00:14:05.287659 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
4138 | 2025.07.01 00:14:05.288513 [ 197 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142623 sec., 347769.99502184085 rows/sec., 24.42 MiB/sec. | ||
4139 | 2025.07.01 00:14:05.288684 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4140 | 2025.07.01 00:14:05.288928 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4141 | 2025.07.01 00:14:05.288991 [ 196 ] {cf8f2e35-b9e1-453a-b1ae-160115e1f495::all_1_5_1} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4142 | 2025.07.01 00:14:05.289064 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4143 | 2025.07.01 00:14:06.281532 [ 64 ] {} <Debug> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4144 | 2025.07.01 00:14:06.281596 [ 64 ] {} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4145 | 2025.07.01 00:14:06.281617 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4146 | 2025.07.01 00:14:06.281738 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::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 | ||
4147 | 2025.07.01 00:14:06.281869 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4148 | 2025.07.01 00:14:06.281903 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4149 | 2025.07.01 00:14:06.281970 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
4150 | 2025.07.01 00:14:06.282021 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4151 | 2025.07.01 00:14:06.282065 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
4152 | 2025.07.01 00:14:06.282106 [ 194 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
4153 | 2025.07.01 00:14:06.282861 [ 197 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001173952 sec., 23851.060349997275 rows/sec., 1.99 MiB/sec. | ||
4154 | 2025.07.01 00:14:06.283037 [ 189 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4155 | 2025.07.01 00:14:06.283331 [ 189 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4156 | 2025.07.01 00:14:06.283407 [ 189 ] {58ad5d2f-55ac-4548-978e-8bcd76de58dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4157 | 2025.07.01 00:14:06.283498 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4158 | 2025.07.01 00:14:06.442716 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 562 | ||
4159 | 2025.07.01 00:14:06.444809 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4160 | 2025.07.01 00:14:06.444849 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4161 | 2025.07.01 00:14:06.445990 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4162 | 2025.07.01 00:14:06.446255 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4163 | 2025.07.01 00:14:06.446408 [ 64 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4164 | 2025.07.01 00:14:06.446466 [ 64 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4165 | 2025.07.01 00:14:06.446487 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4166 | 2025.07.01 00:14:06.446527 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
4167 | 2025.07.01 00:14:06.446601 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
4168 | 2025.07.01 00:14:06.447199 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4169 | 2025.07.01 00:14:06.447336 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 424 rows starting from the beginning of the part | ||
4170 | 2025.07.01 00:14:06.447690 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
4171 | 2025.07.01 00:14:06.448035 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
4172 | 2025.07.01 00:14:06.448354 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
4173 | 2025.07.01 00:14:06.448661 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
4174 | 2025.07.01 00:14:06.448974 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
4175 | 2025.07.01 00:14:06.454935 [ 187 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 72 columns (72 merged, 0 gathered) in 0.008384819 sec., 67025.8952518832 rows/sec., 60.20 MiB/sec. | ||
4176 | 2025.07.01 00:14:06.455720 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4177 | 2025.07.01 00:14:06.456217 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4178 | 2025.07.01 00:14:06.456289 [ 193 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_16_3} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4179 | 2025.07.01 00:14:06.456476 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
4180 | 2025.07.01 00:14:06.630779 [ 30 ] {} <Debug> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4181 | 2025.07.01 00:14:06.630852 [ 30 ] {} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4182 | 2025.07.01 00:14:06.630873 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4183 | 2025.07.01 00:14:06.630971 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::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 | ||
4184 | 2025.07.01 00:14:06.631088 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4185 | 2025.07.01 00:14:06.631121 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::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 | ||
4186 | 2025.07.01 00:14:06.631185 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::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 | ||
4187 | 2025.07.01 00:14:06.631241 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
4188 | 2025.07.01 00:14:06.631297 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
4189 | 2025.07.01 00:14:06.631349 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
4190 | 2025.07.01 00:14:06.632385 [ 197 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145669 sec., 204573.38211973722 rows/sec., 14.92 MiB/sec. | ||
4191 | 2025.07.01 00:14:06.632588 [ 200 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4192 | 2025.07.01 00:14:06.632892 [ 200 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4193 | 2025.07.01 00:14:06.632970 [ 200 ] {0e1e56c8-e1da-41f7-8a1f-eb151a052a83::all_1_5_1} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4194 | 2025.07.01 00:14:06.633065 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
4195 | 2025.07.01 00:14:06.856655 [ 30 ] {} <Debug> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4196 | 2025.07.01 00:14:06.856729 [ 30 ] {} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4197 | 2025.07.01 00:14:06.856765 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4198 | 2025.07.01 00:14:06.857028 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::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 | ||
4199 | 2025.07.01 00:14:06.857168 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4200 | 2025.07.01 00:14:06.857200 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::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 | ||
4201 | 2025.07.01 00:14:06.857289 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::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 | ||
4202 | 2025.07.01 00:14:06.857366 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
4203 | 2025.07.01 00:14:06.857437 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
4204 | 2025.07.01 00:14:06.857503 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
4205 | 2025.07.01 00:14:06.858612 [ 200 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630805 sec., 159430.4653223408 rows/sec., 10.12 MiB/sec. | ||
4206 | 2025.07.01 00:14:06.858745 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4207 | 2025.07.01 00:14:06.858995 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4208 | 2025.07.01 00:14:06.859062 [ 191 ] {4daa83f0-f5e0-46e7-8063-ba2c1f67a5af::all_1_5_1} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4209 | 2025.07.01 00:14:06.859129 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4210 | 2025.07.01 00:14:08.923812 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
4211 | 2025.07.01 00:14:08.924460 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2025.07.01 00:14:08.924511 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4213 | 2025.07.01 00:14:08.925128 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4214 | 2025.07.01 00:14:08.925367 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4215 | 2025.07.01 00:14:08.925502 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
4216 | 2025.07.01 00:14:09.506361 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4217 | 2025.07.01 00:14:09.506535 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4218 | 2025.07.01 00:14:09.506598 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4219 | 2025.07.01 00:14:09.507241 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4220 | 2025.07.01 00:14:09.507279 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4221 | 2025.07.01 00:14:09.507693 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4222 | 2025.07.01 00:14:09.507921 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4223 | 2025.07.01 00:14:09.508045 [ 26 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4224 | 2025.07.01 00:14:09.508070 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001585 sec., 46687.69716088328 rows/sec., 3.77 MiB/sec. | ||
4225 | 2025.07.01 00:14:09.508082 [ 26 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4226 | 2025.07.01 00:14:09.508102 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4227 | 2025.07.01 00:14:09.508112 [ 276 ] {b3f6f319-da07-4d13-8c1f-1a24f99a5afd} <Debug> TCPHandler: Processed in 0.001885232 sec. | ||
4228 | 2025.07.01 00:14:09.508236 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4229 | 2025.07.01 00:14:09.508237 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4230 | 2025.07.01 00:14:09.508331 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4231 | 2025.07.01 00:14:09.508376 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4232 | 2025.07.01 00:14:09.508394 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4233 | 2025.07.01 00:14:09.508433 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 829 rows starting from the beginning of the part | ||
4234 | 2025.07.01 00:14:09.508524 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part | ||
4235 | 2025.07.01 00:14:09.508572 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 244 rows starting from the beginning of the part | ||
4236 | 2025.07.01 00:14:09.508618 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part | ||
4237 | 2025.07.01 00:14:09.508662 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 120 rows starting from the beginning of the part | ||
4238 | 2025.07.01 00:14:09.508704 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 74 rows starting from the beginning of the part | ||
4239 | 2025.07.01 00:14:09.508776 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4240 | 2025.07.01 00:14:09.508817 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4241 | 2025.07.01 00:14:09.509182 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4242 | 2025.07.01 00:14:09.509417 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4243 | 2025.07.01 00:14:09.509553 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00124 sec., 7258.064516129032 rows/sec., 545.77 KiB/sec. | ||
4244 | 2025.07.01 00:14:09.509590 [ 276 ] {f5e5421f-888f-45d0-ad5c-e42745540de5} <Debug> TCPHandler: Processed in 0.001403698 sec. | ||
4245 | 2025.07.01 00:14:09.509690 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4246 | 2025.07.01 00:14:09.509784 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4247 | 2025.07.01 00:14:09.509823 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4248 | 2025.07.01 00:14:09.509836 [ 191 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1415 rows, containing 5 columns (5 merged, 0 gathered) in 0.001666696 sec., 848985.0578629816 rows/sec., 73.87 MiB/sec. | ||
4249 | 2025.07.01 00:14:09.510054 [ 200 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4250 | 2025.07.01 00:14:09.510229 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4251 | 2025.07.01 00:14:09.510273 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4252 | 2025.07.01 00:14:09.510337 [ 200 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2025.07.01 00:14:09.510429 [ 200 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_31_6} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4254 | 2025.07.01 00:14:09.510534 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4255 | 2025.07.01 00:14:09.510622 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4256 | 2025.07.01 00:14:09.510846 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4257 | 2025.07.01 00:14:09.510936 [ 26 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4258 | 2025.07.01 00:14:09.510961 [ 26 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2025.07.01 00:14:09.510973 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001206 sec., 60530.67993366501 rows/sec., 4.73 MiB/sec. | ||
4260 | 2025.07.01 00:14:09.510977 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4261 | 2025.07.01 00:14:09.511010 [ 276 ] {cc1a0d97-47fc-44cb-bfb4-4eafbd24b2c3} <Debug> TCPHandler: Processed in 0.001367727 sec. | ||
4262 | 2025.07.01 00:14:09.511077 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4263 | 2025.07.01 00:14:09.511121 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4264 | 2025.07.01 00:14:09.511201 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4265 | 2025.07.01 00:14:09.511219 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4266 | 2025.07.01 00:14:09.511237 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 495 rows starting from the beginning of the part | ||
4267 | 2025.07.01 00:14:09.511267 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4268 | 2025.07.01 00:14:09.511310 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 73 rows starting from the beginning of the part | ||
4269 | 2025.07.01 00:14:09.511361 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part | ||
4270 | 2025.07.01 00:14:09.511399 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 73 rows starting from the beginning of the part | ||
4271 | 2025.07.01 00:14:09.511437 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 96 rows starting from the beginning of the part | ||
4272 | 2025.07.01 00:14:09.511475 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 73 rows starting from the beginning of the part | ||
4273 | 2025.07.01 00:14:09.511688 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4274 | 2025.07.01 00:14:09.511728 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4275 | 2025.07.01 00:14:09.512089 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4276 | 2025.07.01 00:14:09.512312 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4277 | 2025.07.01 00:14:09.512446 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. | ||
4278 | 2025.07.01 00:14:09.512450 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4279 | 2025.07.01 00:14:09.512484 [ 276 ] {60ebc344-254b-4d08-adc2-8b88b4f1c7d3} <Debug> TCPHandler: Processed in 0.001411248 sec. | ||
4280 | 2025.07.01 00:14:09.512459 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427589 sec., 665457.6352157379 rows/sec., 53.03 MiB/sec. | ||
4281 | 2025.07.01 00:14:09.512524 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4282 | 2025.07.01 00:14:09.512551 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4283 | 2025.07.01 00:14:09.512601 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4284 | 2025.07.01 00:14:09.512625 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4285 | 2025.07.01 00:14:09.512650 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4286 | 2025.07.01 00:14:09.512699 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4287 | 2025.07.01 00:14:09.512730 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4288 | 2025.07.01 00:14:09.512760 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <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 | ||
4289 | 2025.07.01 00:14:09.512765 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4322 rows starting from the beginning of the part | ||
4290 | 2025.07.01 00:14:09.512832 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
4291 | 2025.07.01 00:14:09.512878 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 200 rows starting from the beginning of the part | ||
4292 | 2025.07.01 00:14:09.512918 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4293 | 2025.07.01 00:14:09.512922 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
4294 | 2025.07.01 00:14:09.512979 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
4295 | 2025.07.01 00:14:09.513006 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_31_6} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4296 | 2025.07.01 00:14:09.513021 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
4297 | 2025.07.01 00:14:09.513085 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4298 | 2025.07.01 00:14:09.513525 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4299 | 2025.07.01 00:14:09.513566 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4300 | 2025.07.01 00:14:09.514107 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4301 | 2025.07.01 00:14:09.514354 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4302 | 2025.07.01 00:14:09.514495 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001814 sec., 4961.411245865491 rows/sec., 8.89 MiB/sec. | ||
4303 | 2025.07.01 00:14:09.514547 [ 276 ] {2a694bf8-319e-43e7-bca4-9a114f96d26b} <Debug> TCPHandler: Processed in 0.001995415 sec. | ||
4304 | 2025.07.01 00:14:09.514717 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4305 | 2025.07.01 00:14:09.514812 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4306 | 2025.07.01 00:14:09.514830 [ 199 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5162 rows, containing 5 columns (5 merged, 0 gathered) in 0.002237292 sec., 2307253.590501374 rows/sec., 162.62 MiB/sec. | ||
4307 | 2025.07.01 00:14:09.514854 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4308 | 2025.07.01 00:14:09.515193 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4309 | 2025.07.01 00:14:09.515232 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4310 | 2025.07.01 00:14:09.515257 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4311 | 2025.07.01 00:14:09.515555 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4312 | 2025.07.01 00:14:09.515590 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4313 | 2025.07.01 00:14:09.515634 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4314 | 2025.07.01 00:14:09.515710 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
4315 | 2025.07.01 00:14:09.515820 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2025.07.01 00:14:09.515928 [ 81 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4317 | 2025.07.01 00:14:09.515954 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. | ||
4318 | 2025.07.01 00:14:09.515958 [ 81 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4319 | 2025.07.01 00:14:09.515995 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4320 | 2025.07.01 00:14:09.515998 [ 276 ] {752da2c2-6854-425e-bf6c-60bc344df811} <Debug> TCPHandler: Processed in 0.001330057 sec. | ||
4321 | 2025.07.01 00:14:09.516065 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
4322 | 2025.07.01 00:14:09.516151 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4323 | 2025.07.01 00:14:09.516174 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1442 rows starting from the beginning of the part | ||
4324 | 2025.07.01 00:14:09.516217 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
4325 | 2025.07.01 00:14:09.516252 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
4326 | 2025.07.01 00:14:09.516284 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
4327 | 2025.07.01 00:14:09.516316 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
4328 | 2025.07.01 00:14:09.516347 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
4329 | 2025.07.01 00:14:09.517206 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170382 sec., 1488402.9316923877 rows/sec., 99.61 MiB/sec. | ||
4330 | 2025.07.01 00:14:09.517437 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4331 | 2025.07.01 00:14:09.517741 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4332 | 2025.07.01 00:14:09.517821 [ 190 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_31_6} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4333 | 2025.07.01 00:14:09.517904 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
4334 | 2025.07.01 00:14:09.529220 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4335 | 2025.07.01 00:14:09.546052 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2025.07.01 00:14:09.546100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4337 | 2025.07.01 00:14:09.551779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4338 | 2025.07.01 00:14:09.552502 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4339 | 2025.07.01 00:14:09.555430 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4340 | 2025.07.01 00:14:14.507330 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4341 | 2025.07.01 00:14:14.507526 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4342 | 2025.07.01 00:14:14.507593 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4343 | 2025.07.01 00:14:14.508293 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4344 | 2025.07.01 00:14:14.508339 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4345 | 2025.07.01 00:14:14.508762 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4346 | 2025.07.01 00:14:14.508994 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4347 | 2025.07.01 00:14:14.509153 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Debug> executeQuery: Read 120 rows, 10.51 KiB in 0.001677 sec., 71556.35062611806 rows/sec., 6.12 MiB/sec. | ||
4348 | 2025.07.01 00:14:14.509200 [ 276 ] {be6706ca-5d65-4629-9d49-b006ba4dea40} <Debug> TCPHandler: Processed in 0.002000104 sec. | ||
4349 | 2025.07.01 00:14:14.509335 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2025.07.01 00:14:14.509437 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4351 | 2025.07.01 00:14:14.509481 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4352 | 2025.07.01 00:14:14.509893 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2025.07.01 00:14:14.509930 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4354 | 2025.07.01 00:14:14.510225 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4355 | 2025.07.01 00:14:14.510462 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2025.07.01 00:14:14.510591 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001177 sec., 27187.76550552251 rows/sec., 2.00 MiB/sec. | ||
4357 | 2025.07.01 00:14:14.510629 [ 276 ] {46642e10-e4d1-4da6-adc3-ec3169f9382c} <Debug> TCPHandler: Processed in 0.001346036 sec. | ||
4358 | 2025.07.01 00:14:14.510739 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4359 | 2025.07.01 00:14:14.510831 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4360 | 2025.07.01 00:14:14.510871 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4361 | 2025.07.01 00:14:14.511292 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4362 | 2025.07.01 00:14:14.511328 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4363 | 2025.07.01 00:14:14.511642 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4364 | 2025.07.01 00:14:14.511849 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4365 | 2025.07.01 00:14:14.511976 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001163 sec., 82545.1418744626 rows/sec., 6.45 MiB/sec. | ||
4366 | 2025.07.01 00:14:14.512012 [ 276 ] {a917c332-a625-4768-abc3-41a73f944a62} <Debug> TCPHandler: Processed in 0.001322236 sec. | ||
4367 | 2025.07.01 00:14:14.512125 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4368 | 2025.07.01 00:14:14.512219 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4369 | 2025.07.01 00:14:14.512263 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4370 | 2025.07.01 00:14:14.512666 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2025.07.01 00:14:14.512703 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4372 | 2025.07.01 00:14:14.513030 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4373 | 2025.07.01 00:14:14.513249 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4374 | 2025.07.01 00:14:14.513379 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. | ||
4375 | 2025.07.01 00:14:14.513416 [ 276 ] {46087481-a502-4323-8d9f-43c251b815fa} <Debug> TCPHandler: Processed in 0.001339327 sec. | ||
4376 | 2025.07.01 00:14:14.513531 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4377 | 2025.07.01 00:14:14.513623 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4378 | 2025.07.01 00:14:14.513677 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <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 | ||
4379 | 2025.07.01 00:14:14.514502 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4380 | 2025.07.01 00:14:14.514540 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4381 | 2025.07.01 00:14:14.515074 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4382 | 2025.07.01 00:14:14.515312 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4383 | 2025.07.01 00:14:14.515446 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001841 sec., 17381.857686040195 rows/sec., 31.15 MiB/sec. | ||
4384 | 2025.07.01 00:14:14.515500 [ 276 ] {2dd53cdb-7cb8-448c-a4e0-6653ee762356} <Debug> TCPHandler: Processed in 0.002017166 sec. | ||
4385 | 2025.07.01 00:14:14.515615 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4386 | 2025.07.01 00:14:14.515710 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4387 | 2025.07.01 00:14:14.515752 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4388 | 2025.07.01 00:14:14.516087 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4389 | 2025.07.01 00:14:14.516123 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4390 | 2025.07.01 00:14:14.516417 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4391 | 2025.07.01 00:14:14.516624 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4392 | 2025.07.01 00:14:14.516751 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
4393 | 2025.07.01 00:14:14.516786 [ 276 ] {9069abde-b50e-41c4-89c0-68230a2bda3c} <Debug> TCPHandler: Processed in 0.001219303 sec. | ||
4394 | 2025.07.01 00:14:16.305275 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4395 | 2025.07.01 00:14:16.305350 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4396 | 2025.07.01 00:14:16.425591 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
4397 | 2025.07.01 00:14:16.426192 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4398 | 2025.07.01 00:14:16.426251 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4399 | 2025.07.01 00:14:16.426853 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4400 | 2025.07.01 00:14:16.427105 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4401 | 2025.07.01 00:14:16.427263 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4402 | 2025.07.01 00:14:16.446643 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 586 | ||
4403 | 2025.07.01 00:14:16.448800 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4404 | 2025.07.01 00:14:16.448841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4405 | 2025.07.01 00:14:16.449991 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4406 | 2025.07.01 00:14:16.450248 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4407 | 2025.07.01 00:14:16.450488 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
4408 | 2025.07.01 00:14:17.055510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4409 | 2025.07.01 00:14:17.075268 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4410 | 2025.07.01 00:14:17.075344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4411 | 2025.07.01 00:14:17.081632 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4412 | 2025.07.01 00:14:17.082452 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4413 | 2025.07.01 00:14:17.091145 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4414 | 2025.07.01 00:14:19.507461 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4415 | 2025.07.01 00:14:19.507637 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4416 | 2025.07.01 00:14:19.507699 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4417 | 2025.07.01 00:14:19.508335 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4418 | 2025.07.01 00:14:19.508379 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4419 | 2025.07.01 00:14:19.508765 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4420 | 2025.07.01 00:14:19.508988 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4421 | 2025.07.01 00:14:19.509132 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001545 sec., 47896.44012944984 rows/sec., 3.87 MiB/sec. | ||
4422 | 2025.07.01 00:14:19.509171 [ 276 ] {1366409f-10ce-4d27-b5c6-f5bc37ae17db} <Debug> TCPHandler: Processed in 0.00183836 sec. | ||
4423 | 2025.07.01 00:14:19.509295 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4424 | 2025.07.01 00:14:19.509388 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4425 | 2025.07.01 00:14:19.509426 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4426 | 2025.07.01 00:14:19.509817 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4427 | 2025.07.01 00:14:19.509850 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4428 | 2025.07.01 00:14:19.510135 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4429 | 2025.07.01 00:14:19.510337 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2025.07.01 00:14:19.510465 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001096 sec., 8211.678832116788 rows/sec., 617.48 KiB/sec. | ||
4431 | 2025.07.01 00:14:19.510500 [ 276 ] {d6948e55-9495-40b0-8b3c-e9906da2d48b} <Debug> TCPHandler: Processed in 0.001251344 sec. | ||
4432 | 2025.07.01 00:14:19.510607 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4433 | 2025.07.01 00:14:19.510698 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4434 | 2025.07.01 00:14:19.510736 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4435 | 2025.07.01 00:14:19.511140 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4436 | 2025.07.01 00:14:19.511174 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4437 | 2025.07.01 00:14:19.511476 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4438 | 2025.07.01 00:14:19.511684 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4439 | 2025.07.01 00:14:19.511805 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001124 sec., 64946.619217081854 rows/sec., 5.07 MiB/sec. | ||
4440 | 2025.07.01 00:14:19.511839 [ 276 ] {ed138a0d-f95f-41f8-82bb-ba1ce89cdcda} <Debug> TCPHandler: Processed in 0.001278835 sec. | ||
4441 | 2025.07.01 00:14:19.511948 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4442 | 2025.07.01 00:14:19.512039 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4443 | 2025.07.01 00:14:19.512081 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4444 | 2025.07.01 00:14:19.512489 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4445 | 2025.07.01 00:14:19.512522 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4446 | 2025.07.01 00:14:19.512834 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4447 | 2025.07.01 00:14:19.513037 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4448 | 2025.07.01 00:14:19.513160 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. | ||
4449 | 2025.07.01 00:14:19.513194 [ 276 ] {793be5f9-2ae8-4845-a0b3-171a107c822b} <Debug> TCPHandler: Processed in 0.001292715 sec. | ||
4450 | 2025.07.01 00:14:19.513301 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4451 | 2025.07.01 00:14:19.513392 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4452 | 2025.07.01 00:14:19.513445 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <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 | ||
4453 | 2025.07.01 00:14:19.514199 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4454 | 2025.07.01 00:14:19.514232 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4455 | 2025.07.01 00:14:19.514749 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4456 | 2025.07.01 00:14:19.514964 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4457 | 2025.07.01 00:14:19.515097 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001722 sec., 5226.480836236934 rows/sec., 9.37 MiB/sec. | ||
4458 | 2025.07.01 00:14:19.515146 [ 276 ] {cdab6777-da43-4567-9b92-8fb52ee34065} <Debug> TCPHandler: Processed in 0.001890942 sec. | ||
4459 | 2025.07.01 00:14:19.515260 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4460 | 2025.07.01 00:14:19.515352 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4461 | 2025.07.01 00:14:19.515393 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4462 | 2025.07.01 00:14:19.515726 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4463 | 2025.07.01 00:14:19.515759 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4464 | 2025.07.01 00:14:19.516058 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4465 | 2025.07.01 00:14:19.516262 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4466 | 2025.07.01 00:14:19.516383 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. | ||
4467 | 2025.07.01 00:14:19.516416 [ 276 ] {163d00bd-32d7-45aa-b130-33fff94e7690} <Debug> TCPHandler: Processed in 0.001203293 sec. | ||
4468 | 2025.07.01 00:14:23.927427 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4469 | 2025.07.01 00:14:23.928188 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4470 | 2025.07.01 00:14:23.928256 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4471 | 2025.07.01 00:14:23.929089 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4472 | 2025.07.01 00:14:23.929500 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4473 | 2025.07.01 00:14:23.929746 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4474 | 2025.07.01 00:14:24.507993 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4475 | 2025.07.01 00:14:24.508181 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4476 | 2025.07.01 00:14:24.508253 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4477 | 2025.07.01 00:14:24.508887 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4478 | 2025.07.01 00:14:24.508935 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4479 | 2025.07.01 00:14:24.509331 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4480 | 2025.07.01 00:14:24.509587 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4481 | 2025.07.01 00:14:24.509750 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001623 sec., 1232.2858903265558 rows/sec., 100.48 KiB/sec. | ||
4482 | 2025.07.01 00:14:24.509803 [ 276 ] {00d78910-2f4f-4e62-80b7-d31e1ea7c5e2} <Debug> TCPHandler: Processed in 0.001946394 sec. | ||
4483 | 2025.07.01 00:14:24.509926 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4484 | 2025.07.01 00:14:24.510038 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4485 | 2025.07.01 00:14:24.510084 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4486 | 2025.07.01 00:14:24.510564 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4487 | 2025.07.01 00:14:24.510603 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4488 | 2025.07.01 00:14:24.511008 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4489 | 2025.07.01 00:14:24.511244 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4490 | 2025.07.01 00:14:24.511385 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Debug> executeQuery: Read 121 rows, 10.58 KiB in 0.001377 sec., 87872.1859114016 rows/sec., 7.50 MiB/sec. | ||
4491 | 2025.07.01 00:14:24.511424 [ 276 ] {1d00ed09-fb47-425f-be71-4726e602820c} <Debug> TCPHandler: Processed in 0.001549613 sec. | ||
4492 | 2025.07.01 00:14:24.511550 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4493 | 2025.07.01 00:14:24.511647 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4494 | 2025.07.01 00:14:24.511689 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4495 | 2025.07.01 00:14:24.512108 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2025.07.01 00:14:24.512146 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4497 | 2025.07.01 00:14:24.512467 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4498 | 2025.07.01 00:14:24.512685 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4499 | 2025.07.01 00:14:24.512814 [ 71 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4500 | 2025.07.01 00:14:24.512822 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001195 sec., 28451.882845188284 rows/sec., 2.08 MiB/sec. | ||
4501 | 2025.07.01 00:14:24.512888 [ 71 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2025.07.01 00:14:24.512907 [ 276 ] {ec589786-b6de-4e12-9431-c1b9def0e8d8} <Debug> TCPHandler: Processed in 0.001405439 sec. | ||
4503 | 2025.07.01 00:14:24.512915 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4504 | 2025.07.01 00:14:24.513017 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4505 | 2025.07.01 00:14:24.513028 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4506 | 2025.07.01 00:14:24.513112 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4507 | 2025.07.01 00:14:24.513133 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4508 | 2025.07.01 00:14:24.513141 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 177 rows starting from the beginning of the part | ||
4509 | 2025.07.01 00:14:24.513174 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4510 | 2025.07.01 00:14:24.513203 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
4511 | 2025.07.01 00:14:24.513248 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part | ||
4512 | 2025.07.01 00:14:24.513289 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
4513 | 2025.07.01 00:14:24.513326 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 9 rows starting from the beginning of the part | ||
4514 | 2025.07.01 00:14:24.513365 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
4515 | 2025.07.01 00:14:24.513650 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4516 | 2025.07.01 00:14:24.513686 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4517 | 2025.07.01 00:14:24.514008 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4518 | 2025.07.01 00:14:24.514095 [ 190 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 5 columns (5 merged, 0 gathered) in 0.001117811 sec., 262119.4459528489 rows/sec., 18.82 MiB/sec. | ||
4519 | 2025.07.01 00:14:24.514230 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4520 | 2025.07.01 00:14:24.514237 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4521 | 2025.07.01 00:14:24.514392 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001278 sec., 76682.31611893584 rows/sec., 5.99 MiB/sec. | ||
4522 | 2025.07.01 00:14:24.514443 [ 276 ] {03463c5f-81b9-4a9e-9d49-3a5179646227} <Debug> TCPHandler: Processed in 0.00146302 sec. | ||
4523 | 2025.07.01 00:14:24.514497 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4524 | 2025.07.01 00:14:24.514562 [ 198 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_26_5} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4525 | 2025.07.01 00:14:24.514597 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4526 | 2025.07.01 00:14:24.514637 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4527 | 2025.07.01 00:14:24.514693 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4528 | 2025.07.01 00:14:24.514739 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4529 | 2025.07.01 00:14:24.515176 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4530 | 2025.07.01 00:14:24.515211 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4531 | 2025.07.01 00:14:24.515572 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4532 | 2025.07.01 00:14:24.515791 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4533 | 2025.07.01 00:14:24.515924 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001249 sec., 128903.12249799841 rows/sec., 8.98 MiB/sec. | ||
4534 | 2025.07.01 00:14:24.515962 [ 276 ] {ed4eb3bf-7741-45ab-902d-44a3016291de} <Debug> TCPHandler: Processed in 0.001413389 sec. | ||
4535 | 2025.07.01 00:14:24.516080 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4536 | 2025.07.01 00:14:24.516173 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4537 | 2025.07.01 00:14:24.516228 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <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 | ||
4538 | 2025.07.01 00:14:24.517112 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4539 | 2025.07.01 00:14:24.517149 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4540 | 2025.07.01 00:14:24.517735 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4541 | 2025.07.01 00:14:24.518020 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4542 | 2025.07.01 00:14:24.518173 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002018 sec., 15857.284440039644 rows/sec., 28.42 MiB/sec. | ||
4543 | 2025.07.01 00:14:24.518229 [ 276 ] {9c19ca3f-f3e0-4a27-a502-bc4310c222bf} <Debug> TCPHandler: Processed in 0.00219784 sec. | ||
4544 | 2025.07.01 00:14:24.518368 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4545 | 2025.07.01 00:14:24.518466 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4546 | 2025.07.01 00:14:24.518511 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4547 | 2025.07.01 00:14:24.518875 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4548 | 2025.07.01 00:14:24.518912 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4549 | 2025.07.01 00:14:24.519217 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4550 | 2025.07.01 00:14:24.519436 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4551 | 2025.07.01 00:14:24.519570 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. | ||
4552 | 2025.07.01 00:14:24.519608 [ 276 ] {83c2741c-de40-4c02-bbc6-ab84ef5f570f} <Debug> TCPHandler: Processed in 0.001291465 sec. | ||
4553 | 2025.07.01 00:14:24.591197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4554 | 2025.07.01 00:14:24.609074 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4555 | 2025.07.01 00:14:24.609137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4556 | 2025.07.01 00:14:24.614788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4557 | 2025.07.01 00:14:24.615504 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4558 | 2025.07.01 00:14:24.618966 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4559 | 2025.07.01 00:14:25.000345 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.74 MiB, peak 233.74 MiB, free memory in arenas 0.00 B, will set to 228.74 MiB (RSS), difference: -1.00 MiB | ||
4560 | 2025.07.01 00:14:26.450658 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 612 | ||
4561 | 2025.07.01 00:14:26.453143 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4562 | 2025.07.01 00:14:26.453201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4563 | 2025.07.01 00:14:26.454403 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4564 | 2025.07.01 00:14:26.454694 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4565 | 2025.07.01 00:14:26.455067 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
4566 | 2025.07.01 00:14:29.506969 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4567 | 2025.07.01 00:14:29.507163 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4568 | 2025.07.01 00:14:29.507230 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4569 | 2025.07.01 00:14:29.507890 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2025.07.01 00:14:29.507940 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4571 | 2025.07.01 00:14:29.508366 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4572 | 2025.07.01 00:14:29.508599 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2025.07.01 00:14:29.508755 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001642 sec., 45066.99147381242 rows/sec., 3.64 MiB/sec. | ||
4574 | 2025.07.01 00:14:29.508798 [ 276 ] {754e8933-7403-4137-b501-ab6522ff9212} <Debug> TCPHandler: Processed in 0.001963604 sec. | ||
4575 | 2025.07.01 00:14:29.508926 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4576 | 2025.07.01 00:14:29.509023 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4577 | 2025.07.01 00:14:29.509064 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4578 | 2025.07.01 00:14:29.509466 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4579 | 2025.07.01 00:14:29.509503 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4580 | 2025.07.01 00:14:29.509806 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4581 | 2025.07.01 00:14:29.510018 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4582 | 2025.07.01 00:14:29.510147 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001144 sec., 7867.1328671328665 rows/sec., 591.57 KiB/sec. | ||
4583 | 2025.07.01 00:14:29.510185 [ 276 ] {2f0ad082-7b09-4755-b051-7b61686e1b0b} <Debug> TCPHandler: Processed in 0.001309976 sec. | ||
4584 | 2025.07.01 00:14:29.510288 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4585 | 2025.07.01 00:14:29.510381 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4586 | 2025.07.01 00:14:29.510421 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4587 | 2025.07.01 00:14:29.510837 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4588 | 2025.07.01 00:14:29.510874 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4589 | 2025.07.01 00:14:29.511208 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4590 | 2025.07.01 00:14:29.511417 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4591 | 2025.07.01 00:14:29.511547 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001183 sec., 61707.52324598478 rows/sec., 4.82 MiB/sec. | ||
4592 | 2025.07.01 00:14:29.511585 [ 276 ] {254b0036-0dc3-4fd6-9d6a-6de1e399e527} <Debug> TCPHandler: Processed in 0.001345067 sec. | ||
4593 | 2025.07.01 00:14:29.511695 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4594 | 2025.07.01 00:14:29.511788 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4595 | 2025.07.01 00:14:29.511832 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4596 | 2025.07.01 00:14:29.512244 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4597 | 2025.07.01 00:14:29.512280 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4598 | 2025.07.01 00:14:29.512619 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4599 | 2025.07.01 00:14:29.512830 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4600 | 2025.07.01 00:14:29.512960 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. | ||
4601 | 2025.07.01 00:14:29.512998 [ 276 ] {9fb2abc5-060e-4a9f-9412-c9897c41b324} <Debug> TCPHandler: Processed in 0.001351397 sec. | ||
4602 | 2025.07.01 00:14:29.513120 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4603 | 2025.07.01 00:14:29.513242 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4604 | 2025.07.01 00:14:29.513308 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <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 | ||
4605 | 2025.07.01 00:14:29.514161 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4606 | 2025.07.01 00:14:29.514198 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4607 | 2025.07.01 00:14:29.514723 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4608 | 2025.07.01 00:14:29.514968 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4609 | 2025.07.01 00:14:29.515081 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4610 | 2025.07.01 00:14:29.515110 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001893 sec., 4754.358161648178 rows/sec., 8.52 MiB/sec. | ||
4611 | 2025.07.01 00:14:29.515155 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4612 | 2025.07.01 00:14:29.515184 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4613 | 2025.07.01 00:14:29.515186 [ 276 ] {6971859c-79e8-43ab-a4ab-6f574ce2fcee} <Debug> TCPHandler: Processed in 0.002127938 sec. | ||
4614 | 2025.07.01 00:14:29.515288 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4615 | 2025.07.01 00:14:29.515315 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2025.07.01 00:14:29.515411 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4617 | 2025.07.01 00:14:29.515453 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4618 | 2025.07.01 00:14:29.515502 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4619 | 2025.07.01 00:14:29.515566 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 456 rows starting from the beginning of the part | ||
4620 | 2025.07.01 00:14:29.515703 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
4621 | 2025.07.01 00:14:29.515796 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4622 | 2025.07.01 00:14:29.515825 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
4623 | 2025.07.01 00:14:29.515833 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4624 | 2025.07.01 00:14:29.515947 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
4625 | 2025.07.01 00:14:29.516061 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
4626 | 2025.07.01 00:14:29.516157 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4627 | 2025.07.01 00:14:29.516167 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
4628 | 2025.07.01 00:14:29.516378 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2025.07.01 00:14:29.516516 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. | ||
4630 | 2025.07.01 00:14:29.516552 [ 276 ] {c82ec57f-ce6e-4d70-9f03-9dcfb944da07} <Debug> TCPHandler: Processed in 0.001287025 sec. | ||
4631 | 2025.07.01 00:14:29.531986 [ 198 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 547 rows, containing 19 columns (19 merged, 0 gathered) in 0.016740288 sec., 32675.662449773863 rows/sec., 58.55 MiB/sec. | ||
4632 | 2025.07.01 00:14:29.532537 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4633 | 2025.07.01 00:14:29.532843 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4634 | 2025.07.01 00:14:29.532906 [ 190 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4635 | 2025.07.01 00:14:29.532988 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
4636 | 2025.07.01 00:14:30.000157 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.22 MiB, peak 236.56 MiB, free memory in arenas 0.00 B, will set to 230.70 MiB (RSS), difference: 1.48 MiB | ||
4637 | 2025.07.01 00:14:31.305608 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4638 | 2025.07.01 00:14:31.305676 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4639 | 2025.07.01 00:14:31.429869 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
4640 | 2025.07.01 00:14:31.430382 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4641 | 2025.07.01 00:14:31.430430 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4642 | 2025.07.01 00:14:31.431009 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4643 | 2025.07.01 00:14:31.431239 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4644 | 2025.07.01 00:14:31.431379 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4645 | 2025.07.01 00:14:31.431408 [ 60 ] {} <Debug> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4646 | 2025.07.01 00:14:31.431481 [ 60 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2025.07.01 00:14:31.431506 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4648 | 2025.07.01 00:14:31.431618 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4649 | 2025.07.01 00:14:31.431731 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4650 | 2025.07.01 00:14:31.431768 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
4651 | 2025.07.01 00:14:31.431836 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
4652 | 2025.07.01 00:14:31.431887 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
4653 | 2025.07.01 00:14:31.431935 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
4654 | 2025.07.01 00:14:31.431983 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
4655 | 2025.07.01 00:14:31.432026 [ 201 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
4656 | 2025.07.01 00:14:31.433786 [ 198 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00221481 sec., 5398205.715162925 rows/sec., 77.22 MiB/sec. | ||
4657 | 2025.07.01 00:14:31.434226 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4658 | 2025.07.01 00:14:31.434547 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4659 | 2025.07.01 00:14:31.434630 [ 195 ] {9702da23-eec0-4457-9e8a-06d05754eaea::all_1_26_5} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4660 | 2025.07.01 00:14:31.434755 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
4661 | 2025.07.01 00:14:32.119052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4662 | 2025.07.01 00:14:32.137125 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4663 | 2025.07.01 00:14:32.137179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4664 | 2025.07.01 00:14:32.142805 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4665 | 2025.07.01 00:14:32.143514 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4666 | 2025.07.01 00:14:32.143773 [ 60 ] {} <Debug> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4667 | 2025.07.01 00:14:32.143808 [ 60 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4668 | 2025.07.01 00:14:32.143827 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4669 | 2025.07.01 00:14:32.143968 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4670 | 2025.07.01 00:14:32.147135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4671 | 2025.07.01 00:14:32.147454 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4672 | 2025.07.01 00:14:32.148909 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
4673 | 2025.07.01 00:14:32.153667 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
4674 | 2025.07.01 00:14:32.157997 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
4675 | 2025.07.01 00:14:32.162338 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
4676 | 2025.07.01 00:14:32.166670 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
4677 | 2025.07.01 00:14:32.171026 [ 195 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
4678 | 2025.07.01 00:14:32.223660 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.079761062 sec., 2457.3393970105367 rows/sec., 12.71 MiB/sec. | ||
4679 | 2025.07.01 00:14:32.226540 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4680 | 2025.07.01 00:14:32.228737 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4681 | 2025.07.01 00:14:32.228845 [ 198 ] {43242dea-1492-46de-892a-002558bb6ba5::all_1_26_5} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4682 | 2025.07.01 00:14:32.231657 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
4683 | 2025.07.01 00:14:33.001249 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.89 MiB, peak 242.43 MiB, free memory in arenas 0.00 B, will set to 237.64 MiB (RSS), difference: 5.75 MiB | ||
4684 | 2025.07.01 00:14:34.514752 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4685 | 2025.07.01 00:14:34.514945 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4686 | 2025.07.01 00:14:34.515017 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4687 | 2025.07.01 00:14:34.515782 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4688 | 2025.07.01 00:14:34.515822 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4689 | 2025.07.01 00:14:34.516230 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4690 | 2025.07.01 00:14:34.516459 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4691 | 2025.07.01 00:14:34.516611 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001722 sec., 123112.65969802556 rows/sec., 7.83 MiB/sec. | ||
4692 | 2025.07.01 00:14:34.516653 [ 276 ] {db366b5b-a95f-4f23-8f60-8232b619b64e} <Debug> TCPHandler: Processed in 0.002040936 sec. | ||
4693 | 2025.07.01 00:14:34.516780 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4694 | 2025.07.01 00:14:34.516875 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4695 | 2025.07.01 00:14:34.516916 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4696 | 2025.07.01 00:14:34.517633 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4697 | 2025.07.01 00:14:34.517668 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4698 | 2025.07.01 00:14:34.518044 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4699 | 2025.07.01 00:14:34.518282 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4700 | 2025.07.01 00:14:34.518381 [ 58 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4701 | 2025.07.01 00:14:34.518408 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Debug> executeQuery: Read 681 rows, 55.49 KiB in 0.001551 sec., 439071.5667311412 rows/sec., 34.94 MiB/sec. | ||
4702 | 2025.07.01 00:14:34.518422 [ 58 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4703 | 2025.07.01 00:14:34.518444 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4704 | 2025.07.01 00:14:34.518445 [ 276 ] {16dbee67-67c8-4381-8da0-b8aceb02221a} <Debug> TCPHandler: Processed in 0.001714546 sec. | ||
4705 | 2025.07.01 00:14:34.518571 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4706 | 2025.07.01 00:14:34.518574 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4707 | 2025.07.01 00:14:34.518712 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4708 | 2025.07.01 00:14:34.518726 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4709 | 2025.07.01 00:14:34.518751 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 829 rows starting from the beginning of the part | ||
4710 | 2025.07.01 00:14:34.518773 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4711 | 2025.07.01 00:14:34.518818 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 120 rows starting from the beginning of the part | ||
4712 | 2025.07.01 00:14:34.518866 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part | ||
4713 | 2025.07.01 00:14:34.518906 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 121 rows starting from the beginning of the part | ||
4714 | 2025.07.01 00:14:34.518945 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part | ||
4715 | 2025.07.01 00:14:34.518986 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 681 rows starting from the beginning of the part | ||
4716 | 2025.07.01 00:14:34.519253 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4717 | 2025.07.01 00:14:34.519295 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4718 | 2025.07.01 00:14:34.519705 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4719 | 2025.07.01 00:14:34.519930 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4720 | 2025.07.01 00:14:34.520055 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001348 sec., 102373.88724035608 rows/sec., 6.37 MiB/sec. | ||
4721 | 2025.07.01 00:14:34.520092 [ 276 ] {d6105495-7984-42c3-812b-c4fd07c48ebb} <Debug> TCPHandler: Processed in 0.001566383 sec. | ||
4722 | 2025.07.01 00:14:34.520201 [ 189 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684506 sec., 1127333.4734337546 rows/sec., 96.03 MiB/sec. | ||
4723 | 2025.07.01 00:14:34.520212 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4724 | 2025.07.01 00:14:34.520349 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4725 | 2025.07.01 00:14:34.520390 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4726 | 2025.07.01 00:14:34.520422 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4727 | 2025.07.01 00:14:34.520671 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4728 | 2025.07.01 00:14:34.520741 [ 192 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_36_7} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4729 | 2025.07.01 00:14:34.520817 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
4730 | 2025.07.01 00:14:34.520824 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2025.07.01 00:14:34.520866 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4732 | 2025.07.01 00:14:34.521186 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4733 | 2025.07.01 00:14:34.521398 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2025.07.01 00:14:34.521527 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001198 sec., 94323.87312186978 rows/sec., 6.11 MiB/sec. | ||
4735 | 2025.07.01 00:14:34.521564 [ 276 ] {bdd90174-51a6-44d9-973e-ec03d47a0548} <Debug> TCPHandler: Processed in 0.001401198 sec. | ||
4736 | 2025.07.01 00:14:34.521679 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4737 | 2025.07.01 00:14:34.521772 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4738 | 2025.07.01 00:14:34.521813 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4739 | 2025.07.01 00:14:34.522243 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2025.07.01 00:14:34.522278 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4741 | 2025.07.01 00:14:34.522604 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4742 | 2025.07.01 00:14:34.522812 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2025.07.01 00:14:34.522932 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001178 sec., 95076.40067911714 rows/sec., 5.42 MiB/sec. | ||
4744 | 2025.07.01 00:14:34.522970 [ 276 ] {4c6f9b99-2c34-44f2-b021-95902ab853dc} <Debug> TCPHandler: Processed in 0.001340366 sec. | ||
4745 | 2025.07.01 00:14:34.523084 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4746 | 2025.07.01 00:14:34.523178 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4747 | 2025.07.01 00:14:34.523217 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4748 | 2025.07.01 00:14:34.523758 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4749 | 2025.07.01 00:14:34.523793 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4750 | 2025.07.01 00:14:34.524182 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4751 | 2025.07.01 00:14:34.524392 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2025.07.01 00:14:34.524485 [ 58 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4753 | 2025.07.01 00:14:34.524514 [ 58 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4754 | 2025.07.01 00:14:34.524520 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001359 sec., 304635.76158940396 rows/sec., 21.66 MiB/sec. | ||
4755 | 2025.07.01 00:14:34.524532 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4756 | 2025.07.01 00:14:34.524557 [ 276 ] {489f940a-b165-4ea8-bd34-3490f1c2faed} <Debug> TCPHandler: Processed in 0.001521382 sec. | ||
4757 | 2025.07.01 00:14:34.524608 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4758 | 2025.07.01 00:14:34.524670 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4759 | 2025.07.01 00:14:34.524710 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4760 | 2025.07.01 00:14:34.524742 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 495 rows starting from the beginning of the part | ||
4761 | 2025.07.01 00:14:34.524770 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4762 | 2025.07.01 00:14:34.524793 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 96 rows starting from the beginning of the part | ||
4763 | 2025.07.01 00:14:34.524817 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4764 | 2025.07.01 00:14:34.524840 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 73 rows starting from the beginning of the part | ||
4765 | 2025.07.01 00:14:34.524884 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 98 rows starting from the beginning of the part | ||
4766 | 2025.07.01 00:14:34.524919 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 73 rows starting from the beginning of the part | ||
4767 | 2025.07.01 00:14:34.524956 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 414 rows starting from the beginning of the part | ||
4768 | 2025.07.01 00:14:34.525158 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4769 | 2025.07.01 00:14:34.525199 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4770 | 2025.07.01 00:14:34.525587 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4771 | 2025.07.01 00:14:34.525806 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4772 | 2025.07.01 00:14:34.525873 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298216 sec., 962089.5136094455 rows/sec., 74.67 MiB/sec. | ||
4773 | 2025.07.01 00:14:34.525931 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001179 sec., 5089.058524173029 rows/sec., 265.88 KiB/sec. | ||
4774 | 2025.07.01 00:14:34.525973 [ 276 ] {d288a4a3-ee18-4157-9503-c260dd29223e} <Debug> TCPHandler: Processed in 0.001351617 sec. | ||
4775 | 2025.07.01 00:14:34.526015 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4776 | 2025.07.01 00:14:34.526085 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4777 | 2025.07.01 00:14:34.526186 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4778 | 2025.07.01 00:14:34.526231 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4779 | 2025.07.01 00:14:34.526256 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4780 | 2025.07.01 00:14:34.526324 [ 196 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_36_7} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4781 | 2025.07.01 00:14:34.526395 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4782 | 2025.07.01 00:14:34.526653 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4783 | 2025.07.01 00:14:34.526693 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4784 | 2025.07.01 00:14:34.527061 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4785 | 2025.07.01 00:14:34.527276 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4786 | 2025.07.01 00:14:34.527368 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4787 | 2025.07.01 00:14:34.527394 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4788 | 2025.07.01 00:14:34.527398 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001232 sec., 192370.12987012987 rows/sec., 12.89 MiB/sec. | ||
4789 | 2025.07.01 00:14:34.527410 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4790 | 2025.07.01 00:14:34.527436 [ 276 ] {2b8750be-872e-43a7-9d58-b9a7e649700f} <Debug> TCPHandler: Processed in 0.001400508 sec. | ||
4791 | 2025.07.01 00:14:34.527513 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4792 | 2025.07.01 00:14:34.527555 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4793 | 2025.07.01 00:14:34.527646 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4794 | 2025.07.01 00:14:34.527654 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4795 | 2025.07.01 00:14:34.527689 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5162 rows starting from the beginning of the part | ||
4796 | 2025.07.01 00:14:34.527707 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4797 | 2025.07.01 00:14:34.527779 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
4798 | 2025.07.01 00:14:34.527833 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
4799 | 2025.07.01 00:14:34.527904 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
4800 | 2025.07.01 00:14:34.527956 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
4801 | 2025.07.01 00:14:34.528011 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
4802 | 2025.07.01 00:14:34.528053 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4803 | 2025.07.01 00:14:34.528093 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4804 | 2025.07.01 00:14:34.528460 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4805 | 2025.07.01 00:14:34.528682 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2025.07.01 00:14:34.528812 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001176 sec., 850.3401360544218 rows/sec., 57.30 KiB/sec. | ||
4807 | 2025.07.01 00:14:34.528848 [ 276 ] {6cd90c3c-5fb6-4ce0-aef2-7e7071fed1be} <Debug> TCPHandler: Processed in 0.001341567 sec. | ||
4808 | 2025.07.01 00:14:34.528958 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4809 | 2025.07.01 00:14:34.529053 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4810 | 2025.07.01 00:14:34.529107 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <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 | ||
4811 | 2025.07.01 00:14:34.529971 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4812 | 2025.07.01 00:14:34.530006 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4813 | 2025.07.01 00:14:34.530600 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4814 | 2025.07.01 00:14:34.530732 [ 196 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6040 rows, containing 5 columns (5 merged, 0 gathered) in 0.00327401 sec., 1844832.4837126338 rows/sec., 129.61 MiB/sec. | ||
4815 | 2025.07.01 00:14:34.530836 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4816 | 2025.07.01 00:14:34.530987 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001952 sec., 16393.44262295082 rows/sec., 29.38 MiB/sec. | ||
4817 | 2025.07.01 00:14:34.531039 [ 276 ] {240abbfa-9933-4c7f-b130-a5f859b4fb4f} <Debug> TCPHandler: Processed in 0.002129338 sec. | ||
4818 | 2025.07.01 00:14:34.531155 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4819 | 2025.07.01 00:14:34.531250 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4820 | 2025.07.01 00:14:34.531265 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4821 | 2025.07.01 00:14:34.531295 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4822 | 2025.07.01 00:14:34.531540 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4823 | 2025.07.01 00:14:34.531614 [ 189 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4824 | 2025.07.01 00:14:34.531635 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4825 | 2025.07.01 00:14:34.531676 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4826 | 2025.07.01 00:14:34.531682 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
4827 | 2025.07.01 00:14:34.532004 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4828 | 2025.07.01 00:14:34.532219 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4829 | 2025.07.01 00:14:34.532342 [ 57 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4830 | 2025.07.01 00:14:34.532344 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001113 sec., 73674.75292003594 rows/sec., 4.68 MiB/sec. | ||
4831 | 2025.07.01 00:14:34.532381 [ 57 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4832 | 2025.07.01 00:14:34.532401 [ 276 ] {76498614-7484-42d6-b0a1-4fd98c9be267} <Debug> TCPHandler: Processed in 0.001294285 sec. | ||
4833 | 2025.07.01 00:14:34.532405 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4834 | 2025.07.01 00:14:34.532491 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4835 | 2025.07.01 00:14:34.532583 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4836 | 2025.07.01 00:14:34.532608 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1742 rows starting from the beginning of the part | ||
4837 | 2025.07.01 00:14:34.532656 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
4838 | 2025.07.01 00:14:34.532697 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
4839 | 2025.07.01 00:14:34.532734 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
4840 | 2025.07.01 00:14:34.532772 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
4841 | 2025.07.01 00:14:34.532812 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
4842 | 2025.07.01 00:14:34.533690 [ 196 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2064 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233374 sec., 1673458.3346170748 rows/sec., 111.86 MiB/sec. | ||
4843 | 2025.07.01 00:14:34.533909 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4844 | 2025.07.01 00:14:34.534151 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4845 | 2025.07.01 00:14:34.534210 [ 197 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_36_7} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4846 | 2025.07.01 00:14:34.534265 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
4847 | 2025.07.01 00:14:36.455217 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 646 | ||
4848 | 2025.07.01 00:14:36.457933 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4849 | 2025.07.01 00:14:36.457972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4850 | 2025.07.01 00:14:36.459134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4851 | 2025.07.01 00:14:36.459404 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2025.07.01 00:14:36.459646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646 | ||
4853 | 2025.07.01 00:14:38.932413 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
4854 | 2025.07.01 00:14:38.932929 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4855 | 2025.07.01 00:14:38.932980 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4856 | 2025.07.01 00:14:38.933486 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4857 | 2025.07.01 00:14:38.933728 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4858 | 2025.07.01 00:14:38.933877 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
4859 | 2025.07.01 00:14:39.507087 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4860 | 2025.07.01 00:14:39.507270 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4861 | 2025.07.01 00:14:39.507339 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4862 | 2025.07.01 00:14:39.507992 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4863 | 2025.07.01 00:14:39.508045 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4864 | 2025.07.01 00:14:39.508441 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4865 | 2025.07.01 00:14:39.508714 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4866 | 2025.07.01 00:14:39.508875 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001656 sec., 4830.917874396136 rows/sec., 393.93 KiB/sec. | ||
4867 | 2025.07.01 00:14:39.508929 [ 276 ] {b8fa5091-46ed-42c3-bd70-2b35b4894808} <Debug> TCPHandler: Processed in 0.001979405 sec. | ||
4868 | 2025.07.01 00:14:39.509056 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4869 | 2025.07.01 00:14:39.509248 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4870 | 2025.07.01 00:14:39.509293 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4871 | 2025.07.01 00:14:39.509734 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4872 | 2025.07.01 00:14:39.509772 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4873 | 2025.07.01 00:14:39.510104 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4874 | 2025.07.01 00:14:39.510326 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4875 | 2025.07.01 00:14:39.510457 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Debug> executeQuery: Read 78 rows, 6.42 KiB in 0.001233 sec., 63260.34063260341 rows/sec., 5.08 MiB/sec. | ||
4876 | 2025.07.01 00:14:39.510575 [ 276 ] {5a0656bb-0775-4c6c-8b3f-6bec5a49185c} <Debug> TCPHandler: Processed in 0.001569263 sec. | ||
4877 | 2025.07.01 00:14:39.510690 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4878 | 2025.07.01 00:14:39.510787 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4879 | 2025.07.01 00:14:39.510829 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4880 | 2025.07.01 00:14:39.511226 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4881 | 2025.07.01 00:14:39.511262 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4882 | 2025.07.01 00:14:39.511561 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4883 | 2025.07.01 00:14:39.511774 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4884 | 2025.07.01 00:14:39.511902 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Debug> executeQuery: Read 17 rows, 1.24 KiB in 0.001134 sec., 14991.181657848325 rows/sec., 1.06 MiB/sec. | ||
4885 | 2025.07.01 00:14:39.511941 [ 276 ] {fc5b4327-9275-4266-ad16-eb6a52b0eb26} <Debug> TCPHandler: Processed in 0.001300565 sec. | ||
4886 | 2025.07.01 00:14:39.512059 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4887 | 2025.07.01 00:14:39.512155 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4888 | 2025.07.01 00:14:39.512195 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4889 | 2025.07.01 00:14:39.512610 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4890 | 2025.07.01 00:14:39.512646 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4891 | 2025.07.01 00:14:39.512967 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4892 | 2025.07.01 00:14:39.513202 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4893 | 2025.07.01 00:14:39.513329 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Debug> executeQuery: Read 81 rows, 6.49 KiB in 0.001192 sec., 67953.0201342282 rows/sec., 5.32 MiB/sec. | ||
4894 | 2025.07.01 00:14:39.513366 [ 276 ] {37362052-5a6d-42a0-8bd7-11c0c6403730} <Debug> TCPHandler: Processed in 0.001355307 sec. | ||
4895 | 2025.07.01 00:14:39.513477 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2025.07.01 00:14:39.513572 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4897 | 2025.07.01 00:14:39.513616 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4898 | 2025.07.01 00:14:39.514032 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4899 | 2025.07.01 00:14:39.514068 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4900 | 2025.07.01 00:14:39.514413 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4901 | 2025.07.01 00:14:39.514637 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4902 | 2025.07.01 00:14:39.514764 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00121 sec., 135537.19008264464 rows/sec., 9.44 MiB/sec. | ||
4903 | 2025.07.01 00:14:39.514802 [ 276 ] {309bc2de-9e3c-4211-9dbf-35744cf7d4de} <Debug> TCPHandler: Processed in 0.001373477 sec. | ||
4904 | 2025.07.01 00:14:39.514921 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4905 | 2025.07.01 00:14:39.515040 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4906 | 2025.07.01 00:14:39.515105 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <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 | ||
4907 | 2025.07.01 00:14:39.515905 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4908 | 2025.07.01 00:14:39.515941 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4909 | 2025.07.01 00:14:39.516452 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4910 | 2025.07.01 00:14:39.516693 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4911 | 2025.07.01 00:14:39.516831 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001816 sec., 4955.9471365638765 rows/sec., 8.88 MiB/sec. | ||
4912 | 2025.07.01 00:14:39.516892 [ 276 ] {b99ec599-a8a1-456d-863f-c0892c278dc2} <Debug> TCPHandler: Processed in 0.002030306 sec. | ||
4913 | 2025.07.01 00:14:39.517001 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4914 | 2025.07.01 00:14:39.517094 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4915 | 2025.07.01 00:14:39.517136 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4916 | 2025.07.01 00:14:39.517465 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2025.07.01 00:14:39.517500 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4918 | 2025.07.01 00:14:39.517795 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4919 | 2025.07.01 00:14:39.517998 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2025.07.01 00:14:39.518122 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. | ||
4921 | 2025.07.01 00:14:39.518157 [ 276 ] {b7c825fb-9818-4d17-8dbc-0547b009115f} <Debug> TCPHandler: Processed in 0.001203873 sec. | ||
4922 | 2025.07.01 00:14:39.648158 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
4923 | 2025.07.01 00:14:39.664759 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4924 | 2025.07.01 00:14:39.664822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4925 | 2025.07.01 00:14:39.670710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4926 | 2025.07.01 00:14:39.671438 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4927 | 2025.07.01 00:14:39.674353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
4928 | 2025.07.01 00:14:44.514630 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4929 | 2025.07.01 00:14:44.514825 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4930 | 2025.07.01 00:14:44.514889 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4931 | 2025.07.01 00:14:44.515642 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4932 | 2025.07.01 00:14:44.515689 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4933 | 2025.07.01 00:14:44.516103 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4934 | 2025.07.01 00:14:44.516331 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4935 | 2025.07.01 00:14:44.516495 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001717 sec., 123471.17064647641 rows/sec., 7.85 MiB/sec. | ||
4936 | 2025.07.01 00:14:44.516547 [ 276 ] {c774082b-2a16-4a1a-8005-8d8d83f81d56} <Debug> TCPHandler: Processed in 0.002046616 sec. | ||
4937 | 2025.07.01 00:14:44.516676 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4938 | 2025.07.01 00:14:44.516781 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4939 | 2025.07.01 00:14:44.516824 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4940 | 2025.07.01 00:14:44.517550 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4941 | 2025.07.01 00:14:44.517589 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4942 | 2025.07.01 00:14:44.517970 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4943 | 2025.07.01 00:14:44.518179 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4944 | 2025.07.01 00:14:44.518323 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Debug> executeQuery: Read 681 rows, 55.49 KiB in 0.001566 sec., 434865.90038314176 rows/sec., 34.61 MiB/sec. | ||
4945 | 2025.07.01 00:14:44.518363 [ 276 ] {88a58cb3-1f07-4b92-af90-e1dff9d70086} <Debug> TCPHandler: Processed in 0.001739788 sec. | ||
4946 | 2025.07.01 00:14:44.518480 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4947 | 2025.07.01 00:14:44.518578 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4948 | 2025.07.01 00:14:44.518618 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4949 | 2025.07.01 00:14:44.519053 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4950 | 2025.07.01 00:14:44.519091 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4951 | 2025.07.01 00:14:44.519400 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4952 | 2025.07.01 00:14:44.519614 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4953 | 2025.07.01 00:14:44.519742 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001184 sec., 116554.05405405405 rows/sec., 7.25 MiB/sec. | ||
4954 | 2025.07.01 00:14:44.519779 [ 276 ] {e05f9346-57df-4efe-b5d3-95c41a86bb95} <Debug> TCPHandler: Processed in 0.001349316 sec. | ||
4955 | 2025.07.01 00:14:44.519890 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4956 | 2025.07.01 00:14:44.519984 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4957 | 2025.07.01 00:14:44.520024 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4958 | 2025.07.01 00:14:44.520435 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4959 | 2025.07.01 00:14:44.520471 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4960 | 2025.07.01 00:14:44.520778 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4961 | 2025.07.01 00:14:44.520986 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4962 | 2025.07.01 00:14:44.521112 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001146 sec., 98603.83944153576 rows/sec., 6.38 MiB/sec. | ||
4963 | 2025.07.01 00:14:44.521149 [ 276 ] {fcab8392-f2b1-4f63-9c49-397cd5f8ad03} <Debug> TCPHandler: Processed in 0.001306336 sec. | ||
4964 | 2025.07.01 00:14:44.521260 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4965 | 2025.07.01 00:14:44.521353 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4966 | 2025.07.01 00:14:44.521392 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4967 | 2025.07.01 00:14:44.521813 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4968 | 2025.07.01 00:14:44.521848 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4969 | 2025.07.01 00:14:44.522145 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4970 | 2025.07.01 00:14:44.522370 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4971 | 2025.07.01 00:14:44.522495 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. | ||
4972 | 2025.07.01 00:14:44.522533 [ 276 ] {40005c94-7ad8-4e98-b2b5-3f1e6fdbe22a} <Debug> TCPHandler: Processed in 0.001322437 sec. | ||
4973 | 2025.07.01 00:14:44.522650 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4974 | 2025.07.01 00:14:44.522743 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4975 | 2025.07.01 00:14:44.522781 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4976 | 2025.07.01 00:14:44.523304 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4977 | 2025.07.01 00:14:44.523340 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4978 | 2025.07.01 00:14:44.523673 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4979 | 2025.07.01 00:14:44.523879 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4980 | 2025.07.01 00:14:44.524013 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001287 sec., 321678.3216783217 rows/sec., 22.88 MiB/sec. | ||
4981 | 2025.07.01 00:14:44.524050 [ 276 ] {413e03dd-67d5-4542-beaf-2a2d56c25478} <Debug> TCPHandler: Processed in 0.00144828 sec. | ||
4982 | 2025.07.01 00:14:44.524160 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4983 | 2025.07.01 00:14:44.524254 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4984 | 2025.07.01 00:14:44.524295 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4985 | 2025.07.01 00:14:44.524622 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2025.07.01 00:14:44.524657 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4987 | 2025.07.01 00:14:44.524952 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4988 | 2025.07.01 00:14:44.525157 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Trace> oximeter.measurements_bool (85e03e3f-3908-4a49-92d6-91ec98a63df2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4989 | 2025.07.01 00:14:44.525280 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. | ||
4990 | 2025.07.01 00:14:44.525316 [ 276 ] {c2dbf483-5afc-4c11-a593-43f62a815ba6} <Debug> TCPHandler: Processed in 0.001204873 sec. | ||
4991 | 2025.07.01 00:14:44.525430 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4992 | 2025.07.01 00:14:44.525524 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4993 | 2025.07.01 00:14:44.525565 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4994 | 2025.07.01 00:14:44.525955 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4995 | 2025.07.01 00:14:44.525990 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4996 | 2025.07.01 00:14:44.526315 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4997 | 2025.07.01 00:14:44.526551 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4998 | 2025.07.01 00:14:44.526693 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. | ||
4999 | 2025.07.01 00:14:44.526730 [ 276 ] {36efcae4-3c2f-439f-ac63-592ab25b5c92} <Debug> TCPHandler: Processed in 0.001353557 sec. | ||
5000 | 2025.07.01 00:14:44.526842 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5001 | 2025.07.01 00:14:44.526935 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5002 | 2025.07.01 00:14:44.526977 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5003 | 2025.07.01 00:14:44.527285 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5004 | 2025.07.01 00:14:44.527321 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5005 | 2025.07.01 00:14:44.527609 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5006 | 2025.07.01 00:14:44.527817 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Trace> oximeter.measurements_f64 (74bdd67b-5905-45c6-ace7-a7493abb622d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5007 | 2025.07.01 00:14:44.527941 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. | ||
5008 | 2025.07.01 00:14:44.527977 [ 276 ] {9b878725-7c10-442a-8408-5a463bd52ba3} <Debug> TCPHandler: Processed in 0.001184733 sec. | ||
5009 | 2025.07.01 00:14:44.528079 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5010 | 2025.07.01 00:14:44.528173 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5011 | 2025.07.01 00:14:44.528227 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <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 | ||
5012 | 2025.07.01 00:14:44.529024 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5013 | 2025.07.01 00:14:44.529061 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5014 | 2025.07.01 00:14:44.529596 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5015 | 2025.07.01 00:14:44.529821 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5016 | 2025.07.01 00:14:44.529956 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.0018 sec., 17777.777777777777 rows/sec., 31.86 MiB/sec. | ||
5017 | 2025.07.01 00:14:44.530008 [ 276 ] {f8b4e8ca-111e-4bbb-a4df-9773ba00c475} <Debug> TCPHandler: Processed in 0.001977504 sec. | ||
5018 | 2025.07.01 00:14:44.530118 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5019 | 2025.07.01 00:14:44.530213 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5020 | 2025.07.01 00:14:44.530255 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5021 | 2025.07.01 00:14:44.530573 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2025.07.01 00:14:44.530607 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5023 | 2025.07.01 00:14:44.530913 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5024 | 2025.07.01 00:14:44.531145 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2025.07.01 00:14:44.531279 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. | ||
5026 | 2025.07.01 00:14:44.531314 [ 276 ] {35b9c660-a02e-488f-84fa-4e64ae44433e} <Debug> TCPHandler: Processed in 0.001245774 sec. | ||
5027 | 2025.07.01 00:14:46.305717 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5028 | 2025.07.01 00:14:46.305770 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5029 | 2025.07.01 00:14:46.434898 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
5030 | 2025.07.01 00:14:46.435404 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5031 | 2025.07.01 00:14:46.435450 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5032 | 2025.07.01 00:14:46.436017 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5033 | 2025.07.01 00:14:46.436290 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5034 | 2025.07.01 00:14:46.436439 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
5035 | 2025.07.01 00:14:46.460752 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 682 | ||
5036 | 2025.07.01 00:14:46.463161 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5037 | 2025.07.01 00:14:46.463206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5038 | 2025.07.01 00:14:46.464462 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5039 | 2025.07.01 00:14:46.464761 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5040 | 2025.07.01 00:14:46.465124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
5041 | 2025.07.01 00:14:47.175360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
5042 | 2025.07.01 00:14:47.192539 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5043 | 2025.07.01 00:14:47.192607 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5044 | 2025.07.01 00:14:47.198903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5045 | 2025.07.01 00:14:47.199645 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5046 | 2025.07.01 00:14:47.202911 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
5047 | 2025.07.01 00:14:49.506041 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5048 | 2025.07.01 00:14:49.506224 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5049 | 2025.07.01 00:14:49.506293 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5050 | 2025.07.01 00:14:49.506933 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5051 | 2025.07.01 00:14:49.506981 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5052 | 2025.07.01 00:14:49.507397 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5053 | 2025.07.01 00:14:49.507637 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5054 | 2025.07.01 00:14:49.507791 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001616 sec., 45792.07920792079 rows/sec., 3.70 MiB/sec. | ||
5055 | 2025.07.01 00:14:49.507831 [ 276 ] {c3144385-e71c-496c-83a5-d2e10a808c08} <Debug> TCPHandler: Processed in 0.001931033 sec. | ||
5056 | 2025.07.01 00:14:49.507955 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5057 | 2025.07.01 00:14:49.508051 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5058 | 2025.07.01 00:14:49.508093 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5059 | 2025.07.01 00:14:49.508501 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5060 | 2025.07.01 00:14:49.508536 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5061 | 2025.07.01 00:14:49.508847 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5062 | 2025.07.01 00:14:49.509084 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5063 | 2025.07.01 00:14:49.509188 [ 38 ] {} <Debug> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5064 | 2025.07.01 00:14:49.509216 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001184 sec., 7601.351351351352 rows/sec., 571.59 KiB/sec. | ||
5065 | 2025.07.01 00:14:49.509225 [ 38 ] {} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2025.07.01 00:14:49.509247 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5067 | 2025.07.01 00:14:49.509254 [ 276 ] {c2474703-99f3-4c30-af0e-9b2d2d0f6101} <Debug> TCPHandler: Processed in 0.001349397 sec. | ||
5068 | 2025.07.01 00:14:49.509368 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5069 | 2025.07.01 00:14:49.509380 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
5070 | 2025.07.01 00:14:49.509464 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5071 | 2025.07.01 00:14:49.509509 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5072 | 2025.07.01 00:14:49.509539 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5073 | 2025.07.01 00:14:49.509582 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 177 rows starting from the beginning of the part | ||
5074 | 2025.07.01 00:14:49.509657 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part | ||
5075 | 2025.07.01 00:14:49.509709 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 138 rows starting from the beginning of the part | ||
5076 | 2025.07.01 00:14:49.509757 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 17 rows starting from the beginning of the part | ||
5077 | 2025.07.01 00:14:49.509795 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 138 rows starting from the beginning of the part | ||
5078 | 2025.07.01 00:14:49.509835 [ 189 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part | ||
5079 | 2025.07.01 00:14:49.509937 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2025.07.01 00:14:49.509984 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5081 | 2025.07.01 00:14:49.510312 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5082 | 2025.07.01 00:14:49.510553 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5083 | 2025.07.01 00:14:49.510684 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001237 sec., 59013.74292643492 rows/sec., 4.61 MiB/sec. | ||
5084 | 2025.07.01 00:14:49.510721 [ 276 ] {7e9244ee-2dc6-4a84-a1e9-7b1a74b233b8} <Debug> TCPHandler: Processed in 0.001404198 sec. | ||
5085 | 2025.07.01 00:14:49.510738 [ 196 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422179 sec., 343135.42810011964 rows/sec., 23.19 MiB/sec. | ||
5086 | 2025.07.01 00:14:49.510840 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5087 | 2025.07.01 00:14:49.510939 [ 193 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5088 | 2025.07.01 00:14:49.510941 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5089 | 2025.07.01 00:14:49.511008 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5090 | 2025.07.01 00:14:49.511261 [ 193 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5091 | 2025.07.01 00:14:49.511362 [ 193 ] {db6fd81c-051e-4de1-873d-a86ab0952599::all_1_31_6} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5092 | 2025.07.01 00:14:49.511421 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5093 | 2025.07.01 00:14:49.511459 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
5094 | 2025.07.01 00:14:49.511464 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5095 | 2025.07.01 00:14:49.511837 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5096 | 2025.07.01 00:14:49.512067 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5097 | 2025.07.01 00:14:49.512197 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. | ||
5098 | 2025.07.01 00:14:49.512233 [ 276 ] {c68e5adf-624b-4dc6-9894-ebc2d030847f} <Debug> TCPHandler: Processed in 0.001443749 sec. | ||
5099 | 2025.07.01 00:14:49.512348 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5100 | 2025.07.01 00:14:49.512441 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5101 | 2025.07.01 00:14:49.512499 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <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 | ||
5102 | 2025.07.01 00:14:49.513250 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5103 | 2025.07.01 00:14:49.513283 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5104 | 2025.07.01 00:14:49.513802 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5105 | 2025.07.01 00:14:49.514038 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5106 | 2025.07.01 00:14:49.514178 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001754 sec., 5131.128848346637 rows/sec., 9.19 MiB/sec. | ||
5107 | 2025.07.01 00:14:49.514233 [ 276 ] {2f5d340c-4427-4008-a222-2f894765645a} <Debug> TCPHandler: Processed in 0.001936243 sec. | ||
5108 | 2025.07.01 00:14:49.514349 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5109 | 2025.07.01 00:14:49.514445 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5110 | 2025.07.01 00:14:49.514487 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5111 | 2025.07.01 00:14:49.514830 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5112 | 2025.07.01 00:14:49.514864 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5113 | 2025.07.01 00:14:49.515169 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5114 | 2025.07.01 00:14:49.515387 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5115 | 2025.07.01 00:14:49.515516 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. | ||
5116 | 2025.07.01 00:14:49.515551 [ 276 ] {0b1bb83d-fec7-4895-8921-8ff0070d7223} <Debug> TCPHandler: Processed in 0.001251844 sec. | ||
5117 | 2025.07.01 00:14:53.936528 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
5118 | 2025.07.01 00:14:53.937091 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5119 | 2025.07.01 00:14:53.937140 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5120 | 2025.07.01 00:14:53.937645 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5121 | 2025.07.01 00:14:53.937872 [ 245 ] {} <Trace> system.asynchronous_metric_log (9702da23-eec0-4457-9e8a-06d05754eaea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5122 | 2025.07.01 00:14:53.938006 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
5123 | 2025.07.01 00:14:54.510979 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5124 | 2025.07.01 00:14:54.511161 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5125 | 2025.07.01 00:14:54.511231 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5126 | 2025.07.01 00:14:54.511926 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5127 | 2025.07.01 00:14:54.511979 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5128 | 2025.07.01 00:14:54.512380 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5129 | 2025.07.01 00:14:54.512642 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Trace> oximeter.fields_i16 (cf8f2e35-b9e1-453a-b1ae-160115e1f495): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5130 | 2025.07.01 00:14:54.512815 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001702 sec., 14101.057579318449 rows/sec., 1.17 MiB/sec. | ||
5131 | 2025.07.01 00:14:54.512874 [ 276 ] {dcd7028f-de76-4b52-9c8a-d051bae9ebd7} <Debug> TCPHandler: Processed in 0.002037436 sec. | ||
5132 | 2025.07.01 00:14:54.513007 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5133 | 2025.07.01 00:14:54.513111 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5134 | 2025.07.01 00:14:54.513155 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5135 | 2025.07.01 00:14:54.513593 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5136 | 2025.07.01 00:14:54.513630 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5137 | 2025.07.01 00:14:54.513942 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5138 | 2025.07.01 00:14:54.514180 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Trace> oximeter.fields_ipaddr (58ad5d2f-55ac-4548-978e-8bcd76de58dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5139 | 2025.07.01 00:14:54.514315 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001228 sec., 6514.657980456026 rows/sec., 531.22 KiB/sec. | ||
5140 | 2025.07.01 00:14:54.514366 [ 276 ] {f8a4b691-e148-4afc-a47b-ede7f08b7c7e} <Debug> TCPHandler: Processed in 0.001411759 sec. | ||
5141 | 2025.07.01 00:14:54.514518 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5142 | 2025.07.01 00:14:54.514616 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5143 | 2025.07.01 00:14:54.514657 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5144 | 2025.07.01 00:14:54.515215 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5145 | 2025.07.01 00:14:54.515250 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5146 | 2025.07.01 00:14:54.515591 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5147 | 2025.07.01 00:14:54.515803 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5148 | 2025.07.01 00:14:54.515932 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Debug> executeQuery: Read 244 rows, 22.26 KiB in 0.001336 sec., 182634.73053892216 rows/sec., 16.27 MiB/sec. | ||
5149 | 2025.07.01 00:14:54.515970 [ 276 ] {a065c804-2250-4eaf-9b5e-a0989a091511} <Debug> TCPHandler: Processed in 0.001506242 sec. | ||
5150 | 2025.07.01 00:14:54.516091 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5151 | 2025.07.01 00:14:54.516185 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5152 | 2025.07.01 00:14:54.516227 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5153 | 2025.07.01 00:14:54.516646 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5154 | 2025.07.01 00:14:54.516682 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5155 | 2025.07.01 00:14:54.516983 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5156 | 2025.07.01 00:14:54.517187 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5157 | 2025.07.01 00:14:54.517318 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001151 sec., 45178.10599478715 rows/sec., 3.33 MiB/sec. | ||
5158 | 2025.07.01 00:14:54.517355 [ 276 ] {193d76f4-5582-4388-a18d-fb2433626f33} <Debug> TCPHandler: Processed in 0.001313636 sec. | ||
5159 | 2025.07.01 00:14:54.517468 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5160 | 2025.07.01 00:14:54.517561 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5161 | 2025.07.01 00:14:54.517601 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5162 | 2025.07.01 00:14:54.517998 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5163 | 2025.07.01 00:14:54.518032 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5164 | 2025.07.01 00:14:54.518324 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5165 | 2025.07.01 00:14:54.518538 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Trace> oximeter.fields_u32 (0e1e56c8-e1da-41f7-8a1f-eb151a052a83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2025.07.01 00:14:54.518666 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. | ||
5167 | 2025.07.01 00:14:54.518704 [ 276 ] {7e58b98b-fa97-4fd3-a24f-97b4efd2b632} <Debug> TCPHandler: Processed in 0.001286245 sec. | ||
5168 | 2025.07.01 00:14:54.518817 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5169 | 2025.07.01 00:14:54.518909 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5170 | 2025.07.01 00:14:54.518949 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5171 | 2025.07.01 00:14:54.519353 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5172 | 2025.07.01 00:14:54.519388 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5173 | 2025.07.01 00:14:54.519717 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5174 | 2025.07.01 00:14:54.519945 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Trace> oximeter.fields_u8 (4daa83f0-f5e0-46e7-8063-ba2c1f67a5af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5175 | 2025.07.01 00:14:54.520093 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001202 sec., 9983.361064891847 rows/sec., 779.95 KiB/sec. | ||
5176 | 2025.07.01 00:14:54.520132 [ 276 ] {aa454576-4d74-47c9-bfc8-aab6c84a7717} <Debug> TCPHandler: Processed in 0.001363047 sec. | ||
5177 | 2025.07.01 00:14:54.520243 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5178 | 2025.07.01 00:14:54.520336 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5179 | 2025.07.01 00:14:54.520374 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5180 | 2025.07.01 00:14:54.520841 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5181 | 2025.07.01 00:14:54.520877 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5182 | 2025.07.01 00:14:54.521185 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5183 | 2025.07.01 00:14:54.521390 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5184 | 2025.07.01 00:14:54.521518 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001199 sec., 116763.96997497915 rows/sec., 9.44 MiB/sec. | ||
5185 | 2025.07.01 00:14:54.521555 [ 276 ] {c383e0f6-4a38-4172-afa5-cd63c98523a4} <Debug> TCPHandler: Processed in 0.001361237 sec. | ||
5186 | 2025.07.01 00:14:54.521666 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5187 | 2025.07.01 00:14:54.521759 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5188 | 2025.07.01 00:14:54.521802 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5189 | 2025.07.01 00:14:54.522215 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5190 | 2025.07.01 00:14:54.522250 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5191 | 2025.07.01 00:14:54.522591 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5192 | 2025.07.01 00:14:54.522799 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5193 | 2025.07.01 00:14:54.522929 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Debug> executeQuery: Read 236 rows, 17.67 KiB in 0.001188 sec., 198653.19865319863 rows/sec., 14.52 MiB/sec. | ||
5194 | 2025.07.01 00:14:54.522966 [ 276 ] {b2038c6c-0b67-4f08-b907-cc23a494b3f2} <Debug> TCPHandler: Processed in 0.001348137 sec. | ||
5195 | 2025.07.01 00:14:54.523081 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5196 | 2025.07.01 00:14:54.523174 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5197 | 2025.07.01 00:14:54.523229 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <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 | ||
5198 | 2025.07.01 00:14:54.524050 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5199 | 2025.07.01 00:14:54.524086 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5200 | 2025.07.01 00:14:54.524663 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5201 | 2025.07.01 00:14:54.524885 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5202 | 2025.07.01 00:14:54.525002 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5203 | 2025.07.01 00:14:54.525024 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001867 sec., 17139.79646491698 rows/sec., 30.71 MiB/sec. | ||
5204 | 2025.07.01 00:14:54.525074 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5205 | 2025.07.01 00:14:54.525098 [ 276 ] {a3f77034-6d5d-46df-997f-32898466a792} <Debug> TCPHandler: Processed in 0.002064846 sec. | ||
5206 | 2025.07.01 00:14:54.525099 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5207 | 2025.07.01 00:14:54.525225 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5208 | 2025.07.01 00:14:54.525232 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
5209 | 2025.07.01 00:14:54.525324 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5210 | 2025.07.01 00:14:54.525371 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5211 | 2025.07.01 00:14:54.525509 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5212 | 2025.07.01 00:14:54.525578 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 547 rows starting from the beginning of the part | ||
5213 | 2025.07.01 00:14:54.525710 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5214 | 2025.07.01 00:14:54.525712 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
5215 | 2025.07.01 00:14:54.525754 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5216 | 2025.07.01 00:14:54.525858 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
5217 | 2025.07.01 00:14:54.525972 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
5218 | 2025.07.01 00:14:54.526076 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5219 | 2025.07.01 00:14:54.526080 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
5220 | 2025.07.01 00:14:54.526201 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
5221 | 2025.07.01 00:14:54.526315 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5222 | 2025.07.01 00:14:54.526465 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. | ||
5223 | 2025.07.01 00:14:54.526502 [ 276 ] {534a2286-208f-4da3-b349-e171e68b30d3} <Debug> TCPHandler: Processed in 0.001325627 sec. | ||
5224 | 2025.07.01 00:14:54.530590 [ 189 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 19 columns (19 merged, 0 gathered) in 0.005411608 sec., 122144.84123757671 rows/sec., 218.88 MiB/sec. | ||
5225 | 2025.07.01 00:14:54.531716 [ 196 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5226 | 2025.07.01 00:14:54.532149 [ 196 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5227 | 2025.07.01 00:14:54.532247 [ 196 ] {1300a5a9-10d0-433c-b87f-5bc44572455c::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5228 | 2025.07.01 00:14:54.532440 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
5229 | 2025.07.01 00:14:54.702973 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5230 | 2025.07.01 00:14:54.719856 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5231 | 2025.07.01 00:14:54.719904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5232 | 2025.07.01 00:14:54.725404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5233 | 2025.07.01 00:14:54.726096 [ 244 ] {} <Trace> system.metric_log (43242dea-1492-46de-892a-002558bb6ba5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5234 | 2025.07.01 00:14:54.728898 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5235 | 2025.07.01 00:14:56.465343 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 714 | ||
5236 | 2025.07.01 00:14:56.467689 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5237 | 2025.07.01 00:14:56.467743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5238 | 2025.07.01 00:14:56.468930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5239 | 2025.07.01 00:14:56.469195 [ 243 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5240 | 2025.07.01 00:14:56.469340 [ 33 ] {} <Debug> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5241 | 2025.07.01 00:14:56.469410 [ 33 ] {} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5242 | 2025.07.01 00:14:56.469434 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5243 | 2025.07.01 00:14:56.469486 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714 | ||
5244 | 2025.07.01 00:14:56.469557 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::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 | ||
5245 | 2025.07.01 00:14:56.470116 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5246 | 2025.07.01 00:14:56.470253 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 562 rows starting from the beginning of the part | ||
5247 | 2025.07.01 00:14:56.470596 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
5248 | 2025.07.01 00:14:56.470903 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
5249 | 2025.07.01 00:14:56.471204 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
5250 | 2025.07.01 00:14:56.471493 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
5251 | 2025.07.01 00:14:56.471785 [ 194 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
5252 | 2025.07.01 00:14:56.477441 [ 189 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 72 columns (72 merged, 0 gathered) in 0.007942517 sec., 89895.9360112166 rows/sec., 77.09 MiB/sec. | ||
5253 | 2025.07.01 00:14:56.478652 [ 188 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5254 | 2025.07.01 00:14:56.479300 [ 188 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5255 | 2025.07.01 00:14:56.479389 [ 188 ] {0862ec24-052d-4acd-9bec-7ac23e21e774::all_1_21_4} <Trace> system.query_log (0862ec24-052d-4acd-9bec-7ac23e21e774) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5256 | 2025.07.01 00:14:56.479654 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
5257 | 2025.07.01 00:14:59.507553 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5258 | 2025.07.01 00:14:59.507745 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5259 | 2025.07.01 00:14:59.507812 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5260 | 2025.07.01 00:14:59.508443 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5261 | 2025.07.01 00:14:59.508489 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5262 | 2025.07.01 00:14:59.508890 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5263 | 2025.07.01 00:14:59.509127 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5264 | 2025.07.01 00:14:59.509282 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001585 sec., 46687.69716088328 rows/sec., 3.77 MiB/sec. | ||
5265 | 2025.07.01 00:14:59.509303 [ 31 ] {} <Debug> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5266 | 2025.07.01 00:14:59.509324 [ 276 ] {88165244-4cbd-421a-ac50-4d425cc7a815} <Debug> TCPHandler: Processed in 0.001907182 sec. | ||
5267 | 2025.07.01 00:14:59.509379 [ 31 ] {} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2025.07.01 00:14:59.509411 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5269 | 2025.07.01 00:14:59.509475 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5270 | 2025.07.01 00:14:59.509517 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
5271 | 2025.07.01 00:14:59.509579 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5272 | 2025.07.01 00:14:59.509620 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5273 | 2025.07.01 00:14:59.509639 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5274 | 2025.07.01 00:14:59.509673 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 829 rows starting from the beginning of the part | ||
5275 | 2025.07.01 00:14:59.509741 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part | ||
5276 | 2025.07.01 00:14:59.509793 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 681 rows starting from the beginning of the part | ||
5277 | 2025.07.01 00:14:59.509843 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part | ||
5278 | 2025.07.01 00:14:59.509889 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 244 rows starting from the beginning of the part | ||
5279 | 2025.07.01 00:14:59.509937 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 74 rows starting from the beginning of the part | ||
5280 | 2025.07.01 00:14:59.510025 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5281 | 2025.07.01 00:14:59.510061 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5282 | 2025.07.01 00:14:59.510373 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5283 | 2025.07.01 00:14:59.510609 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Trace> oximeter.fields_u16 (db6fd81c-051e-4de1-873d-a86ab0952599): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5284 | 2025.07.01 00:14:59.510744 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001185 sec., 7594.936708860759 rows/sec., 571.10 KiB/sec. | ||
5285 | 2025.07.01 00:14:59.510782 [ 276 ] {a3f513b4-8504-4657-9dbf-d6d04f01c436} <Debug> TCPHandler: Processed in 0.001356426 sec. | ||
5286 | 2025.07.01 00:14:59.510895 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5287 | 2025.07.01 00:14:59.510989 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5288 | 2025.07.01 00:14:59.511031 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5289 | 2025.07.01 00:14:59.511068 [ 188 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 5 columns (5 merged, 0 gathered) in 0.001591394 sec., 1244192.1987892375 rows/sec., 106.50 MiB/sec. | ||
5290 | 2025.07.01 00:14:59.511253 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5291 | 2025.07.01 00:14:59.511433 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5292 | 2025.07.01 00:14:59.511470 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5293 | 2025.07.01 00:14:59.511495 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5294 | 2025.07.01 00:14:59.511559 [ 202 ] {a4470fbc-37db-49b5-ae03-cadf784eb885::all_1_41_8} <Trace> oximeter.fields_string (a4470fbc-37db-49b5-ae03-cadf784eb885) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5295 | 2025.07.01 00:14:59.511617 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
5296 | 2025.07.01 00:14:59.511786 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5297 | 2025.07.01 00:14:59.512003 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5298 | 2025.07.01 00:14:59.512113 [ 31 ] {} <Debug> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5299 | 2025.07.01 00:14:59.512132 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001161 sec., 62876.83031869079 rows/sec., 4.91 MiB/sec. | ||
5300 | 2025.07.01 00:14:59.512145 [ 31 ] {} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5301 | 2025.07.01 00:14:59.512175 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5302 | 2025.07.01 00:14:59.512180 [ 276 ] {9061f738-61f2-43ee-8409-217e5449d89e} <Debug> TCPHandler: Processed in 0.001338017 sec. | ||
5303 | 2025.07.01 00:14:59.512269 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
5304 | 2025.07.01 00:14:59.512305 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5305 | 2025.07.01 00:14:59.512393 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5306 | 2025.07.01 00:14:59.512404 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5307 | 2025.07.01 00:14:59.512431 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 495 rows starting from the beginning of the part | ||
5308 | 2025.07.01 00:14:59.512456 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5309 | 2025.07.01 00:14:59.512501 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 81 rows starting from the beginning of the part | ||
5310 | 2025.07.01 00:14:59.512551 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 414 rows starting from the beginning of the part | ||
5311 | 2025.07.01 00:14:59.512594 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 73 rows starting from the beginning of the part | ||
5312 | 2025.07.01 00:14:59.512633 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 140 rows starting from the beginning of the part | ||
5313 | 2025.07.01 00:14:59.512672 [ 191 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 73 rows starting from the beginning of the part | ||
5314 | 2025.07.01 00:14:59.512876 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5315 | 2025.07.01 00:14:59.512918 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5316 | 2025.07.01 00:14:59.513278 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5317 | 2025.07.01 00:14:59.513518 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5318 | 2025.07.01 00:14:59.513627 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5319 | 2025.07.01 00:14:59.513646 [ 202 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421099 sec., 897896.6278915121 rows/sec., 70.04 MiB/sec. | ||
5320 | 2025.07.01 00:14:59.513650 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. | ||
5321 | 2025.07.01 00:14:59.513656 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5322 | 2025.07.01 00:14:59.513698 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5323 | 2025.07.01 00:14:59.513701 [ 276 ] {5c2b501f-9d19-45c2-80e0-0955cb87f3d0} <Debug> TCPHandler: Processed in 0.001446369 sec. | ||
5324 | 2025.07.01 00:14:59.513758 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
5325 | 2025.07.01 00:14:59.513825 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5326 | 2025.07.01 00:14:59.513832 [ 188 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5327 | 2025.07.01 00:14:59.513854 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5328 | 2025.07.01 00:14:59.513890 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6040 rows starting from the beginning of the part | ||
5329 | 2025.07.01 00:14:59.513926 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5330 | 2025.07.01 00:14:59.513936 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part | ||
5331 | 2025.07.01 00:14:59.513990 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
5332 | 2025.07.01 00:14:59.513991 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <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 | ||
5333 | 2025.07.01 00:14:59.514031 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
5334 | 2025.07.01 00:14:59.514072 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 236 rows starting from the beginning of the part | ||
5335 | 2025.07.01 00:14:59.514108 [ 191 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
5336 | 2025.07.01 00:14:59.514163 [ 188 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5337 | 2025.07.01 00:14:59.514254 [ 188 ] {06cc44d3-9558-43aa-b5e8-0fca44112428::all_1_41_8} <Trace> oximeter.fields_uuid (06cc44d3-9558-43aa-b5e8-0fca44112428) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5338 | 2025.07.01 00:14:59.514354 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
5339 | 2025.07.01 00:14:59.514768 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5340 | 2025.07.01 00:14:59.514809 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5341 | 2025.07.01 00:14:59.515352 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5342 | 2025.07.01 00:14:59.515599 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Trace> oximeter.measurements_histogramu64 (1300a5a9-10d0-433c-b87f-5bc44572455c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5343 | 2025.07.01 00:14:59.515744 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001834 sec., 4907.306434023992 rows/sec., 8.79 MiB/sec. | ||
5344 | 2025.07.01 00:14:59.515796 [ 276 ] {21d95769-d827-473c-9307-e19f3283ffa8} <Debug> TCPHandler: Processed in 0.002020175 sec. | ||
5345 | 2025.07.01 00:14:59.515914 [ 276 ] {} <Trace> TCP-Session: 52594156-ab6b-4242-ae55-1417f2e78406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5346 | 2025.07.01 00:14:59.516001 [ 188 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6997 rows, containing 5 columns (5 merged, 0 gathered) in 0.002268562 sec., 3084332.718259408 rows/sec., 216.52 MiB/sec. | ||
5347 | 2025.07.01 00:14:59.516008 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38718) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5348 | 2025.07.01 00:14:59.516076 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5349 | 2025.07.01 00:14:59.516414 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5350 | 2025.07.01 00:14:59.516448 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5351 | 2025.07.01 00:14:59.516450 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5352 | 2025.07.01 00:14:59.516772 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5353 | 2025.07.01 00:14:59.516830 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5354 | 2025.07.01 00:14:59.516855 [ 200 ] {c15c5cd9-fb77-4b63-9f47-160d63a8bd54::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c15c5cd9-fb77-4b63-9f47-160d63a8bd54) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5355 | 2025.07.01 00:14:59.516957 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
5356 | 2025.07.01 00:14:59.517069 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5357 | 2025.07.01 00:14:59.517181 [ 31 ] {} <Debug> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5358 | 2025.07.01 00:14:59.517208 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. | ||
5359 | 2025.07.01 00:14:59.517209 [ 31 ] {} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5360 | 2025.07.01 00:14:59.517250 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5361 | 2025.07.01 00:14:59.517252 [ 276 ] {4be442f2-1aaf-47cb-9306-5e5894207d33} <Debug> TCPHandler: Processed in 0.001388967 sec. | ||
5362 | 2025.07.01 00:14:59.517313 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
5363 | 2025.07.01 00:14:59.517404 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5364 | 2025.07.01 00:14:59.517427 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2064 rows starting from the beginning of the part | ||
5365 | 2025.07.01 00:14:59.517469 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
5366 | 2025.07.01 00:14:59.517505 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
5367 | 2025.07.01 00:14:59.517538 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
5368 | 2025.07.01 00:14:59.517571 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
5369 | 2025.07.01 00:14:59.517605 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
5370 | 2025.07.01 00:14:59.518526 [ 199 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2386 rows, containing 4 columns (4 merged, 0 gathered) in 0.001236094 sec., 1930273.9112074 rows/sec., 128.91 MiB/sec. | ||
5371 | 2025.07.01 00:14:59.518754 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5372 | 2025.07.01 00:14:59.518992 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5373 | 2025.07.01 00:14:59.519060 [ 191 ] {06cfa1fb-b551-4ba4-b045-adcdb5aedf0f::all_1_41_8} <Trace> oximeter.measurements_u64 (06cfa1fb-b551-4ba4-b045-adcdb5aedf0f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5374 | 2025.07.01 00:14:59.519122 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. |